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

body {
background:#ccf0ff;
font-family: "Trebuchet MS", Arial, Tahoma, Sans Serif;
text-align:center;
margin:0;
padding:0;
}

#com_smf {
background:#fff;
margin-left:auto;
margin-right:auto;
width:980px;
padding:5px;
margin-top:0px;
border: #bababa solid 1px;
border-top: 0px;
clear: left;
}

#inner_wrapper {
  width:958px;
  text-align:left;
  padding:10px;
}

#head_wrap {
	background: #fff;
	display: block;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header {
	width: 990px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

#searchbox {
  float: right;
  margin-top:15px;
}

#searchbox h3 {
  margin: 0;
  padding: 0;
  color: #FF7C00;
  font-size: 13pt;
}

.moduletable-logo {
	width: 270px;
	height: 80px;
	float: left;
}
.moduletable-logo img {
	margin-top: 10px;
}
#main_nav {
	float: left;
	background: #99ffa7 	url(../images/menu_bg.jpg) repeat-x top left;
	width: 100%;
	height: 60px;
	border-top: #bababa solid 1px;
	color: #fff;
}
.moduletable_menu {
	float: left;
	background: #99e0ff url(../images/menu_bg.jpg) repeat-x top left;
	font-size: 16pt;
	padding: 0;
	margin: 0;
	border-bottom: #bababa solid 1px;
	height: 50px;
	width: 100%;
	display: inline;
	text-align: center;
}
ul#menulist_root-son-of-suckerfish-horizontal {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.moduletable_menu li {
	background: transparent;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}
.moduletable_menu a {
	display: block;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: normal;
	padding: 0 12px;
	line-height: 50px;
	border-left: #bababa solid 1px;
}
.moduletable_menu a:hover, .moduletable_menu li.active a {
	color: #0078ff;
	background: #99ffa7;
	border-bottom: #99ffa7 solid 1px;
}

#com_smf #mainframe {
    font-size: 90%;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
    background:#FFFFFF;
    }

/* the forum name or logo */
#com_smf h1 {
    padding: 0.6em 0 0.6em 0;
    margin: 0;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 135%;
    color: #fff
    }
    
#com_smf form#search_form {
    padding: 7px 10px 0px 0px;

}
/* the greeting section. Note that h1 and h2 are reseved for logo/greeting!  */
#com_smf #greeting_section {
    padding: 0.7em 0.4em 0.7em 0.4em;
    }
#com_smf h2 {
    margin: 0;
    padding: 0 0.3em 0 0.3em;
    font-size: 130%;
    font-weight: normal
    }
/* the user name is slightly highlighted */
#com_smf h2 em {
    font-weight: bold;
    font-style: normal
    }
/* user section with all relevant links */
#com_smf #user_section {
    padding: 1px;
    margin: 1px 0 0 0;
    font-size: 90%
    }
#com_smf #user_section ul, #com_smf #user_section form {
    padding: 0.5em 0.7em 0.5em 0.7em
    }
/* the greeting */
#com_smf #greeting_section em {
    font-style: normal;
    font-weight: bold
    }
#com_smf #greeting_section li#name {
    padding-left: 0.5em
    }
/* the avatar, located to the left */
#com_smf #user_section #myavatar {
    padding: 0.7em;
    border-right: solid 1px #ADADAD;
    margin: 0 0.5em 0 0;
    float: left
    }
    
#com_smf #user_center {
    float:left;
    width:40%;
    line-height:1.2em;
}
/* the news and search areas */
#com_smf #news_section {
    padding: 0.5em 1em 0.5em 1em;
    float:right;
    width:40%;
    }
#com_smf #random_news h3 {
    margin-right: 1em;
    display: inline
    }
#com_smf #random_news p {
    margin: 0;
    padding: 0;
    display: inline
    }
/* The main menu. */
#com_smf #main_menu {
    padding-left: 1em
    }
#com_smf #main_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: url(../images/maintab_first.gif) no-repeat bottom left;
    padding-left: 10px
    }
#com_smf #main_menu li {
    margin: 0;
    padding: 0;
    display: inline
    }
#com_smf #main_menu li a {
    float: left;
    display: block;
    color: #5f5f5f;
    }
    
#com_smf #main_menu li a:hover {
    color: #0000ba;
    text-decoration: none;
    }
#com_smf #main_menu li a span {
    background: url(../images/maintab_back.gif) repeat-x bottom left;
    display: block;
    padding: 8px;
    }    
#com_smf #main_menu li.last a span {
    background: url(../images/maintab_last.gif) no-repeat bottom right;
    padding: 8px 10px 8px 8px;
    }
#com_smf #main_menu li.active a span em {
    padding: 8px;
    display: block;
    font-style: normal;
    background: url(../images/maintab_active_back.gif) repeat-x bottom right
    }
#com_smf #main_menu li.active a span {
    background: url(../images/maintab_active_first.gif) no-repeat bottom left;
    padding: 0 0 0 8px
    }
#com_smf #main_menu li.last.active {
    float: left;
    background: url(../images/maintab_last.gif) no-repeat bottom right;
    padding: 0 8px 0 0
    }
#com_smf #main_menu li.active a {
    background: url(../images/maintab_active_last.gif) no-repeat bottom right;
    padding-right: 8px
    }
    
/* google adsense */

#adsense {
  margin-top: 20px;
  text-align: center;
}
    
/* the linktree */
#com_smf ul#linktree {
    clear: both;
    list-style: none;
    margin: 1.5em 0.5em 0.5em 0.5em;
    padding: 0
    }
#com_smf ul#linktree li {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 0.8em
    }
#com_smf ul#linktree li a {
    color: #0078ff
    }
#com_smf ul#linktree li a:hover {
    color: #333333
    }
#com_smf ul#linktree li span {
    font-weight: bold
    }
/* the main content area */
/* the footer area */
#com_smf #footerarea {
    padding: 1em 0 2em 0;
    text-align: center
    }
#com_smf #footerarea ul {
    margin: 0 auto 0 auto
    }
#com_smf #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. */
#com_smf #footerarea ul li.copywrite {
    display: block;
    line-height: 0;
    font-size: small;
    padding: 1em
    }
#com_smf #footerarea ul li.copywrite, #com_smf #footerarea ul li.last {
    border-right: none
    }
/* page created in.. */
#com_smf #footerarea p {
    clear: both;
    text-align: left;
    padding-left: 0.5em
    }
#com_smf p#show_loadtime {
    display: block;
    text-align: center
    }
/* the upshrink buttons */
#com_smf #upshrink, #com_smf #advsearch {
    margin: 0 1ex;
    vertical-align:middle;
    }

