/* Normal, standard links. */
a:link {
	color: #B70416;
	text-decoration: none;
}
a:visited {
	color: #B70416;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #222;
	font-size:12px;
	text-decoration: none;
}
a.nav:hover {
	color: #B70416;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #000;
	font-size: small;
	font-family:verdana, tahoma, arial, sans-serif;
	line-height: 140%;
}
/* The main body of the entire forum. */
body {
	background: #EBEBEB url(images/wall.gif) repeat;
	margin: 0px;
	padding: 0px 0 0px 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
	font-family: verdana, sans-serif;
}
.button {
	color: #eeeeee;
	background: url(./images/img/butbg.gif) repeat-x #3c3519;
	font-size: 11px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: 600;
	border-top:  1px solid #18150a; 
	border-right: 1px solid #18150a; 
	border-bottom: 1px solid #18150a; 
	border-left: 1px solid #18150a;
	line-height: normal;
	margin-left: 3px;
}
input,textarea {
	color: #000;
	background-color: #FFF;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: 600;
	border-top:  1px solid #EBEBEB; 
	border-right: 1px solid #EBEBEB; 
	border-bottom: 1px solid #EBEBEB; 
	border-left: 1px solid #EBEBEB;
	line-height: normal;
}
input:focus {
	color: #000;
	background-color: #F5F5F5;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: 600;
	border-top:  1px solid #F0F0F0; 
	border-right: 1px solid #F0F0F0; 
	border-bottom: 1px solid #F0F0F0; 
	border-left: 1px solid #F0F0F0;
	line-height: normal;
}
textarea {
	color: #000;
	background-color: #FFF;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: 600;
	border-top:  1px solid #ECECEC; 
	border-right: 1px solid #ECECEC; 
	border-bottom: 1px solid #ECECEC; 
	border-left: 1px solid #ECECEC;
	line-height: normal;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	color: #000;
	background-color: #F5F5F5;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: 600;
	border-top:  1px solid #F0F0F0; 
	border-right: 1px solid #F0F0F0; 
	border-bottom: 1px solid #F0F0F0; 
	border-left: 1px solid #F0F0F0;
	line-height: normal;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: rgb(194, 194, 169); 
	background-color: rgb(184, 184, 159);
}
/* No image should have a border when linked */
a img {
	border: 0;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size:12px;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code  {
	color: #000000;
	background-color: #cccccc;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px inset #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background: #EEEEEE;
	color: #000000;
}
.windowbg2 {
	background: #DDDDDD;
	color: #000000;
}
.windowbg3 {
	background: #F5F5F6;
	color: #000000;
}
/* the today container in calendar */
.calendar_today {
	color: #883c1a;
	background: #F6F6F7;
	text-align: center;
	font-weight: 700;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #f3f3f3;
	font-style: normal;
	background-color: #536373;
	border-bottom: 1px solid #473f1e;
	border-top: 1px solid #473f1e;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #f3f3f3;
	font-style: normal;
}
.titlebg a:hover {
	color: #FF0024;
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #F3F3F3;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	color: #FF0024;
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: url(./images/catbg.jpg) repeat-x;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: url(./images/catbg.jpg) repeat-x;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #FAFAFA;
}
.catbg, .catbg2 {
	font-weight: 700;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 95%;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #FF0024;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	background-color: #C0CFDE;
	color: #000000;
	border: 2px solid #0BEC6CF;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 12px;
}
.normaltext {
	font-size: 14px;
}
.largetext {
	color: #222222;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 16px;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: #FF0000;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	background-color: #536373;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  12px;
	vertical-align: top;
	padding: 6px;
	font-family: tahoma, sans-serif;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #6DD2FF;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	background-color: #536373;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 12px;
	vertical-align: bottom;
	padding: 6px;
	font-family: tahoma, sans-serif;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #6DD2FF;
	text-decoration: none;
}
/* template menu */
#container{padding: -5px 10px 0 10px;background:#32373B;border-left: 6px solid #FDFDFD;border-right: 6px solid #FDFDFD;}
ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 0;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#536373;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#cc3333;}
ul#simple-menu li a.chosen{color:#000;background:#FEFEFE;}
ul#simple-menu li .chosen.hover{color:#FFFF00;background:#CC0000;}		
ul#simple-menu li.chosen a{color:#FFFFFF;background:#CC0000;}	

/* forum width */
#wrapper {
	width: 1024px;
	min-width: 720px !important;
	margin: 0 auto;
	padding: 0;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
/* Logos Banners go here. */
#logo {
	position: absolute;
	top: 150px;
	left: 600px;
	display: block;
	width: 400px;
	height: 150px;
	background: url(./images/img/logo.png) no-repeat;
}
#header {
	 position: relative;
	 height: 300px;
	 overflow: hidden;
	 background: url(images/img/header-bg.jpg) 0 0 repeat-x;
}
#head-r {
	 height: 300px;
	 background: url(images/img/header-r.jpg) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/header-l.jpg) 0 0 no-repeat;
}
#smf-avatar {
	float: right;
	margin-left: 1em;
	padding-top: 25px;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3 {
	height: 1%;
}
#userarea {
	float: right;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.85em;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 4em 1em 0 0;
	width: 38em;
}
#userarea a:link, #userarea a:visited {
	 color: #EEE;
}
#userarea a:hover {
	 color: #DA251C;
	 text-decoration: underline;
}
/* The Main Pages */
.page {
	padding: 20px;
	margin: 0;
	border-left: 6px solid #FDFDFD;
	border-right: 6px solid #FDFDFD;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	background: #FEFEFE;
}
#footer {
	 background: url(images/img/footer-bg.jpg) 0 100% repeat-x;
}
#foot-r {
	 height: 73px;
	 background: url(images/img/footer-r.jpg) 100% 100% no-repeat;
}
#foot-l {
	 background: url(images/img/footer-l.jpg) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 padding: 3ex;
	 color: #333;
	font-weight: 600;
}
#footerarea a:link, #footerarea a:visited {
	 color: #333;
}
#footerarea a:hover {
	 color: #000;
	 text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress {
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}