/* Normal, standard links. */
a:link {
	 color: #869927;
}

a:visited {
	 color: #869927;
}
	 
a:hover {
	 color: #5f6b22;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #BFBFBF;
}

a.nav:hover {
	 color: #DFDFDF;
}

/* Tables should show empty cells. */
table { }

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	 color: #CFCFCF;
}

/* The main body of the entire forum. */
body {
     background: #000000 url(images/body-bg.jpg) fixed repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea {
	 color: #000000;
	 background: #9F9F9F;
}

input, button {
	 color: #A2AF99;
     border: 1px solid #819420;
     background: #272727;
}

#toplog, #botlog, #gomess {
	 color: #A2AF99;
	 border: 1px outset #767676;
	 background: #272727;
}

/* 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: #A2AF99;
     border: 1px solid #819420;
     background: #272727;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	 color: #666666;
	 background-color: #454545;
}

/* No image should have a border when linked */
a img { }

/* A quote, perhaps from another post. */
.quote {
	 color: #000000;
	 background-color:  #9F9F9F;
	 border: 1px solid #353535;
}

/* A code block - maybe even PHP ;). */
.code {
	 color: #000000;
	 background-color:  #9F9F9F;
	 /* Put a nice border around it. */
	 border: 1px solid #252525;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	 color: #CCCCCC;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.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 { }

/* Highlighted text - such as search results. */
.highlight { }

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
     background-color: #262626;
}

.windowbg2 {
	 background-color: #303030;
}

.windowbg3 {
     background: #333333 url(images/winbg2.gif) repeat-x top left;
}

.windowbg4 {
	 background-color: #303030;
}

.windowbg5 {
	 background-color: #262626;
}

/* the today container in calendar */
.calendar_today
{
	 background-color: #9F9F9F;
}

/* 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: #CDCDCD;
	 background: #070707 url(images/titlebg.png) repeat-x;
	 border-bottom: solid 1px #313131;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	 color: #CDCDCD;
}

.titlebg a:hover {
	 color: #FFFFFF;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	 color: #CDCDCD;
}

.titlebg, .titlebg2 { }

.titlebg2 a:hover { }

/* 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: #869927 url(images/Jade/toolbar-bg.png) repeat-x;
	 color: #EFEFEF;
}

.catbg2 , tr.catbg2 td {
	 background: #869927 url(images/Jade/toolbar-bg.png) repeat-x;
	 color: #EFEFEF;
}

.catbg, .catbg2, .catbg3 {
	 border-bottom: solid 1px #353535;
}

.catbg, .catbg2 { }

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
 	 color: #EFEFEF;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	 color: #EFEFEF;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 color: #535F0C;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
     border: 1px solid #303030;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	 border: 1px solid #303030;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext { }

.middletext { }

.middletext2 { }

.normaltext { }

.largetext { }

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage { }

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature { }

/* 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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	 color: #CCCCCC;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	 color: #CCCCCC;
}

.maintab_first,.mirrortab_first { }

.maintab_back,.mirrortab_back {
	 background: url(images/tab-bg.png) repeat-x;
	 color: #CCCCCC;
}

.maintab_last,.mirrortab_last { }

.maintab_active_first, .mirrortab_active_first { }

.maintab_active_back, .mirrortab_active_back {
	 background: url(images/Jade/toolbar-bg.png)  repeat-x;
}

.maintab_active_last, .mirrortab_active_last { }

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited,
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	 color: #CCCCCC;
}

.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 color: #FFFFFF;
}

#wrapper {
	 border-left: solid 1px #252525;
	 border-right: solid 1px #252525;
	 border-top: solid 1px #252525;
}

#mainarea {
	 border-top: solid 1px #333333;
	 background: #1A1A1A;
}

#toolbar {
 	 background: #869927 url(images/Jade/toolbar-bg.png) repeat-x;
}

#userinfo {
	 background: #1A1A1A url(images/userinfo.png) 0 0 repeat-x;
	 color: #CDCDCD;
}

#header {
	 background: #1A1A1A url(images/header-bg.png) repeat-x;
}

#logo, #logo a {
	 background: url(images/Jade/logo.png) no-repeat;
}

#news {
	 color: #CDCDCD;
	 background: #1A1A1A url(images/userinfo.png) 0 0 repeat-x; 
}

#newslines {
	 color: #CDCDCD;
}

#footer {
	 color: #B2B2B2;
	 background: #1D1D1D url(images/footer-bg.png);
}

#footer {
	 border-top: solid 1px #252525;
}

#footer a:link , #footer a:visited {
	 color: #869927;
}

#footer a:hover {
	 color: #5F6B22;
}

/* Drop Down Menu Feature */


div#menu {
     background: url(images/Jade/toolbar-div.png) 0 0 no-repeat;
}

div#menu ul { }

div#menu li { }

div#menu li a {
     color: #EFEFEF;
}

div#menu li span { }


div#menu li span { }

div#menu a:hover {
     color: #535F0C;
}

div#menu a.level1, div#menu span.level1 {
     background: url(images/Jade/toolbar-div.png) no-repeat 100% 0;
     color: #EFEFEF;
}

div#menu a.level1 span, div#menu span.level1 span { }

div#menu li:hover a.level1, div#menu li:hover span.level1 {
     color: #535F0C;
}

div#menu a.level1 span.title, div#menu span.level1 span.title{ }

div#menu ul.menu ul {
     top: 35px;
	 border-top: 1px solid #6E7F0F;
     background: url(images/Jade/menu_bg.png) no-repeat 0 100%;
	 margin-left: -2px;
}

div#menu li:hover ul { }

div#menu li.level1 li { }
