/* BR Racing stlying stylesheet - contains fonts, colors, borders, backgrounds. All structure is contained in layout.css */
body {
	background:url(../../images/background_page.png) repeat-x bottom #000 fixed; 
	color:#fff;
	}
#masthead {
	background:url(../../images/background_masthead.png) repeat-x bottom;
	}

.links{
	font-size: 1.2em;
	text-transform:uppercase;
	vertical-align:middle;
	}
.links a, .links a:visited{
	color:#cdcdcd;
	text-decoration:none;
	padding-right:1.9em;
	}
.links a:hover{
	color:#fff;
	}
#contactForm{
	text-transform:uppercase;
	text-indent:1.7em;
	background:url(../../images/email_add.png) no-repeat center left;
	margin-right:20px;
	}
#rss {
	color:#cdcdcd;
	text-decoration:none;
	text-transform:uppercase;
	text-indent:1.3em;
	background:url(../../images/icon_rss.png) no-repeat center left;
	}
#contactForm a, #contactForm a:link, #rss a, #rss a:link{
	color:#cdcdcd;
	text-decoration:none;
	}
#base {
	border-right:1px solid #212121;
	border-left:1px solid #212121;
  	background:#000;
	}
.blogbuttons IMG{ /* these are the buttons that appear on top of the blog page */
	padding:12px 10px 10px 10px;
	}
.leftnavigationcontentarea{ /* this is a slight variation of the .contentarea class, created for layouts that utilize the left navigation*/
	border-left:1px #212121 solid;
	font-size:1.2em;
	color:#e1e1e1;
	}
.leftnavigationcontentarea a{
	color: #93A1E1;
}
.contentarea{
	border-right:1px #212121 solid;
	font-size:1.2em;
	color:#e1e1e1;
	}
.contentarea.row, .homepagecontentarea.row, .row{
	border-top:1px solid #212121;
	}
.contentarea.row.product p{ /*this class helps fix some of the spacing issues in the paragraphs on the products table */
	padding-bottom: 15px;
	}
.contentarea.product IMG{ /* this helps with the formatting for the products page short description and image header */
	display:inline;
	float: left; 
    clear: left; 
    margin: 4px; 
    padding-right:15px;
}
.contentarea a, .contentarea a:visited, .specials a, .specials a:visited{
	color:#93a1e1;
	text-decoration:none;
	}
.contentarea a:hover, .specials a:hover{
	text-decoration:underline;
	}
.specials {
	line-height:2em;
	border:0;
	font-size:1.1em;
	color:#e1e1e1;
	border-top:1px solid #212121;
	}
.specials IMG{
	display:inline;
	float: left; 
    clear: left; 
    margin: 4px; 
	}
.specials LI{
	list-style:square;
}
.specials .info{
	width:530px;
	}
.specials .topsellers{
	clear:both;
	float:right;
	width:265px; 
	}

#titlebar{
	background:url(../../images/background_page_header.png) repeat-x top;
	}	
.footermodule{
	border-top:1px solid #212121;
	border-bottom:1px solid #212121;
	background:#000;
	color:#bbb;
	line-height:1.5em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
	}
.footermodule IMG{
	display:block;
	vertical-align:middle;
	padding:18px 14px 10px 4px;
	float:left;
	}
.footermodule a, .footermodule a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
.footermodule a:hover{
	text-decoration:underline;
	}
.footermodule strong{
	font-weight:bold;
	color:#fff;
	}
.footermiddle{
	border-right:1px solid #212121;
	border-left:1px solid #212121;
	}
.copyright{
	color:#383838;
	background:#000;
	font-size:.8em;
	line-height:1.875em;
	}

/******* Home page specific styles *******/

/*tab1 = main tab on the home page */

#tab1{
	background:url(../../images/background_homepage_header_1.png) no-repeat;
	}
	
#tab1 .content{
	width:410px;
	float:left;
	font-size:115%;
	line-height:2em;
	margin:40px 55px 0 25px;
	}
#tab1 .content IMG{
	float:left;
	}
#tab1 .content A IMG{
	padding:10px;
	}

#tab1 #randomcar{
	float:left;
	width:245px;
	margin-right:20px;
	position:relative;
	left:-10px;
	}
	
/* Tab2, 3, and 4 styles */

#tab1 div, #tab2 div, #tab3 div, #tab4 div{
	margin:5px;
	/*border:1px solid #fff;*/
	}
	
#tab2, #tab3, #tab4{
	background:url(../../images/background_homepage_header_2.png) no-repeat;
	}

#tab2 .content, #tab3 .content, #tab4 .content {
	width:720px;
	float: left;
	font-size:115%;
	line-height:1.3em;
	margin:40px 15px 10px 25px;
	padding:8px 0 0 0;
	}

.arrow{
	text-align:middle;
	padding-top:110px;
	width:35px;
	float:left;
	position:relative;
	z-index: 100;
	}

.feed{
	height: 110px;
	overflow: visible;
	}

.feed .item .title a{
	color:#fff;
	text-decoration:none;
	float:left;
	width:550px;
	font-weight: bold;
	}
.feed .item .title a:hover{
	text-decoration:underline;
	}
.feed .item .date{
	}
.navbuttons{
	padding:5px 0 0 140px;
	}
.navbuttons img{
	padding:10px;
	padding-top:15px;
	}
.right{
	float:right;
	}
.left{
	float:left;
	}
.more, .more a{
	position: relative;
	padding:0 0 0 5px;
	top:-40px;
	color:#fff;
	text-decoration:underline;
	}

/* project cars and products page styling */
.leftnavigationcontentarea P{ /* note, parent class is up above next to original .contentarea class*/
	padding-bottom:15px;
}
#leftnavigation .carcompany{
	font-size: 20px;
	font-weight:normal;
	padding-bottom:10px;
	padding:7px 0 0 12px;
	border-top: 1px solid #212121;
	}
#leftnavigation .cars{
	font-size: 13px;
	color:#979797;
	padding:1px;
	/*height: 30px;*/
	vertical-align: middle;
	padding:7px 0 7px 12px;
	}
#leftnavigation a, leftnavigation a:visited{
	color:#979797;
	text-decoration:none;
	}
#leftnavigation a:hover{
	color:#fff;
	text-decoration: underline;
	}
#leftnavigation .selected{
	color:#fff;
	background:url(../../images/item_highlight.png) repeat-x;
	border-bottom:1px solid #333;
	}
#leftnavigation .selected a{
	color:#fff;
	}
	
.alignright{ /* specific style for the project cars page,l alignright is a wordpress specific style that needs to be recreated for project cars pages */ 
    float:right;
    padding:10px;
}
/*Gallery Override*/
.gbSystemLinks, .block-core-ItemLinks {
	background-color:#EEFFEE;
	border-bottom:1px solid #99CC99;
	border-top:3px solid #99CC99;
	clear:both;
	margin:1.5em 0;
	padding:0.5em;
	display:none;
}

/*Site headers*/
h4 {
margin-bottom:0.5em;
color: #93A1E1;
}

#mid_tab {background:url(../../images/mid-tab-bg.jpg) no-repeat center top;width:850px;height:274px;clear: both;}
#mid_tab #tab1 {background:none;}
#mid_tab #tab1 .content {margin: 53px 55px 0 69px;}
#mid_tab #tab1 #randomcar {left:8px;}

#slides {background-color: #FFFFFF;float: left;height: 282px;width: 850px;}
#slides .left {margin: 0 2px 0 0;}
#slides .right {}
#slides div {float: left;position: relative;}
#slides .boxes {bottom: 2px;list-style-type: none;margin: 0;position: absolute;}
#slides .boxes li {float: left;margin: 0 4px 0 0;}
#slides .left .boxes {left: 9px;}
#slides .right .boxes {right: 9px;}

#content.three_col {}
#content.three_col a, #content.three_col a:visited {color:#93A1E1;text-decoration:none; font-weight:bold;}
#content.three_col a:hover, #content.three_col a:active {text-decoration:underline;}
#content.three_col h2 {left: -5px;position: relative;}
#content.three_col .left {float: left;padding: 20px 25px;width: 233px;}
#content.three_col .middle {float: left;padding: 20px 25px;width: 234px;}
#content.three_col .right {float: left;padding: 20px 25px;width: 233px;}
#content.three_col p {font-size:14px;}
#content.three_col p.date {font-size:10px;margin: 1px 0 10px;}

#slideshow1 {
	z-index:0;
	position:absolute;
}
#nav1 {
	z-index:50;
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	left:5px;
	bottom:3px;
}
#nav1 li {
	list-style:none;
	float:left;
	margin:4px 0px 4px 4px;
}
#nav1 a { 
	width:15px;
	height:15px;
	background:#000;
	border: 1px solid #fff;
	display: block;  
}
#nav1 li.activeSlide a { background: #585753; }
#nav1 a:focus { outline: none; }
#nav1 img { border: none; display: block }

#slideshow2 {
	z-index:0;
	position:absolute;
}
#nav2 {
	z-index:50;
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	right:9px;
	bottom:3px;
}
#nav2 li {
	list-style:none;
	float:left;
	margin:4px 0px 4px 4px;
}
#nav2 a { 
	width:15px;
	height:15px;
	background:#000;
	border: 1px solid #fff;
	display: block;  
}
#nav2 li.activeSlide a { background: #585753; }
#nav2 a:focus { outline: none; }
#nav2 img { border: none; display: block }

.class739{color:#fff; background:url(../../images/item_highlight.png) repeat-x; font-weight:bold;border-bottom:1px solid #333333;} 
.class739 a:link{color:#fff;}
