/* TYPOGRAPHY
------------------------------------------- */
body
{font-family: Georgia, "Times New Roman", Times, serif;
color: #000;}

.boxheading * {font-weight: bold;}

.button
{font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;}

body {font-size: 65%;} /* this is for IE */ 
html>/**/body {font-size: 11px;} /* this is for standards compliant browsers */
#wrapper {font-size: 1em;}

.boxheading h2, .boxheading .bread-crumbs, .tool-box h2, .tool-box h3, .forumtitle h3
{font-size: 1.3em;}

th, .th, .announcement-box, .post-content, .forum-box td, textarea, input.text,
.post-tools, .pager
{font-size: 1.2em;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}

.post-tools {font-size: 1.1em;}

.featured-box .boxbody * {font-size: 1em;}


/* LINKS
------------------------------------------- */
a, body .tool-box .boxheading a {color: #330000;}
a:visited, body .tool-box .boxheading a:visited {color: #666;}
a:hover {color: #FF6666;}


/* BODY (set background color or image)
------------------------------------------- */
body {background: #D4D2A2 url(/domainskins/bypass/img/ezboard/traditional/background.jpg);}


/* LAYOUT
------------------------------------------- */ 
#wrapper
{margin: 40px;}

/* YUKU MENU BAR ---- */
.mgr-navigation-sliver
{background: #636347;}

	.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited
	{color: #FFF;}


/* STANDARD CLASSES
------------------------------------------- */

/* BOX ---- */
.box
{margin-bottom: 15px;}

.boxheading
{padding-bottom: 5px;}

/* extra-content boxes (tools, etc.) */
.extra-content
{background: #E5E5C3;
border: 1px solid #BDBDA3;}

	.extra-content .boxheading
	{background: #636347;
	color: #FFF;
	padding: 5px;}
	
		.extra-content .boxheading a, .extra-content .boxheading a:visited
		{color: #FFF;}

	.extra-content .boxbody
	{padding: 5px;}

/* BUTTONS ---- */
.button
{background: #CDCEA3 url(/domainskins/bypass/img/ezboard/traditional/button-bg.gif) repeat-x;
border: 3px solid;
border-color: #F8F7E3 #BDBDA3 #BDBDA3 #F8F7E3;
color: #030000;
text-decoration: none;
padding: 2px;}

a.button, a:visited.button
{color: #030000;}

.button:active
{border-color: #BDBDA3 #F8F7E3 #F8F7E3 #BDBDA3;}

/* DROP DOWN MENUS ---- */
.dropdown span
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) no-repeat right center;
padding-right: 11px;}

.dropdown li
{background: #F5F4D3;
border: 1px solid #636347;
color: #000;}
	
	.dropdown li a, .dropdown li a:visited,
	.dropdown li *
	{color: #000;
	text-decoration: none;}
	
	.dropdown li:hover
	{background: #FFF;}

/* PAGER ---- */
.pager .jump
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) no-repeat right center;
padding-right: 11px;}

.jump-dropdown
{border: 1px solid #636347;
background: #F5F4D3;}


/* SPECIAL BOX & ELEMENT CLASSES
------------------------------------------- */

/* TOOL-BOX, CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- */
.control-box, .jump-box, .legend-box
{border: none;
background: transparent;}

	.control-box .boxbody,
	.jump-box .boxbody,
	.legend-box .boxbody
	{background: transparent;
	padding: 0;}
	
	.legend-box .boxheading
	{display: none;}
	
	body .tool-box .boxheading
	{background: transparent;
	border: none;
	color: #000;}

/* ANNOUNCEMENT-BOX ---- */
.announcement-box
{border-top: none;
position: relative;
margin-top: -16px;
padding: 5px;}

	.announcement-box .onionskin1
	{border: 1px solid;
	border-color: #BDBDA3 #FFF #FFF #BDBDA3;
	background: #F8F7E3;}

/* DISCUSSION-BOX ---- */
.signature {border-top: 1px solid #8D8D8D;}


/* GENERAL TAGS
------------------------------------------- */
blockquote
{border: 1px solid #8D8D8D;
padding: 5px;}

hr
{border: none;
background: #8D8D8D;
color: #8D8D8D;
height: 1px;}

/* FORMS ---- */
input.text, textarea
{border: 1px solid #8D8D8D;
padding: 4px;}

/* TABLES ---- */
table {background: #FFF;}

table, th, td
{border: 1px solid #D1D2AA;}

th {background: #636347;}

	th, th a, th a:visited
	{color: #FFF;}

/* rows */
table .even td {background: #F2F2E1;}