/* Normal, standard links. */
a:link {
	color: #F0D77E;
	text-decoration: none;
}
a:visited {
	color: #F0D77E;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #0AF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFF;
	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: #FFF;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 145%;
}
/* The main body of the entire forum. */
body {
	background: url(./images/warcraft/wood-blue.jpg) center fixed;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
	border: solid 1px #111;
	font-family: verdana, sans-serif;
}
input, button {
	background: #EEE;
	font-size: small;
	margin: 1px;
}
input,textarea {
	background: #EEE;
	font-size: small;
	border: solid 1px #111;
}
textarea {
	font-family: verdana, sans-serif;
}
/* 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 {
	border: solid 1px #333; 
	background: #EEE; 
	font-size: small;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}
/* A hr.. */
.hrcolor {
	height: 1px;
	border: 1px groove;
	color: #FFF;
	background-color: #000;
	border: solid 1px #444;
}
/* No image should have a border when linked */
a img {
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #EEE;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #226;
	background-color: #EEE;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #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: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	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: #F0D77E;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: F0D77E;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background: #222;
	color: #CCC;
	border-top: solid 1px #555;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #444;
}
.windowbg2, #preview_body {
	background: #2B2B2B;
	color: #CCC;
	border-top: solid 1px #555;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #444;
}
.windowbg3 {
	background: #888;
	color: #CCC;
	border-top: solid 1px #555;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #444;
}
/* the today container in calendar */
.calendar_today {
	color: #881111;
	background: #222;
	text-align: center;
	border: 1px solid #333;
	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: #FFF;
	font-style: normal;
	background: #333;
	border-top: solid 1px #555;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	border-left: solid 1px #444;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: 700;
	color: #CCC;
	font-style: normal;
}
.titlebg a:hover {
	color: #CCC;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #CCC;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	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: #333;
	color: #AAA;
	border-top: solid 1px #555;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	border-left: solid 1px #444;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #161616;
	color: #0AF;
	border-top: solid 1px #333;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	border-left: solid 1px #333;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #0AF;
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #F91;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FFF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: #000;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	background: #000;
	border-top: solid 1px #444;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	border-left: solid 1px #333;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	color: #999;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	color: #CCC;
	font-size: 10pt;
}
/* 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: #FFF;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #FFF;
	text-decoration: none;
	font-size:  12px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: left bottom repeat-x;
}
.maintab_last
{
	background: left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: #333;
	width: 6px;
}
.maintab_active_back
{
	background: #333;
}
.maintab_active_last
{
	background: #333;
	width: 8px;
}
/* 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: #F91;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #FFF;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: #444;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #444;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-repeat: no-repeat;
	width: 0px;
}
.mirrortab_active_back
{
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-repeat: no-repeat;
	width: 0px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_back a:active
{
	color: #F91;
	font-weight: 700;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited, .mirrortab_active_back a:active {
	color: #AAA;
	font-weight: 700;
	text-decoration: none;
}
.mirrortab_active_back a:hover {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
/* total forum width */
#wrapper {
	width: 1030px;
	min-width: 720px !important;
	margin: 0 auto;
	padding: 0;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
/* Logos / Banners add here. */
#logo {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 0px;
	height: 0px;
}
#header {
	 margin: 0 auto;
	 width: 1026px;
	 height: 150px;
	 overflow: hidden;
	 border-left: solid 2px #222;
	 border-right: solid 2px #222;
	 background: url(./images/warcraft/top-bg.jpg);
}
#smf-avatar {
	float: right;
	margin-left: 1em;
	padding-top: 25px;
}
.clearfix {
	display: inline-block !important;
}
/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3 {
	height: 1% !important;
}
#userarea {
	float: right;
	color: #999;
	font-family: verdana, serif;
	font-size: 11px;
	text-align: right;
	margin-top: 30px;
	margin-right: 15px;
	padding: 1px;
}
#userarea a:link, #userarea a:visited {
	 color: #CCC;
}
#userarea a:hover {
	 color: #FFF;
	 text-decoration: none;
	 clear: both;
}
/* The Main Pages */
.page {
	padding: 5px;
	margin: 0;
	padding-left: 15px;
	border-right: 2px solid #222;
	border-bottom: 4px solid #222;
	border-left: 2px solid #333;
	padding-bottom: 40px;
	padding-right: 15px;
	background: url(./images/warcraft/stone-dark.jpg);
}
#menubar {
	margin: 0;
	padding: 0;
	height: 54px;
	background:url(./images/warcraft/page-bg-top.jpg) 11px -39px;
	border-left: solid 2px #111;
	border-right: solid 2px #111;
}
/* template menu */
#mainmenu {
	width:auto;
	height:54px;
	margin:0px;
	border:0;
	padding-top:18px;
	padding-left:5px;
}
#mainmenu  {
	margin:0;
	top:0;
}
#mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#mainmenu li {
	display:inline;
	float:left;
	margin:0 0 0 0;
	padding:0px;
}
#mainmenu a {
	background:url(./images/warcraft/menu_right.jpg) no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0px;
	display:block;
	float:left;
}
#mainmenu a span {
	display:block;
	background:url(./images/warcraft/menu_left.jpg) no-repeat left top;
	padding:0 30px 0 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#mainmenu a:hover,#mainmenu li.active a {
	background-position:right bottom;
	border-color:#000000;
}
#mainmenu a:hover span,#mainmenu li.active a span {
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.footer {
	height: 37px;
	text-align: center;
	white-space: nowrap;
	padding: 10px 0 0 0;
	font-size: small;
	font-weight: 700;
	color: #FFF;
}
.footer a:link {
	color: #FFF;
}
.footer a:visited {
	color: #FFF;
}
.footer a:hover, .footer a:active {
	color: #8A0A0B;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #323232;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}