/*
Theme Name: Car Dealership Skin version 3.6
Theme URI: http://www.websitesmadeeasy.com.au
Description: In this release: - Fixed bug #2052: "Email brochure not working with multiple dealer email" (3.6) Release History: - Fixed bug #2049: "Mulitple emails setup in platform dont receive Carhistory report enquires" (3.5) -Single vehicle page URL's from desktop website should link to correct single vehicle page on mobile website, see issue #1943 (3.4) -Sort Quick Search Models alphabetically(3.3) - Added multi-yard support for email brochure(3.3)  - Retrospectively fixed analytics issue in header.php on line 66 (wasn't part of original release)
Version: 1.0
Author: 
*/


/* Reset */
* {
	margin: 0; padding: 0; outline: 0;
}

blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;border-spacing: 0; }

body { 
	font-size: 12px;
        font-family: Arial, helvetica, sans-serif;
	color: #000;
        line-height: 18px;
	min-width: 980px;
	height: 100%;
}
h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0px 0px 10px;
}
.title_heading {
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0px 10px;
	display: block;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 10px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 5px;
}
a {
	text-decoration: none;
	outline: none;
}
a img{
	outline: none;
	border: none;
}
p {
	margin: 0px 0px 10px;
}
p a {
	text-decoration: underline;
}
ul {
	margin-left: 20px;
	padding-left: 10px;
}
ul.list {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 10px;
}
ul.list li {
	padding: 2px;
}
ul.none {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
input, textarea {
        font-size: 12px;
        font-family: Arial, helvetica, sans-serif;

}
small {
	line-height: 14px;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.right {
	float: right;
}
.left {
	float: left;
}
.border {
	padding: 4px;
	background: #f2f2f2;
	border: 1px solid #DDD;
	margin: 5px;
}
a.button {
	color: #FFF;
	display: block;
	background-image: url(images/grad.png);
	text-decoration: none;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: bottom left;
}
a.button:hover {
	background-image: url(images/grad_rev.png);
	background-position: top left;
}
.inactive {
	display: none;
}
.full_page .midpage {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.full_page {
	width: 100%;
}
.set_width #pageshadow {
        width: 960px;
        margin: 0 auto;
	background-image: url(images/set_width_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.set_width #pageshadow {
	height: 100%;
	padding: 0px 10px;
}
.set_width #content-wrapper {
	min-height: 400px;
}
.set_width #footer-wrapper {
}
#logo {
	padding-top: 10px;
}
#logo h1 strong {
	position:absolute; 
	top:-999em; 
	left:-999em; 
	width:0; 
	height:0; 
	font-size:0; 
	line-height:0; 
	text-indent:-999em; 
	overflow:hidden;
}
#banner-slider {
	max-height: 600px;
}
#breadcrumb-wrapper {
	padding: 5px 10px;
	font-size: 10px;
	text-transform: uppercase;
	background: url(images/op_black.png);
}
#center-wrapper {
        overflow: hidden;
        padding: 20px 10px;
}

.pages-small {
	width: 620px;
}
.pages-small .entry {
	padding: 0px 10px;
}
/* car info */
.pages-small-carinfo {
	width: 620px;
}
.pages-small-carinfo .entry {
	padding: 0px 10px;
}
/* end */
.entry {
	overflow: hidden;
}
.sidebar {
	width: 300px;
	margin-right: 10px;
}
.widget-fixed {
	position: fixed;
	top: 20px;
}
/* car listing template */
.pages-listing {
	width: 700px;
}
.sidebar-search {
	width: 220px;
}
.sidebar-search img {
	max-width: 220px;
	height: auto;
}
/* car make default */
#bottom-carmake #bottom-carmake-inner {
	padding: 10px 0px;
}
#widget-carmake {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
#widget-carmake .widgetinner {
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
#widget-carmake .widget-carrow {
	float: left;
	padding: 10px;
	width: 50px;
}
#widget-carmake .widget-carrow img {
	height: 50px;
	width: 50px;
}

/*news box standard */
.newsbox {
	padding: 10px;
	margin: 0px 0px 10px;
}
.newsbox .newsbox-time {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	margin: 0px 0px 5px;
}
.newsbox .newsbox-title h2 {
	margin: 0px;
}
.newsbox .newsbox-more a {
	font-style: italic;
}
.newsbox-nav {
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 10px;
}
.light .newsbox-nav {
	border-top: 1px dotted #DDD;
        border-bottom: 1px dotted #DDD;
}


/* footer menu default */

#footer {
	overflow: hidden;
}
#footerinfo {
	padding: 0px 0px 10px;
}
#footerinfo .footmenu {
	margin: 0 auto;
	overflow: hidden;
	display: table;
}
#footerinfo ul {
	display: table;
	margin: 0 auto;
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
}
#footerinfo ul li {
	float: left;
	padding: 0px 10px;
}
/* full menu */
#footermenu {
        overflow: hidden;
        padding: 0px 20px;
        margin: 10px 0px;
        font-size: 11px;
	color: #666;
}
#footermenu a {
        font-size: 11px;
        color: inherit;
}
#footermenu a:hover {
        text-decoration: underline;
}
#footermenu .footmenu {
        float: left;
        width: 175px;
}
#footermenu #footkey {
        width: 190px;
	float: right;
}
#footermenu .footmenu h4 {
        font-size: 11px;
        margin: 0px 0px 5px 0px;
}

#sig-wrapper {
	padding: 10px;
	text-align: center;
}
