/* ************************************* */
/* Styles from index.template            */
/* ************************************* */

/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */
body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#mainframe
{
	width: 1000px;
	margin: 0 auto;
}
/* the forum name or logo */
h1
{
	/*padding: 0.6em 0 0.6em 0;*/
	margin: 0;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
}
/* the greeting section. Note that h1 and h2 are reseved for logo/greeting!  */
#greeting_section
{
	padding: 0.7em 0.4em 0.7em 0.4em;
	clear: both;
}
h2
{
	margin: 0;
	padding: 0 0.3em 0 0.3em;
	font-size: 20px;
	font-weight: normal;
}
/* the user name is slightly highlighted */
h2 em
{
	font-weight: bold;
	font-style: normal;
}
/* user section with all relevant links */
#user_section
{
	padding: 1px;
	margin: 1px 0 0 0;
}
#user_section ul, #user_section form
{
	padding: 0.5em 0.7em 0.5em 0.7em;
}
/* the greeting */
#greeting_section em
{
	font-style: normal;
	font-weight: bold;
}
#greeting_section li#name
{
	padding-left: 0.5em;
}
/* the avatar, located to the left */
#user_section #myavatar
{
	padding: 0.7em;
	border-right: solid 1px #ADADAD;
	margin: 0 0.5em 0 0;
	float: left;
}
/* the news and search areas */
#news_section
{
	clear: both;
	padding: 0.5em 1em 0.5em 1em;
}
#random_news h3
{
	margin-right: 1em;
	display: inline;
}
#random_news p
{
	margin: 0;
	padding: 0;
	display: inline;
}

/* The main menu. */
#maintop{
	height: 200px;
}
#main_menu
{
	padding-left: 1em;
	height: 70px;
	width: 605px;
	background: url(../images/menu.png) no-repeat;
	float: right;
	margin-top: 75px;
	font-size: 14.4px;
	
}
#main_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
#main_menu li
{
	margin: 0;
	padding: 0;
	display: inline;
}
#main_menu li a
{
	float: left;
	display: block;
	color: #306bb3;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
	padding: 27px 12px 25px 12px;
	text-shadow: #fff000 1px 1px 0px;
}
#main_menu li a:hover
{
	color: #1d2c5e;
	text-decoration: none;
}
#main_menu li a span
{
	 
}
#main_menu li.active a span em
{
}
#main_menu li.active a span
{
}
#main_menu li.last.active
{
}
#main_menu li.active a
{
}

/* the linktree */
ul#linktree
{
	clear: both;
	list-style: none;
	margin: 1.5em 0.5em 0.5em 0.5em;
	padding: 0;
}
ul#linktree li
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 11px;
	color: #3a5da9;
}
ul#linktree li a
{
	color: #ffcb05;
}
ul#linktree li a:hover
{
	color: #ffeb06;
}
ul#linktree li span
{
	font-weight: bold;
}

/* the main content area */
#bodyarea
{
}
/* the footer area */
#footerarea
{
	padding: 1em 0 2em 0;
	text-align: center;
}
#footerarea ul
{
	margin: 0 auto 0 auto;
}
#footerarea ul li
{
	text-align: center;
	display: inline;
	border-right: solid 1px #888;
	margin: 0;
	padding: 0 4px 0 2px;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copywrite
{
	display: block;
	line-height: 0;
	padding: 1em;
}
#footerarea ul li.copywrite, #footerarea ul li.last
{
	border-right: none;
}
/* page created in.. */
#footerarea p
{
	clear: both;
	text-align: left;
	padding-left: 0.5em;
}
p#show_loadtime
{
	display: block;
	text-align: center;
}
/* the upshrink buttons */
#upshrink, #advsearch
{
	margin: 0 1ex;
}
#upshrink{
	display: none;
}
#sp_collapse_1{
	display: none;
}
/* Second Menu */
#second_menu li{
	float: left;
	padding-left: 10px;
	color: #ffcb05;
}

#second_menu li.active a{
	font-style: normal;
	color: #ffe608;
}
#main_menu ul.sub_menu li{
	padding:0;
	height: 10px !important;
	margin: 0;
}
#main_menu ul.submenu{
	border: 1px solid #306bb3;
}
#main_menu ul.sub_menu li a{
	display: block;
	padding:5px 5px 10px 5px;
	border-top: 1px solid #306bb3;
	border-bottom: 0px solid ;
	height: 10px !important;
	text-transform: none;
	text-shadow: none;
	background: transparent url(../images/menu_bg_nohover.png);
	color: #306bb3;
}
#main_menu ul.sub_menu li a:hover{
	background: transparent url(../images/menu_bg_hover.png);
	color: #000;
}
