/*  Jake Racing Master CSS  */

/* reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Universal Styles */
html, body { 
	font: normal 12px verdana ; 
	color: #000 ; 
	line-height: 20px ; 
	background-color: #000;
	padding: 0px; 
	margin: 0px;
	text-align: left;
}

p { 
	margin-bottom: 20px; 
}

h1 { 
	font: bold 36px arial ; 
	color: #000 ; 
	letter-spacing: -1px;
	margin: 0 0 18px 0;
	clear: left;
}

h2 { 
	font: bold 24px arial ; 
	color: #000 ; 
	letter-spacing: -1px;
	margin: 0 0 18px 0;
	clear: left;
}

a, 
a:visited { 
	font-weight: bold; 
	color: #e39b00 ; 
	text-decoration: none ; 
}

a:hover {
	color: #000; 
	text-decoration: none ;
}

p a, 
p a:visited { 
	font-weight: bold; 
	color: #e39b00 ; 
	text-decoration: none ; 
}

p a:hover { 
	color: #000; 
	background-color: #fceecc ; 
	text-decoration: none ;
}


/* Structural Elements */

#top { 
	position:relative ; 
	width: 100% ; 
	z-index:0 ; 
	text-align: center ; 
	background: #fff url(../media/bg_header.gif) no-repeat center top; 
	clear: both ;
}

#footer { 
	position:relative ; 
	width: 100% ; 
	height: 210px ; 
	z-index:1 ; 
	text-align: center ; 
	background: #000 url(../media/bg_footer-repeat.gif) repeat-x; 
	clear: both ;
}

#footer .background { 
	position:relative ; 
	width: 100% ; 
	height: 210px ; 
	z-index:1 ; 
	text-align: center ; 
	background: url(../media/bg_footer.jpg) no-repeat center top; 
	clear: both ;
}

.container { 
	position:relative ; 
	width: 960px ; 
	margin: auto ; 
	z-index:0 ; 
	text-align: left ;
	overflow: hidden;
}

.clear { 
	clear: both; 
	height: 20px; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}


/* Page Layout */

.mainCol {
	float: right;
	width: 720px;
	text-align: left;
	background: #fff;
	padding: 20px 0 0 20px;
	border-top: 1px solid #ccc;
}

#footer .mainCol {
	background: transparent;
	padding: 15px 0 0 20px;
	border: 0;
	margin: 0;
}

.sideCol {
	float: left;
	width: 190px;
	padding: 0 0 10px 0;
	margin-top: 125px;
}

#footer .sideCol {
	padding: 15px 0 0 0;
	margin: 0;
}

/* Unique Elements */


#navBar { 
	display: block;
	height: 44px;
	padding: 8px 0 0 35px;
}

#logo { 
	position: absolute;
	top: 38px;
	left: 0;
	height: 121px ;
	width: 252px;
}

#logo a,
#logo a:visited { 
	display: block;
	height: 121px;
	width: 252px;
}

#logo:hover{ 
	opacity: .8;
	filter: alpha(opacity=80);
}

#homeFeature {
	width: 940px;
	height: 479px;
	background: url(../media/homeFeature.jpg) no-repeat right top;
	margin: -12px 0 0 20px;
}

#homeFeature .description {
	position: absolute;
	top: 245px;
	left: 160px;
	width: 405px;
}

#homeFeature .description {
	color: #aaa;
}


#homeFeature .description a:hover {
	color: #fff;
	background: transparent;
}

#homeFeature .galleryLink {
	position: absolute;
	top: 360px;
	right: 160px;
}

#homeFeature .galleryLink a {
	padding: 8px 10px;
	background: #000;
	line-height: 30px;
}

#homeFeature .galleryLink a:hover {
	background: #f1ac00;
}

#blogFeed {
	margin: -20px 0 0 40px;
}

#blogFeed .post {
	float: left;
	width: 260px;
	margin-right: 40px;
}

#blogFeed .post p {
	font: normal 11px verdana;
	line-height: 18px;
	padding-left: 3px;
}

#blogFeed a.postTitle {
	padding: 2px 3px;
	background-color: #fceecc ; 
}

#blogFeed a.postTitle:hover {
	background: #f1ac00;
}

a#feedLink {
	background: url(../media/feed.gif) no-repeat ;
	padding-left: 22px;
}

a#feedLink:hover {
	background: url(../media/feed.gif) no-repeat 0 -20px ;
}

#headerImage {
	float: right;
	width: 450px;
	height: 118px;
	overflow: hidden;
	color: #fff;
}

/* Footer Links */

#footer a , 
#footer p {
	color: #999;
	font: normal 11px verdana;
	line-height: 18px;
}

#footer a:hover {
	color: #f1ac00;
}


#footer ul { 
float: left;
padding: 0 20px 0 20px; 
letter-spacing: 0px ; 
list-style-type: none ;
}


#footer ul li { 
width: 120px;
margin: 0;
padding: 0;
line-height: 22px;
clear: left;
}

#footer ul li a, #footer ul li a:visited {
	display: block;
width: 120px;
font: bold 10px arial ; 
color: #fff ; 
text-decoration: none ;
line-height: 22px;
background: transparent;
}

#footer ul li a:hover {
	color: #f1ac00;
background: transparent;
}

#footer ul li ul { 
float: left;
width: 120px;
margin: 0; 
padding: 0;
}


#footer ul li li a, 
#footer ul li li a:visited {
	display: block;
width: 120px;
color: #777 ; 
text-decoration: none ; 
text-transform: none;
line-height: 22px;
background: transparent;
padding: 0 0 0 10px;
}

#footer ul li li a:hover {
	color: #f1ac00;
}


/* Lists */
ul { 
 margin: 0; 
 padding: 0; 
 letter-spacing: 0px; 
 list-style-type: none;
}

li { 
 padding: 0;
 margin: 0;
}

#headerImage ul {
	margin: -20px 0 0 0;
}

#headerImage li {
	margin: 0;
	padding: 0;
	color: #fff;
}


/* Classes */


.floatRight,
.alignright {
	float: right;
	margin: 0 0 15px 30px;
}

.floatLeft,
.alignleft {
	float: left;
	margin: 0 30px 15px 0;
}

.bold {
	font-weight: bold;
}

.gold {
	color: #e39b00 ; 
	font-weight: normal;
}

.gray {
	color: #999 ; 
	font-weight: normal;
}

.sideCol p {
	font: normal 11px verdana;
	line-height: 18px;	
}

.blogPost,
.schedulePost,
#commentPage {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

#commentPage {
	margin-top: 30px;
}



.schedule {
	
}

.schedule p {
	padding-left: 6px;
}

.schedule .date {
	padding: 6px 0 12px 10px;
	background: url(../media/bg_eventDate.gif) no-repeat left top;
	font: bold 11px verdana;
}

.schedule .date span {
	padding-left: 22px;
}

.news a,
.news a:visited {
font-size: 11px;
padding: 2px 3px;
font-weight: bold; 
background-color: #fceecc ; 
}

.news p {
	padding-left: 3px;
}

.news a:hover {
	color: #000;
	background: #f1ac00;
}

.viewAll {
	margin-top: -20px;
}

span.viewAll {
	display: inline;
	font-size: 11px;
	letter-spacing: 0;
	margin-top: 0px;
	margin-left: 10px;
}

.viewAll a,
.viewAll a:visited {
	background: url(../media/arrow.gif) no-repeat 3px 6px;
	padding: 1px 3px 1px 10px;
}

.viewAll a:hover {
	color: #000;
	background: #fceecc url(../media/arrow.gif) no-repeat 3px -8px;
}

#blogFeed h2,
.underline {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 8px;
}


/* Comments */

.formField {
background: #fef9ec url(../media/bg_formField.gif) repeat-x;
font: normal 12px verdana;
line-height: 18px;
padding: 4px 6px;
margin: 0px 0px 15px 0px;
border: 0px;
border-bottom: 1px solid #fade86;
}


.formLabel {
	font: bold 12px verdana;
	clear: left;
	padding: 0 0 5px 1px;
}

.formButton {
	font-weight: bold; 
	color: #e39b00 ; 
	background-color: #fceecc ; 
	border: 0;
	clear: left;
	margin: 0 0 20px 0;
}

#commentPage ul {
 margin: 0;
}

#commentPage li {
	font: normal 12px verdana;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
 	border-bottom: 1px solid #e0e0e0;
}

/* ShareThis Pluggin */
.shareThis span {
	background: url(../media/shareThis.gif) no-repeat;
}

.shareThis .stbuttontext {
	background: transparent;
}

