/*
Theme Name: Denny Hamlin
Theme URI: http://www.anerian.com
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Zach Hannes, Anerian, LLC
Tags: custom header, fixed width, one column, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/
/* extended fonts */
@font-face {
  font-family: "5AM Gender";
  src: url(fonts/Gender.ttf);
}
@font-face {
  font-family: "5AM Gender Light";
  src: url(fonts/Gender%20Light.ttf);
}

/* browser reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: "Arial","sans-serif";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table tr th {font-weight:bold;} table td, th {padding:10px;} table th { text-decoration:underline; padding-bottom:0px; } table th.first {border-bottom:none}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	color:#FF9600;
	text-decoration:none;
}

.single a { color:#0000ff; }


/* Begin Structure */
body {
	background-color: #000;
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	  margin:0 auto;
	  width:1020px;
	  min-width:1020px;
	  position:relative;
	background-color:#fff;
}
#wrapper {
  background:#000;
}
.single #wrapper {
  background:#fff;
}
#top {  
  position:relative;
  padding-top: 0px;
  margin: 0 auto;
  height:auto;
  /*background:transparent url(images/head-bg.png) no-repeat scroll center top;*/
/*  background: #f6f4f4 url(images/head-bg.png) repeat-x scroll left 0;*/
  min-height:130px;
  background:transparent url(images/dh_topbackground.jpg) no-repeat;
}

.ie6 #top {  
  height:130px;
 }

#logo {
	position:absolute;
	top:50px;
	left:40px;
  width:194px;
  height:194px;
  display:block;
}
.single #logo {
	top:0px;
}
#logo span {
  background: transparent url(images/dh_logo.png);
  width:194px;
  height:194px;
  display:block;
  text-indent:-9999px;
}

#center {
  min-height: 590px;
}

#center ul {
  list-style-type:disc;
  margin-left:15px;
}

#center div.window ul {
list-style-type:none;
margin-left:0px;	
}

#nav {
	list-style-type:none; 
	padding-left:220px;
	height:50px;
	background:transparent url(images/dh_tabborder.png) no-repeat 218px top;	
}
#nav ul {
	
}

li.page_item {
	float:left;
	background:url(images/dh_navbg.jpg) repeat-x left top;
	display:inline;
}
.ie6 #nav li.page_item {
  width:95px;
}
.ie6 li.first {
	width:65px !important;
}
.ie6 li.last {
	width:100px !important;
}
li.current_page_item{
	background:transparent url(images/dh_navbg.jpg) repeat-x left -50px;
	font-weight:bold;
}


li.page_item a {
	height:50px;	
	line-height:50px;
	display:block;
	font-size:15.4px;
	font-family:arial;
	color:#383838;
	padding: 0 10px;
	text-decoration:none;
/*	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;*/
	background:url(images/dh_tabborder.png) no-repeat right top;
}


#nav_container {
	height:50px;
	background:transparent url(images/dh_navbg.jpg) repeat-x left 0;
}

#bottom {
  padding:0px;
  height:240px;
  background:url(images/dh_bottom.jpg) no-repeat bottom;  
  clear:both;
}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}


#footer {
	font-size:12px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #afafaf;
	padding: 10px;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background-color:#f2f2f1;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
}
#footer .copyright {
	float:right;
	font-style:italic;
}

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



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
  margin: 0 0 15px;
  height:29px;
  font-weight:bold;
  font-size: 18px;
  text-indent:-10000px;
}
.ie6 h2 {
  font-family:"5AM Gender Light",Arial,sans-serif;
  font-size:29px;
  height:29px;
  letter-spacing:0.5px;
  line-height:29px;
  margin:0 0 15px;
  word-spacing:-5px;
  text-indent:0;
}
.post-body h2 {
	text-indent:0;
}
.post p {
	margin-bottom:10px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	font-weight:bold;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */
#right-col, #left-col {
	padding:60px 20px 5px;
}
#right-col {
	float:right;
}
#left-col {
	float:left;
}

.post {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
	color:#fff;
	width:400px;
	padding:5px;
	background: transparent url(images/dh_bgpost.png);
	margin:0 0 10px 0;
	text-align: justify;
}
.single .post {
  color:#333;
}
.ie6 .post, .ie6 .post-wide {
  background:none;
}
.post-wide {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
	color:#fff;
	width:490px;
	padding:5px;
	background: transparent url(images/dh_bgpost.png);
	margin:0 0 10px 0;
	text-align: justify;
}
.post-inner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #8e8e8e;
	padding:10px;
}

.clear {
	clear: both;
}


/*Slide window styles*/
.post.opaque {
	background: #383838;
}
#slide-tabs {
	margin-bottom:20px;
}

#slide-tabs a {
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#slide-tabs .selected {
	color: #ff9600;
}
#slide-window {
	width:378px;
	height:520px;
	position:relative;
	overflow:hidden;
}
#slide-container {
	position:absolute;
	width:1134px;
}
#slide-container p {
	margin-bottom:0;
}

#slide-window .window {
	float:left;
	width:378px;
	height:480px;
}
#slide-window p {
	font-size:12px;
	line-height:14px;
}
#slide-window ul li {
	padding:8px;
}
#slide-window ul li.even {
	background-color:#4e4e4e;
}


/*Register button*/
.register-btn {
	width:100px;
	height:29px;
	background-color: #00DA00;
	line-height:29px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding: 0 10px;
	/*float:right;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top:10px;
}
.register-btn a {
	color:#000;
	width:100px;
}

/*Schedule Button*/
.schedule-btn {
	width:100px;
	height:29px;
	background-color: #00da00;
	line-height:29px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding: 0 10px;
	/*float:right;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top:10px;
	color:#000;
	border:none;
	cursor:pointer;
}
.address {
  text-align:center;
  font-size:1.2em;
}
.hours {
  font-style:bold;
  font-size:1.2em;
}
.copyright1 a {
  font-size:1em;
}

/*
button.ui-datepicker-trigger {
	cursor:pointer;
	position: absolute;
	left:0px;
}
*/

/*input#datepicker {
	position:absolute;
	left:40px;
}*/

div.wash-left {
	float: left; 
	width: 325px;
}

div.wash-right {
	float: left;
}

div.wash-right a {
	padding:5px 0;
	margin:5px 0;
}

div.wash-right p {
	padding:10px 0;
}
div.cal {
	position: relative;
	height:25px;
}

div.service-types input {
/*	float:left;*/
}

div.service-types label {
	padding-left:5px;
}

p.data {padding:5px 0;}

h1.schedule {
  background:transparent url(images/h1_schedule_wash_today.png) no-repeat; 
  padding-top:0px; 
  font-size:18px; 
  font-weight:bold; 
  height:29px; 
  margin:0 0 15px; 
  text-indent:-10000px;
}
.ie6 h1.schedule {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="wp-content/themes/dennyhamlin/images/h1_schedule_wash_today.png", sizingMethod="crop");
  zoom:1; 
}
.ie6 h2.schedule {
	font-family: "Arial","sans-serif";
  letter-spacing:normal;
  word-spacing:normal;
}
/* page styles */
h2.welcome {       background:transparent url(images/h1_welcome.png) no-repeat; }
h2.visit {         background:transparent url(images/h1_visit_us.png) no-repeat; }
h2.about {         background:transparent url(images/h1_about.png) no-repeat; }
h2.detail {        background:transparent url(images/dh_professionaldetail.png) no-repeat; }
h2.a_la_carte {    background:transparent url(images/h2_a_la_carte.png) no-repeat; }
h2.wash {          background:transparent url(images/h2_car_wash_menu.png) no-repeat; }
h2.events {        background:transparent url(images/h1_events.png) no-repeat; }
h2.vip {           background:transparent url(images/h1_vip.png) no-repeat; }
h2.unlimited {     background:transparent url(images/h1_monthly.png) no-repeat; }
h2.professional {  background:transparent url(images/dh_professionaldetail.png) no-repeat; margin-bottom:2px; }
h2.car_wash_menu { background:transparent url(images/h2_car_wash_menu.png) no-repeat; }
h2.ala_carte_menu{ background:transparent url(images/h2_a_la_carte.png) no-repeat; }
h2.signup { background:transparent url(images/dh_signupforouremaillist.png) no-repeat; }
.ie6 h2.welcome {       background:none; }
.ie6 h2.visit {         background:none; }
.ie6 h2.about {         background:none; }
.ie6 h2.detail {        background:none; }
.ie6 h2.a_la_carte {    background:none; }
.ie6 h2.wash {          background:none; }
.ie6 h2.events {        background:none; }
.ie6 h2.vip {           background:none; }
.ie6 h2.unlimited {     background:none; }
.ie6 h2.professional {  background:none; }
.ie6 h2.car_wash_menu { background:none; }
.ie6 h2.ala_carte_menu{ background:none; }
.ie6 h2.signup { background:none; }
