/*
THEME NAME: DID
THEME URI: http://www.dealershipincomedevelopment.com
DESCRIPTION: Dealership Income Development
VERSION: 1.0
AUTHOR: Dan McCurley
AUTHOR URI:
TAGS: 
*/


/* Eric Meyer's CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body Styles */
body {
	background: #edf2ea url('images/background.gif') repeat-x top left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color:#333;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* container */

#container {
	width: 900px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	background: #fff;
}

/* header */

#header {
  	padding: 25px;
  	background: #fff url('images/header.gif') no-repeat top right;
  	overflow: hidden;
  	height: 75px;
  	border-top: 5px solid #4a7c33;
}

#header .logo {
	float: left;
	border-right: 1px solid #999;
	padding-right: 25px;
	margin-right: 20px;
	width: 100px;
	height: 75px;
}

#header .logo a {
	width: 100px; 
	height: 75px;
	position: relative;
	color: #fff;
	display: block;
	font-size: 1px;
}
	
#header .logo a span {
	background: url('images/logo.gif') no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
}


#header h1 {
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 15px;
	float: left;
	width: 475px;
}

#header h1 a:link,
#header h1 a:visited {
	color: #000;
	text-decoration: none;
}

#header h1 a:hover,
#header h1 a:active {
	color: #4a7c33;
	text-decoration: none;
}

#header h3 {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 15px;
	color: #999;
	font-style: italic;
	float: right;
	margin: 52px 0 0;
	width: 225px;
}

/* main menu */

#menu {
	overflow:hidden;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size:14px;
	background: #78bb5e;
	border:1px solid #4a7c33;
	clear: both;
}

#menu ul {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	background:transparent url('images/menu.gif') repeat-x top left;
	border-right: 1px solid #78bb5e;
	border-left: 1px solid #78bb5e;
}

#menu ul li {
	display:block;
	float:left;
}
	
#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:active {
	display: block;
	float: left;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	background: transparent url('images/menu.gif') no-repeat 100% 50%;
	color: #fff;
}

#menu ul li a:hover {
	background: transparent url('images/menu.gif') no-repeat bottom right;	
	text-decoration: none;
	color: #fff;
}

#main {
	overflow: hidden;
	background: #fff;
}

/* content */

#content {
	float: left;
	width: 600px;
	overflow: hidden;
	margin-top: 25px;
	padding: 0 25px;
	border-right: 1px solid #999;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	margin: 1em 0 0.75em;
	line-height: 1.25;
}

h2 {
	font-size: 32px;
	margin: 1em 0 1em;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	line-height: 1;
	text-align: center;
}

h2.article {
	font-size: 32px;
	margin: 0 0 0.5em;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	line-height: 1;
	text-align: center;
}

h3 {
	font-size: 18px;
}

#content .post h3,
#content .post h4 {
	margin: 0 0 0.1em;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

#content p, 
#content dl, 
#content ol, 
#content ul,
#content form,
#content table {
	line-height: 1.5;
	margin: 0.5em 0 1em;
}

#content .post p {
	margin: 0;
}

#content p.date {
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-variant: small-caps;
	font-size: 15px;
	letter-spacing: 0.1em;
}

#content ol {
	list-style-type: decimal;
	margin-left: 30px;
}

#content ol ol {
	margin: 0;
}

#content ul {
	list-style-type: disc;
	margin-left: 30px;
}

#content ul ul {
	margin: 0;
}

#content dl {
	margin-left: 30px;
}

#content dt {
	font-weight: bold;
	border-bottom: 1px dotted;
}

#content dd {
	font-style: italic;
	margin-left: 30px;
	margin: 0.5em 0 0.75em;
}

#content blockquote {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 18px;
	font-style: italic;
}

#content table {
	width: 100%;
	border-collapse:collapse;
}

#content th {
	background: #ddd;
	padding: 0.5em;
	font-weight: bold;
	border: 1px solid #ccc;
	text-align: center;
}

#content td {
	border: 1px solid #ccc;
	padding: 0.25em 0.5em;
}

#content .post {
	margin: 0.5em 0 2em;
}

/* Links */

a:link,
a:visited {
	color: #78bb5e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4a7c33;
	text-decoration: underline;
}

#content .navigation {
	overflow: hidden;
	font-weight: bold;
}

#content .navigation a:link,
#content .navigation a:visited {
	background: #ebebeb;
	text-decoration: none;
	padding: 4px 5px;
	display: block;
	border: 1px solid #ccc;
	color: #666;
}

#content .navigation a:hover,
#content .navigation a:active {
	border: 1px solid #333;
	color: #333;
}

/* Icons */

a[href*="action=edit"] {
	background: url('images/edit.gif') no-repeat left center;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none !important;
}

a[href$="/feed/"] {
	background: url('images/rss.gif') no-repeat left center;
	padding-left: 20px;
}

a[target*="_blank"] {
	background: url('images/link.gif') no-repeat right center;
	padding-right: 13px;
}

a[href$=".pdf"] {
	background: url('images/pdf.gif') no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
}

a[href$=".doc"],
a[href$=".docx"] {
	background: url('images/word.gif') no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
}

a[href$=".xls"] {
	background: url('images/excel.gif') no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
}

a[href$=".ppt"],
a[href$=".pptx"] {
	background: url('images/powerpoint.gif') no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
}

a[href$=".mpg"],
a[href$=".avi"] {
	background: url('images/video.gif') no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
}

a.email {
	background: url('images/email.gif') no-repeat right center;
	padding-right: 21px;
}

a.go {
	padding-right: 20px;
	background: url('images/arrow.gif') no-repeat right center;
	text-decoration: none !important;
}

/* sidebar */

#sidebar {
	font-size: 12px;
	width: 200px;
	float: right;
	padding: 0 25px 0 0;
	margin-top: 25px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}

#sidebar li.widget {
	margin-top: 2em;
}

#sidebar li.widget li {
	margin-top: 0;
}

#sidebar li.search {
	margin-top: 0;
}

#sidebar h3 {
	color: #4a7c33;
	padding: 0;
	margin: 0;
	padding: 0;
}

#sidebar li.widget p {
	line-height: 1.25;
	margin: 0.75em 0;
}

#sidebar li#recent-posts-3 li {
	padding-left: 16px;
	line-height: 16px;
	background: url('images/document.gif') no-repeat left 4px;
	margin: 0.75em 0 0.75em 4px;
}

#sidebar p.subscribe a:link,
#sidebar p.subscribe a:visited {
	color: #666;
	text-decoration: none;
	font-style: italic;
}

#sidebar p.subscribe a:hover,
#sidebar p.subscribe a:active {
	color: #333;
	text-decoration: underline;
}

/* forms */

input.text {
	padding: 4px 2px;
	border: 1px solid #ccc;
	background: #fff;
	font: 12px Arial, Helvetica, Sans-Serif;
	width: 298px;
}

input.text:hover,
input.text:active {
	border: 1px solid #000;
}

textarea.textarea {
	padding: 4px 2px;
	border: 1px solid #ccc;
	background: #fff;
	font: 12px Arial, Helvetica, Sans-Serif;
	width: 598px;
}

textarea.textarea:hover,
textarea.textarea:active {
	border: 1px solid #000;
}

/* search */

#searchform {
	line-height: 1.5;
}

#searchform input#s {
	padding: 4px 2px;
	border: 1px solid #ccc;
	background: #fff;
	font: 12px Arial, Helvetica, Sans-Serif;
	background: #fff url('images/search.gif') no-repeat 98% 50%;
	width: 194px;
	margin-top: 10px;
}

#searchform input#s:hover,
#searchform input#s:active {
	border: 1px solid #000;
}

/* misc */

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
}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


/* footer */

.push {
	height: 150px;
}

#footer {
	clear: both;
	height: 150px;
	background: transparent url('images/bottom.gif') repeat-x bottom left;
}

#footer .wrap {
	clear: both;
	width: 860px;
	margin: 0 auto;
	background: transparent url('images/footer.gif') no-repeat top center;
	height: 75px;
	padding: 74px 41px 0;
}

#footer .info {
	border-top: 1px solid #999;
}

#footer p {
	line-height: 50px;
	font-size: 11px;
	color: #999;
}

#footer a:link,
#footer a:visited {
	color: #999;
}

#footer a:hover,
#footer a:active {
	color: #666;
}