/* Normal, standard links. */
a:link {
	 color: #D4D4D4;
	 text-decoration: none;
}
a:visited {
	 color: #D4D4D4;
	 text-decoration: none;
}
a:hover {
	color: #FEFEFE;
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #e2e2e2;
	 text-decoration: none;
}
a.nav:hover {
	 color: #809107;
	 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: 140%;
	 font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	 color: #aaaaaa;
	 font-size: small;
}
/* The main body of the entire forum. */

body {
	 background-color: #000;
	 padding: 30px 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	 color: #000000;
	 font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
input, button {
	 font-size: 90%;
}
textarea {
	 font-size: 100%;
	 color: #000000;
	 font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, 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 {
	 font-size: 90%;
	 font-weight: normal;
	 color: #000000;
	 font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #222222;
	 background-color: #222222;
}
/* No image should have a border when linked */

a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #CDCDCD;
	background-color: #282828;
	border: 2px solid #000000;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #CDCDCD;
	background-color: #393939;
	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: #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: 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 {
	background-color: #181818;
	color: #999;
}
.windowbg2 {
	background-color: #1a1a1a;
	color: #999;
}
.windowbg3 {
	background-color: #1d1d1d;
	color: #999;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #141414;
}

/* 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: white;
	font-style: normal;
	background: url(images/titlebg.png) #0e0e0e repeat-x;
	border-top: solid 1px #171717;
	border-bottom: solid 1px #171717;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}
.titlebg a:hover
{
	color: #e3e3e3;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	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: url(./images/catbg.png) #7D8F07 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 19px;
}
.catbg2 , tr.catbg2 td
{
	background: url(./images/catbg.png) #7D8F07 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 19px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #1A1A1A;
}
.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: #c0c0c0;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #222222;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #222222;
	padding: 0px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, 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: red;
}

/* 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: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #212020;
}
.maintab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #728304;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: overline;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: century gothic, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
}

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #212020;
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress {
	 background: #2f2f2f;
	 color: white;
	 text-align: center;
	 font-weight: bold;
	 font-size: 18pt;
	 padding: 3px;
	 width: 100%;
	 position: fixed;
	 bottom: 0;
	 left: 0;
}
/* Crip Stye */
#wrapper {
	 width: 980px;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#toolbar {
	height: 31px;
	font-size: 12px;
	background: url(./images/img/toolbar-bg.png) repeat-x #2B2E2E;
}
#nav li.chosen_menu a {
	background: url(./images/img/toolbar-select.png) 50% 100% no-repeat;
}
#nav {
	background: url(./images/img/toolbar-div.png) 0 0 no-repeat;
}
#nav li {
	background: url(./images/img/toolbar-div.png) 100% 0 no-repeat;
}
#nav li a {
	color: #fff;
}
#nav a:hover {
	color: #E7EFF7;
}
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 31px;
}
#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#nav ul li a:hover, #nav li.chosen_menu a {
	background: url(./images/img/toolbar-select.png) 50% 100% no-repeat;
	color: #404040;
}
#nav li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
}
#header {
	 position: relative;
	 height: 132px;
	 overflow: hidden;
	 background: url(images/img/header_back.png) 0 0 repeat-x;
}
#head-r {
	 height: 132px;
	 background: url(images/img/header_right.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/header_left.png) 0 0 no-repeat;
}
#linktree {
	clear: both;
	padding: 3px;
	font-size: 12px;
	font-family: century gothic, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	background: transparent;
}
#linktree, #linktree a {
	font-weight: bold;
}
#news {
	height: 40px;
	float: left;
	padding: 6.5em 0px 0 10px;
	text-align: left;
	color: #FFF;
}
#news a:link, #news a:visited {
	color: #000;
}
#news a:hover {
	text-decoration: underline;
}
#logo {
	 position: absolute;
	 top: 25px;
	 left: 20px;
	 display: block;
	 width: 176px;
	 height: 48px;
	 cursor: pointer;
	 background: url(images/img/logo.png) no-repeat;
}
#userarea {
	 height: 55px;
	 float: right;
	 padding: 15px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #FFF;
	 font-family: century gothic, tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #FEFEFE;
}

#userarea a:hover {
	 color: #E3E3E3;
	 text-decoration: underline;
}
#bodyarea {
	padding: 5px;
	margin:0;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
	background: #262626 url(images/img/bodyarea-bg.gif) 0 0 repeat-x;
}
#footer {
	 background: #272727 0 100% repeat-x;
}
#foot-r {
	 height: 50px;
	 background: 100% 100% no-repeat;
}

#foot-l {
	 background: 0 100% no-repeat;
}
#footerarea {
	 text-transform: uppercase;
	 text-align: center;
	 padding: 15px 0px 15px 0px;
	 color: #ccc;
}
#footerarea a:link, #footerarea a:visited {
	 color: #a0a0a0;
}
#footerarea a:hover {
	 color: #FFFFFF;
	 text-decoration: underline;
}