/*
 * Author: JD Hendrickson
 * Date: 12/30/2008
 */
*{ margin: 0; padding: 0; font-size: 100%; }
html{ height: 100%; }

body {
	background-color: #eee;
	height: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size: .90em; /*14px*/
	line-height: 1.4em;
}

/* Main content areas */

.content h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}	
	
.content h1{
	font-size: 2em;
	margin: 25px 0 1px 0;
	line-height: 1.2em;
	}

.content h1 a{
	text-decoration:none;
	margin:0;
	}
	
.content p {
	margin: 0 0 10px 0;
	}
	
.content a {
	color: #00539b; /*dark blue */	
	text-decoration: underline;
	}
	
.content a:hover {
	color: #ce5315;
	text-decoration: none;
	}
	
.content img {
	border: 1px solid #c1c1c1; /*darker gray boarder on content images */
	padding: 4px;
	background: #FFFFFF;
  margin: 1px;
	}
	
.float-left  {  /*Float left and right used to float and space content images */
	float:left;
	margin: 10px 20px 10px 0;
	}
	
.float-right  {
	float:right;
	margin: 10px 0 10px 20px;
	}
	
.float-center  {
	text-align:center;
	margin: 10px 20 10px 20px;
	}
	
	
.content h2 {
	color: #730202; /*Dark Red */
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
.content h2 a {
	color: #ce5315; /*orange */
	text-decoration: none;
	}
	
.content h2 a:hover {
	text-decoration: underline;
	}
	
/* End - main content areas */

#header-box{
	background: url(../img/layout/header-back.jpg) repeat-x top left;
	height: 154px;
}
	/* \_ */
	#header-box h1 a{
		outline: none;
		text-indent: -9999px;
		height: 154px;
		width: 296px;
		display:block;
	}
	
#navigation-box{
	height: 20px; 
	min-width: 749px;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	line-height: 1.75em;
	margin-top: 16px;
}
	/* \_ */
	#navigation-box ul{
		list-style: none;
		margin-left: 10px;
	}
		/* \_ */
		#navigation-box ul li{
			float: left;
			display: block;
			padding-right: 1.3em;
		}
			/* \_ */
			#navigation-box ul li a{
				color: #545353;
				text-decoration: none;
				outline: none;
			}
			
			#navigation-box ul li a:hover{
				color:#ce5315;
				text-decoration:underline;
			}

#login-box{
	background: url(../images/login-back-bg.jpg) no-repeat top left;
	width: 301px;
	height: 80px;
	top: -11px;
	padding: 0.78em 1em;
	position: relative; 
}

#header-sponsor-box{

}

/*!!! THIS IS THE IMPORTANT STUFF FOR THE WORK I DID !!!*/
* html #body-box{
	height: 100%;
}

#body-box{
	position: relative;
	min-height: 100%;
}

#footer-box{
	border-top: 1px solid #000;
	background-color: #eee;
	padding: 0;				
	margin: auto;				
	height: 40px;
	position: absolute;		/* DO NOT TOUCH */
	bottom: 0;				/* DO NOT TOUCH */
	width: 100%;			/* DO NOT TOUCH */
	color: #ce5315;			/* ORANGE */
	padding-top: 10px;
	font-size: .85em;
}
	/* \_ */
	#footer-box a{
		color: #ce5315;		/* ORANGE */
		outline: 0;
		text-decoration: none;
	}
		/* \_ */
		#footer-box a:hover{
			color: #730202;		/* DARK RED */
		}

/* GENERIC BOX - USED TO CENTER AND SET THE BASE WIDTH OF THE SITE */
.content-box{
	width: 960px;			/* DO NOT TOUCH */
	margin: auto;			/* DO NOT TOUCH */
}

.left{ float: left; }		/* DO NOT TOUCH */
.right{ float: right; }		/* DO NOT TOUCH */

/*******************************
 * Three Column Layout
 ******************************/
.three-column-box{
	margin: 1.5em auto 0 auto;
	overflow: hidden;		/* DO NOT TOUCH */
	min-width: 600px;		
	max-width: 960px;
	position: relative;
	padding: 10px 0 60px 0;
}

.three-column-left{
	width: 190px;			
	margin-left: 10px;		
	float: left;			/* DO NOT TOUCH */
}

.three-column-right{
	width: 170px;
	margin-right: 10px;		
	float: right;			/* DO NOT TOUCH */
}

.three-column-center{
	margin-left: 220px;
	margin-right: 210px;
	padding: 0.5em;
}
/*******************************
 * One Column Layout
 ******************************/
.one-column-box{
	margin: 1.5em auto 0 auto;
	overflow: hidden;		/* DO NOT TOUCH */
	min-width: 600px;		
	max-width: 960px;
	position: relative;
	padding: 10px 20px 60px 20px;
	}
	
/*******************************
 * Two Column Layout
 ******************************/
.two-column-box{
	margin: 1.5em auto 0 auto;
	overflow: hidden;		/* DO NOT TOUCH */
	min-width: 600px;		
	max-width: 960px;
	position: relative;
	padding: 10px 20px 60px 20px;
	}
	
.two-column-left{
	width: 190px;			
	margin-left: 10px;		
	float: left;
				/* DO NOT TOUCH */
	}

.two-column-right{
	margin-left: 220px;
	margin-right: 0px;
	padding: 0.5em;
	}
	
.racing {
	background:url(../img/racing/back.jpg) no-repeat;
	}
	
.subnav-box {
	height: 30px; 
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	line-height: 1.75em;
	background:url(../img/submenu-back.jpg) repeat-x;
	margin-top:16px;
	color: #FFFF00;
	}
	
.subnav-box a {
	color:#fefefe;
	text-decoration:none; 
	}
	
.subnav-box a:hover {
	text-decoration:underline;
	color:#FFFF00;
	}
	
#subnav {
	margin-left: 50px;
	padding-top: 3px;
	}
	
#snopro-left a {
	color: #00539b; /*dark blue */	
	text-decoration: underline;
	border:none;
	}
	
#snopro-left a:hover {
	color: #ce5315;
	text-decoration: none;
	}
	
#snopro-left img {
	border:none;
	}
	
#snopro-left h1 {
	text-align:center;
	font-size: 14px;
	}
	
#snopro h3 {
	color:#ce5315; 
	font-style:italic; 
	font-weight:bold; 
	font-size: 14px;
	text-align:center;
	}
	
#snopro h3 a{
	color:#ce5315; 
	text-decoration:none;
	}
	
#snopro h3 a:hover{
	text-decoration:underline;
	}
	
#snopro-sponsor-left {
	width: 90px;
	float:left;
	}
	

#snopro-sponsor-right {
	width: 90px;
	float:right;
	}
	
	
	
#networks {
	font-size: 9px;
	line-height:1em;
	width: 150px;
	text-align:center;
	padding-top: 25px;
	padding-left: 15px;
	clear:both;
	}
	
	#networks a {
		color: #00539b;
		text-decoration:none;
		}
	
	#networks img {
		border:none;
		}
.textmiddle {vertical-align:middle;} 	


/*******************************
 * Blog Formatting added by: Brandon Johnson
 ******************************/
.author{
	color: #ce5315; /*orange */
	}

#side_blog{
	font-family:Verdana;
	font-size: .75em;
	color: #00539b; /*dark blue */	
	text-align:left;
	}
.center-text{text-align:center;}

#side_blog ul li h2{
	font-size:1.4em;
	list-style:none;
	margin:0;
	padding:0;
	}

#side_blog a:hover{
	text-decoration:underline;
	}
#side_blog a{
	text-decoration:none;
	color: #ce5315; /*orange */
	}

#side_blog ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	}
.wpnavigation{
	height:40px;
	}
	
.postmetadata{font-size:.8em;}
.postmetadata a{text-decoration:none;}
.postmetadata a:hover{text-decoration:underline;}

/* Racing page */
.racepage a {text-decoration:none;}
.racepage p {margin-bottom: 10px;}
.champ-gallery {width: 404px;margin:auto;}
.champ-gallery p {text-align: center;}
.champ-left {width:200px; float:left; margin-right:4px;}
.champ-right {width:200px; float:right;}


/*Advertise with us section */

#advertize {
	background:url(../../advertise/img/big-back.jpg) no-repeat;
	}
.alert {margin: 0 auto; width: 75%; text-align: center; background-color: #cdd40a; padding: 10px;}
	
/*	
	
	fieldset h2 {
	padding-left: 100px;
	font-style:italic;
	}
	
span {
	color: #ec0912;
	}
	
#formbox {
	width: 725px; 
	margin: 0 auto; 
	padding: 0 10px;
	background: url(../img/layout/inquire-back.jpg) no-repeat; 
	}
	
.leftform {
	float:left; 
	width:350px;
	}
	
.rightform {
	float:right; 
	width:350px;
	}
	
.labelwidth {
	width:125px;
	}
	
fieldset {
	
	}
	
*/

/*************************/
/* CLEAR FIX             */
/*************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* latest classifieds style start */
div.latest_classified {}
div.latest_classified div.latest_classified_header {}
div.latest_classified div.classified_title {}
div.latest_classified div.classified_name {}
div.latest_classified div.classified_text {}
/* latest classifieds style end */
/* latest post style start */
div.latest_post {}
div.latest_post div.latest_post_header {}
div.latest_post div.post_by {}
div.latest_divost div.post_date {}
div.latest_post div.post_title {}
div.latest_post div.post_text {}
/* latest post style end */
/* latest event style start */
div.latest_event {}
div.latest_event div.latest_event_header {}
div.latest_event div.event_title {}
div.latest_event div.event_date {}
div.latest_event div.event_location {}
div.latest_event div.event_contact {}
/* latest event style end */
/* latest blog post style start */
div.latest_wp_post {}
div.latest_wp_post div.latest_wp_post_header {}
div.latest_wp_post div.wp_post_title {}
div.latest_wp_post div.wp_post_date {}
div.latest_wp_post div.wp_post_by {}
div.latest_wp_post div.wp_post_text {}
/* latest blog post style end */

/* Home page bottom ad */

.bottom-home {}

/*2010 resources page */
.resource-links a{ color: #00539b; text-decoration: none;}
.resource-links a:hover {color: #ce5315; text-decoration: underline;}
.resource-links ul {margin-left: 20px;}
.resource-links ul li {font-size: 14px; font-family: 'Yanone Kaffeesatz', arial, serif;}
.resource-links p {font-style: italic; font-family: 'Yanone Kaffeesatz', arial, serif; font-size: 18px; margin-top: 10px;}
.resource-links h1 {font-size: 24px; font-family: 'Yanone Kaffeesatz', arial, serif;}

