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

/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */
body {	
	width:100%;
	height:100%;
	font:normal 13px/20px Georgia, Times, serif;
	padding:0
}
body.dark {
	background:url(../../images/dot_bg_dark.jpg) repeat-y 50% 0 #000;
	color:#ccc;
}
body.light {
	/*background:url(../../images/dot_bg_lightjpg) repeat-y 50% 0 #eef2ff;*/
	background: #eef2ff;
	color:#47484c;
}
#mainframe {
	font-size: 100%;
	width: 90%;
	margin: 0 auto;
}
/* the forum name or logo */
h1 {
	height:80px;
	padding: 0.6em 0 0.6em 0;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 165%;
	color: #fff;
	text-indent:-2000px;
}
body.dark h1 {
	background:url(../../images/forum/forum_head.6.gif) no-repeat 20px 0
}
body.light h1 {
	background:url(../../images/forum/forum_light_head.6.gif) no-repeat 20px 0
}
/* 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: 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: 10px 0 0 0;
	/*font-size: 90%;*/
	font-size:12px
}
#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 #333;
	margin: 0 0.5em 0 0;
	float: left;
}
/* the news and search areas */
#news_section {
	clear: both;
	font-size: 11px;
	padding: 0.5em 1em 0.5em 1em;
	margin-top:10px;
}
#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-left: 1em;
	float:left;
}
body.dark #main_menu {
	background: url(../../images/forum/maintab_back.gif) no-repeat 0 100%;
}
body.light #main_menu {
	background: url(../../images/forum/maintab_light_back.gif) no-repeat 0 100%;
}
#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	/*padding-right: 10px;*/

}
body.dark #main_menu ul {
	background: url(../../images/forum/maintab_first.gif) no-repeat 0 100%;

}
body.light #main_menu ul {
	background: url(../../images/forum/maintab_light_first.gif) no-repeat 0 100%;
}
#main_menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
#main_menu li a {
	float: left;
	display: block;	
	background:none;
	font-size:11px;
	font-family: tahoma, sans-serif;
}
body.dark #main_menu li a {
	color: #ddd;
}
body.light #main_menu li a {
	color: #2f3746;
}

#main_menu li a:hover {
	color: #fff;

}
#main_menu li a span {
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
#main_menu li.last a span {
	padding: 0.1em 1em 0.5em 0.5em;
}
body.dark #main_menu li.last a span {
	background: url(../../images/forum/maintab_last.gif) no-repeat 100% 100%;
}
body.light #main_menu li.last a span {
	background: url(../../images/forum/maintab_light_last.gif) no-repeat 100% 100%;
}
#main_menu li.active a span em {
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
}
body.dark #main_menu li.active a span em {
	background: url(../../images/forum/maintab_active_back.gif) no-repeat 0 100%;
}
body.light #main_menu li.active a span em {
	background: url(../../images/forum/maintab_light_active_back.gif) no-repeat 0 100%;
}
#main_menu li.active a span {
	padding: 0 0 0 3px;
}
body.dark #main_menu li.active a span {
	background: url(../../images/forum/maintab_active_first.gif) no-repeat 0 100%;
}
body.light #main_menu li.active a span {
	background: url(../../images/forum/maintab_light_active_first.gif) no-repeat 0 100%;
}
#main_menu li.last.active {
	float: left;
	padding: 0 3px 0 0;
}
body.dark #main_menu li.last.active {
	background: url(../../images/forum/maintab_last.gif) no-repeat 100% 100%;
}
body.light #main_menu li.last.active {
	background: url(../../images/forum/maintab_light_last.gif) no-repeat 100% 100%;
}
#main_menu li.active a {
	padding-right: 3px;
}
body.dark #main_menu li.active a {
	background: url(../../images/forum/maintab_active_last.gif) no-repeat 100% 100%;
}
body.light #main_menu li.active a {
	background: url(../../images/forum/maintab_light_active_last.gif) no-repeat 100% 100%;
}
/* the linktree */
ul#linktree {
	clear: both;
	list-style: none;
	margin: 1.5em 0.5em 0.5em 0.5em;
	padding: 0;
	font-size:11px/*font-size:0.8em*/
}
ul#linktree li {
	margin: 0;
	padding: 0;
	display: inline
}
body.light ul#linktree li a{
	color:#000
}
ul#linktree li a:hover {
}
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;
	/*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;
}

