/*
Theme Name: Dealer HD
Theme URI: http://wordpress.org/
Description: This Wordpress Theme is custom designed for Dealer HD.
Version: 1.6
Author: Bruce Etzcorn
Author URI: http://dealerhd.com/
Tags: dealerhd, custom theme


	This theme was designed and built by Bruce Etzcorn,
	whose blog you will find at http://dealerhd.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
color: #000;
font-size: 12px;
text-align: center;
font-family: Geneva, Helvetica, "Helvetica Neue", Arial, sans-serif;
background-image: url('http://dealerhd.com/images/siteArt/backgroundPattern.jpg');
background-repeat: repeat-x;
background-position: top left;
background-color: #000000;	
}

#page {
text-align: left;
}

#header {
margin: 0 auto;
margin-top: 30px;
background-image: url('http://dealerhd.com/images/siteArt/headerBack.gif');
background-repeat: no-repeat;
background-position: top left;
}


.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

#footer {
border: none;
}

small {
font-size: 10px;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}


code {
	font-family: 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	/* border: 1px solid #959596; */
	}

#header {
width: 960px;
}

.narrowcolumn, .widecolumn {
float: left;
padding: 0 0 20px 10px;
margin: 0px 0 0;
width: 690px;
}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	color: #666666;
	padding: 2px;
	margin-bottom: 40px;
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
}

.postmetadata a {
color: #333333;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	/* padding: 20px 0; */
	text-align: center;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, /* #sidebar ul ul li:before */ {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 720px;
	width: 220px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}
	
/* Bruce DHD Special Additions */

* {
margin: 0px;
padding: 0px;
}

p, .post ul, .post ol {
color: #000000;
line-height: 18px;
margin-bottom: 15px;
}


h1, h2, h3, h4, h5 {
font-weight: bold;
font-family: Arial, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

h1 {font-size: 21px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px; font-weight: bold;}

p {
color: #000000;
line-height: 18px;
margin-bottom: 15px;
}

strong {
font-weight: bold;
font-family: Arial, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.clearer {clear: both; height: 0px; line-height: 0px;}


#header {
color: white;
}


#header h2 {
float:right;
width: 710px;
color: white;
text-align: center;
font-weight: normal;
margin-top: 10px;
}

#header h2 span {
padding: 10px;
color: #FFFFFF;
}

#logo {
float: left;
width: 101px;
height: 70px;
margin: 10px 10px 2px 10px;
background-image: url('http://dealerhd.com/images/logo.gif');
background-repeat: no-repeat;
background-position: top left;
}

#logo img {
padding: 10px 0px 0px 10px;
}

#motd {
float: right;
width: 600px;
color: #FFFFFF;
line-height: 16px;
padding-top: 10px;
}

#motd span {
display: block;
font-size: 21px;
font-weight: bold;
}


/* ---------- ~Login Area Setup ---------- */

#loginLinkArea {
width: 100%;
border-top: 2px solid #0E4DC4;
}

#loginLinkArea ul {
float: right;
width: 250px;
list-style-type: none;
}

#loginLinkArea ul li {
float: left;
width:48%;
list-style-type: none;
}

li#clientLogin a {
background-image: url('http://dealerhd.com/images/siteArt/loginLinkBack.gif');
background-repeat: no-repeat;
background-position: bottom left;
}

li#clientSupport a {
background-image: url('http://dealerhd.com/images/siteArt/loginLinkBack.gif');
background-repeat: no-repeat;
background-position: bottom right;
}

#loginLinkArea a {
color: #79A5F6;
display:block;
font-size: 10px;
padding: 0px 10px 10px 10px;
text-align: center;
text-decoration: none;
}

#loginLinkArea a:hover {
color: #B3CCFA;
}

/* ---------- ~Navigation Setup ---------- */

#navigation {
border-top: 1px solid #666666;
border-bottom: 1px solid #000000;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
background-color: #1D1D1D;
background-image: url('http://dealerhd.com/images/navigation/mainNavBack.jpg');
background-repeat: repeat-x;
background-position: top left;
}

#navigation ul {
list-style-type: none;
}

#navigation ul li {
float: left;
width: 8%;
font-size: 13px;
font-family: Arial, Helvetica, "Helvetica Neue", Arial, sans-serif;
text-align: center;
padding: 5px 10px 5px 10px;
background-image: url('http://dealerhd.com/images/navigation/mainNavBack.jpg');
background-repeat: repeat-x;
background-position: top left;
border-right: 1px solid #1E1E1E;
}

#navigation ul li a {
display: block;
color: #CCCCCC;
text-decoration: none;
}

/* ---------- ~Action Tabs ---------- */

#actionTabs {
float: right;
width: 710px;
margin-top: 10px;
}

#actionTabs ul {
margin: 0px 10px 0px 10px;
list-style-type: none;
}

#actionTabs ul li {
float: left;
width: 138px;
text-align: center;
background-image:url("http://dealerhd.com/images/navigation/actionTab.jpg");
background-repeat: no-repeat;
background-position: 100% -43px;
}

#actionTabs ul li a {
display: block;
font-size: 12px;
color: #000000;
font-family: Geneva, Helvetica, "Helvetica Neue", Arial, sans-serif;;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #666666;
}


body#jobDescription #actionTabs {
float: none;
width: inherit;
margin: 10px 0px 10px 0px;
background-image:url("http://dealerhd.com/images/navigation/actionTabsBack.jpg");
background-repeat: repeat-x;
background-position: bottom left;
}

/* ---------- ~Tabs Setup ---------- */

.panel {
clear: both;
display: none;
}

.panel.active-tab-body {
display: block;
}

#actionTabs ul li.active-tab {
background-position: 100% 0px;
}

#actionTabs ul li.active-tab a {
border-bottom: 1px solid #FFFFFF;
}	

#sidebar ul {
border-bottom: 0px;
}

#sidebar  h2 {
margin-top: 30px;
}

#sidebar .widget_recent_entries a,
#sidebar .widget_categories a,
#sidebar .widget_archive a,
#sidebar #authors a {
display: block;
padding: 3px;
border-bottom: 1px dotted #CCCCCC;
}

.post small {
display: block;
color: #1D5FA5;
margin-bottom: 5px;
padding: 0px 0px 8px 8px;
background-image:url("http://dealerhd.com/images/siteArt/titleHeader.jpg");
background-position: bottom left;
}

.post h1 {
padding: 8px;
margin: 20px 0px 0px 0px;
background-image:url("http://dealerhd.com/images/siteArt/titleHeader.jpg");
background-position: top left;
}

.post h1 a {
color: #11375F;
}

.post .postmetadata small {
background: none;
margin-bottom: 0px;
padding: 0px;
}

.post table {
width: 100%;
border: 1px solid #666666;
border-collapse: collapse;
}

.post ul {
padding-left: -20px;
}

.post ul li {
list-style: disc;
padding-left: 5px;
}


/* ---------- ~Footer ---------- */

#dhd_footer {
margin: 0 auto;
margin-bottom: 10px;
width: 960px;
min-height: 95px;
background-image: url('http://dealerhd.com/images/siteArt/footerBack.gif');
background-repeat: no-repeat;
background-position: top left;
}

#footerContent {
padding: 30px;
}

#footerContent h5 {
color: #FFFFFF;
}

#footerContactInfo {
text-align: center;
}

#footerContactInfo h2 {
font-size: 18px;
margin-bottom: 2px;
color: #FFFFFF;
}

#footerContactInfo a {
color: #FFFFFF;
}

#footerContactInfo {
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

#footerAddress,
#footerContactInfo,
#footerProducts {
float: left;
width: 32.5%;
}

#footerProducts {
float: right;
text-align: right;
}

#footerProducts .prodLink {
float: right;	
margin: 5px 0px 10px 10px;
}

#footerProducts .prodLink span {
display: none;
}

/* ---------- ~Login Setup ---------- */

body#login #constraint {
margin: 0 auto;
text-align: center;
width: 300px;
margin-top: 100px;
background-color: transparent;
}

#loginBox {
width: 300px;
}

#loginHeader {
height: 87px;
border-bottom: 1px solid #FFFFFF;
background-image:url("http://dealerhd.com/images/siteArt/loginHeader.gif");
background-repeat: no-repeat;
background-position: top left;
}

#loginHeader span {
display: none;
}

#loginFields {
padding-bottom: 10px;
background-color: #FFFFFF;
border-top: 1px solid #EA7F12;
background-image:url("http://dealerhd.com/images/siteArt/loginForms.gif");
background-repeat: repeat-y;
background-position: top left;
}

#loginFooter {
height: 64px;
background-image:url("http://dealerhd.com/images/siteArt/loginFooter.gif");
background-repeat: no-repeat;
background-position: top left;
}

#loginFooter a#visit,
#loginFooter a#demo {
float: left;
width: 120px;
margin-top: 30px;
font-size: 10px;
}

#loginFooter a#demo {
float: right;
}


a {
color: blue;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: none;
}

a:visited {
color: purple;
text-decoration: none;
}

a:visited:hover {
color: red;
text-decoration: none;
}


h2.pagetitle {
font-size: 21px;
margin-top: 10px;
font-family: Arial, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.children li {
padding-left: 20px;
}