/*
Theme Name: Showtime
Theme URI: http://ahowtimedetailing.ca
Description: Showtime
Version: 1.6
Author: Overhaul Media
Author URI: http://overhaulmedia.com/
Tags: Showtime

	
*/



    * {margin: 0;}
	BODY {
       background-color:#000000;
	   background-image:url(images/background.jpg);
	   background-position:top center;
	   background-repeat:no-repeat;
       margin: 0;
       padding: 0;
       text-align: center;
	   color:#CCCCCC;
	   font-family:Arial, Helvetica, sans-serif;
	   width:100%;
	   height:100%;
	   font-size:12px;
    }
	
	h1 {font-size:22px;font-weight:normal;}
	h2 {font-size:18px;font-weight:normal;}
	h3 { font-weight:normal; color:#999999;}
	a, a:visited, a:active {color:#870004; text-decoration:none;}
	p {font-size:12px; line-height:19px;}
	
	#Container {
       width: 780px;
       margin: 0 auto;
       text-align: left;
	   padding:0;
	   height:100%;
    }
	
	#Content {
	padding:150px 10px 10px 10px;
    }
	
	#topbar {width:760px; padding:11px; text-align:right; height:100px;}
	#logo {width:370px; padding:7px; height:50px; float:left;}
	#menu{width:380px; padding:7px; height:50px; float:left; text-align:right;}
	#footer {font-size:10px; padding:25px; color:#999999; text-align:center;}
	#footer a, #footer a:visited, #footer a:active{color:#999999; text-decoration:none;}
	form {font-size:12px;}
	.textinput {width:200px; border:1px solid #464646; color:#999999; padding:2px; background:none;}
	.errormessage {font-size:9px; color:red;}
	/* located in demo.css and creates a little calendar icon
	 * instead of a text link for "Choose date"
	   */
	   a.dp-choose-date {
	   	float: left;
		width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 180px;
	float: left;
	border:1px solid #464646;
	color:#999999;
	padding:2px;
	background:none;
}

.postmetadata {color:#999999; font-size:10px;}
.entry {padding-top:7px; padding-bottom:7px;}

/* HOME PAGE */

#content_wrap {
margin:0 auto;
width:780px;
}

#content_wrap p {
color:#fff;
font-family:Arial;
font-size:14px;
margin:7px 0;
}

#content_wrap a, #content_wrap a:active, #content_wrap a:visited {
color:#898888;
text-decoration:none;
}

#content_wrap a:hover {
color:#f1f1f1;
}

#left {
float:left;
height:172px;
padding:30px 0 0 15px;
margin-right:70px;
width:295px;
}

#right {
float:left;
height:172px;
padding:30px 0 0 15px;
width:385px;
}

span.map, span.map a, span.map a:active, span.map a:visited {
color:#898888;
font-size:10px;
text-decoration:none;
text-transform:uppercase;
}

.title {
margin:0 0 15px 0;
}

#gallery_wrap {
background:url(images/gallery_bg.png) no-repeat;
height:237px;
margin:35px 0 0 0;
padding:30px 0 0 15px;
width:773px;
}

#gallery_wrap img {
border:2px solid #000 !important;
height:172px !important;
width:226px !important;
}