/* Normal, standard links. */
a:link {
	 color: #666;
	 text-decoration: none;
}
a:visited {
	 color: #666;
	 text-decoration: none;
}
a:hover {
	 color: #EF5D2A;
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #666;
	 font-weight: 700;
	 text-decoration: none;
}
a.nav:hover {
	 color: #EF5D2A;
	 text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr {
	 line-height: 150%;
	 font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	 color: #555555;
	 font-size: 10pt;
}
/* The main body of the entire forum. */
body {
	 background: #2F2F2F;
	 padding: 10px 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #8f8f8f;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
input, button {
	font-size: small;
		margin: 1px;
}
input,textarea {
	background: #2f2f2f; 
	font-size: small;
	border: solid 1px #333;
}
input:focus {
	background: #282828;
}
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: #2f2f2f; 
	font-size: small;
	font-weight: normal;
	color: #838383;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #313131;
	background-color: #303030;
}
/* No image should have a border when linked */

a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #c9c9c9;
	background-color: #000000;
	border-top: 0px;
	border-left: 4px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	font-size: 11px;
	margin: 0 auto 1px auto;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #c9c9c9;
	background-color: #000000;
	font-family: Arial, "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 0px;
	border-left: 4px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	margin: 0 auto 1px auto;
	padding: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	/* 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 {
	color: #c9c9c9;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	background-position: top right;
	background-color: #2d2d2d;
	height: 17px;
	padding: 1px;
	border-top: 1px solid #2d2d2d;
	border-left: 4px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	border-bottom: 0px;
	vertical-align: middle;
}
.codeheader {
	color: #c9c9c9;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	background-position: top right;
	background-color: #2d2d2d;
	height: 17px;
	padding: 1px;
	border-top: 1px solid #2d2d2d;
	border-left: 4px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	border-bottom: 0px;
	vertical-align: middle;
}
/* 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, #preview_body {
	color: #666;
	 background-color: #020202;
}
.windowbg2 {
	color: #666;
	 background-color: #020202;
}
.windowbg3 {
	 background-color: #131313;
}
/* the today container in calendar */
.calendar_today {
	color: #EF5D2A;
	text-align:  center;
	font-weight: 700;
	font-style: italic;
	background-color: #171717;
}
/* 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: #666;
	 font-style: normal;
	 background: #2d2d2d;
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 22px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: 700;
	 color: #666;
	 font-style: normal;
	 font-size: 12px;
}
.titlebg a:hover {
	 color: #999;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	 color: #666;
	 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 {
	 color: #666;
	font-weight: 700;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #212121 url(images/catbg.gif) repeat-x;
}
.catbg2, tr.catbg2 td {
	 color: #666;
	font-weight: 700;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #212121 url(images/catbg.gif) repeat-x;
}
.catbg, .catbg2, .catbg3 {
	font-weight: 700;
}
.catbg, .catbg2 {
	font-weight: 700;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	font-weight: 700;
	 color: #454545;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #454545;
	font-weight: 700;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;
	font-weight: 700;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	 background-color: #151515;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	background: #151515;
	border: 1px solid #515151;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 90%;
	 font-family: verdana, sans-serif;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
}
.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: #EF5D2A;
}
/* navigation */
#navigation {	
	border: 1px solid #464545;
	background: #000000 url(./images/img/nav.gif);
	height: 41px;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
}
#navigation a {
	background: #000000 url(./images/img/nav.gif);
	border-right: 1px solid #000000;
	color: #999;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	font-family: optima, serif;
	line-height: 41px;
	padding: 0 20px;
	padding-top: 0px;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none; 
	float: left;
	text-decoration: none;
}
#navigation ul li {
	float: left; 
	display: block; 
	padding-left: 0px; 
	height: 41px;
	text-decoration: none;
}
#navigation a:hover, #navigation .chosen a { 
	background-position: left bottom; 
	color: #EF5D2A;
}
/* 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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #ccc;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #ccc;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #2a2a2a;
	color: #ccc;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #3f3f3f;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited,
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #bfbfbf;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #ff6200;
	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;
}
#wrapper {
	 width: 80%;
	 min-width: 720px;
	 margin: 0px auto 0px auto;
	 padding: 0px;
}
#header {
	 position: relative;
	 height: 145px;
	 overflow: hidden;
	 background: #070507 url(images/img/hdr-bg.png) 0 0 repeat-x;
}
#head-r {
	 height: 145px;
	 background: url(images/img/hdr-r.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/hdr-l.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 30px;
	 left: 25px;
	 display: block;
	 width: 258px;
	 height: 57px;
	 cursor: pointer;
	 background: url(images/img/slogan.png) no-repeat;
}
#userarea {
	 height: 73px;
	 float: right;
	 padding: 22px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #999;
	 font-family: tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #999;
}
#userarea a:hover {
	 color: #EF5D2A;
	 text-decoration: underline;
}
#searcharea {
	 float: right;
	 padding: 15px 25px 0 0;
	 margin: 0px;
	 clear: both;
}
.inputs {
	background-color: #1e1e1e;
	border-top: 1px solid #000000;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #000000;
	color: #c9c9c9;
	background: url(./images/img/inputs-bg.gif) repeat top left;
	font-size: 9pt;
	font-family: geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#toolbar {
	 margin: 0px;
	 padding: 0px;
	 height: 41px;
}
.page {
	padding: 10px;
	margin: 0;
	background: #181818;
	padding-left: 20px;
	border-left: 1px solid #464545;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #464545;
}
#footer {
	 background: #181818 url(images/img/ftr-bg.png) 0 100% repeat-x;
}
#foot-r {
	 height: 98px;
	 background: url(images/img/ftr-r.png) 100% 100% no-repeat;
}
#foot-l {
	 background: url(images/img/ftr-l.png) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 padding: 10px;
	 color: #666;
}
#footerarea a:link, #footerarea a:visited {
	 color: #666;
}
#footerarea a:hover {
	 color: #EF5D2A;
	 text-decoration: none;
}