/*

Theme Name:		Mobile Heacock Classic
Theme URI:		http://www.clarknikdelpowell.com
Description:	A custom mobile theme built by <a href='http://www.clarknikdelpowell.com'>Clark/Nikdel/Powell Inc.</a> for Heacock Classic. This theme is a modified version of WordPress Mobile (base), the default theme that accompanies the <a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/">Wordpress Mobile Pack Plugin</a>.
Author:			Taylor Gorman
Author URI:		http://www.clarknikdelpowell.com

*/

/* --------------------------------------------------------------------- BASICS */

body {
	font-family: Verdana, sans-serif;
	background-color: #969696;
}
.center {
	margin: 0px auto;
	display: block;
	position: relative;
}

/* --------------------------------------------------------------------- GET A QUOTE BUTTONS */

p.getAquote {
	background-color: #dddddd;
	background-image: url(images/greyGradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 33px;
}
p.getAquote.paddit {
	margin: 15px 0px 8px 0px;
}
p.getAquote a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	margin: 3px 0px 0px 3px;
	float: left;
	text-align: center;
	height: 21px;
	padding-top: 6px;
}
p.getAquote a.quote {
	background-color: #761100;
	background-image: url(images/quoteButtonBG.gif);
	background-repeat: no-repeat;
	width: 165px;
	text-shadow: 0px 0px 2px #280100;
}
p.getAquote a.call {
	background-color: #1e1e1e;
	background-image: url(images/callButtonBG.gif);
	background-repeat: no-repeat;
	width: 147px;
	margin-left: 2px;
	text-shadow: 0px 0px 2px #000;
}

/* --------------------------------------------------------------------- HEADER 1 : LOGO */

h1 {
	background-color: #a5a5a5;
	background-image: url(images/h1BG.gif);
	background-repeat: repeat-x;
}
h1 a {
	display: block;
	margin: 0px auto;
	background-image: url(images/HeacockClassicLogo.png);
	width: 320px;
	height: 110px;
	text-indent: -9999px;
}

/* --------------------------------------------------------------------- MAIN NAVIGATION */

ul#nav {
	border-top: solid 3px #fff;
	border-bottom: solid 3px #2f2f2f;
}
ul#nav a {
	display: block;
	background-color: #761100;
	background-image: url(images/navBG.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding: 5px 0px 0px 20%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #280100;
}

/* --------------------------------------------------------------------- SECONDARY NAVIGATION */

ul#nav2 {
	background-color: #dddddd;
	background-image: url(images/greyGradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 23px;
}
ul#nav2 a {
	display: block;
	float: left;
	padding: 5px 18px;
	font-size: 11px;
	text-transform: uppercase;
	color: #2c2c2c;
	font-weight: bold;
}

/* --------------------------------------------------------------------- CHOOSE YOUR PASSION */

#choosePassion {
	clear: both;
	position: relative;
}
#heacockFlag {
	background-image: url(images/heacockFlag.png);
	width: 41px;
	height: 52px;
	position: absolute;
	z-index: 10;
	top: -5px;
	left: 50%;
	margin: 0px 0px 0px -140px;
}
#choosePassion h2 {
	background-color: #1e1e1e;
	background-image: url(images/blackGradient.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border-top: solid 1px #111;
	text-shadow: 0px 0px 2px #000;
}
#slideshowBG {
	background-color: #707070;
	background-image: url(images/passionBG.gif);
	background-repeat: repeat-x;
}
#slideshow {
	text-align: center;
	height: 179px;
	width: 320px;
	position: relative;
	margin: 0px auto;
}
#slideshow a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
    opacity: 0.0;
	visibility: hidden;
	height: 179px;
	width: 320px;
}
#slideshow a.active {
    z-index: 5;
    opacity: 1.0;
	visibility: visible;
}
#slideshow a.last-active {
    z-index: 4;
}


/* --------------------------------------------------------------------- HOME MODULE */

.homeModule {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #818181;
}
.homeModule h2 {
	background-color: #3d3d3d;
	background-image: url(images/darkgreyGradient.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	height: 21px;
	padding: 5px 0px 0px 18px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #000;
}
.homeModule ul {
	background-color: #eaeaea;
	padding: 6px;
}
.homeModule a {
	color: #9f1e00;
	display: block;
	padding: 8px 12px;
	font-weight: bold;
}
.homeModule a .date {
	color: #707070;
	font-style: normal;
	font-weight: normal;
}
.homeModule li:nth-child(even) {
	background-color: #d8d8d8;
}

/* --------------------------------------------------------------------- CONTENT */

#grey {
	background-color: #3f3f3f;
	padding: 15px 0px;
	border-bottom: solid 3px #818181;
}
#grey h2 {
	font-size: 15px;
	color: #fff;
	background-color: #5d5d5d;
	padding: 0px 14px;
	text-transform: uppercase;
}
#grey h2 span {
	background-color: #3f3f3f;
	padding: 0px 7px;
}
.content {
	margin: 11px 5px 7px 5px;
	background-color: #eaeaea;
	border-top: solid 4px #a8a8a8;
	border-bottom: solid 2px #1f1f1f;
	padding: 0px 10px 25px 10px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #a72001;
	line-height: 18px;
	margin: 20px 0px 0px 0px;
}
.content h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #a72001;
	line-height: 16px;
	margin: 16px 0px -5px 0px;
}
.content p, .content ul, .content ol {
	margin: 14px 0px 0px 0px;
	line-height: 18px;
}
.content ul {
	list-style-type: disc;
	margin-left: 16px;
}
.content ol {
	list-style-type: decimal;
	margin-left: 18px;
}
.content a {
	color: #9f1e00;
	text-decoration: underline;
}
.content strong, .content b {
	background-color: #fafafa;
	padding: 1px 3px;
}
.content input[type="text"], .content textarea {
	width: 93%;
	padding: 3px;
	border: solid 1px #ccc;
	background-color: #fff;
}
.content input[type="submit"] {
	padding: 4px 12px;
	background-color: #444;
	border: solid 1px #333;
	color: #eee;
	font-weight: bold;
	font-size: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* --------------------------------------------------------------------- FORM TABLE */

#form td {
	padding: 3px;
	line-height: 18px;
}
#form  .contactinfo td {display:block;}
#form input, #form textarea, #form select {
	padding: 3px;
	border: solid 1px #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#form input:focus, #form textarea:focus, #form select:focus {border-color: #777;}
#form .submit {text-align:right; padding-right:35px;}
#form .submit input {
	background: #a50000;
}
#form .submit input:hover {color:#fff;}
#form .submit input:active {background:#850a0a;}
#form .slidedown table {
	background-color: #f3f3f3;
	padding: 10px;
	margin-top: 12px;
}
.content p.message {
	color: #fff;
	padding: 3px 12px;
	margin-bottom: 15px;
}
.content p.error {
	background-color: #e22a17;
}
.mobile-floatleft {float:left;}

/* --------------------------------------------------------------------- QUOTE FORM */

.content .quote .vehicles .remove {
	display: block;
	float: right;
	background: #a50000;
	color: #ddd;
	padding: 3px 8px;
	line-height: 1em;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	margin-top: 23px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.content .quote .vehicles .remove:hover {color:#fff;}
.content .quote .vehicle:first-child .remove {display:none;}

.content .quote .morevehicles {overflow:hidden;}
.content .quote .addvehicle {
	display: block;
	float: left;
	background: #eee;
	color: #333;
	border: solid 1px #aaa;
	padding: 2px 12px;
	border-radius: 14px;
	text-decoration: none;
}
.content .quote .addvehicle:hover {border-color:#777;}

/* --------------------------------------------------------------------- NEWS */

.content.news {
	padding-bottom: 15px;
}
.content.news p {
	margin-top: 8px;
	color: #707070;
	font-size: 11px;
}
.content.news a {
	line-height: 14px;
	margin-top: -6px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
}


/* --------------------------------------------------------------------- SUBNAVIGATION */

#subnav {
	margin: 6px 0px 0px 0px;
	border-bottom: solid 3px #818181;
	background-color: #212121;
	background-image: url(images/subnavBG.gif);
}
#subnav h2 {
	background-color: #1e1e1e;
	background-image: url(images/blackGradient.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border-top: solid 1px #111;
	text-shadow: 0px 0px 2px #000;
}
#subnav ul {
	padding: 4px 0px;
}
#subnav a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 20px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #000;
}
#subnav li:first-child a {
	border-top: 0px;
}
#subnav li:last-child a {
	border-bottom: 0px;
}

/* --------------------------------------------------------------------- FOOTER */

#footer {
	text-align: center;
	color: #2d2d2d;
	padding-top: 8px;
}
#footer p {
	margin-top: 11px;
}
#footer a {
	color: #2d2d2d;
	text-decoration: underline;
}



