/* TYPOGRAPHY
------------------------------------------- */
body
{font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFF4;}

.boxheading * {font-weight: bold;}

body {font-size: 62.5%;} /* 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, .button, .pager
{font-size: 1.2em;}

h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
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: #944E2B;}
a:visited, body .tool-box .boxheading a:visited {color: #6F5A50;}
a:hover {color: #B38516;}


/* BODY (set background color or image)
------------------------------------------- */
body {background: #000 url(http://static.yuku.com/domainskins/bypass/img/ezboard/space/background.jpg) no-repeat fixed;}


/* LAYOUT
------------------------------------------- */ 
#wrapper
{width: 95%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;}

/* YUKU MENU BAR ---- */
.mgr-navigation-sliver {background: #611A04;}

	body .mgr-navigation-sliver *, body .mgr-navigation-sliver a, body .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 {border: 1px solid #611A04;}

	.extra-content .boxheading
	{background: #611A04;
	padding: 5px;}
	
		.extra-content .boxheading, .extra-content .boxheading a, .extra-content .boxheading a:visited
		{color: #FFFFF4;}

	.extra-content .boxbody {padding: 5px;}

/* community-content boxes (forums) */

/* BUTTONS ---- */
input.button
{background: #CCC;
border: 2px solid;
border-color: #EBECEB #636563 #636563 #EBECEB;
color: #000;
padding: 2px;}

input.button:active {border-color: #636563 #EBECEB #EBECEB #636563;}

/* DROP DOWN MENUS ---- */
.dropdown span
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-white.gif) no-repeat right center;
padding-right: 11px;}

.dropdown ul {margin-top: -10px;}

.dropdown li
{background: #686E6E;
border: 1px solid #611A04;
color: #FFF;}
	
	.dropdown li a, .dropdown li a:visited,
	.dropdown li *
	{color: #FFF;
	text-decoration: none;}
	
	.dropdown li:hover
	{background: #849696;}

/* PAGER ---- */
.pager .jump
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-white.gif) no-repeat right center;
padding-right: 11px;}

.jump-dropdown
{background: #686E6E;
border: 1px solid #611A04;
color: white;}


/* SPECIAL BOX & ELEMENT CLASSES
------------------------------------------- */

/* TOOL-BOX, CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- */
body .tool-box, body .control-box, body .jump-box, body .legend-box
{border: none;
background: transparent;}

body .control-box {margin-bottom: 0;}

.topic-pagejump.top {margin-bottom: 15px;}

	body .tool-box .boxbody,
	.control-box .boxbody,
	.jump-box .boxbody,
	.legend-box .boxbody
	{background: transparent;
	padding: 0;}
	
	.legend-box .boxheading {display: none;}
	
	body .tool-box .boxheading
	{background: transparent;
	color: #FFF;
	padding: 0;
	padding-bottom: 5px;}

/* DISCUSSION-BOX ---- */
.signature
{border-top: none;
font-style: italic;
font-size: 10px;}


/* GENERAL TAGS
------------------------------------------- */
blockquote
{background: #1D0801;
border: 1px dotted #611A04;
padding: 5px;}

hr
{border: none;
background: #3C1002;
color: #3C1002;
height: 1px;}

/* FORMS ---- */
input.text, textarea
{background: #1D0801;
border: 1px solid #611A04;
color: #FFFFF4;
padding: 2px;}

/* TABLES ---- */
table, th, td {border: 1px solid #611A04;}

th {background: #611A04;}

	th, th a, th a:visited {color: #FFFFF4;}

td.status {width: 49px;}