/* 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: 10px;} /* 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.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: #BC842A;}
a:visited, body .tool-box .boxheading a:visited {color: #876817;}
a:active {color: #CC3300;}


/* BODY (set background color or image)
------------------------------------------- */
body {background: #000 url(http://antwrp.gsfc.nasa.gov/apod/image/0210/Andromeda_gendler_sm.jpg) no-repeat fixed;}


/* LAYOUT
------------------------------------------- */ 
#wrapper
{width: 95%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;}

/* YUKU MENU BAR ---- */
.mgr-navigation-sliver
{background: #611A04;}

	.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 {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 ---- */
.button
{background: #BC842A url(http://static.yuku.com/domainskins/bypass/img/ezboard/sunset/sun-gradient.gif) center no-repeat;
border: 2px solid;
border-color: #D5B790 #553710 #553710 #D5B790;
text-decoration: none;
padding: 2px;}

.button, a.button, a:visited.button,
.extra-content a.button, .extra-content a:visited.button
{color: #000;}

.button:active
{border-color: #553710 #D5B790 #D5B790 #553710;}

/* 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: #686E6E;
border: 1px solid #FFFFF4;
color: #FFF;}
	
	.dropdown li a, .dropdown li a:visited,
	.dropdown li, .dropdown li *
	{color: #FFF;
	text-decoration: none;}
	
	.dropdown li:hover
	{background: #765501;}

/* PAGER ---- */
.pager .jump
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-yellow-dk.gif) no-repeat right center;
padding-right: 11px;}

.jump-dropdown
{background: #333;
border: 1px solid #CBAB57;
color: #CBAB57;}


/* SPECIAL BOX & ELEMENT CLASSES
------------------------------------------- */

/* ANNOUNCEMENT-BOX, FEATURED-BOX */
body .announcement-box, .featured-box
{background: transparent;
{background: transparent;
border: 1px solid #BC842A;
color: #FFF;}

                body .announcement-box a, body .featured-box a
                {color: inherit;}

/* TOOL-BOX, CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- */
body .tool-box, body .control-box, body .jump-box, body .legend-box
{border: none;
background: transparent;
color: inherit;}

	body .tool-box a,
	body .control-box a,
	body .jump-box a,
	body .legend-box a
	{color: inherit;}

	body .tool-box .boxbody,
	body .control-box .boxbody,
	body .jump-box .boxbody,
	body .legend-box .boxbody
	{background: transparent;
	border: none;
	padding: 0;}
	
	.legend-box .boxheading
	{display: none;}
	
	body .tool-box .boxheading
	{background: transparent;
	border: none;
	color: #CBAB57;
	padding: 0;
	padding-bottom: 5px;}

/* DISCUSSION-BOX ---- */
.discussion-box table .even td
{background: #292825;}

.signature
{border-top: 1px dotted #CBAB57;}

.post-content table, .post-content th, .post-content td
{border: 1px solid #CBAB57;}

.post-content td
{background: #443F3A;}


/* GENERAL TAGS
------------------------------------------- */
blockquote
{background: #443F3A;
border: 1px solid #CBAB57;
padding: 5px;}

	blockquote hr
	{background: #CBAB57;
	color: #CBAB57;}

hr
{border: none;
background: #8D8D8D;
color: #8D8D8D;
height: 1px;}

/* FORMS ---- */
input.text, textarea
{background: #FFFFE0;
border: 1px solid #CBAB57;
padding: 2px;}

/* TABLES ---- */
table {background: #611A04;}

table, th, td
{border: 1px solid #000;}

th {background: #611A04;}

	th, th a, th a:visited
	{color: #FFFFF4;}