@import url("../c/reset.css");
@import url("../c/micro.css");
@import url("../c/enhancements.css");

/*  
Theme Name: autowholesaler
Theme URI: 
Description: This is a custom built layout for autowholesale.ca. autowholesaler Written by: Brian Pearce and licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0
Author: Brian Pearce
Author email: brian.o.pearce@gmail.com
*/

/* Typography
------------------------------------ */

body {
    font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
   	font-size: 62.5%; /* base of 10px */
	font-weight: lighter;
	color: #000;
}

#body dl {
	font-size: 150%;
}

#nav {
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 200%;
	color: #fff;
}

.accessSkip {
	position: absolute;
	text-indent: -9999px;
	width: 0;
	height: 0;
}

.box .sideContent {
	font-size: 150%;
}

.larger {
	font-size: 190%;
	font-weight: bold;
}

h3 {
	font-size: 160%;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #153c75;
}

h3:first-line {
	font-weight: bold;
}

h4 {
	font-size: 160%;
	text-align: left;
	color: #153c75;
	font-weight: normal;
}

h5 {
	font-size: 230%;
	color: #153c75;
	font-weight: bold;
}

h6 {
	font-size: 160%;
	color: #153c75;
	font-weight: bold;
}


.suggestDetails {
	font-size: 110%;
	text-align: right;
	color:  #000000;
}

.suggestDetails dt:last-child, .suggestDetails dd:last-child {
	font-size: 125%;
	text-align: right;
	color:  #000000;
	font-weight: bold;
}

.vehicle dl dd {
	font-weight: lighter;
	font-size: 80%;
}

/* Links
------------------------------------ */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	color: #fff;
}

a:link, a:visited, a:hover, a:active {
	color: #153c75;
}

#footer .box:hover {
	border: 2px solid #153c75;
	width: 278px;
	padding: 9px;
}

#vehicles .vehicle:hover {
	background: #fff url('../i/bg-contentBox.jpg') repeat-x bottom;
	padding: 8px;
	border: 2px solid #153c75;
}

/* Page Structure
------------------------------------ */

body {
	background: #fff url('../i/bg-main.jpg') repeat-x;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 96em;
	height: 7.5em;
	background: #d6d5d5 url('../i/bg-greyHeader.jpg') no-repeat;
}

#belowHeader {
	background: url('../i/BobBluementhalAutoWholeSale.jpg') no-repeat;
	padding: 250px 0 0 0;
	position: relative;
	margin: 0 auto;
	width: 96em;
}

#nav {
	position: absolute;
	bottom: 0;
	width:	100%;
	height: 50px;
}

#body, #footer {
	position: relative;
	margin: 0 auto;
	width: 96em;
}

#bottom {
	clear: both;
	display: block;
	background: #fff url('../i/bg-contentBox.jpg') repeat-x bottom;
	border-top: #bdbdbd 1px solid;
	border-left: #bdbdbd 1px solid;
	border-right: #bdbdbd 1px solid;
	padding: 5px;
	text-align: center;
	margin: 0 10px;
}

#vehicles {
	float: right;
	width: 620px;
	margin: 0 10px;
}

#sideColumn {
	width: 320px;
}

.section {
	position: relative;
}

#footer {
	overflow: auto;
}

#nav ul.left {
	position: absolute;
	left: 0px;
	bottom: 5px;
}

#nav ul.right {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

/* Page Elements
------------------------------------ */

#header h1 {
	position: relative;
	display: block;
	text-indent: -9999%;
	margin: 0 0 0 10px;
	width: 644px;
	height: 75px;
	background: url('../i/BobBluemethalAuto.png') no-repeat;
}

#nav ul li {
	display: inline;
	list-style: none;
	border-left: 1px solid #fff;
	padding: 0 0 0 5px;
}

#nav ul li:first-child {
	border-left: 0;
}

h2 {
	position: relative;
	display: block;
	text-indent: -9999%;
	margin: 0 auto;
	width: 544px;
	height: 84px;
	background: url('../i/FindaVehicleForYou.png') no-repeat;
}

.box {
	display: block;
	width: 278px;
	padding: 10px;
	background: #fff url('../i/bg-contentBox.jpg') repeat-x bottom;
	border: #bdbdbd 1px solid;
	margin: 0 8px 20px 8px;
	float: left;
}

.box .sideContent {
	display: block;
	text-align: center;
}

h3 {
	margin-bottom: 5px;
}

h4 {
	margin-bottom: 5px;
}

h6 {
	margin: 20px 0;
	clear: both;
}

.thumbPic {
	display: block;
	background: #000000;
	width: 144px;
	height: 108px;
	float: right;
}

.vehicle {
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
}

.vehicleImage {
	display: block;
	background: #000000;
	width: 200px;
	height: 140px;
	float: right;
}

.vehicle dl.details dd{
	width: 90px;
	float: left;
	margin-right:  5px;
}

.vehicle dl.details dt{
	width: 100px;
	float: left;
	margin-right:  5px;
}

.suggestDetails {
	display: block;
	float: left;
	width: 124px;
	margin-right: 10px;
	overflow: auto;
}

.suggestDetails dt {
	float: left;
	clear: left;
	text-align: right;
	width: 65%;
}

#body h2 {
	position: relative;
	display: block;
	text-indent: -9999%;
	margin: 0 auto;
	width: 600px;
	height: 311px;
	background: url('../i/under-construction.jpg') no-repeat;
}

#body p {
	width: 620px;
	text-align: center;
	
}

#temp {
	width: 620px;
	float: right;
}