﻿/*
-Created by Zach Calmus - Driver Websites
-Layout8.css
-site2.master

6-25-08
*/


body
{
	color:White;
	background:  #00FF01 url(/css/images/jmartin/gradient.jpg) 0 0 repeat-x;
}

#frame{width:950px;}

#siteWrapper
{margin:0 auto;}

#header
{
	background: url(/css/images/jmartin/header.jpg) 0 0 no-repeat;
	height:360px;
	position:relative;
	z-index:50;
}

#main
{
	background: url(/css/images/jmartin/bodyRepeat.jpg) 0 0 repeat-y;
}

.footer
{
	background: transparent url(/css/images/jmartin/bodyBot.jpg) 0 top no-repeat;
	border:none;	
}

.feedWrapper
{
	margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
	float:right;
	color:White;	
}

.feedWrapper ul{padding:6px;}
.feedWrapper .resultsBox, .feedWrapper .statsBox{border-left:solid 3px #00FF01;}
.special, .statsBox, .resultsBox{float:left;}
.special, .resultsBox, .specialTitle, .resultsTitle{width:253px;}

.statsTitle
{
	background:url(../images/jmartin/stats.jpg) 0px 4px no-repeat;
	width:174px;	
}

.statsSub{width:174px;}
.specialTitle{background:url(../images/jmartin/events.jpg) 2px 4px no-repeat;}
.resultsTitle{background:url(../images/jmartin/results.jpg) 10px 4px no-repeat;}

.specialTitle, .statsTitle, .resultsTitle
{
	text-indent:-9999px;
	height:28px;
	border-bottom:solid 3px #00FF01;
}

.menu
{
	position:relative;
	z-index:100;
	margin-top:-25px;
	padding-left:10px;	
}


.menuSub li a
{
	height:22px;
	background:url(../images/jmartin/menu.gif) 0 0 no-repeat;
	text-indent:-9999px;
	width:190px;
}	
#sponsorNav{display:none;}

/*Normal State*/
#homeNav{background-position:0px -2px;}
#bioNav{background-position:0px -33px;}
#crewNav{background-position:0px -63px;}
#newsNav{background-position:0px -88px;}
#schNav{background-position:0px -114px;}
#galleryNav{background-position:0px -144px;}
#linksNav{background-position:0px -168px;}
#statsNav{background-position:0px -194px;}
#guestNav{background-position:0px -222px;}
#contactNav{background-position:0px -250px;}


#homeBody #homeNav, #homeNav:hover{background-position:-200px -2px;}
#bioBody #bioNav, #bioNav:hover{background-position:-200px -33px;}
#crewBody #crewNav, #crewNav:hover{background-position:-200px -63px;}
#newsBody #newsNav, #newsNav:hover{background-position:-200px -88px;}
#schBody #schNav, #schNav:hover{background-position:-200px -114px;}
#galleryBody #galleryNav, #galleryNav:hover{background-position:-200px -144px;}
#linksBody #linksNav, #linksNav:hover{background-position:-200px -168px;}
#statsBody #statsNav, #statsNav:hover{background-position:-200px -194px;}
#guestBody #guestNav, #guestNav:hover{background-position:-200px -222px;}
#contactBody #contactNav, #contactNav:hover{background-position:-200px -250px;}

.footMenu
{
	padding-top:10px;	
	color:Black;
}

.footMenu a{color:Black;}

.subContent, .feedWrapper
{
	border-top:solid 3px #00FF01;
	border-right:solid 3px #00FF01;	
	border-left:solid 3px #00FF01;
}

.subHeading
{
	text-indent:-9999px;
	background:url(../images/jmartin/subheadings.gif) 0 0 no-repeat;	
	height:37px;
}

#homeBody .subHeading{background-position:0px 0px;}
#bioBody .subHeading{background-position:0px -308px;}
#crewBody .subHeading{background-position:0px -38px;}
#newsBody .subHeading{background-position:0px -115px;}
#schBody .subHeading{background-position:0px -76px;}
#galleryBody .subHeading{background-position:0px -153px;}
#linksBody .subHeading{background-position:0px -269px;}
#statsBody .subHeading{background-position:0px -346px;}
#guestBody .subHeading{background-position:0px -191px;}
#contactBody .subHeading{background-position:0px -230px;}


#homeBody .feedClass h2
{
	text-indent:-999px;
	background:url(../images/jmartin/newsFeed.gif) 0 0 no-repeat;	
	width:674px;
	height:25px;
	margin-left:-10px;
}

.feedClass{padding:0px;}

.genUrl, a{color:Red;}

h3{color:#00FF01;}

.footer .adminButton, .feedback a{color:Black;}

.devLogo
{
	background:transparent url(http://www.spimg.driverwebsites.com/devLogos/dw_black2.png) no-repeat scroll center bottom;
}

.specialSub .upcomingEvents li{font-size:70%;}
.resultsSub small, .resultsSub strong{font-size:84%;}
.resultsSub strong{margin-left:4px;}
.statsSub strong{float:left;}

.statsSub small
{
	float:right;
	font-size:100%;
}

.dataNews .alt .newsPic{float:right;}

.statsBox .upcomingEvents
{
	margin-left:16px;
	width:130px;	
}

.subContent{min-height:600px;}

.upcomingEvents{min-height:93px;}


* html .subContent{height:600px;}
* html #main{background: url(/css/images/jmartin/bodyRepeat.gif) 0 0 repeat-y;}

* html .footer
{
	background: transparent url(/css/images/jmartin/footer.gif) 0 top no-repeat;
	border:none;	
}

* html #header
{
	background: url(/css/images/jmartin/header.gif) 0 0 no-repeat;
	height:314px;
	position:relative;
	z-index:50;
}

* html .feedWrapper
{
	margin-right:10px;	
}

