/*
Theme Name:		Diesel Pusher
Theme URI:		http://www.blazenewmedia.com
Description:	Diesel Pusher Theme.
Version:		1.0
Author:			Blaze New Media
Author URI:		http://www.blazenewmedia.com/
*/

html {
	background: url(images/background.gif) #eee;
	font: 62.5% "Trebuchet MS", "Tahoma", "Verdana", Arial, sans-serif;
	color: #666;
	line-height: 200%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#container {
	position: relative;
	width: 730px;
	margin: 0 auto;
	background: #fff;
	padding: 0 10px 0 10px;
	border: 10px solid #eee;
	border-top: none;
}

hr {
	visibility: hidden;
	clear: left;
	margin: 0;
}

a {
	color: #011990;
	text-decoration: none;
	border-bottom: 1px solid red;
}
	a:hover {
		background: #b50606;
		color: #fff;
	}

img {
	vertical-align: middle;
}

#featuredUnits img {
	width: 80px !important;
	height: 60px !important;
}

#inventoryList img {
	width: 95px !important;
	height: 75px !important;	
}

/* Header */

#header {
	height: 77px;
	background: url(images/header_back.gif) top left repeat-x;
}

h1 {
	position: absolute;
	top: 40px;
	left: 10px;
	margin: 0;
	width: 277px;
	height: 20px;
	background: url(images/logo.gif) top left no-repeat;
	cursor: pointer;
	
}
	h1 a {
		display: none;
	}

#nav {
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	border-top: 1px solid #c1c1c1;
	border-bottom: 2px solid #b50606;
	background: url(images/nav/back.gif) top left repeat-x #eee;
}
	#nav li {
		position: relative;
		float: left;
	}
		#nav li a {
			display: block;
			height: 30px;
			border: none;
		}
			#nav li a span {
				display: none;
			}
		
		#nav li div {
			position: absolute;
			bottom: -2px;
			left: 0;
			width: 100%;
			height: 8px;
			display: none;
		}
			#nav li.selected div {
				background: url(images/nav/arrow_hover.gif) center bottom no-repeat;
				display: block;
			}
	
	#nav li a#home {
		background: url(images/nav/home.gif) top left no-repeat;
		width: 78px;
	}
		#nav li.selected a#home, #nav li.selected a#home:hover {
			background-image: url(images/nav/home_selected.gif);
		}
		
		#nav li a#home:hover {
			background-image: url(images/nav/home_hover.gif);
		}			
		
	#nav li a#inventory {
		background: url(images/nav/inventory.gif) top left no-repeat;
		width: 102px;
	}
		#nav li.selected a#inventory, #nav li.selected a#inventory:hover {
			background-image: url(images/nav/inventory_selected.gif);
		}
		
		#nav li a#inventory:hover {
			background-image: url(images/nav/inventory_hover.gif);
		}				
		
	#nav li a#rv_search {
		background: url(images/nav/rv_search.gif) top left no-repeat;
		width: 99px;
	}
		#nav li.selected a#rv_search, #nav li.selected a#rv_search:hover {
			background-image: url(images/nav/rv_search_selected.gif);
		}
		
		#nav li a#rv_search:hover {
			background-image: url(images/nav/rv_search_hover.gif);
		}
		
	#nav li a#salebyowner {
		background: url(images/nav/salebyowner.gif) top left no-repeat;
		width: 133px;
	}
		#nav li.selected a#salebyowner, #nav li.selected a#salebyowner:hover {
			background-image: url(images/nav/salebyowner_selected.gif);
		}

		#nav li a#salebyowner:hover {
			background-image: url(images/nav/salebyowner_hover.gif);
		}
		
	#nav li a#referral_rewards {
		background: url(images/nav/referrals.gif) top left no-repeat;
		width: 99px;
	}
		#nav li.selected a#referral_rewards, #nav li.selected a#referral_rewards:hover {
			background-image: url(images/nav/referrals_selected.gif);
		}
		
		#nav li a#referral_rewards:hover {
			background-image: url(images/nav/referrals_hover.gif);
		}

	#nav li a#service {
		background: url(images/nav/service.gif) top left no-repeat;
		width: 85px;
	}
		#nav li.selected a#service, #nav li.selected a#service:hover {
			background-image: url(images/nav/service_selected.gif);
		}

		#nav li a#service:hover {
			background-image: url(images/nav/service_hover.gif);
		}

/* Main Content */

#content_box {
	padding: 25px 15px;
	background: url(images/fade_back.gif) top left repeat-x;
}

#content {
	margin-right: 240px;
}
	
	#content img {
		border: 4px solid #eee;
		padding: 4px;
	}
		#content img[align="left"] {
			margin: 0 15px 25px 0;
		}
		
		#content img[align="right"] {
			margin: 0 5px 25px 15px;
		}
	
	#content p.bigger {
		font-size: 1.2em;
		line-height: 160%;
	}

h2 {
	margin: 0;
	color: #011990;
	font-size: 1.6em;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	letter-spacing: 80%;
	padding-bottom: 8px;
}

h3 {
	color: #b50606;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	letter-spacing: 80%;
	padding-bottom: 5px;
}
	h3 span {
		font-size: 0.8em;
	}
	
	h3#featured {
		margin-top: 30px;
	}

#featuredUnits {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
	#featuredUnits li {
		float: left;
		width: 210px !important;
		margin-right: 35px;
	}
		.noMargin {
			margin: 0 !important;
		}
	
	#featuredUnits img {
		width: 80px;
		float: left;
		padding: 4px;
		border: 4px solid #eee;
		background: #fff;
		margin: 0 8px 0 0;
	}
	
	#featuredUnits p.price {
		margin: 7px 0 4px 0;
		padding: 3px 5px;
		font-size: 1.2em;
		color: #777;
		text-align: left;
	}
		#featuredUnits p.sold {
			color: red;
			background: #fff !important;
		}
	
	#featuredUnits p.more {
		text-align: left;
		display: inline;
	}
	
	ul.noMargin {
		margin-left: 0;
		padding-left: 20px;
	}
		ul.noMargin li {
			margin: 0 0 8px 0;
		}

/* Sidebar */

#sidebar {
	width: 200px;
	float: right;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#sidebar ul li {
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
		padding-bottom: 8px;	
	}

#sidebar h3 {
	border: none;
	margin: 0;
}

#sidebar p {
	margin: 0 0 10px 0;
}

#sidebar p#telno {
	background: url(images/telnum.gif) top left no-repeat;
	width: 195px;
	height: 45px;
	margin: 0;
}
	#sidebar p#telno span {
		display: none;
	}

p.more {
	text-align: right;
	background: url(images/arrow.gif) center right no-repeat;
	padding-right: 12px;
}
	#sidebar p.more {
		margin-top: 10px;
	}

#mini_map {
	padding: 3px;
	border: 2px solid #eee;
}

/* Inventory List */

ul#inventoryList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul#inventoryList li {
		margin: 0 20px 40px 0;
		position: relative;
	}

	ul#inventoryList li p.price {
		position: absolute;
		top: -13px;
		right: 0;
		font-size: 1.1em;
	}

ul#inventoryList li img {
	width: 100px;
	max-height: 100px;
	float: left;
	margin: 0 15px 0 0;
}

ul#inventoryList p.more {
	text-align: left;
	display: inline;
}

.itemDetails {
	margin-left: 130px;
}

h3 a {
	color: #b50606;
	border: none;
}

/* Item Entry Pages */

.entry {
	position: relative;
}

.entry table.mainImage {
	position: absolute;
	top: 10px;
	right: 0;
}
	.entry .mainImage img {
		width: 130px;
	}
		.entry .mainImage img:hover {
			border-color: #bbb !important;
		}
	
	.entry .mainImage a.imagelink {
		border: none;
	}
		.entry .mainImage a.imagelink:hover {
			background: none;
		}
	
.entry table#techDetails {
	margin-top: 13px;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	width: 295px;
}
	.entry table#techDetails td {
		padding: 5px;
	}

.entry table#techDetails td {
	background: #f8f8f8;
	width: 80px;
}

.entry table#techDetails td.label {
	background: #eee;
	width: 50px;
	font-weight: bold;
}

.entry table#imageGallery td {
	height: 125px;
}

.entry table#imageGallery img {
	width: 120px;
}
	.entry table#imageGallery img:hover {
		border-color: #bbb;
	}

table#imageGallery a {
	border: none;
}
	table#imageGallery a {
		background: none;
	}

.entry p.back {
	position: absolute;
	top: -40px;
	right: 0;
	background: url(images/back_arrow.gif) center left no-repeat;
	padding-left: 12px;
}

.sold {
	background: red;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	padding: 2px;
}

#moreImages {
	padding-right: 40px;
	background: url(images/down_arrow.gif) 74% 60% no-repeat;
}

a#gallery {
	visibility: hidden;
}


/* RV Search */

label {
	display: block;
	margin-bottom: 3px;
	color: navy;
}

ul.rvSearch {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	background: #fff;
}
	ul.rvSearch li {
		padding: 15px;
		border-bottom: 1px solid #eee;
		background: #fafafa;
	}
	
	ul.rvSearch li.alt {
		background: #fff;
	}

#error, #success {
	background: red;
	color: white;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#success {
	background: green;
}

/* Contact Page */

	.column img {
		float: left;
		margin: 0 10px 10px 0;
		width: 90px;
	}
	
	.column h3 {
		margin: 0 0 10px 118px;
	}
	
	blockquote {
		position: relative;
		border: 1px solid #eee;
		border-bottom-width: 2px;
		border-right-width: 2px;
		background: #fafafa;
		padding: 0 10px;
		margin-bottom: 15px;
		font-size: 1.2em;
	}
		blockquote p.more {
			position: absolute;
			bottom: 0;
			right: 12px;
			font-size: 0.8em;
		}

#showroom {
	width: 442px !important;
	padding: 4px;
	border: 5px solid #eee;
}
/* Footer */

#footer {
	margin-top: 60px;
	background: url(images/footer_back.gif) top left repeat-x #fff;
	height: 37px;
	color: #fff;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
	text-align: center;
}
	#footer p {
		padding-top: 9px;
	}