﻿@import url(http://fonts.googleapis.com/css?family=Oswald|Yanone+Kaffeesatz);

#mrpPanel .panelWrap
{
	border-color: #FF0000;
	-moz-box-shadow: 0 3px 20px #FF0000;
	-webkit-box-shadow: 0 3px 20px #FF0000;
	box-shadow: 0 3px 20px #FF0000;
}


body
{
	font-family: Arial;
	color: #fff;
	min-width: 985px;
	background: #000;
}

a, a:link, a:active, a:visited, a:hover
{
	color: #fff;
}

a.inlineAdminLink, a.inlineAdminLink:link, a.inlineAdminLink:active, a.inlineAdminLink:visited
{
	color: #222;
	background: #d91b25;
}

a.inlineAdminLink:hover
{
    color:#fff;
	text-decoration: underline;
	background: none;
}

h2, .contentNameWrap h2
{
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 2px 6px;
	color: #fff;
	font-size: 1.8em;
	width: auto !important; /*height:27px;*/
	border:0 none;
	background:rgba(0,0,0,.5);
}

#scheduleWrap h2
{
    border-bottom:solid 1px #ccc;
    background:none;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited, h4 a, h4 a:link, h4 a:active, h4 a:visited
{
	color: #fff;
}

h3
{
	margin-bottom: 2px;
}

h3, h3 a, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover
{
	font-size: 1.1em;
	color: #fff;
}

.genColor
{
    color: #FFF987;
}


.featureText h3 a, .featureText h3 a:link, .featureText h3 a:active, .featureText h3 a:visited
{
	color: #fff;
}

.elementWrap .headSpec
{
	display: block;
	margin-left: 15px;
	font-style: italic;
}

.listInfo h4
{
	border-color: #d91b25;
}

.driverFeedContent h4 a:hover
{
	text-decoration: none;
}

.navLinkWrap, .pageLinkWrap, .filterWrap
{
	color: #fff;
	border-color: #0000fe;
}

.touch, .pageLinkWrap a, .mrp_inpBtn
{
	border-color: #0000fe;
	color: #fff;
	background-color: #0000A0;
}

.more, a.more:link, a.more:active, a.more:visited
{
	color: #FF0000;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold;
	font-size: .9em;
}

a.touch, a.touch:link, a.touch:active, a.touch:visited, a.touch:hover, 
a.mrp_touch, a.mrp_touch:link, a.mrp_touch:active, a.mrp_touch:visited, a.mrp_touch:hover, 
.pageLinkWrap a, .pageLinkWrap a:link, .pageLinkWrap a:active, .pageLinkWrap a:visited, .pageLinkWrap a:hover
{
	color: #fff;
}

a.touch:hover, .pageLinkWrap a:hover, .mrp_inpBtn:hover, .mrp_cmntActnsWrap
{
	background-color: #d91b25;
}

a.touch, a.touch:link, a.touch:active, a.touch:visited
{
	color: #fff;
}

.contentHead, .elementWrap h2
{
	border-color: #fff;
}

.contentSubHead
{
	text-decoration: none;
}

.fileThumb, .file
{
	border-color: #aaa;
}

/*table stuff*/

.mrp_table td, .mrp_table td a
{
	color: #fff;
}

.mrp_table tr:hover td, .mrp_table tr:hover td a
{
	color: #fff;
}

.mrp_table td, .mrp_table th
{
	border-color: #ccc;
}

.mrp_table tr:hover td
{
	background:rgba(0,0,0,.35);
}

.curRow td
{
	background:rgba(0,0,0,.5);
}

.curActiveRow td
{
	background:rgba(0,0,0,.35);
}

/*end table stuff*/

/*Sections*/

.section.first
{
	clear: left;
}

.subSection, #pointWrap .contentSubWrap
{
	min-height: 50px;
	margin: 8px 13px;
}

.section .contentSubWrap
{
	padding: 0 0 5px;
}

/*End Sections*/

.contentSpec
{top:14px; right:15px;}

.classContentWrap .contentSpec
{top:7px; right:10px;}

.contentSpec.fieldWrap
{
	top: 9px;
	right: 11px;
}

.contentPicWrap, .mrp_contentPicWrap
{
	border: solid 1px #222;
}

.subContent .contentSubWrap, #contactSet .buttonWrap
{
	border-color: #ccc;
	border-style: solid;
}

.subContent .contentSubWrap.last
{
	border: 0 none;
}

#cityBody .contentSubWrap
{
    position:relative;
    float:left;
    width:330px;
    margin:10px;
}

#driverBioBody h3, #contactBody h3
{
	background: #0000A0;
}

.classContentWrap h3
{
    border-bottom:solid 2px #fff;
    background:none;
}

#contactBody h3
{
	font-size: 1.4em;
	text-transform: uppercase;
}

.cardWrap
{
	min-height: 55px;
	width: 218px;
	border-color: #999;
	border-style: solid;
	background: none;
}

.cardWrap:hover
{
	background: none;
	border-style: solid;
	border-color: #fff;
}

.formInfo
{
	border-color: #d91b25;
}

.formSummary
{
	color: #ccc;
}

form, #siteWrapper, #frameWrap, #frame, #frameSub, #footer, #footerSubWrap, #footerSub
{
	position: relative;
	min-height: 0;
	zoom: 1;
}

#siteWrapper
{
	z-index: 15;
	top: 31px;
	margin-bottom: 31px;
}

#frameWrap
{
	background: url(img/toprepeat.jpg) 0 0 repeat-x;
}

#frame
{
	background: url(img/top.jpg) center 0 no-repeat;
}

#headerSub, #topSectionSub, #mainBox
{
    position:relative;
	width: 985px;
	margin: 0 auto;
}

#headerWrap
{
	position: relative;
	z-index:20;
	border-bottom:solid 3px #d91b25;
}

#headerSub
{
    height: 273px;
}

#logo
{
	position: absolute;
	z-index: 20;
	top: 11px;
	left: 26px;
	display: block;
	font-size: 1px;
	overflow: hidden;
	text-indent: -99999px;
	width: 558px;
	height: 212px;
}

#socialLinks
{
	position: absolute;
	z-index:50;
	top:13px;
	right:0;
	width:280px;
	height: 28px;
	text-align:center;
	white-space:nowrap;
}

#socialLinks a
{color:#0000fe;}

#socialLinks .fa:first-child
{color:#fff;}

#socialLinks a:hover .fa:first-child
{color:#fff;}

#socialLinks a:hover .fa:last-child
{color:#d91b25;}

#contactFeedWrap
{
    position:absolute;
    top:207px;
    left:620px;
    width:357px;
    height:60px;
    overflow:hidden;
    text-align:center;
}

#contactFeedWrap li
{
    display:inline;
    padding:0 4px;
    border-right:solid 1px white;
}

#contactFeedWrap li:last-child
{border:0 none;}

.menu
{
	position:relative;
	z-index:50;
	height:30px;
	text-align:center;
	background:#fff;
	box-shadow:0 3px 4px #000;
	-webkit-box-shadow:0 3px 4px #000;
	-moz-box-shadow:0 3px 4px #000;
}

.menu ul
{
	position:relative;
	margin:0 auto;
	width:985px;
	list-style:none;
}

.menu li
{
	position:relative;
	display:inline-block;
}

.menu a, .menu span
{
	position:relative;
	display:inline-block;
	color:#0000FE;
	font-size:16px;
	text-shadow:0 0 1px #000;
	line-height:30px;
}

.menu span
{
    width:1px;
    height:14px;
    margin:0 5px;
}

.menu a:hover
{
    color:#000;
}

#homeBody #homeNav a,
#aboutBody #aboutNav a,
#rulesBody #rulesNav a,
#linksBody #linksNav a,
#scheduleBody #scheduleNav a,
#pointBody #pointsNav a,
#galleryBody #photoNav a,
#videoBody #videoNav a,
#newsBody #newsNav a,
#driverBioBody #biosNav a,
#profileBody_driver #biosNav a,
#contactBody #contactNav a,
#historyBody #historyNav a
{color:#d91b25;}

.subHeading
{
	margin: 0 0 10px;
}

#homeBody .subHeading
{display:none;}

.mainBoxSub
{
	position: relative;
	width:900px;
	margin:0 auto;
}

#homeBody .mainBoxSub
{
    float:left;
    width:465px;
    margin:0 10px 15px 40px;
}

#profileBody_driver .mainBoxSub, #profileBody_sch .mainBoxSub
{
    float:none;
    width:815px;
    margin:0 auto;
}

#profileBody_driver .subContent, #profileBody_sch .subContent
{
    padding:0 0 10px;
}

.sectionHead, .quickBio
{
	background: none;
}

.mrp_breadCrumbs
{
	margin: 5px;
}

#mainWrap
{
	position: relative;
	border-bottom:solid 3px #fff;
	background:#0000FE;
}

#topSectionWrap
{
    border-bottom:solid 3px #d91b25;
    background:#000;
}

#topSectionSub
{
    padding:10px 0;
}

#homeBody #topSectionSub
{
    padding:20px 0;
    padding:20px 0 8px;
}

#main
{
    position:relative;
}

#mainBox
{
	position: relative;
	padding:20px 0;
}

.featureFeedWrap
{
	position: absolute;
	z-index: 10;
	top:20px;
	right:0;
	width: 650px;
	height: 270px;
	overflow: hidden;
	border: solid 4px #484445;
	background: #484445;
}

.featureFeed
{
	position: relative;
	overflow: hidden;
}

.featureFeedSub
{
	position: relative;
	width: 20000em;
}

.featureFeedContent
{
	position: relative;
	width: 650px;
	height: 270px;
	margin: 0 0 1px 0;
	overflow: hidden;
}

.featureText
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 520px;
	padding: 5px 30px 5px 10px;
	overflow: hidden;
	background: rgba(0,0,0,.7);
}

.featureText .mdWrap
{
	display: inline;
	font-weight: normal;
}

.featureTextSub
{
	position: relative;
	z-index: 20;
}

.featureThumbsWrap
{
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	height: 54px;
	width: 87px;
}

.featureThumb
{
	position: relative;
	margin: 0 4px;
	width: 79px;
	height: 54px;
	cursor: pointer;
	background: #000;
}

.featureThumb.active
{
	background: #0000FE;
}

.featureThumb:hover
{
	background: #F00101;
}

.featureThumb img
{
	display: block;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	width: 77px;
	height: 52px;
	padding: 1px;
}

.featureText h3
{
	position: relative;
	font-size: 1.5em;
	text-decoration: none;
}

.featureText .headSpec
{
	font-style: italic;
}

.featureText p
{
	line-height: 1.3;
}

#mainBox
{
    position:relative;
    background:rgba(0,0,0,.35);
}

#homeBody #mainBox
{
    background:none;
}

.schFeedWrap
{
	position: absolute;
	right:0;
	top: 80px;
	height: 110px;
	width: 280px;
	overflow: hidden;
	text-align: center;
}

.schFeedWrap h2
{
    margin:0 0 5px;
}

.schFeedWrap li
{
	padding: 2px 0 2px;
}

.schFeedWrap .feedDesc1
{
	padding: 0 6px 0 0;
	font-weight: bold;
}

.schFeedWrap .feedDesc3
{
	display: block;
	color: #d91b25;
	text-transform: uppercase;
}

.schFeedWrap a:hover, .schFeedWrap a:hover span
{
	text-decoration: none;
	color: #FF0000;
}    

.subContent
{
	padding: 0 10px 10px;
	min-height: 400px;
}

#homeBody .subContent
{
    position:relative;
    padding:0;
    overflow:hidden;
}

.homeSocial
{
    position:relative;
    float:right;
    margin-right:30px;
}

.twitWrap, .fbWrap
{
    position:relative;
    margin:0 10px 10px;
    width:400px;
}

.twitWrap
{
    margin:0 10px 10px;
}

/* =Profile
----------------------------------------*/

.mrp_contentMenu
{
	border-bottom: solid 2px #111;
}

.mrp_contentMenu a, .mrp_contentMenu a:link, .mrp_contentMenu a:active, .mrp_contentMenu a:visited, .mrp_contentMenu a:focus
{
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px 5px 3px;
	margin: 4px 3px 0;
	border: solid 1px #222;
	border-width: 1px 1px 0;
	background: rgba(0,0,0,.35);
}

.mrp_contentMenu a:hover
{
	text-decoration: none;
	color: #000;
	background: #d91b25;
}

.mrp_contentMenu a.active
{
	top: 3px;
	color: #d91b25;
	margin-top: 0px;
	padding: 4px 10px;
	background: #000;
}

.mrp_contentHeadFeature.mrp_contentHeadWrap
{
    width:815px;
    height:283px;
    overflow:hidden;
}

.mrp_contentHeadFeature .mrp_contentHead
{width:725px;}

.mrp_contentHeadFeature .mrp_contentHeadImg
{border-color:#111;}

.mrp_contentHeadWrap h2
{
	color: #fff;
	padding: 2px;
	border: 0 none;
	background: none;
}

.mrp_contentHeadFeature.mrp_contentHeadWrap h2
{height:27px;}

.mrp_contentHeadFeature .mrp_contentHeadSpec
{height:15px;}

.mrp_contentHeadFeature .mrp_contentMenu
{height:30px;}

.mrp_contentHeadFeature .mrp_profileHeadImg img
{min-height:276px;}

.col1b
{
	width: 596px;
}

.bioPics .contentPicWrap
{
	margin:0 5px;
}

/* =EndProfile
----------------------------------------*/

/* =Tracks
----------------------------------------*/

.trackContactWrap
{
	width:270px;
}

/* =EndTracks
----------------------------------------*/

/* =News
----------------------------------------*/

.newsFeedWrap .mdWrap
{
	text-align: justify;
	line-height: 1.5em;
}

.mrp_newsBody
{
	width: 615px;
	float: left;
	margin-right:20px;
}

.mrp_newsNetwork
{
	width: 240px;
	float: right;
}

#singleNewsWrap  .mrp_newsBody .contentPicWrap
{
    float:none;
    margin:0 0 10px;
    border:0 none;
    text-align:center;
    -moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	padding:0;
	background:rgba(0,0,0,.3);
}

.mrp_newsBody .mdWrap p
{
	color: #ddd;
}

.mrp_relatedRow
{
	height: 30px;
	background:rgba(0,0,0,.3);
}

.mrp_relatedRow h4, .mrp_relatedRow h4 a
{
	display: block;
	width: 99%;
	height: 14px;
	overflow: hidden;
}

.mrp_relatedRow:hover
{
	border-color: #FF0000;
}

.mrp_relatedRow:hover h4 a, .cardWrap h4
{
	color: #fff;
}

.mrp_relatedRow .mrp_relatedText
{
	width: 173px;
}

.profileHome .mrp_relatedRow .mrp_relatedText, .profileNews .mrp_relatedRow .mrp_relatedText
{
	width: 146px;
}

.profileHome .newsText h3
{
	border: 0 none;
}

.profileHome .mrp_contentMeta
{
	width: 365px;
}

#newsBody .contentSubWrap .mrp_contentMeta, .profileNews .contentSubWrap .mrp_contentMeta
{
    border-color:#fff;
	width: 540px;
}

#newsBody .mrp_singleNewsHead .mrp_contentMeta
{
	width: auto;
	height: 30px;
	border-color:#fff;
}

#singleNewsWrap .mrp_newsBody .mrp_contentMeta
{
	width: 595px;
	border-color:#fff;
}

#newsBody .scheduleEventsWrap, #newsBody #comments
{
	width:615px;
}

/* =EndNews
----------------------------------------*/

/*Schedule*/

.classContentWrap .contentSubWrap
{
	background: none;
	border: solid 1px #0000A0;
}

.classContentWrap.contentWrap .headSpec
{
	margin-bottom: 8px;
}

.pointsWrap .contentDesc
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.pointsWrap .contentSpec
{
	top: 6px;
}

/*End Schedule*/


/*Gallery*/

.galleryList .contentSubWrap
{
	width: 280px;
	min-height: 241px;
	margin-right: 0px;
	border: 0 none;
}

.mrp_galThumbWrap
{
	padding: 6px;
}

.mrp_galThumbWrap img:hover
{
	border-color: #FF0000;
}

.mrp_galleryMain #comments
{
    width:500px;
}

/*End Gallery*/


/*Contact*/

.contactSection li
{
	font-weight: bold;
}

#contactSet .buttonWrap
{
	position: relative;
	padding: 15px 0 0 0px;
}

#contactSet .buttonWrap input, .addCart, .moreDetails
{
	width: 180px;
	color: #0000a0;
	text-transform: uppercase;
	line-height: 22px;
	height: 40px;
	text-shadow: 0px 0px 6px #f0f0f0;
	filter: dropshadow(color=#f0f0f0, offx=0, offy=0);
	border: solid 2px #111;
	background:#fff;
}

#contactSet .buttonWrap input:hover, .addCart:hover, .moreDetails:hover
{
	color: #111;
	background:#ff0000;
}

.addCart, .moreDetails
{
    display:block;
    width:110px;
    height:22px;
    text-align:center;
}

/*End Contact*/


/* =AutoComplete
----------------------------------------*/
.ac_results
{
	background: #1a1a1a;
}

/* =EndAutoComplete
----------------------------------------*/

/* =Comments
----------------------------------------*/

.mrp_cmnt
{
	min-height: 20px;
}

.mrp_cmntDate
{
	font-style: italic;
}

.mrp_cmntSubWrap
{
	border: solid 1px #aaa;
	background:rgba(0,0,0,.3);
}

.mrp_cmnt h4, .mrp_cmnt h4 a, .mrp_cmnt h4 a:link, .mrp_cmnt h4 a:active, .mrp_cmnt h4 a:visited, .mrp_cmnt h4 a:hover
{
	color: #FF0000;
}

.mrp_cmntActnsWrap
{
	text-align: center;
	width: 46px;
	background: none;
}

.mrp_cmntActnsWrap:hover
{
	background:rgba(0,0,0,.3);
}

.mrp_cmntRepliesWrap
{
	margin: 10px 10px 0 70px;
}

.mrp_cmntRepliesWrap.mrp_blankCmnt
{
	margin-left: 0;
}

.mrp_cmntRepliesWrap h4
{
	color: #ff0000;
}

.mrp_cmntRepliesWrap .mrp_cmntSubWrap h3
{
	font-size: 1.1em;
}

.mrp_cmntRepliesWrap .mrp_cmntSubWrap
{
	border: 0 none;
	background: none;
}

.mrp_cmntRepliesWrap .mrp_contentSubWrap
{
	border: 0 none;
	background: url(img/sep.png) 0 bottom repeat-x;
}

.mrp_blankCmnt .mrp_cmntActnsWrap, .mrp_newTopicWrap .mrp_cmntActnsWrap
{
	bottom: 11px;
}

.mrp_newTopicWrap .mrp_cmntActnsWrap
{
	right: 73px;
}

.mrp_contentSubWrap.mrp_newCmntWrap:last-child, .mrp_contentSubWrap.mrp_newCmntWrap.last
{
	border: 0 none;
	background: url(img/sep.png) 0 0 repeat-x;
}

.mrp_loadAbove .mrp_newCmntWrap, .mrp_contentSubWrap.mrp_newCmntWrap
{
	border: 0 none;
	background: url(img/sep.png) 0 bottom repeat-x;
}

/* =EndComments
----------------------------------------*/

/* =Shopping
----------------------------------------*/

.catHead
{
	border-bottom-width:1px;
	padding:2px 5px;
}

.viewAll
{
    right:8px;
}

.itemCoverWrap, .itemCoverWrap .productPics, .itemCoverWrap h3
{width:220px;}

.itemCoverWrap
{margin:5px 2px; height:150px;}

.itemCoverWrap .productPics .contentPicWrap
{
	border:0 none;
	width:220px;
}

.productPics .contentPicWrap
{
	width:154px;
	border:0 none;
}

.productPics
{
	width:180px;
}

.productPics .contentPicWrap a
{
	line-height:normal;
}

.productPics img
{
	vertical-align:top;
	border:solid 1px #222;
}

.itemInfoWrap h3
{
	border-color:#555;
}

.itemRowWrap .itemInfoWrap
{
	width:430px;
}

.itemRowWrap .addCol
{
    width:100px;
    text-align:center;
}

.addWrapper
{
	width:510px;
}

.advButtonWrap
{
	border:solid 2px #353535;
}

.paymentSet .advButtonWrap
{
	padding:5px 5px 5px 0;
	border-width:1px;
}

.cartWrapper table.fauxTable th, .cartWrapper table.fauxTable td
{
    border-color:#222;
	background:#272727;
}

.cartWrapper th, .cartWrapper td
{
	border-color:#222;
	background:#000;
}

#verifyBody .subContent
{
	padding-right:0;
	padding-left:5px;
}

.verifyOrderWrap
{
	width:500px;
}

.verifyOrderWrap table.fauxTable th, .verifyOrderWrap table td
{
	border-color:#222;
}

.paymentSet
{
	width:385px;
}

.paymentSet .formInfo
{border-bottom:solid 2px #222;}

.custInfo
{
    background:#222;
}



/* =EndShopping
----------------------------------------*/


/*Gallery*/

.gallery .singleImageWrap img
{
	border-color: #222;
}

.galleryThumbs .thumbWrap
{
	border-color: #222;
}

.galleryThumbs .thumbWrap:hover
{
	border-color: #d91b25;
}

/*End Gallery*/

#sponsorWrapper
{
	position:relative;
	margin:0 auto;
	width:984px;
	overflow:hidden;
}

#sponsorWrapperSub
{
    position: relative;
}

#sponsorWrapper .subAdWrap
{
	position:relative;
	overflow:hidden;
}

#sponsorWrapper .adWrap
{
	position: relative;
	text-align:center;
}

#sponsorWrapper .singleAdWrap
{
	position: relative;
	display: inline-block;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *display:inline;
    margin:0 3px;
    vertical-align:middle;
    height:65px;
    width:150px;
    padding-left:3px !important;
    padding-right:3px !important;
    line-height:65px;
    background:url(img/misc.png) 0 -247px no-repeat;
}

#sponsorWrapper .singleAdWrap img
{
    max-width:150px;
    max-height:65px;
}

#sponsorWrapper .singleAd
{
	line-height: 65px;
	margin:0;
}

.sponsorsWrap .singleAdWrap
{
    width:180px;
    height:130px;
    margin:0 40px;
}

#footer
{
	position: relative;
	z-index: 40;
	clear: left;
	padding: 0;
	margin: 0 auto;
	/*background: url(img/bottomrepeat.jpg) center 0 repeat-x;*/
}

#footerSubWrap
{
	height: 180px;
	/*background: url(img/bottom.jpg) center 0 no-repeat;*/
}

#footerSub
{
	width: 870px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.footMenu
{
	padding:2px;
	margin-bottom:10px;
}

.footMenu li
{
	padding:0 5px;
}


/*Admin Type Stuff*/

.catHead, .contentNameWrap h2, .mrp_contentHeadWrap h2
{
    border-width:0 0 1px;
	border-color: #ccc;
}

.contentNameWrap .headSpec
{
	font-style: italic;
}

/*End Admin Type Stuff*/



/*Tags*/
.tagWrap
{
	background-color: #252525;
	padding: 0px 4px 0px 0px;
}
/*End Tags*/

.newsFeedWrap
{
    position:relative;
    float:left;
    width:450px;
    margin:0 35px 0 0;
}


.pointsFeedWrap, .resultsFeedWrap, .driverFeedWrap, .galleryFeedWrap
{
    position:relative;
    height:135px;
    width:200px;
}

.pointsFeedWrap
{
	width: 308px;
	height: 140px;
	margin:0 0 10px;
	overflow: hidden;
}

.resultsFeedWrap
{
	width: 308px;
	height: 137px;
	margin:0 0 10px;
	overflow: hidden;
}

.resultsScrollable
{
	position: relative;
	width: 300000em;
}

.pointsFeedSub .pointsScrollable, .resultsFeedSub .resultsScrollable
{
	position: relative;
	width: 5000px;
}

.pointsScrollable .feedContent, .resultsScrollable .feedContent
{
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 308px;
}

.driverFeedWrap
{
	position: relative;
	width:466px;
	height:230px;
	overflow: hidden;
}

.driverFeedContent, .galleryFeedPicWrap, .videoFeedPicWrap
{
	position: relative;
	float: left;
	margin: 5px 3px;
	padding: 3px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	border-radius:5px;
	background: #484848;
}

.driverFeedContent:hover, .galleryFeedPicWrap:hover, .videoFeedPicWrap:hover
{
	background: #d91b25;
}

.driverFeedContent h4
{
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	padding:3px 6px;
	font-size:.85em;
	margin-right:5px;
	background: rgba(0,0,0,.7);
}

.driverFeedContent:hover h4
{display:block;}

.feedContent, .feedInfo
{
	font-weight: bold;
}

.feedInfo
{
	text-align: center;
	margin: 0 0 4px;
	font-style: italic;
}

.feedInfo span
{
	display: block;
}

.resultsFeedWrap .feedSpec1, .resultsFeedWrap .feedSpec2,
.pointsFeedWrap .feedSpec2, .pointsFeedWrap .feedSpec3
{display:none;}

.feedSpec3
{
	font-weight: bold;
	text-align: center;
}

.feedContent ul, .lSide .schFeedWrap ul
{
	font-size: .85em;
	margin: 0 4px;
}

.feedContent li
{
	display: block;
	clear: both;
	padding: 3px;
	margin: 0 2px;
	height: 14px;
	overflow: hidden;
	cursor: default;
}

.feedContent li.mrp_alt
{
	background: #121212;
}

.feedContent li a, .feedContent li a:link, .feedContent li a:active, .feedContent li a:visited, .feedContent li a:hover
{
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.feedContent li a:hover
{
	color: #d91b25;
}

.pointsFeedWrap .feedContent li .feedDesc1, .resultsFeedWrap .feedContent li .feedDesc1
{
	float: left;
	padding-right: 4px;
	width: 13px;
}

.pointsFeedWrap .feedContent li .feedDesc2, .resultsFeedWrap .feedContent li .feedDesc2
{
	float: left;
	width: 205px;
	overflow: hidden;
	white-space: nowrap;
}

.pointsFeedWrap .feedContent li .feedDesc3, .resultsFeedWrap .feedContent li .feedDesc3
{
	float: right;
}

.fullLink
{
	display: block;
	font-size: .8em;
	color: #d91b25;
	text-align: center;
	margin: 0;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

.fullLink:hover
{
	color: #fff;
	font-style: normal;
}

.feedPrev, .feedNext
{
	position: absolute;
	z-index: 30;
	top: 41px;
	left: 15px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	color:#d91b25;
	font-weight:bold;
}

.feedPrev.disabled, .feedNext.disabled
{
	display: none;
}

.feedNext
{
	left: 280px;
	background-position: -30px -5px;
}

.feedPrev:hover, .feedNext:hover
{
	color:#fff;
}

.quickStatsNav
{
    position:absolute;
    top:11px;
    right:13px;
    width:100px;
    height:19px;
}

.quickStatsNav a
{
    font-size:1px;
    overflow:hidden;
    text-indent:-99999px;
}

.quickStatsNav span
{display:none;}

.quickStatsNav a.feedPrev
{
    left:60px;
}

.quickStatsNav a.feedNext
{
    left:81px;
}

.pointsFeedSub, .resultsFeedSub
{
	position: relative;
	width:308px;
	overflow:hidden;
}

.pointsFeedSub .feedInfo, .resultsFeedSub .feedInfo
{
	color: #d91b25;
	font-size: .9em;
	height: 12px;
	overflow: hidden;
}

.galleryFeedWrap, .videoFeedWrap
{
	position: relative;
	width:466px;
	height: 220px;
	overflow:hidden;
	margin: 0 0 10px;
}

.mrp_driverBioWrap select.contentSpec
{
    top:11px;
}

.mrp_picCardWrap .mrp_cardWrap
{
    margin:5px;
}

.mrp_picCardWrap .mrp_cardWrap
{
    width:280px;
    height:150px;
}

.mrp_picCardWrap .mrp_cardWrap img
{
    width:280px;
    height:150px;
}

.mrp_picCardWrap .mrp_cardInfoWrap {
    background: rgba(0,0,0,.7);
}


/*schedule quick stats*/
.quickStats .subSection
{
    margin:5px 0px;
}
.quickStats .box
{
    float:left;
    margin:5px;
    width:187px;
    background:rgba(0,0,0,.3);
    border:1px solid #999;
    padding:5px 10px;
}

.quickStats .box .driver
{
    float:left;
}

.quickStats .box .count
{
    float:right;
}

.homeFantasyWrap
{
    position:relative;
    float:left;
    width:455px;
    margin:0 0 10px 44px;
}
 
/*
font-family: 'Oswald', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
*/



#mainNav a
{
    font-size:18px;
    text-transform:uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.menu span
{
    margin:0 6px;
    background:#0000FE;
}

.subHeading,
#socialLinks h2,
#contactFeedWrap h2,
.schFeedWrap h2,
.pointsFeedWrap h2, 
.resultsFeedWrap h2, 
.driverFeedWrap h2,  
.videoFeedWrap h2,
.galleryFeedWrap h2,
#fantasyBox h2.fantasyHead
{
    padding:0;
    border:0 none;
    color:#d91b25;
    text-transform:uppercase;
    font-weight:normal;
    font-style:italic;
    text-shadow:2px 2px 2px #000;
    font-family: Impact, sans-serif;
    background:none;
}

.resultsFeedWrap h2, .pointsFeedWrap h2,
.driverFeedWrap h2, .videoFeedWrap h2, .galleryFeedWrap h2,
#sponsorWrapper .singleAdWrap, #fantasyBox h2.fantasyHead
{
    padding:3px 5px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    box-shadow:1px 1px 5px #000;
    -webkit-box-shadow:1px 1px 5px #000;
    -moz-box-shadow:1px 1px 5px #000;
    border:solid 1px #626262;
    background: rgb(98,98,98); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(98,98,98,1) 0%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,98,98,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,98,98,1) 0%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,98,98,1) 0%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom,  rgba(98,98,98,1) 0%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.resultsFeedWrap h2, .pointsFeedWrap h2
{
    text-align:center;
}

.driverFeedWrap h2, .videoFeedWrap h2, .galleryFeedWrap h2, #fantasyBox h2.fantasyHead
{
    border-radius:20px 0 20px 0;
    -webkit-border-radius:20px 0 20px 0;
    -moz-border-radius:20px 0 20px 0;
}

.subHeading
{
    margin:0 0 15px;
    font-size:2.5em;
	border-bottom:solid 2px #d91b25;
}

#main
{
    background-image:url(img/mainbgtop.jpg), url(img/mainbgbottom.jpg), url(img/mainbg.jpg);
    background-position:0 0, 0 bottom, 0 0;
    background-repeat:repeat-x, repeat-x, repeat;
}

#socialLinks h2
{
    font-size:1.5em;
}

.driverFeedWrap h2,  
.videoFeedWrap h2,
.galleryFeedWrap h2,
#fantasyBox h2.fantasyHead
{
    text-align:center;
    color:#d91b25;
    padding-left:0;
    font-size:1.5em;
}

.driverFeedWrap h2{width:78px !important;}
.videoFeedWrap h2{width:68px !important;}
.galleryFeedWrap h2{width:77px !important;}
#fantasyBox h2.fantasyHead{font-size:1.8em; width:441px !important;}

.featurePicWrap img
{
    min-width:560px;
    min-height:270px;
}

#contactFeedWrap
{
    display:none;
}