/* Normal, standard links. */

a:link {
	 color: #EBB212;
}

a:visited {
	 color: #EBB212;
}

a:hover { }

/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 color: #EBB212;
}

a.nav:hover {
	 color: #EBB212;
}

/* Tables should show empty cells. */

table { }

/* By default (td, body..) use verdana in black. */

body, td, th, tr {
	 color: #497305;
}

/* The main body of the entire forum. */

body {
	 background: #628742 url(images/Verdigris/body-bg.jpg) 0 0 repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	 color: #497305;
	 background: #FFFDDF;
}

input, button { }

textarea {
	 color: #254F1D;
	 background: #FFFDDF;
}

/* 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: #254F1D;
	 background: #FFFDDF;
}

/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 color: #EBDB97;
	 background-color: #EBDB97;
}

/* No image should have a border when linked */

a img { }

/* A quote, perhaps from another post. */

.quote {
	 color: #254F1D;
	 border-top: 1px solid #33CD42;
	 border-left: 1px solid #33CD42; 
	 border-bottom: 1px solid #33CD42;
}

/* A code block - maybe even PHP ;). */

.code {
	 color: #497305;
	 border: 2px inset #33CD42;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	 color: #EBB212;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help { }

/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction { }

/* The main post box - this makes it as wide as possible. */

.editor { }

/* Highlighted text - such as search results. */

.highlight {
	 background-color: yellow;
	 color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg {
	 background: #F9E0A9;	 
}

.windowbg2 {
	 background: #FEF3DB;
}

.windowbg3:hover {
	 background: #F9E0A9;	
}

.windowbg3 {
	 background: #FEF3DB;
}

.windowbg4 {
	 background: #F9E0A9;
}

/* the today container in calendar */

.calendar_today {
	 background: #FFF88F;
}

/* 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: #EBB212;
	 background: #F4E9A2 url(images/Verdigris/titlebg.jpg) repeat-x;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	 color: #AFA536;
}

.titlebg a:hover {
	 color: #EFE03B;
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	 color: #AFA536;
}

.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 {
	 color: #497305;
	 background: #FEF3DB url(images/Verdigris/catbg.jpg) repeat-x;
}

.catbg2, tr.catbg2 td {
	 color: #FFE25F;
	 background: #FEF3DB url(images/Verdigris/catbg.jpg) repeat-x;
}

.catbg, .catbg2, .catbg3 { }

.catbg, .catbg2 { }

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 color: #497305;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #497305;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover { }

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {
	 border-color: #EBB212;
	 background: #EBB212;
}

/* This is used on tables that should just have a border around them. */

.tborder {
	 border: 1px solid #EBB212;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext { }

.middletext { }

.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 { }

/* Definitions for the main tab and mirrortab. 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: #070707;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	 color: #090909;
}

.maintab_first,.mirrortab_first { }

.maintab_back,.mirrortab_back { }

.maintab_last,.mirrortab_last { }

.maintab_active_first, .mirrortab_active_first { }

.maintab_active_back, .mirrortab_active_back {
	 background: #FFFBBF;
	 border-left: 1px solid #95C977;
	 border-right: 1px solid #95C977;
	 border-bottom: 1px solid #95C977;
}

.maintab_active_last, .mirrortab_active_last { }

/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	 color: #497305;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	 color: #497305;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover { }

/* The AJAX notifier: this is the strip across the top of the screen that says Loading when using the quick edit feature. */

#ajax_in_progress {
	 background: #5FD78F;
	 color: white;
}

#wrapper { }

#shad-l {
	 background: url(images/Verdigris/shadow-l.jpg) 0 0 no-repeat;
}

#shad-r {
	 background: url(images/Verdigris/shadow-r.jpg) 100% 0 no-repeat;
}

#header {
	 background: #F9E2AE url(images/Verdigris/header-bg.jpg) 0 0 repeat-x;
}

#head-r {
	 background: #F9E2AE url(images/Verdigris/header-r.jpg) 100% 0 no-repeat;
}

#head-l {
	 background: #F9E2AE url(images/Verdigris/header-l.jpg) 0 0 no-repeat;
}

#logo {
	 background: url(images/Verdigris/logo.jpg) no-repeat;
}

#userarea {
	 color: #497305;
}

#userarea a:link, #userarea a:visited {
	 color: #497305;
	 text-decoration: underline;
}

#userarea a:hover {
	 color: #497305;
	 text-decoration: none;
}

#toolbar {     
	 background: #5FD78F url(images/Verdigris/toolbar-bg.jpg) 0 0 repeat-x;
}

#bodyarea {
     background: #FEF3DB url(images/Verdigris/background-middle.gif) 0 0 repeat-x;
}

#footer {
	 background: url(images/Verdigris/footer-bg.jpg) 0 100% repeat-x;
}

#foot-r {
	 background: url(images/Verdigris/footer-r.jpg) 100% 100% no-repeat;
}

#foot-l {
	 background: url(images/Verdigris/footer-l.jpg) 0 100% no-repeat;
}

#footerarea {
	 color: #AFA536;
}

#footerarea a:link, #footerarea a:visited {
	 color: #AFA536;
}

#footerarea a:hover {
	 color: #EFE03B;
}

/* Droppy menu codes */

.tabs {
	 background: url(images/Verdigris/nav_bg.jpg) repeat-x;	
	 color: #FFFFFF;	
}

.tabs a:link{
	 color: #FFFFFF;	
}

.tabs a:visited {
	 color: #FFFFFF;	 
}

.tabs-left {
	 background: url(images/Verdigris/nav_left.jpg) no-repeat top left;	
}

.tabs-right {
	 background: url(images/Verdigris/nav_right.jpg) no-repeat top right;	
}

.tabs ul {		
	 color: #FFE25F;	
}

.tabs li {
	 padding: 0 5px 0 3px;
	 background: url(images/Verdigris/split.jpg) no-repeat right center;	
}

.tabs li.last { }

.tabs li:hover { }

.tabs li a { }

a .menu-left {
	 background: url(images/Verdigris/menu_left.png) no-repeat left top;	
}

a .menu-mid {
 	 background: url(images/Verdigris/menu_mid.png) repeat-x top;	
}

a .menu-right {
	 background: url(images/Verdigris/menu_right.png) no-repeat left top;	
}

.tabs li a:hover .menu-left,
.tabs li.current a .menu-left,

.tabs li:hover a .menu-left,
.tabs li a:hover .menu-mid,
.tabs li.current a .menu-mid,

.tabs li:hover a .menu-mid,
.tabs li a:hover .menu-right,
.tabs li.current a .menu-right,

.tabs li:hover a .menu-right { }

.tabs li a:hover,
.tabs li.current a,

.tabs li.hover a,
.tabs li:hover a {
	 color: #497305;
}

.tabs li:hover .sub,
.tabs li.hover .sub { }

.tabs li .sub {
	 left: 2px;
	 background: url(images/Verdigris/submenu_top.png) no-repeat;
	 padding-top: 7px;
}

.tabs li ul {
	 background: url(images/Verdigris/submenu_bg.png) repeat-y;
}

.tabs li:hover li,
.tabs li.current li {
	 background: none !important;
}

.tabs li:hover li a,
.tabs li.current li a {
	 color: #497305;
	 background: none !important;
	 padding: 5px 3px 4px;
}

.tabs li:hover li a:hover,
.tabs li.current li a:hover {
	 color: #EBB212;
	 background: #628742 !important;	
}

/*IE*/
.tabs li li a:hover {
	 color: #EBB212;
	 background: #628742 !important;		
}
/**/

.tabs .btm-bg {
	 background: url(images/Verdigris/submenu_bottom.png) no-repeat;	
}

/* Changer buttons */

.changer {
     color: #294F27;
     background: transparent;
     border: 1px solid #294F27;
}
 
 .changer:hover {     
     color: #EEE28E;
     border-bottom: 2px solid #20F4A7; 
}

/* Basebar div for SMF/TP copyrights and page load times. */

#basebar { 
     color:  #AFA536;
}

#basebar a:link, #basebar a:visited { 
     color:  #AFA536;
}

#basebar a:hover { 
     color: #AFA536;
}