/*
Theme Name: GameTruck Theme
Theme URI: http://wordpress.org/
Description: 2009 GameTruck website
Version: 2.0
Author: Bobby Smalls
Author URI: http://bobbysmalls.com/
Tags: gametruck


*/



/* Begin Typography & Colors */

/* Game Truck Styles */



html{
font-family:Verdana, Arial, Helvetica, sans-serif;
}
td, tr, ul, li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h1{
	color: #0B6E34;
}
h2{
	color: #F26810;
}
/*h2.PageTitle{
	margin-left: 50px;
} */
h3{
	color: #054920;
}
h4{
	color: #1F974D;
}

p{
	color: #000000;
	line-height: 16px;
	font-size:12px;
}
a{
	text-decoration:none;
	color: #0B6E34;
}
a:hover{
	text-decoration:underline;
	color: #F26810;
}

body{
	background-color: #FDFF53;
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}


/* Content - Main/Header/Footer */



.holder{
position:relative;
width:970px;
height:auto;
margin-left:auto;
margin-right:auto;
}

.horizontalSection{
width:970px;
height:auto;
float:left;
position:relative;
background-image:url(../images/whiteTile.gif);
background-repeat: repeat-y;
z-index: 0;
}

#header{
height:141px;
background-image:url(../images/headerBG.jpg);
z-index: 90;
}
.navBar{
	width:606;
	height:33px;
	position:absolute;
	right:6px;
	bottom:7px;
	z-index: 5;
}
.topNavBar{
	width:278;
	height:29px;
	position:absolute;
	right:6px;
	top:0px;
}


#footerBottom{
	height:168px;
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	clear: both;
}

#footerBottom p{
	margin: 0px;
	bottom: 35px;
	position: absolute;
	font-size: 10px;
	color: #708FD5;
	width: 970px;
	left: 0px;
}
#footerBottom a{
	color: #4E6394;
}

.logo{
position:absolute;
left:-1px;
top:1px;
width:338px;
height:96px;
}

#sectionMiddle1{
	min-height: 400px;
	text-align: left;
}


/* 2 Column Layout Page */



.leftColumn1{
	float: left;
	width: 590px;
	position: relative;
	height: auto;
	text-align: left;
	left: 40px;
	padding-bottom: 50px;
}
.leftColumn1 h1{
	color: #243F7B;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.leftColumn1 h2{
	font-size: 16px;
	color: #708FD5;
}
.rightColumn1{
	float: right;
	width: 265px;
	position: relative;
	height: auto;
	text-align: left;
	right: 40px;
	padding-bottom: 50px;
}

/* Subnav Styles */


#switchcontent {
position:absolute; 
left:300px; 
border:1px solid gray; 
width:350px; 
margin:26px auto; 
padding:5px 5px 10px 5px; 
background-color:#ececec;
}

#one{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 31px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: repeat-x;
	text-align:left;
	display: none;
}
#two{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 31px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: repeat-x;
	text-align:right;
	display: none;
}
#three{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 31px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: repeat-x;
	text-align:right;
	display: none;
}
#one img{
margin-left: 10px;
	margin-right: 10px;
}
#two img{
	margin-left: 10px;
	margin-right: 10px;
}
#three img{
	margin-left: 10px;
	margin-right: 10px;
}
#four{
display:none;
}

.nullBar1{
	width:606;
	height:10px;
	position:absolute;
	right:6px;
	bottom:40px;
}
.nullBar2{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 3px;
	border: 0;


}



/* Home Page Styles */


#homeFlash{
	float: left;
	height: 250px;
	width: 950px;
	position: relative;
	left: 9px;
	margin-top: 25px;
	border: 1px solid #ffffff;
}

.homeLeft{
	position:relative;
	float:left;
	width:450px;
	left:25px;
	height:320px;
	margin-top: 15px;
}

.homeRight{
	margin: 0px;
	position:relative;
	float:right;
	width:450px;
	right:25px;
	margin-top:15px;
	height:270px;
	padding-top: 50px;
	background-image: url(../images/contact-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.error {
			color: #AA0000;
			font-weight: bold;
		}
		.error_box {
			border: 2px solid #AA0000;
			background-color: #FEF1E9;
		}



/* Secondary Page Styles */


.leftColumnWide{
	position:relative;
	float:left;
	height:auto;
	width:600px;
	left: 50px;
	
}
.rightColumnWide{
	position:relative;
	float:right;
	height:auto;
	width:225px;
	right: 50px;
	padding-top:12px;
}

.pageContent {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}

tr td ul li { color: #0; list-style: url(../images/arrow.gif); }
ul.arrow li { list-style: url(../images/arrow.gif); }

.rounded {
    background: url(../images/sideboxbg.gif) repeat-x;
		border: 1px solid #FF7502;
   /*background-color: #FDFF53; 
   border: 3px solid #1B3B1A; */
   padding: 7px;
}


.BigGreen, .cardTitle {
	color: #FFF;
	/* background-color:  #0B6F34;   #F26810; */
	height: 32px;
	line-height: 32px;
	font-variant: small-caps;	
	font-size: 24px;
	padding: 0;
	margin: 0 auto;
	background-color:  #0B6E35;
	/*background-image: url(../images/cardTitleBG.jpg);
	background-repeat: repeat-x;   It just looks cheesy where the header and the border meet.  */
}
.contentLeft { width: 640px; text-align:left; } 
div.contentLeft > p { width: 470px; margin: 0 auto;  }
div.contentLeft > h2 { width: 550px; margin: 0 auto; text-align: center;  }

div.noteCard {
	background-color:#FFFFFF;
	/* width: 550px; */
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

div.noteCard > img { float:right; }
div.noteCard h2 { text-align: center; }
div.noteCard > p { text-align: left; padding: 0 10px 0 10px; }
div.cardBody {
    overflow: hidden;
	border: 5px solid #0B6E35; /* #FF7000; #F26810; */
	border-top: none;
	padding: 5px;
	padding-bottom: 5px; }
div.inner { margin: 0; background: #FFFFD0; padding: 10px; border:0; zoom:1;}
div.outer { float: left; margin-left: 10px; background: #FF7000; padding: 8px; width: 22em; }
.whiteBackdrop { background-color: #FFF; }

div.faq 
div.faq dl { margin: 0; padding: 0; width: 100%; 	
			 font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
div.faq dt, div.faq dd { display: block; float: left; margin: 0; padding: 0; }
div.faq dd { width: 600px; }
div.faq dt { clear: left; width: 150px; text-align: right; padding-right: 10px; font-weight:bold; }
div.faq dd.q { color: #0B6E34; font-weight: bold; }
div.faq dd.a { margin-bottom: 10px; }
a img { border: none; float: left; margin: 5px; }
dl.Form { display: block; }
dl.Form dt { font-size: 12px; text-align: right; clear: left; display: block; font-weight: bold; float: left; width:  175px; padding-right: 5px; }
dl.Form dd { clear:   right; display:  block; white-space: nowrap; }
ul.locations { list-style: none }
ul.locations li a { color: #FF6600; font-size: 18px; font-weight: bold; }

