a, h2 a:hover, h3 a:hover {



	text-decoration: none;

	color:#d84e27;

	}



a:hover {

	color:#d84e27;

	

	}



a:link, a:visited {

	text-decoration:none;

		color:#d84e27;

	

}



a:hover, a:active {



	text-decoration: underline;

}



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

.nav, .nav:link, .nav:visited

{

	color: #000000;

	text-decoration: none;

}

a.nav:hover

{

	color: #68AF11;

	text-decoration: underline;

}



/* Tables should show empty cells. */

table

{

	empty-cells: show;

}



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

body, td, th, tr

{

	color: #000000;

	font-size: small;

	font-family: verdana, sans-serif;

}



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

body, html{

	font-size: .90em; /* Resets 1em to 10px */

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #222;

	background-color:#fff;

	margin:0px;

	background-image: url('images/bg.jpg');

	background-repeat: repeat-x	

	}



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

input, textarea, button

{

	color: #000000;

	font-family: verdana, sans-serif;

}

input, button

{

	font-size: 90%;

}



textarea

{

	font-size: 100%;

	color: #000000;

	font-family: verdana, 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: verdana, sans-serif;

}



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

hr, .hrcolor

{

	height: 1px;

	border: 0px none;

	color: #666666;

	background-color: #666666

}



/* No image should have a border when linked */

a img

{

	border: 0px none;

}

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

.quote

{

	color: #000000;

	background-color: #D7DAEC;

	border: 1px solid #000000;

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	line-height: 1.4em;

}



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

.code

{

	color: #000000;

	background-color: #dddddd;

	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: #000000;

	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. */



.windowbg3

{

	color: #000000;

	background-color: #ffff6c;

}

/* the today container in calendar */

.calendar_today

{

	background-color: #FFFFFF;

}



/* 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: black;

	font-style: normal;

	background: #9ED845 url('images/titlebg.jpg') repeat-x;

	padding-left: 10px;

	padding-right: 10px

}

.titlebg, .titlebg a:link, .titlebg a:visited

{

	font-weight: bold;

	color: black;

	font-style: normal;

}



.titlebg a:hover

{

	color: #404040;

}

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

.titlebg2 a:link, .titlebg2 a:visited

{

	color: black;

	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: #68AF11 url('images/catbg.jpg') repeat-x;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px

}

.catbg2, tr.catbg2 td

{

	background: #68AF11 url('images/catbg.jpg') repeat-x;

	color: #d84e27;

	padding-left: 10px;

	padding-right: 10px

}



.catbg, .catbg2

{

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited

{

	font-size: 95%;

	color: #d84e27;

	text-decoration: none;

}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited

{

	color: #d84e27;

	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover

{

	color: #68AF11;

}





/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

	font-family: verdana, 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,

.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

	color: #d84e27;

	vertical-align: top;

}

.maintab_back, .maintab_active_back,

.mirrortab_back, .mirrortab_active_back {

	color: #d84e27;

	text-decoration: none;

	font-size:  10px;

	font-family: verdana, sans-serif;

	padding: 5px 10px 5px 10px;

}



.maintab_first, .mirrortab_first {

	display: none;

}



.maintab_back, .mirrortab_back {

	background: url('images/catbg.jpg') repeat-x;

	color: #d84e27;

}



.maintab_last, .mirrortab_last {

	display: none;

}



.maintab_active_first, .mirrortab_active_first {

	display: none;

}



.maintab_active_back, .mirrortab_active_back {

	background: url('images/titlebg.jpg') repeat-x;

}



.maintab_active_last, .mirrortab_active_last {

	display: none;

}



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

	text-decoration: none;

}



.maintab_back a:hover, .maintab_active_back a:hover,

.mirrortab_back a:hover, .mirrortab_active_back a:hover {

	color: #d84e27;

	text-decoration: none;

}



/* The AJAX notifier */

#ajax_in_progress

{

	background: #32CD32;

	color: white;

	text-align: center;

	font-weight: bold;

	font-size: 18pt;

	padding: 3px;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

}







/* Begin Typography & Colors */

body, html{

	font-size: .90em; /* Resets 1em to 10px */

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #222;

	background-color:#fff;

	margin:0px;

	background-image: url('images/bg.jpg');

	background-repeat: repeat-x	

	}









.header{

	position:relative;



}

#header{

	height:308px;

	background-image: url('images/header.jpg');

	background-repeat: no-repeat	

}



#title_desc{

	position:absolute;

	top:50px;

	left:30px;



}

#header h1{

	

	margin:0px;

	padding:0px;

	font-size:1.6em;

}

#header h1 a{	

	margin:0px;

	padding:0px;

	

}





#header h5{

	margin:0px;

	padding:0px;

	font-size:18px;

	color:#fff;

	

}



#logo {

	font-size:1.8em;

	font-weight:bold;

	color:#FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	position: absolute;

	top:55px;

	left:50px;

	

	

}



/* menu */

#menu{

	height:20px;

	position: absolute;

	top:00px;

	left:0px;

	width:1000px;





	}



#menu ul{

	list-style: none;

	list-style-type: none;

	font-size: 1.1em;

	margin:0px auto;

	padding:0px;

	padding-left:10px;



	

	

}



#menu ul li{

	float: left;

	margin: 0 0 0 1px;

	height:20px;





	

	

}



#menu ul li a{

	display: block;

	text-decoration: none;

	color:#111;

	font-size: .90em; /* Resets 1em to 10px */

	padding-right: 10px;

	padding-left:10px;

	font-weight:bold;

	line-height:20px;

	background-image: url('images/divider.jpg');

	background-repeat: no-repeat;

	background-position:  right 50%;

	



	



}



#menu ul li a:hover{

	text-decoration: underline;

	font-weight:bold;

	

}



#menu ul li.current_page_item{



	

	

}



#menu ul li.current_page_item a{

	color:#222;

	text-decoration:underline;



}



.mid{

	position:relative;

	top:0px;

	z-index:1;

	left:12px;

	width: 900px;

	margin-top:20px;

	





}



.content_column{







}







#content{

padding:10px 30px;



}



.add{

text-align:center;





}

.add img{

margin:0 auto;

padding:5px;





}



.author{

	padding:10px;

	margin-bottom:10px;

	border:0px solid #30c78e;

	width:320px;

	list-style:none;

	position:absolute;

	text-align:left;

	float: left;

	top:50px;

	left: 620px;

	color:#fff;

	



}

.author h3,

.author ul,

.author li



{

padding:0px;

margin:0px;

list-style:none;





}



.author a, .author a:visited{

color:#111;

text-decoration:underline;







}





.author p{

padding:0px;





}



.author img{

padding:3px;

border:1px solid #eee;

background-color:#fff;

margin:5px;





}







.bar {

	color:#FFFFFF;

	margin:0px;

	font-size:1.4em;

	background-image: url('images/bar.jpg');

	background-repeat: no-repeat;

	height:30px; padding-left:22px; padding-right:10px; padding-top:4px; padding-bottom:0px





}



.bar a{

	color:#FFFFFF;

}	

	
.bar2 {

	color:#FFFFFF;

	margin:0px;

	font-size:1.4em;

	background-image: url('images/bar.jpg');

	background-repeat: no-repeat;

	height:30px; padding-left:22px; padding-right:10px; padding-top:4px; padding-bottom:0px





}



.bar2 a{

	color:#FFFFFF;

}


.footer{

z-index:5;

position:relative;



}

#footer{

	height: 109px;

	text-align:center;

	border-top:

	0px solid #ba240c;

	background-image: url('images/footerbg.jpg');

	background-repeat: no-repeat





}



#footer p {

	margin: 0;

	padding: 10px 0;

	text-align: center;

	color:#999;

	

	}



#footer p a{



	color:#ba240c;

	font-weight:bold;

	

	}



.sponsor ul {

margin:0px;

padding:0px;

text-align:center;





}





.sponsor li{

display:inline;

padding:3px 10px;





}





small {

	

	font-size: 0.9em;

	

	}



h2.pagetitle {

	font-size: 1.4em;

	color:#019d62;

	}





	

.aligncenter { display:block; margin-left:auto; margin-right:auto; }

.alignleft { display:block; margin-right:10px;  }

.alignright { display:block; margin-left:10px; }





acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}





#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */



.post {

	margin: 0 0 40px;

	text-align: justify;

	}

	

.post  small{

	margin:0px;

	padding:0px;

	



	}

	

.post  small span{

	color:#222;

	font-size:1.0em;



	}

	

.post h2,

.post h3

 {



	margin:0px;

	padding:0px;





}

.post h2 a,

.post h3 a

{

	color:#019d62;

	font-size:20px;

	font-weight:bold;

}







.search{









}



.search ul li{

background-image:url('none');











}





.postmetadata {

	clear: left;

}



/* End Structure */







/*	Begin Headers */



h2.pagetitle {

	margin-top: 10px;

	text-align: left;

	padding:0px;

	margin-bottom:0px;

}









/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	

	}



#sidebars #searchform #s {

	width:115px;

	padding: 2px;

	

	}



#sidebars #searchsubmit {

	padding: 1px;

	}















.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}









/* Comments starts here*/





.alt {

	background-color: #e3f2cf;

	border:1px solid #c8e5a0;



	}





#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	background-color:#f5f5f5;

	border:1px solid #eee;

	color:#000;

	}



#commentform textarea {

	width: 95%;

	padding: 2px;

	background-color:#f5f5f5;

	border:1px solid #eee;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */



#sidebar form {

	margin: 0;

	}





/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 10px;

	width: 155px;

	border:1px solid #eee;

	padding:10px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

/* End Various Tags & Classes*/