/*
Theme Name: PIT CREW
Theme URI: http://5off5on.clickcom.com
Description: pit crew
Version: 1.0
Author: Clickcom, Inc.
Author URI: http://clickcom.com/
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bodybg-repeat.jpg);
	color: #000;
	text-align: center;
	margin: 0;
}
#fullcontainer {
	background: url(images/bodybg.jpg) no-repeat center top;
}
#page {
	margin: 0 auto;
	background:url(images/container.png) repeat-y center;
	text-align: left;
	width: 1000px;
}

/**************** HEADER ****************/
#header {
	height: 150px;
	width: 1000px;
	position: relative;
}
	#header ul {
		list-style: none;
	}
	#header a {
		font-style:italic;
		text-decoration:none;
		text-transform:uppercase;
	}

/* LOGO */
#logo {
	margin: 0;
	height: 100px;
	width: 400px;
	position: absolute;
	z-index: 0;
}
	#logo h1,
	#logo a {
		display: block;
		height: 100px;
		width: 400px;
		margin: 0;
		padding: 0;
	}
	#logo a {
		background: url('images/header_transparent.png') no-repeat;
		text-indent: -9999px;
	}
	#logo .description {
		display: none;
	}
	
	
/* TOP LINKS */
#topLinks {
	position:absolute;
	top: 0;
	right: 0;
	width:612px;
	height: 30px;
	z-index: 2;
	*right: -40px;
}
	#topLinks ul {
		display:block;
		background:url(images/rightlinksbg.png) no-repeat right top;
		width:573px;
		height:32px;
		margin:0;
		text-align:right;
	}
	#topLinks ul li {
		display:inline block;
		float:right;
		width:100px;
		height:32px;
		text-align:center;
	}
	#topLinks ul li a,
	#topLinks ul li a:hover {
		display:block;
		height:21px;
		font-size:1.1em;
		font-weight:bold;
		padding:5px 0 0 0;
	}
	#topLinks ul li a:hover {
		background:url(images/topnav_transparent.png) repeat top;
		color:#fff;
	}
	#topLinks ul li ul {
		display:none;
		background:none;
		position:relative;
		width:100px;
	}
	#topLinks ul li:hover ul {
		display:block;
		position:relative;
		top:50px;
		left:0;
		margin:-52px 0 0 0;
		padding:0;
		width:200px;
	}
	#topLinks ul li:hover ul li {
		text-align:left;
		display:block;
		width:200px;
		margin:0;
		padding:0;
		background:url(images/topnav_transparent.png) repeat top;
	}
	#topLinks ul li ul li a {
		color:#fff;
		width:200px;
		display:block;
	}


/* SEARCH */
#search {
	background:url(images/headers/overlay.png) repeat-y left top;
	width:612px;
	height:110px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
#headerBG {
	width:612px;
	height:135px;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}
	.section_0 #headerBG {
		background:url(images/headers/section0.jpg) no-repeat right top;
	}
	.section_1 #headerBG {
		background:url(images/headers/section1.jpg) no-repeat right top;
	}
	.section_2 #headerBG {
		background:url(images/headers/section2.jpg) no-repeat right top;
	}
	.section_3 #headerBG {
		background:url(images/headers/section3.jpg) no-repeat right top;
	}
	.section_default #headerBG {
		background:url(images/headers/section_default.jpg) no-repeat right top;
	}


/* MAIN MENU */
#mainMenu {
	width:675px;
	height:35px;
	position:absolute;
	top:100px;
	left:0;
	z-index:1;
}
	#mainMenu ul {
		margin:0 0 0 0;
		padding:0 0 0 8px;
		/*background-size:600px 35px;*/
		height:35px;
		min-width:730px;
		background:url(images/sections/topnav_ul.png) no-repeat;
		overflow:hidden;
	}
	/* GRAY BACKGROUND DISPLAYS ON THE FOLLOWING PAGES    
		* About Us
		* Contact Us
		* News
		* Race City, USA
	*/
	.section_default #mainMenu ul {
		background:url(images/topnav_ul.png) no-repeat;
		overflow:hidden;
		*min-width:705px;
	}
	#mainMenu li, #mainMenu li a {
		float:left;
		display:block;
		white-space:nowrap;
		height:35px;
		text-align:center;
		overflow:hidden;
	}
	#mainMenu li {
		/*background:url(images/topnavbtn_right.png) no-repeat top right;*/
		padding:0 0 0 0;
		margin:0;
	}
	#mainMenu li a, 
	#mainMenu li a:hover {
		color:#5c5c5c;
		font-weight:bold;
		font-style:italic;
		text-decoration:none;
		text-transform:uppercase;
		height:28px;
		/*background:url(images/topnavbtn_left.png) no-repeat top left;*/
		background:url(images/sections/navbutton.png) no-repeat top right;
		margin:0;
		padding:7px 15px 0 0;
		min-width:160px;
		font-size:1.1em;
	}
	
	/* GRAY BUTTONS FOR THE FOLLOWING PAGES    
		* About Us
		* Contact Us
		* News
		* Race City, USA
	*/
	.section_default #mainMenu li a, 
	.section_default #mainMenu li a:hover{
		background:url(images/topnavbtn_right.png) no-repeat top right;
		color:#fff;
	}
	#mainMenu > a:first-child {
		background:none;
	}
	#mainMenu ul li ul {
		display:none;
	}
	#mainMenu li.current_page_item, 
	#mainMenu li.current_page_ancestor, 
	#mainMenu li.current_page_parent {
		background:url(images/sections/topnav_ulblue.png) no-repeat top left;
		padding-left:10px;
		margin-left:-25px;
	}
	.section_0 #mainMenu li.current_page_item, 
	.section_0 #mainMenu li.current_page_ancestor, 
	.section_0 #mainMenu li.current_page_parent {
		margin-left:-8px;
	}
	#mainMenu li.current_page_item a, 
	#mainMenu li.current_page_item a:hover,
	#mainMenu li.current_page_ancestor a, 
	#mainMenu li.current_page_ancestor a:hover,
	#mainMenu li.current_page_parent a, 
	#mainMenu li.current_page_parent a:hover {
		background:url(images/sections/topnavbtn_right.png) no-repeat top right;
		color:#fde07f;
	}
	#mainMenu ul li.current_page_item ul, 
	#mainMenu ul li.current_page_ancestor ul {
		display:block;
		position:absolute;
		top:35px;
		left:0;
		background:#004fad;
		height:35px;
		width:992px;
		overflow:hidden;
	}
	#mainMenu ul li.current_page_item ul li, 
	#mainMenu ul li.current_page_ancestor ul li {
		min-width:70px;
		padding:8px 0 0 0;
		background:#004fad;
		padding-left:0;
		margin-left:0;
	}
	#mainMenu ul li.current_page_item ul li a, #mainMenu ul li.current_page_item ul li a:hover,
	#mainMenu ul li.current_page_ancestor ul li a, #mainMenu ul li.current_page_ancestor ul li a:hover {
		background:#004fad;
		color:#fde07f;
		min-width:70px;
		font-size:1.1em;
		letter-spacing:.02em;
		border-right:1px solid #009ed3;
		height:1.1em;
		padding:0 7px 0 7px;
		margin:0;
	}
	#mainMenu ul li.current_page_ancestor ul li.current_page_item a, 
	#mainMenu ul li.current_page_ancestor ul li.current_page_item a:hover {
		color:#fff;
		text-decoration:underline;
		background:#004fad;
		margin-left:8px;
	}




	
/*******************  CONTENT  *********************/
#content {
	font-size: 1.2em
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, 
.widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, 
.alt {
	border-left: 1px solid #ddd;
}
#footer {
	background: url('images/sections/footer.png') no-repeat top;
	border: none;
}
.section_default #footer {
	background: url('images/footer.png') no-repeat top;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 2em;
	text-align: left;
	font-style:italic;
	}
h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #001975;/*#b85b5a;*/
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family :Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
}
small, 
#sidebar ul ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
	color: #777;
}
code {
	font: 1.1em Arial, Helvetica, sans-serif;
}
acronym, 
abbr, 
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, 
h2 a:hover, 
h3 a:hover {
	color: #004FAD;/*#06c;*/
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, 
#wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn, 
.widecolumn {
	float: left;
	padding: 0 20px;
	margin: 30px 0 0 15px;
	width: 625px;
	min-height:300px;
	background:url(images/sections/content.jpg) no-repeat top;
}
.section_default .narrowcolumn, .section_default .widecolumn {
	background:url(images/content.jpg) no-repeat top;
}
/*.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/

.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 2px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	padding: 15px;
	margin: 0 auto;
	width: 970px;
	clear: both;
	height:100px;
	position:relative;
}
#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
}
h2 {
	margin: 20px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 20px 0 0;
}
h3.comments {
	padding: 0;
	margin: 30px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	/*list-style: none;
	padding-left: 10px;
	text-indent: -10px;*/
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, 
#sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, 
#sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, 
#sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, 
#sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, 
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, 
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0;
	text-align: right;
	margin-top: 100px;
	margin-right:25px;
}
#sidebar #searchform #s, 
#searchform #s {
	width: 135px;
	padding: 3px;
	border:none;
	height:20px;
	margin:0;
	background:url(images/searchfield.png) no-repeat;
}
#sidebar #searchsubmit, 
#searchsubmit {
	padding:0;
	width:54px;
	height:26px;
	background:url(images/searchbtn.png) no-repeat center;
	margin-bottom:-12px;
	*margin-bottom:-4px;
	border:none;
	background-color:none;
}
#sidebar #searchform, #searchform {
	width:200px;
	height:26px;
}
#topsearch {
	height:26px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 25px 0 10px 0;
	width: 291px;
	float:left;
	margin-left: 15px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, 
abbr, 
span.caps {
	cursor: help;
}
acronym, 
abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/**WIDGET STYLES**/
li.widget {
	width:271px;
	min-height:215px;
	padding:0 0 0 20px;
	background:url(images/sections/widgets.jpg) no-repeat top center;
}
.section_default li.widget {
	background:url(images/widgets.jpg) no-repeat top center;
}
h2.widgettitle {
	color:#fff;
	height: 40px;
	line-height:40px;
	font-size:13pt;
	text-transform:uppercase;
	font-style:italic;
}
li.widget_search {
	background:none;
	min-height:10px;
	width:100px;
}
.narrowcolumn h2, 
#footerlinks li a {
	font-style:italic;
	text-decoration:none;
	text-transform:uppercase;
}
.textwidget {
	padding: 10px 15px 0 0;
}


/* footerlinks */
#footerlinks, 
#copyright {
	/*padding:0 12px 0 24px;*/
	padding: 0;
	margin:0;
	list-style:none;
	/*float:left;*/
}
#footerlinks ul {
	margin: 0;
	padding: 0;
}
#footerlinks li, 
#copyright li {
	float:left;
	display:block;
	white-space:nowrap;
	padding:10px 7px;
}
#copyright li {
	color:#fff;
	line-height:25px;
	font-size:1.20em;
	text-decoration:none;
	text-transform:uppercase;
}
#footerlinks li a, #footerlinks li a:hover {
	color:#fde07f;
	text-decoration:none;
	font-size:1.20em;
	font-weight:bold;
}




/* home pages */
.homepage #content {
	padding:30px 15px 0 15px;
}
.homepage #home_news {
	padding: 20px;
	background:url(images/sections/homepage_content.jpg) no-repeat left top;
}
.homepage #home_news h1 {
	color:#000;
	font-size:24px;
	text-align:left;
	padding:0px 0 25px 0;
	margin:-5px 0 0 0;
	font-style:italic;
}
.homepage .sectionNews {
	display:inline block;
	float:left;
	border-bottom:1px solid #000;
}
.homepage #home_news h2 {
	padding: 10px 20px 10px 0;
	float:left;
	width:230px;
	display:inline block;
}
img.sectionNewsImage {
	display:block;
	float:left;
	width:200px;
	height:130px;
	padding:20px 5px 15px 0;
}
.homepage .sectionNewsContent {
	display:inline block;
	width:720px;
	float:left;
}
td.testimonialcell {
	background:url(images/sections/homepage_testimonial.jpg) no-repeat bottom left;
	vertical-align:top;
	padding:35px 60px 0 60px;
	*padding:25px 60px 0 60px;
	height:138px;
	*height:113px;
}
.sectionNewsCategoryLink {
	float:right;
	display:block;
	text-align:right;
	padding:10px 10px 40px 0;
	font-size:1.4em;
}



/* landing page / video spokes model page */
.landingpage .home_content {
	position:relative;
	margin-top:-25px;
	z-index:223;
}
.landingpage #header {
	background:url(images/landingpageheader.jpg) no-repeat top center;
}
.landingpage #topLinks,
.landingpage #search,
.landingpage #headerBG {
	display:none;
}
.landingpage #fullcontainer {
	background: url(images/home-bodybg.jpg) no-repeat center top;
}
.landingpage #page {
	background: url(images/landingpagecontainer.png) no-repeat top center;
	text-align: left;
	clear:both;
}
#landingpagetable {
	width:950px;
	background-image: url(images/landingpagebg.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
}
#landingpagetable td {
	vertical-align:top;
	margin:0px;
	padding:0px;
}
#landingpagetable td.middlecol {
	width:250px;
}
#landingpagetable td.imagecol {
	width:350px;
	height:279px;	
	overflow:hidden;
}
#landingpagetable .wp-caption, 
#landingpagetable .wp-caption-dd,
#landingpagetable .wp-caption .alignnone,
#landingpagetable dt .wp-caption-dt, 
#landingpagetable .wp-caption .alignnone {
	margin:0;
	text-align:left;
	padding:0;
}
.imagecol .wp-caption {
	width:350px !important; /* overrides WP always does image size+10*/
}
#landingpagetable .wp-caption {
	border: none;
	padding:0;
	margin: 0px;
}
#landingpagetable .wp-caption p.wp-caption-text {
	padding: 0 0 0 0px;
}
.landingpage .home_content {
	padding: 0 20px;
}
.landingpage #mainMenu {
	display:none;
}
#landingpage_text {
	position:relative;
	margin:20px 0 0 0;
	width:525px;
	float:right;
	font-size:11px;
}
#landingpage_text h1 {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
}
.section_default #topnav .page_item ul {
	display:none;
}