/*
Theme Name: AutoGo Custom
Description: Custom designed wordpress theme for AutoGo Transport.
Version: 1.0
Author: iLab New Media
Author URI: http://www.ilabmedia.com/

*/


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* 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. */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


#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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* 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 */


body{
	 background-color: #23170C;
	 font-size: 14px;
	 font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	 color: #fff;
	 margin: 0px;
	 padding: 0px;
	 background-image: url('images/brown-grad.jpg');
	 background-repeat: repeat-y;
	 background-position: top center;
	 line-height: 130%;
}
.sizer{
	width: 949px;
}
#header{
	background-color: #fff;
	background-image: url('images/header-back.jpg');
	background-repeat: repeat-x;
	height: 142px;
}
#headerRight{
	height: 142px;
	width: 550px;
	float: right;
}
#content{
	background-image: url('images/red-bar.png');
	background-repeat: repeat-x;
}
#footer{
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	height: 65px;
	font-size: 12px;
	color: #666;
	padding-top: 20px;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	color: #8E001A;
	text-decoration: none;
}
#footer ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#footer ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-image: none;
	display: inline;	
}
#footer div.right{
	width: 500px;
}
.right{ 
	float: right;
}
.topTab{
	width: 106px;
	height: 40px;
	float: right;
	overflow: hidden;
	margin-left: 7px;
}
#navBar{
	width: 550px;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: 72px;
	left: 0px;
}
#navBar ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#navBar ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	display: inline;	
}
#navBar ul li ul{
	display: none;	
}
#navBar a{
	display: block;
	width: 78px;
	height: 30px;
	float: right;
	font-size: 16px;
	color: #23170C;
	text-decoration: none;
	line-height: 33px;
	text-align: center;
	background-image: none;
}
#navBar a:hover{
	color: #8E001A;
	text-decoration: none;
	background-image: url('images/button-back-over.jpg');
}
#navBar  ul li.current_page_item a{
	background-image: url('images/button-back-down.jpg') !important;
}
#contentHeader{
	height: 125px;
	padding-top: 25px;
	text-align: right;
	width: 370px;
}
#contentHeader h1{
	color: #E3D5CE;
	font-size: 24px;
	font-weight: 100;
	text-shadow: #000 2px 2px 2px;
	line-height: 30px;
	
}
#contentBox{
	margin: 0px 66px 50px 0px;
}
h1{
	color: #fff;
	font-size: 22px;
}
h2{
	color: #fff;
	font-size: 21px;
}
h3{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
h4{
	color: #fff;
	font-size: 18px;
}
.sidebarbox{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebarbox h3{
	margin: 0px 0px 5px 0px;
}
.sidebarBox{
	width: 296px;
}

.redBox div.top{
	width: 296px;
	height: 10px;
	overflow: hidden;
	background-image: url(images/quote-box-top.gif);
	background-repeat: no-repeat;
}
.redBox div.bottom{
	width: 296px;
	height: 13px;
	overflow: hidden;
	background-image: url(images/quote-box-bottom.gif);
	background-repeat: no-repeat;
}
.redBox div.fill{
	background-image: url(images/quote-box-fill.gif);
	background-repeat: repeat-y;

}
.redBox div.grad{
	background-image: url(images/quote-box-grad.jpg);
	background-repeat: no-repeat;
	min-height: 89px;
	background-position: top left;
	padding: 1px 17px 1px 17px;
}
.smallish{
	font-size: 12px;
}
input[type=text]{
	font-family: Arial,Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
	padding: 3px;
}
textarea{
	font-family: Arial,Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
	padding: 3px;
}
.tanbox{
	width: 551px;
}
.tanbox div.top{
	width: 551px;
	height: 13px;
	background-image: url(images/tanbox-top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tanbox div.bottom{
	width: 551px;
	height: 13px;
	background-image: url(images/tanbox-bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tanbox div.fill{
	background-color: #92755D;
	padding: 10px 30px 10px 30px;
}
.tanbox h4{
	font-size: 14px;
	font-weight: 100;
	color: #8E001A;
}
.red{
	color: #8E001A;
}
ul{
	margin: 5px 0px 5px 20px;
	padding: 0px;
}
ul li{
	list-style: none;
	margin: 4px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(images/bullet.gif);
	background-position: left 2px ;
	background-repeat: no-repeat;
}
ol li{
	margin-bottom: 10px;
}
.tanbox ul{
	margin: 5px 0px 5px 0px;
}
.tanbox ul li{
	background-image: url(images/bullet-2.gif);
}
#slideshow-home{
	width: 606px;
	height: 210px;
	background-image: url(images/slideshow-placeholder.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	top: -130px;
	left: -15px;
	margin-bottom: -130px;
}
a{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #8E001A;
	text-decoration: underline;
}
#headerblock{
	height: 40px;
	width: 550px;
	overflow: hidden;
}
#navPreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
#quotePreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
#orderPreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
#continuePreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
h3.listHeading{
	background-image: url(images/red-bar.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #ED667F;
	border-left: 1px solid #ED667F;
}
h3.listHeading a{
	text-decoration: none;
}
h3.listHeading a:hover{
	text-decoration: none;
	color: #ccc;
} 
input.basic{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #000;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
}
textarea.basic{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #000;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
	line-height: 15px;
	width: 350px;
	height: 100px;
}
.imageContentTruck{
	padding-left: 110px;
	background-image: url(images/block-truck.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.imageContentCarrier{
	padding-left: 110px;
	background-image: url(images/block-carrier.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.imageContentFamily{
	padding-left: 110px;
	background-image: url(images/block-family.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.imageContentHighway{
	padding-left: 110px;
	background-image: url(images/block-highway.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#footer ul li:before {
	/*content: "|";*/
	}
