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

/* 5th Theme (c) 2009 pixelslot.com */

/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */

#topwidth{
	width: 884px;
	margin-right: auto;
	margin-left: auto;
}

#topspacer{
	height: 295px;
	width: 884px;
	margin: 0 auto;
}

#topbar
{	width: 884px;
	height: 34px;
	margin: 0 auto;
	font-size: 85%;
}

#topwhite{
	background: url(../images/topbg.png) repeat-x;
	height: 34px;
	margin: 0 15px;
	vertical-align: bottom;
}

#topbanner{
	background: url(../images/topbanner.png) no-repeat;
	float: left;
	margin-left: 128px;
	height: 34px;
	width: 260px;
}

#topbarl 
{background: url(../images/bl3.png) bottom left no-repeat;
}

#topbarr 
{background: url(../images/br3.png) bottom right no-repeat;
}


/*menu & top corners*/
#menubar
{	width: 884px;
	height: 34px;
	margin: 0 auto;
	font-size: 10pt;
	overflow: hidden;
}

#menuwhite{
	background-color: #FFFFFF;
	height: 34px;
	margin: 0 15px;
}

#tl 
{background: url(../images/tl3.png) top left no-repeat;
}

#tr 
{background: url(../images/tr3.png) top right no-repeat;
}

#mainframe
{
	font-size: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	padding: 0px 7px 7px 7px;
	background: white;
	/*width: 90%;
	min-width: 800px;*/
	width: 870px;
	position: relative;
}

/* the forum name or logo */
h1
{
	padding: 0.6em 0 0.6em 0;
	margin: 0;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 135%;
	color: #ffffff;
}
/* the greeting section. Note that h1 and h2 are reseved for logo/greeting!  */
#greeting_section
{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	float:right;
	/*margin-right: 15px;*/
}
h2
{
	margin: 0;
	padding: 0 0.3em 0 0.3em;
	font-size: 130%;
	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
{	
	float: right;
	background: #FFFFFF;
	margin-right: 15px;
	font-size: 90%;
	width: 300px;
}

#user_section ul, #user_section form
{
	padding: 0.5em 0.7em;
}

#user_section ul li
{
	padding: 0 0 3px 0;
}

/* the greeting */
#greeting_section em
{
	font-style: normal;
	font-weight: bold;
}
/* the news and search areas */
#newsmargin
{ padding-top: 50px;}


#news_section
{
	font-size: 0.8em;
}
#random_news h3
{
	margin-right: 1em;
	font-size: 0.85em;
	display: inline;
}
#random_news p
{
	margin: 0;
	padding: 0;
	display: inline;
}

/* The main menu. */


#main_menu
{
margin-bottom: 50px;
}
#main_menu ul
{
	list-style: none;
	padding: 0;
	background: url(../images/maintab_first.png) no-repeat bottom left;
	padding-left: 10px;
}
#main_menu li
{
	margin: 0;
	padding: 0;
	display: inline;
}
#main_menu li a
{
	float: left;
	display: block;
	color: black;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
#main_menu li a:hover
{
	color: #4a4a4a;
	text-decoration: none;
}
#main_menu li a span
{
	background: url(../images/maintab_back.png) repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
#main_menu li.last a span
{
	background: url(../images/maintab_last.png) no-repeat bottom right;
	padding: 0.1em 1em 0.5em 0.5em;
}
#main_menu li.active a span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: url(../images/maintab_active_back.png) repeat-x bottom right;
}
#main_menu li.active a span
{
	background: url(../images/maintab_active_first.png) no-repeat bottom left;
	padding: 0 0 0 8px;
}
#main_menu li.last.active
{
	float: left;
	background: url(../images/maintab_last.png) no-repeat bottom right;
	padding: 0 8px 0 0;
}
#main_menu li.active a
{
	background: url(../images/maintab_active_last.png) no-repeat bottom right;
	padding-right: 8px;
}


/* the linktree */

#lt
{
	clear: right;
}

ul#linktree
{	
	list-style: none;
	margin: 0em 0.5em 0.5em 0.5em;
	padding: 0;
	height: 20px;
}
ul#linktree li
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1em;
}
ul#linktree li a
{
	color: #38667D;
}
ul#linktree li a:hover
{
	color: #fffafa;
}
ul#linktree li span
{
	font-weight: bold;
}

/* the main content area */
#bodyarea
{
}
/* the footer area */
#footerarea
{
	text-align: center;
	margin: 0;
}
#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;
	font-size: small;
	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;
}