/*  
Theme Name: Custom AWT Theme
Theme URI: http://www.awtwheels.com
Description: Custom Advanced Wheels Design	
Version: 1.0
Author: Eliot Kristan
Author URI: http://www.eliotk.net

*/

body {
	/* font-family: "Trebuchet MS",Verdana;  */
	font-family: arial;
	font-size: 80%;
	/* background: #FFFFFE url('images/body-bg-gradient.jpg') top repeat-x; */
	background: #055D73; 
	
	/* background: #F1F1F1; */
	margin: 0px; 
	padding: 0px;
	min-width: 900px;
}

/* top bar where text "Builders of Quality Vehicles for People with Disabilities" is */
#topbar {
	height: 51px;
	margin: 0px auto;
	/* background: #90773B url('images/topbar-bg.jpg') top repeat-x; */
	text-align: center;
	padding-right: 184px;
	margin-bottom: 0px;		
}

/* container that container all of header, body, footer, etc */
#page {
	margin: 0px auto;
	width: 900px;
	background-color: #FFF;
	/* border: 2px solid #A1894D; */
	/* border-top: none; */
}

/* HEADER */

#header {
	padding-top: 11px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background: url('images/header-bg-gradient.jpg') repeat-x bottom;
	margin: 0px;
}

/* let's kill h1 margin issues */
#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#call-out-box {
	background: url('images/call-out-box-bg.png') no-repeat;
	width: 494px;
	height: 86px;
	float: right;
	padding-top: 5px;
}

#call-out-box p {
	font-size: 120%;
	padding: 10px 20px 5px 40px;	
	text-align: center;
	font-weight: bold;
}

#logo-container {
}


/* END HEADER */

/* FOOTER STYLES */

#footer {
	margin: 0px auto;
	text-align: center;
	color: #FFF;
}

#footer #logo-contact-container {
	width: 380px;
	margin: 0px auto;
	margin-top: 3px;
}

#footer #contact-container {
	padding-top: 2px;
}

#footer #copyright-line {
	clear: both;
	margin-top: 16px;
	font-size: 90%;
}

/* END FOOTER STYLES */

/* NAVIGATION */

#navigation-container {
	padding-left: 15px;
	/* background-color: #948359; */
	/* background: url("images/nav-bg.png") repeat-x; */
	/* background: #90773B url('images/topbar-bg.jpg') top repeat-x; */
	background: #A1894D;
}

#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 23px; 
	width: 100%;
}
#navigation li {
	float:left;
	background: #90773B url('images/nav-sep.png') left top no-repeat;
	padding: 0px;
	margin: 0px;
}

#navigation li a {
	color: #FFF;
	/* padding: 3px 10px 6px 10px; */
	padding: 6px 10px 5px 10px;
	display: block;
	/* border-right: 2px solid #5C5C5C; */
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: verdana;
	/* background: url("images/nav-bg.png") repeat-x; */
	background: #90773B/* url('images/topbar-bg.jpg') top repeat-x*/;
	margin: 0px;
	margin-left: 2px;
}

#navigation .last_item a {
	border-right: 1px solid #705E32;
}

#navigation li a:hover {
	text-decoration: underline;
	background: url("images/nav-bg-hover2.png") repeat-x;
}

#navigation .current_page_item a {
	/* background: url("images/nav-bg-hover2.png") repeat-x; */
}

/* start of nav children */
#navigation li ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: none;
	position: absolute;
	border: 1px solid #A79E8C;
	border-top: none;
	margin-top: -1px;
	padding-top: 0px;
}

#navigation li ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	float: none;
}

#navigation li ul li a {
	background: #FEFADD;
	margin: 0px;
	padding: 4px 7px 4px 7px;
	color: #194E76;
}

#navigation li ul li a:hover {
	background: #FEFADD;
}

#navigation li ul .current_page_item a {
	background: #FEFADD;
}

/* end of nav children */

/* for bottom border image */
#navigation-bottom {
	height: 2px;
	width: 100%;
	background: url("images/nav-bottom-bg.png") repeat-x;
}

/* END NAVIGATION */

/* NAVIGATION FOOTER STYLING */

#navigation-container-footer {
	margin: 0px auto;
	display: table;
	margin-top: 10px;
	text-align: center;
	width: 680px;
}

#navigation-footer {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	height: 26px;
	width: 100%;
	text-align: center;
}
#navigation-footer li {
	float: left;
}

#navigation-footer li a {
	color: #FFF;
	/* padding: 3px 10px 6px 10px; */
	padding: 2px 10px 2px 10px;
	display: block;
	/* border-right: 2px solid #5C5C5C; */
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: verdana;
	/* background: url("images/nav-bg.png") repeat-x; */
	margin-left: 2px;
	border-right: 1px solid #05718B;
}

#navigation-footer .last_item a {
	border-right: none;
	
}

#navigation-footer li a:hover {
	text-decoration: underline;
}

#navigation-footer .current_page_item a {

}

/* END NAVIGATION FOOTER STYLING */

/* STYLING FOR HOMEPAGE */

#home-header-container {
	background: url("images/home-bg.png") no-repeat top; 
	height: 254px;
}
#home-header {
	padding: 15px;
}

#home-header p {
	color: #FFF;
	font-size: 110%;
}

#home-header ul {
	color: #FFF;
	font-weight: bold;
}

#home-header a {
	color: #FFF;
}

#home-header-bottom {
	background: url("images/home-header-bottom-bg.png") repeat-x top;
	height: 3px;
}

/* HEADER BOTTOM COLUMN STYLING */
#home-column-container {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 380px;
}

.home-column {
	width: 29%;
	float: left;
	padding: 0px 15px 0px 15px;
}

.home-column-wide {
	width: 62%;
	float: left;
	padding: 0px 15px 0px 15px;
}

#home-column-container .middle {
	border-left: 1px solid #CDC1A5;
	border-right: 1px solid #CDC1A5;
}

.home-column-sep {
	height: 100%;
	background-color: #CDC1A5;
	float: left;
	width: 1px;
}

.home-column .header {
	font-size: 130%;
	padding-bottom: 5px;
	/* background: url("images/home-header-bottom-sep.png") repeat-x bottom; */
	border-bottom: 1px solid #CDC1A5;
}
	
/* END HEADER BOTTOM STYLING */

/* END HEADER STYLING */

a.button {
	text-align: center;
	padding: 6px;
	font-size: 100%;
	/* background: url('images/button-bg.jpg') repeat-x top; */
	background-color: #FFFDBA;
	border-top: 1px solid #ECEAAB;
	border-left: 1px solid #ECEAAB;
	border-right: 1px solid #C9C793;
	border-bottom: 1px solid #C9C793;
	text-decoration: none;
	display: block;
	margin: 5px 10px 0px 10px;
}

a.button:hover {
	border-top: 1px solid #C9C793;
	border-left: 1px solid #C9C793;
	border-right: 1px solid #ECEAAB;
	border-bottom: 1px solid #ECEAAB;
	text-decoration: none;
}

#content {
	padding: 20px;
}

.post {
	float: left;
	width: 100%;
}

.post-inventory {
	width: 470px;
}

#content h2 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 18px;
}

#content h3 {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F7F7F7;
	padding-left: 4px;
	font-size: 120%;
	margin-top: 20px;
}

/* photo gallery settings */ 

#photo-gallery {
	float: right;
	width: 326px;
	padding: 10px;
	margin-left: 15px;
	/* background-color: #F3ECDA; */
	border: 1px solid #CCC;
}

#standard-image-container {
	width: 325px;
	height: 243px;
}

#thumbnail-container {
	margin-top: 4px;
}

.thumbnail {
	border: 1px solid #FFFDBA;
	margin: 2px;
}

/* RESET SOME DEFAULT STYLING */

/* reset borders on image links */

a img {
	border: none;
}

/* COLORS */

.highlighted-text {
	color: #023C4A;	
}

/* TOOLS */
/* Hide form element */
.hidden {
	display: none;
	visibility: hidden;
}

/* clear default margins on an element */
.clear-margins {
	margin: 0px;
}

/* set default borders on images */
.img-default {
	border: 1px solid #CCC;
	padding: 1px;
}

/* clearing nested floated elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* LINKS */

/* default links styles */

a {
	color: #05566A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {

}

/* FORM STYLES */
div.form-container { /* margin: 10px; padding: 5px; background-color: #FFF; border: #EEE 1px solid; */}

p.legend { margin-bottom: 1em; }
p.legend em { color: #333; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form div { clear: both; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 180px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

#inventory-table td {
	border-top: 1px solid #F1F1F1;
	padding: 10px;
}

#inventory-table th {
	color: #666;
}

#inventory-table tr.highlighted {
	background-color: #FFFCC4;
}

#inventory-table tr.not-highlighted {
	background-color: none;
}

#inventory-table tr.alt {
	background-color: #F7F7F7;
}

.form_notice
{
color: red;
margin: 5px auto;
border: 2px solid red;
padding: 10px;
background-color: #E48484;
color: white;
width: 80%;
text-align: left !important;
}

.form_error ul, .form_notice ul
{
list-style-type: square;
background: none;
margin: 5px 20px !important;
padding: 0px !important;
padding-left: 4em !important;
}


.form_error ul li, .form_notice ul li
{
margin: 0; padding: 0;
padding-left: 5px;
margin-left: 5px;
background: none;
}

input.form_error, textarea.form_error, select.form_error, .form_wrap
{
border: 2px solid red !important;
background-color: #F1DBDB;
}

.form_wrap
{
padding: 2px;
background-color: transparent;
}

.form_captcha
{
padding: 3px;
}

.clearthis {
	clear: both;
	display: block;
}

/* rotating image */

#image_rotate {
	float: right; clear: right; width: 280px; list-style: none; margin-right: 30px; padding-left: 0px; border: 2px solid #023C4A;
}

#image_rotate li {
padding-bottom: 0px;
margin-bottom: 0px;
}
