/* Normal, standard links. */
a:link, a:visited
{
	color: #268ebe;
	text-decoration: none;
}
a:hover
{
	color: #89de50;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #268ebe;
	text-decoration: none;
}
a.nav:hover
{
	color: #89de50;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	font-size: small;
	font-family: Verdana, Trebuchet MS;
	color:#333333;  
	line-height: 1.4em; 
}

/* The main body of the entire forum. */
body
{
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font: 9pt Verdana, Trebuchet MS; 
}

/* 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-weight: normal;
	color: #000000;
	font: 8pt Verdana, Trebuchet MS; 
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #d6f4c2;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* 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: #ffffff;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #f0f0f0;
}
.windowbg2
{
	color: #000000;
	background-color: #fcfcfc;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: black;
	font-style: normal;
	background-color: #89de50;
}
.titlebg a:hover
{
	color: #000000;

}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-color: #89de50;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-color: #89de50;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #89de50;
	color: #000000;
}
.catbg a:hover, .catbg2 a:hover
{
	color: #333333;
	text-decoration: none;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #828181;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: white;
	border-bottom: 3px solid #5598e3;
	width:800px;
	margin: 0px auto;
	padding: 1px 20px 2px 20px;
	border-left:6px solid #5598e3;
	border-right:6px solid #5598e3;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #FFFFFF;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: white;
	background-color: #fffff;
	background-image: url(images/footer.jpg);
	width:812px;
	text-align: center;
	margin: 0px auto;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	width: 60%;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	width: 60%;
}

/******** WB Forum Module custom CSS ********/
.wb-main {
		  width: 95%;
		  margin: 0px auto;
		  text-align: left;
		  background-color: #FFFFFF;
}
.wb-menu {
	background: transparent;
	width: 812px;
	height: 38px;
	margin: 0 0; 
	padding: 0px 0px;
	font: 0.9em Verdana, Trebuchet MS; 
}

.wb-menu ul { 
	margin: 0; 
	list-style:none; 
	padding: 5px 0 0 10px; /*CHANGE THIS TO CENTER MENU*/
}

.wb-menu a, #nav strong, #nav span { 
	float:left; 
	display:block; 
	background: #ffffff;
	border-bottom: 4px solid #9ee695;
	color:#000000; 
	padding: 4px 17px;
	font-weight:bold; 
	text-decoration:none;
}
.wb-menu a:hover { 
	float:left; 
	display:block; 
	background: #ffffff;
	border-bottom: 4px solid #5598e3;
	color:#999999; 
	padding: 4px 17px; 
	text-decoration:none;
}
.wb-menu a { 
	float:none; 
}
.wb-menu li:active {
	float:left; 
	display:block; 
	background: #ffffff;
	border-bottom: 2px solid #5598e3;
}
.wb-menu li .menu_current:hover {
	float:left; 
	display:block; 
	background: #ffffff;
	border-bottom: 2px solid #5598e3;
}
.wb-menu li { 
	float:left; 
	margin:0 0 0 4px; padding:0 0 0 0px; 
}
}
.wb-banner {
	background: #036 url(images/spacer.gif) left bottom repeat-x;
	height: 90px;
}
.wb-banner img { float: left; }
.wb-banner .google-ad { float: right; padding-top: 10px; padding-right: 10px; }
.wb-footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	font-size: 10px;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 13px;
}
#header { 
	margin: 0; 
	width: 800x; 
	background: url(images/head.jpg) no-repeat;  
	height: 110px; 
	color: #000000; 
}
.content { 
	background: #FFFFFF;
	color:#808080; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px;
	border-left:6px solid #5598e3;
	border-right:6px solid #5598e3;
}
#top {
	padding: 0;
	margin: 0;
	height: 50px;
	background: url(images/logo.png) bottom left no-repeat;  
}
#helparea
{
	background-color: white;
	border-bottom: 1px solid gray;
	width:80%;
	margin: 0px auto;
	padding: 1px 20px 2px 20px;
	border-left:6px solid #5598e3;
	border-right:6px solid #5598e3;
}