/* Normal, standard links. */
a:link
{
	color : #ffffff;
	text-decoration : underline;
}
a:visited
{
	color : #ffffff;
	text-decoration : underline;
}
a:hover
{
	color : #bb6c51;
	text-decoration : underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color : #ffffff;
	text-decoration : none;
}
a.nav:hover
{
	color : #bb6c51;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway 
{
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	color : #bb6c51;
	font-weight: bold;
}
a.pathway
{
	color : #cccccc;
	text-decoration : none;
}
a.pathway:hover
{
	color : #cccccc;
	text-decoration : underline;
}
span.pathway img 
{
	margin: 0px 10px;
	vertical-align: middle;
}
div#pathway 
{
	margin-bottom: 10px;
	padding-left: 8px;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
	text-align: left;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color : #fafafa;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body
{
	background: #141414 url(./images/background.jpg) top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#logo
{
	font-size: 85%;
	color : #eee;
	font-family: verdana, sans-serif;
	padding: 0 2em 1em 2em;
}
#logo h1
{
	margin: 0;
	padding: 0;
	font-size: 95%;
	color : #ddd;
	font-family: verdana, sans-serif;
}
#wrapper
{
	width: 95%;
	margin: auto auto;
}
/* The header parts of the template */
#header
{
	height: 163px;
	background: transparent url(images/top.jpg) repeat-x top;
	padding: 0 28px;
	font-family: verdana, sans-serif;
}
#header .middletext a
{
	text-decoration: none;
	border-bottom : 1px dotted #ccc;
	font-family: verdana, sans-serif;
}

#header .middletext a:hover
{
	text-decoration: none;
	color : #bb6c51;
	border-bottom : 1px dotted #bb6c51;
	font-family: verdana, sans-serif;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input,button
{
	border : 1px solid #bb6c51;
	background: #161616;
	font-size: 10pt;
	color : #fff;
	font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
textarea
{
	border : 1px solid #bb6c51;
	background: url(./images/input.jpg) #161616 repeat;
	font-size: 11pt;
	color : #fff;
	font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
	color : #bb6c51;
	border : 1px solid #505050;
	background: #161616;
}
input:focus, select:focus{
	color : #bb6c51;
	background: #161616;
	border : 2px solid #bb6c51;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	 background: #161616;
	 font-size: 10pt;
	 font-weight: normal;
	 color : #fff;
	 border : 1px solid #bb6c51;
	 font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #434343;
	background-color: #343434;
}

/* No image should have a border when linked */
a img{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color : #ffffff;
	background-color: #404040;
	border: 1px dashed #808080;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 10;
	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 : #ffffff;
	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 : #ff0000;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color : #fff000;
	font-weight: bold;
	color: #000000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	 font-family: verdana, sans-serif;
	 color: #dcdcdc;
	 background-color : #1a1a1d;
	 border-bottom: 2px solid #151515;
	 padding: 1ex;
}
.windowbg2
{
	 font-family: verdana, sans-serif;
	 color: #dcdcdc;
	 background-color : #0f0f11;
	 border-bottom: 2px solid #151515;
	 padding: 1ex;
}
.windowbg2pinned
{
	 font-family: verdana, sans-serif;
	 text-align: left;
	 color: #dcdcdc;
	 background-color : #0b0b0b;
	 border-bottom: 2px solid #151515;
	 padding: 1ex;
}
.windowbg3
{
	 font-family: verdana, sans-serif;
	 color: #fff;
	 background-color: #000000;
	 border-bottom: 2px solid #151515;
	 padding: 1ex;
}

/* the today container in calendar */
.calendar_today
{
	 color : #bb6c51;
	 background: #141414;
	 text-align: left;
}
td.windowbg img, td.windowbg2 img
{
	margin-right: 0ex;
}
/* 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 : #ffffff;
	font-style: normal;
	background: url(images/titlebg.jpg) #3E3E3E repeat-x;
	border-bottom: solid 1px #303030;
	border-top : 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color : #ffffff;
	font-style: normal;
}
.titlebg a:hover
{
	color : #bb6c51;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover
{
	color : #bb6c51;
	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) #000000 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(./images/catbg.jpg) #000000 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom : 1px solid #111111;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color : #bb6c51;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #393939;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #393939;
	background-color: #151515;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* 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:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	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 : #fff;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color : #cecece;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color : #fff;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color : #fff;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}
/* 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 : #fff;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color : #cecece;
	text-decoration: none;
}
/***** Focus Menu *****/
#menu
{
	vertical-align: middle;
	background: transparent;
}
#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li
{
	float: left;
}
#menu ul li a
{
	display: block;
	padding: 4px 6px 4px 6px;
	font-family : Arial, Lucida Grande, Lucida sans, serif;
	font-weight: bold;
	background-color: transparent;
	border-right: 1px solid #070707;
	text-decoration: none;
	color: #999999;
}
#menu ul li a:hover, #menu #active a
{
	background-color: transparent;
	color : #bb6c51;
	text-decoration: none;
	border-bottom : 2px solid #bb6c51;
}
#footer
{
	background: #1c1c1c url(./images/titlebg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	clear: both;
	color: #999999;
}
#footer a
{
	color: #999999;
}

#footer a:hover
{
	color : #bb6c51;
}
#ajax_in_progress
{
	background: url(images/ajaxloading.gif) no-repeat 25%;
	text-align: left;
	font-size: 18px;
	font-family: Lucida Grande, Lucida sans, serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 100px;
	height: 100px;
	border: 1px solid #000;

}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}

/* Spoiler */
fieldset.spoiler
{
	border: 1px dashed gray; 
} 

div.spoilerheader a 
{ 
	font-family: sans-serif; 
	font-weight: bold;
} 

div.spoilerheader input 
{ 
	background-color: #000000; 
} 

div.spoilerbody
{ 
	border: 1px dotted gray; 
	padding: 1em; 
	margin: 1em; 
} 

fieldset.spoiler div.spoilerbody 
{ 
	border: 0px; 
	padding: 0em; 
}