/*
Theme Name: Robojack CMS
Theme URI: http://www.robojackstudios.com/
Description: CMS theme customized for Poquet Auto Inc.
Author: Caley Jack Steward
Author URI: http://www.robojackstudios.com/
Version: 1.0
*/

* { 
	margin: 0; 
	padding: 0;
	outline: none;
}
body {
	background: #222 url("images/grass-bg.jpg") top center repeat-y;
	font: 100%/1.5 Arial, Verdana, sans-serif;
	color: #333;
}

p {
	font-size: 14px;
	margin: 10px 0 15px;
	width: 100%;
	float: left;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #09F;
	padding: 0 2px;
}
a:hover {
	background: #09F;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	line-height: 1.2;
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; text-transform: uppercase; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
hr {
	clear: both;
	border: none;
	border-bottom: 1px dotted #888;
	margin: 20px 0;
}


/* LAYOUT */
#container {
	width: 900px;
	margin: 20px auto;
}
#header {
	width: 870px;
	float: left;
	padding: 10px 15px 0;
	background: #C2C2C2 url("images/header-bg.png") repeat-x top left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	height: 380px;
	position: relative;
	border-bottom: 4px solid #09F;
}
#slideshow {
	position: absolute;
	bottom: 0px;
	list-style: none;
	margin: 0 0 -5px -15px;
}
#breadcrumbs {
	background: #09F;
	width: 880px;
	padding: 2px 10px 5px;
	margin: 0;
}
#content {
	float: left;
	width: 860px;
	padding: 20px;
	background: #FFF;
}
#main {
	width: 500px;
	float: left;
	margin-right: 40px;
/*	margin: 0 180px;*/
}
#aside {
	width: 320px;
	float: left;
}
#footer {
	float: left;
	width: 860px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: right;
	background: #C2C2C2 url("images/footer-bg.png") repeat-x bottom left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


/* HEADER */
#header h1 a {
	width: 270px;
	height: 38px;
	display: block;
	background: url("images/logo.png") no-repeat bottom left;
	text-indent: -9897px;
	float: left;
	border: none;
}
#header h1 a:hover {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #E0E0E0 url("images/logo.png") no-repeat bottom left;
}
#header .phone {
	margin: 12px 0 0;
	float: right;
	letter-spacing: 1px;
}
#header .phone span {
	color: #808080;
}


/* NAVIGATION & SUB-NAV DROP-DOWNS */
#nav {
	position: absolute;
	bottom: 0px;
	padding: 0;
	float: left;
	z-index: 100;
}
#nav li {
	position: relative;
	float: left;
	list-style: none;
	font-size: 15px;
}
#nav li a {
	float: left;
	display: block;
	padding: 4px 10px;
	margin-right: 5px;
	background: #C2C2C2 url("images/header-bg.png") top left repeat-x;
	text-decoration: none;
	color: #444;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a:hover {
	text-decoration: none;
	background: #DDD;
}
#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li.current_page_ancestor a,
#nav li.current-cat a {
	background: #09F;
	color: #FFF;
}
#nav li.current_page_item li.page_item a,
#nav li.current_page_parent li.current_page_item a,
#nav li.current_page_parent li.page_item a {
	background: none;
	color: #FFF;
}
#nav li.current_page_item li.page_item a:hover,
#nav li.current_page_parent li.current_page_item a:hover,
#nav li.current_page_parent li.page_item a:hover {
/*	color: #FFF;*/
}
#nav li ul {
	position: absolute;
	top: 5px;
	left: -24px;
	min-width: 130px;
	margin: 24px;
	background: #09F;
	display: none; /* Hide sub-pages from navigation */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#nav ul li {
	position: relative;
}
#nav li ul a, #nav li.current_page_ancestor li a {
	min-width: 120px;
	margin: 0;
	padding: 5px 10px;
	float: none;
	text-align: left;
	background: none;
	border: none;
	color: #FFF;
}
#nav li ul a:hover, #nav li ul li.page_item a:hover {
	background: none;
	color: #333;
}
#nav li ul li {
	font-size: 12px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li.page_item ul li.page_item ul, #nav li.page_item ul li.page_item ul li.page_item ul { /* hide 3rd level pages from navigation */
	display: none;
}


/* CONTENT-MAIN */
#main ul {
	font-size: 14px;
	margin: 10px 0 15px 20px;
}
#main table {
	font-size: 14px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin: 15px auto;
}
.wp-caption p {
	font-size: 10px;
	margin: 0;
}


/* CONTENT-ASIDE */
#aside ul {
	list-style: none;
	font-size: 12px;
}
#aside li object {
	margin: 10px 0 15px;
	display: block;
}
#aside ul ul {
	margin: 0 0 20px;
}
#aside li li {
	margin: 0;
	margin-bottom: 5px;
}
#aside .cats a {
	display: block;
	border: none;
	background: #CCC;
	color: #444;
	padding: 3px 8px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#aside .cats a:hover, #aside .cats .current_page_item a {
	background: #09F;
	color: #FFF;
}
a.shopezgo {
	border: none;
	background: none;
}
a.shopezgo img {
	max-width: 100%;
}

/* FOOTER */
#footer p {
	font-size: 10px;
	margin: 0;
}
#footer .ezgo img {
	border: none;
	opacity: .7;
/*	display: block;*/
}
#footer .ezgo img:hover {
	opacity: 1;
}
#footer .ezgo a {
	border: none;
	padding: 0;
	text-align: right;
/*	display: block;*/
}
#footer .ezgo a:hover {
	background: none;
}


/* POSTS AND COMMENTS */
#main .postmetadata {
	font-size: 10px;
	margin: 0;
}
