/* Normal, standard links. */

a:link {
	 color: #11278F;
}

a:visited {
	 color: #11278F;
}

a:hover { }

/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 color: #11278F;
}

a.nav:hover {
	 color: #2C3B8F;
}
/* Tables should show empty cells. */

table { }

/* Standard font colour. By default (td, body..) use verdana in black. */

body, td, th, tr {
	 color: #00085F;
}

/* The main body of the entire forum. */

body {
	 background: #5f5e5e url(images/KindaBlue/body-bg.gif) 0 0 repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	 color: #00085F;
}

input, button { }

textarea {
	 color: #00085F;
}

/* 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: #00085F;
}

/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 color: #D4D4D4;
	 background-color: #D4D4D4;
}
 
/* No image should have a border when linked */

a img { }

/* A quote, perhaps from another post. */

.quote {
	 color: #00085F;
	 border-top: 1px solid #11278F;
	 border-left: 1px solid #11278F; 
	 border-bottom: 1px solid #11278F;
}

/* A code block - maybe even PHP ;). */

.code {
	 color: #00085F;
	 border: 2px inset #11278F;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	 color: #00085F;
}

/* 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: #F0F0F0;
}

.windowbg2 {
	 background: #F6F6F6;
	 border: 1px solid #8E99CF;
}

.windowbg3 {
	 background: #F0F0F0;
}

.windowbg4 {
	 background: #F0F0F0;
}

/* The today container in calendar */

.calendar_today {
	 background: #F5F5F5;
}

/* 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: #1A448F;
	 background: #B6C6CC url(images/KindaBlue/titlebg.gif) 0 0 repeat-x;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	 color: #1A448F;
}

.titlebg a:hover {
	 color: #0D316F;
}

/* Same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	 color: #1A448F;
}

.titlebg2 a:hover {
	color: #0D316F; 
}

/* 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: #1A448F;
	 background: #5B80B7 url(images/KindaBlue/titlebg.gif) repeat-x;
}

.catbg2, tr.catbg2 td {
	 color: #1A448F;
	  background: #5B80B7 url(images/KindaBlue/titlebg.gif) repeat-x;
}

.catbg, .catbg2, .catbg3 { }

.catbg, .catbg2 { }

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	  color: #1A448F;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #1A448F;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 color: #0D316F;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {
	 background-color: #f0f0f0;
}

/* This is used on tables that should just have a border around them. */

.tborder {
	 border: 1px solid #8E99CF;
}

/* 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, 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: #071C7F;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	 color: #071C7F;
}

.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: #F0F0F0;
	 border-left: 2px solid #8E99CF;
	 border-right: 2px solid #8E99CF;
	 border-bottom: 1px solid #8E99CF;
}

.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: #071C7F;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	 color: #071C7F;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 color: #273C9F;
}

/* 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: #0F387F;
	 color: white;
}

#wrapper { }

#shad-l {
	 background: url(images/KindaBlue/shadow-l.gif) 0 0 no-repeat;
}

#shad-r {
	 background: url(images/KindaBlue/shadow-r.gif) 100% 0 no-repeat;
}

#header {
	 background: #142E5F url(images/KindaBlue/header-bg.jpg) 0 0 repeat-x;
}

#head-r {
	 background: #142E5F url(images/KindaBlue/header-r.jpg) 100% 0 no-repeat;
}

#head-l {
	 background: #142E5F url(images/KindaBlue/header-l.jpg) 0 0 no-repeat;
}

#logo {
	 background: url(images/KindaBlue/logo.jpg) no-repeat;
}

#userarea {
	 color: #DDDDDD;
}

#userarea a:link, #userarea a:visited {
	 color: #EEEEEE;
}

#userarea a:hover {
	 color: #CCCCCC;
}

#toolbar {
	 background: #142E5F url(images/KindaBlue/toolbar-bg.png) 0 0 repeat-x;
}

#bodyarea {
	 background: #f0f0f0 url(images/KindaBlue/bodyarea-bg.gif) 0 0 repeat-x;
}

#footer {
	 background: url(images/KindaBlue/footer-bg.gif) 0 100% repeat-x;	 
}

#foot-r {
	 background: url(images/KindaBlue/footer-r.gif) 100% 100% no-repeat;
}

#foot-l {
	 background: url(images/KindaBlue/footer-l.gif) 0 100% no-repeat;
}

#footerarea {
	 color: #A0A0A0;
}

#footerarea a:link, #footerarea a:visited {
	 color: #A0A0A0;
}

#footerarea a:hover {
	 color: #CCCCCC;
}

/*Droppy menu codes. */

.tabs {
	 background: none;
	 color: #FFFFFF;
}

.tabs a:link{
	 color: #FFFFFF;
}

.tabs a:visited {
	 color: #FFFFFF;
}

.tabs-left {
	 background: none;
}

.tabs-right {
	 background: none;
}

.tabs ul {	
	 color: #FFFFFF;	
}

.tabs li {
	 padding: 0 7px 0 3px;
	 background: url(images/KindaBlue/split.png) no-repeat right center;
}

.tabs li.last { }

.tabs li:hover { }

.tabs li a { }

a .menu-left {
	 background: url(images/KindaBlue/menu_left.png) no-repeat left top;
}

a .menu-mid {
	 background: url(images/KindaBlue/menu_mid.png) repeat-x top;	
}

a .menu-right {
	 background: url(images/KindaBlue/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: #01358B;
}

.tabs li:hover .sub,
.tabs li.hover .sub { }

.tabs li .sub {
	 top: 26px;
	 left: 2px;
	 background: url(images/KindaBlue/submenu_top.png) no-repeat;
	 width: 186px;
	 padding-top: 7px;
}

.tabs li ul {
	 background: url(images/KindaBlue/submenu_bg.png) repeat-y;
}

.tabs li:hover li,
.tabs li.current li { }

.tabs li:hover li a,
.tabs li.current li a {
	 color: #01358B;
	 background: none !important;
     padding: 5px 3px 4px;
}

.tabs li:hover li a:hover,
.tabs li.current li a:hover {
	 color: #FFFFFF;
	 background: url(images/KindaBlue/catbg.gif) 0 0 repeat-x !important;
}

/*IE*/
.tabs li li a:hover {
	 color: #FFFFFF;
	 background: url(images/KindaBlue/catbg.gif) 0 0 repeat-x !important;
}
/**/

.tabs .btm-bg {
	 background: url(images/KindaBlue/submenu_bottom.png) no-repeat;
}

/* Changer buttons. */

.changer {
     color: #4F4F4F;
     background: transparent;
     border: 1px solid #3F3F3F;
}

.changer:hover {
	 color: #EFF0FF;
	 background: #0F387F;
	 border: 1px inset #FFFFFF;	 
}

/* Basebar div for SMF/TP copyrights and page load times. */

#basebar { 
     color: #8F8F8F;
}

#basebar a:link, #basebar a:visited { 
     color: #8F8F8F;
}

#basebar a:hover { 
     color: #BFBFBF;
}