/*
Theme Name: DHRental.net
Theme URI: http://www.dhrental.net/
Description: Default theme for DHRental.net.
Version: 1.0
Author: Chris Budzban
Author URI: http://www.budzodesigns.com/
Tags: dh rental, sales, service
*/

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 10px;
	background: #e6e6e6 url(images/content-back.jpg) top center repeat-y;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

a img {
	border: none;	
}

a {
	color: #005897;
}

a:hover {
	color: #333;	
}

/* HEADER */

#header {
	text-align: left;
	margin: 0 auto;
	background: url(images/body-back.jpg) repeat-x;
}

#header p {
	width: 980px;
	height: 242px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;	
}

#wrapper {
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px;
}

#content, #nav {
	float: left;
	display: inline;
}

/* CONTENT */

#content {
	width: 580px;
	margin-left: 20px;
}

#content h1 {
	font-size: 3em;
	letter-spacing: -3px;
	font-weight: normal;
	color: #005db3;
	padding-bottom: 10px;
	margin: 10px 0;
	background: url(images/h1-back.gif) bottom center no-repeat; 
}

#content h2 {
	color: #005897;
	margin: 10px 0;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -2px;
}

#content p {
	margin: 15px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

body#service #content ul {
	float: left;
}

body#service #content ul li {
	float: left;
	width: 250px;	
}

#content ul {
	list-style: none;
	margin: 10px 15px;
	padding: 15px;
	border: 1px dashed #aaa;
	background: #ddd;
}

#content ul li {
	font-size: 1.2em;
	padding: 3px 0;
	font-weight: bold;

}

.clear {
	clear: both;	
}

/* NAV */

#nav {
	width: 300px;
	margin-left: 35px;
}

#nav h3 {
	font-size: 2.1em;
	color: #195387;
	margin: 10px 0;
	letter-spacing: -2px;
	font-weight: normal;
	text-indent: -9999px;
	background: url(images/h3-nav.gif) no-repeat;
	height: 31px;
}

#nav ul {
	list-style: none;
	margin: 10px;
}

#nav li {
	margin: 6px 0;	
}

#nav li a {
	display: block;
	width: 241px;
	height: 40px;
	background: url(images/nav-back.gif) top left no-repeat;
	line-height: 40px;
	padding-left: 42px;
	color: #fff;
	font-size: 1.7em;
	text-decoration: none;
	letter-spacing: -1px;
}

#nav li a:hover {
	background-position: bottom left;	
}

#push {
	clear: left;	
	height: 250px;
}

/* FOOTER */

#footer {
	height: 250px;
	background: url(images/footer-back.jpg) repeat-x;
}

#footer-container {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	background: url(images/footer-container-back.gif) no-repeat;
}

#footer-hours, #footer-contact {
	float: left;
	display: inline;
}

#footer-hours {
	width: 480px;	
}

#footer-contact {
	width: 460px;
	margin-left: 20px;
}

#footer-hours ul {
	list-style: none;
	margin: 76px 0 0 20px;
	width: 460px;
}

#footer-hours li {
	text-align: center;
	float: left;
	width: 33%;
	display: inline;
}

#footer-hours li span.date {
	color: #53a9e5;
	font-size: 1.8em;
	text-decoration: underline;
	font-weight: 600;
}

#footer-hours li span.hours {
	display: block;
	color: #fff;
	font-size: 1.8em;
	margin: 10px 0;
}

#footer-contact ul {
	margin-top: 90px;
	list-style: none;
	display: inline;
}

#footer-contact li {
	color: #fff;
	font-size: 1.4em;
	padding: 2px 0;
}

#footer-contact li a {
	color: #8dff41;	
}

ul#contact-left, ul#contact-right {
	float: left;
	display: inline;
}

ul#contact-left {
	margin-left: 20px;
}

ul#contact-right {
	margin-left: 10px;	
}

ul#contact-right span {
	color: #c2c3c4;	
}

span#budzodesigns {
	float: left;
	margin: 30px 0 0 60px;
	clear: left;
}

span#budzodesigns a {
	display: block;
	width: 312px;
	height: 62px;
	text-indent: -9999px;
	background: url(images/budzodesigns.gif) no-repeat;
}