/* CSS Style Sheet for GreenSpeedKarting.com */
/* Designed and Developed by Autosports Media */
/* November 5, 2008 */
/* Developer: Cody Schindel - Autosports Media */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background:url(images/body-bg.jpg) repeat-x top left #e5e5e5;
	font-family: arial;
	}
	
a {			color: #093;	}
a:hover {	color: #900;	}

#container {
	margin: 0 auto;
	width: 900px;
	max-width: 900px;
	overflow: hidden;
	}
	
/* -------------------------------------------------- */	
/* ------------------	 header   ------------------- */

#header {
	width: 900px;
	height: 40px;
	background:url(images/header_bg.jpg) no-repeat top left #ccc;
	}
	
#header h1, #header h2 {
	display: none;
	}	
	
#sub_header {
	clear: both;
	width: 900px;
	height: 338px;
	max-height: 338px;
	overflow:hidden;
	background: url(images/driver-1.jpg) no-repeat top left #ccc;
	}
	
/* -------------------------------------------------- */	
/* -----------------   Content    ------------------- */
	
#content_container {
	clear: both;
	padding: 5px 1px;
	width: 900px;
	min-height: 400px;
	background:url(images/content_bg.jpg) no-repeat top left #e5e5e5;
	}	
	
#content-left {
	float: left;
	width: 199px;
	min-height: 400px;
	}
	
#main-content {
	float: left;
	width: 500px;
	min-height:200px;
	}	
	
#content-right {
	float: right;
	width: 199px;
	min-height: 300px;
	margin-right: 1px;
	}
	
#content-right-lg {
	float: right;
	width: 690px;
	min-height: 300px;
	margin-right: 6px;
	}
	
/* -------------------------------------------------- */	
/* ---------------	  containers 	----------------- */

.sm-200 {
	margin: 10px 0;
	clear: both;
	width: 198px;
	}

.sm-200-header {
	background: url(images/200-head.jpg) no-repeat top left;
	width: 198px;	
	height: 21px;
	max-height: 21px;
	overflow: hidden;
	}
	
.sm-200-header h3 {
	display: none;
	}
	
.sm-200-content {
	background:url(images/200-content-bg.jpg) repeat-y top left;
	width: 198px;
/*	padding: 7px 10px; */
	margin: 0 auto;
	font-size: 80%;
	}
	
.sm-200-footer {
	background:url(images/200-footer.jpg) no-repeat top left;
	width: 198px;
	height: 12px;
	}
	
.lg-500 {
	margin: 10px 0;
	clear: both;
	width: 500px;
	}
	
.lg-500-header {
	background: url(images/500-header.jpg) no-repeat top left;
	width: 500px;
	height: 21px;
	}
	
.lg-500-header h3 {
	display: none;
	}
	
.lg-500-content {
	background: url(images/500-content-bg.jpg) repeat-y top left;
	width: 500px;
	min-height: 50px;
	padding: 2px 0;
	}
	
.lg-500-content ul {
	font-size: 80%;
	margin-left: 30px;
	}
	
.lg-500-content h2 {
	text-decoration:underline;
	color: #063;
	padding-top: 10px;
	}
	
.lg-500-content h3 {
	text-decoration:underline;
	font-size: 90%;
	color: #063;
	padding-top: 10px;
	}

.lg-500-content p {
	text-align:justify;
	padding-top: 2px;
	}	
	
.lg-500-footer {
	background: url(images/500-footer.jpg) no-repeat top left;
	width: 500px;
	height: 15px;
	} 
	
.lg-685 {
	margin: 5px 0;
	clear: both;
	width: 685px;
	}
	
.lg-685-header {
	background:url(images/685-head.jpg) no-repeat top left;
	width: 685px;
	height: 26px;
	}
	
.lg-685-content {
	background:url(images/685-body.jpg) repeat-y;
	width: 661px;
	min-height:300px;
	padding: 5px 12px;
	}
	
.lg-685-content h2 {
	text-decoration:underline;
	color: #063;
	padding-top: 10px;
	}
	
.lg-685-content h3 {
	text-decoration:underline;
	font-size: 90%;
	color: #063;
	padding-top: 10px;
	}

	
.lg-685-content p {
	font-size: 75%;
	text-align:justify;
	padding-bottom: 8px;
	}
	
.lg-685-footer {
	background:url(images/685-footer.jpg) no-repeat top left;
	width: 685px;
	height: 11px;
	}
	
#breadcrumbs {
	width: 600px;
	float: left;
	font-size: 70%;
	margin: 5px 10px;
	}
	
/* -------------------------------------------------- */	
/* -----------------   navigation   ----------------- */

.nav {
	margin: 0 0 0 8px;
	width: 180px;
	max-width: 190px;
	overflow:hidden;
	}
	
.nav ul {
	padding: 3px 5px;
	width: 180px;
	}
	
.nav li {
	list-style: none;
	width: 100%;	
	}
	
.nav li a {
	display: block;
	color: #000;
	text-decoration:none;
	width: 180px;
	padding: 0 4px;
	}
	
.nav li a:hover {
	color: #000;
	background:url(images/nav_bg_hover.jpg) no-repeat left top;
	max-width: 160px;
	overflow: hidden;
	}
	
#sub_nav {
	list-style:url(images/nav_bullet.jpg);
	margin-left: 10px;	
	width: 140px;
	}
	
#sub_nav2 {
	list-style:url(images/nav_bullet.jpg);
	margin-left: 10px;	
	width: 140px;
	}
	
#sub_nav3 {
	list-style:url(images/nav_bullet.jpg);
	margin-left: 10px;	
	width: 140px;
	}
	
.down {
	background: url(images/nav_bg_down.jpg) no-repeat left top;
	}

/* -------------------------------------------------- */	
/* -----------------   news list   ------------------ */

.latest-news ul {
	margin: 0;
	padding: 0 5px;
	width: 465px;
	}
	
.latest-news li {
	width: 460px;
	margin: 2px 16px;
	padding: 10px 3px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	}
	
.news-headline {
	text-transform:uppercase;
	font-weight: bold;
	color: #333;
	}
	
.news-date {
	text-transform: uppercase;
	font-size: 80%;
	color: #666;
	}
	
.news-content {
	padding: 2px 5px;
	}
	
.news-content p {
	font-size: 90%;
	text-align:justify;
	}
	
#events-sched li {
	list-style: none;
	font-size: 90%;
	margin: 5px 0;
	padding: 3px;
	text-align: center;
	} 
	
.events-dark {
	background: #e5e5e5;
	}
	
.bio-left {
	width: 90px;
	text-align:right;
	padding: 0 3px;
	font-weight:bold;
	}
	
.bio-right {
	width: 375px;
	text-align:left;
	padding: 0 5px;
	}
	
.parts-left {
	width: 115px;
	text-align: left;
	padding: 0 3px;
	padding-left: 40px;
	}
	
.parts-right {
	width: 500px;
	padding: 5px 3px;
	vertical-align:top;
	}

/* -------------------------------------------------- */	
/* ----------------   Schedule Table   -------------- */


#sched-table {
	width: 100%;
	font-size: 80%;
	}
	
.Sched-dark {
	background: #9c9;
	}


/* -------------------------------------------------- */	
/* ------------------   foooter   ------------------- */

.showcase_hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.7;
}

.showcase_hover:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 120px;
	background:url(images/footer_bg.jpg) no-repeat top left;
	}
	
#footer_content_left {
	float: left;
	padding: 43px 10px 0 180px;
	font-size: 80%;
	color: #fff;
	}
	
#footer_content_right {
	float: right;
	padding: 43px 10px 0 10px;
	font-size: 80%;
	color: #fff;
	}
	
#footer a 		{	color: #fff; text-decoration:none;	}
#footer a:hover	{	color: #000;	}