/**************************************
Styles from index.template
*************************************
this is the main container surrounding everything, use this to set forum width, font-size  etc.*/
#mainframe
{
	font-size: 85%;
	width: 95%;
	margin: auto;
}
/*the forum name or logo*/
H1
{
	padding: 0.6em 0;
	margin: 0;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 135%;
	color: #FFF;
}
/*the greeting section. Note that h1 and h2 are reseved for logo/greeting!*/
#greeting_section
{
	padding: 0.7em 0.4em;
	clear: both;
}
H2
{
	margin: 0;
	padding: 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
{
	padding: 1px;
	margin: 1px 0 0;
	font-size: 90%;
}
#user_section UL, #user_section FORM
{
	padding: 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: 1px solid #ADADAD;
	margin: 0 0.5em 0 0;
	float: left;
}
/*the news and search areas*/
#news_section
{
	clear: both;
	font-size: 0.8em;
	padding: 0.5em 1em;
}
#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
{
	padding-left: 1em;
}
#main_menu UL
{
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(../images/maintab_first.gif) 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: #FFFFFF;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
#main_menu LI A:hover
{
	color: #E0E0FF;
	text-decoration: none;
}
#main_menu LI A SPAN
{
	background: url(../images/maintab_back.gif) repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em;
}
#main_menu LI.last A SPAN
{
	background: url(../images/maintab_last.gif) 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;
	display: block;
	font-style: normal;
	background: url(../images/maintab_active_back.gif) repeat-x bottom right;
}
#main_menu LI.active A SPAN
{
	background: url(../images/maintab_active_first.gif) no-repeat bottom left;
	padding: 0 0 0 8px;
}
#main_menu LI.last.active
{
	float: left;
	background: url(../images/maintab_last.gif) no-repeat bottom right;
	padding: 0 8px 0 0;
}
#main_menu LI.active A
{
	background: url(../images/maintab_active_last.gif) no-repeat bottom right;
	padding-right: 8px;
}
/*the linktree*/
UL#linktree
{
	clear: both;
	list-style: none;
	margin: 1.5em 0.5em 0.5em;
	padding: 0;
}
UL#linktree LI
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0.8em;
}
UL#linktree LI A
{
	color: #FFFFFF;
}
UL#linktree LI A:hover
{
	color: #050000;
}
UL#linktree LI SPAN
{
	font-weight: bold;
}
/*the main content area*/
#bodyarea
{
}
/*the footer area*/
#footerarea
{
	padding: 1em 0 2em;
	text-align: center;
}
#footerarea UL
{
	margin: 0 auto;
}
#footerarea UL LI
{
	text-align: center;
	display: inline;
	border-right: 1px solid #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;
}
