/*   
Theme Name: Steve White Motors
Theme URI: 
Description: 
Author: 
Author URI: 
Template: thematic
Version: 1.0
.
General comments/License Statement if any.
.
*/

@import url(../thematic/style.css);
@import url(typography.css);
@import url(navigation.css);

body {
	background:url(img/body-bg.gif) repeat-x;
}

#header {
}

#wrapper {
	margin:0 auto;
	padding:0 15px 0 15px;
	width:960px;
	background-color: white;	
}

#branding {
	margin:0;
	padding:0;
	/* IE6,IE7 space under image bug fix */
		font-size:1px;
}

/* BEGIN NAVIGATION PRIMARY */
#access {
	background: url(img/siteNav-bg.gif) repeat-x 0 -32px; 
	background-color: blue;
	border:none;
	height:28px;
}
.menu {
	margin:0;
	font-size:11px;
}
.menu ul {
	padding:0;
	border:none;
}
.menu ul li {
	background-color: transparent;
}
.menu ul li a  {
	border:none;
}
.menu ul.sf-menu > li > a {
	background: transparent url(img/siteNav-div.gif) no-repeat scroll 100% -32px;
}
.menu > ul > li > a:hover {
	background: transparent url(img/siteNav-bg.gif) repeat-x scroll 0 -89px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: transparent;
}
.sf-menu a:visited {
	color:#000;
}
.menu ul li ul {
	border:none;
}
.menu ul li ul li{
	top:-3px;
	border:none;
}
.menu ul li ul li a {
	background-color: #666;
	color:#fff;
	padding:5px 0 10px 10px;
}
.menu ul li ul li a:hover {
	background-color: #333;
	color:#fff;
}

/* END NAVIGATION PRIMARY */

/* BEGIN TITLE HEADER BELOW NAV */
#title-wrap {
	height:70px;
	background: transparent url(img/titleWrap.gif) repeat-x scroll 0 0;
	padding:8px;
}
#title-wrap h1 {
	display:block;
	background: transparent url(img/titleWrap-image.jpg) no-repeat scroll 0 0;
	height:52px;
	font-size:167%;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:10px 0 0 10px;
}
/* END TITLE HEADER BELOW NAV */
#content {
	width:690px;
}
#main {
	padding: 0 0 20px;
}
#primary {
	padding:0;
}
#primary.aside {
	border:1px solid #666;
	width:245px;
	background: url(img/sidebar-bg.png) repeat-x;
	margin:0;
}
.main-aside {
	right:0;
}
.main-aside ul {
	padding:10px;
}

#secondary.aside {
	width:245px;
}

/* BEGIN HOURS STYLING */
.hours {
	margin: 0 0 10px 0!important;
}
.hours li {
	list-style-type: none;
}
.hours li em {
	float:left;
	font-style: normal;
}
.hours li {
	text-align: right;
}
/* END HOURS STYLING */

a.linkbox {
	display: block;
	background: url(img/linkbox-bg.png) no-repeat;
	text-align: center;
	color:#6f6f6f;
	font-weight:bold;
	height:20px;
	margin:0 !important;
	padding:0 !important;
	width:100%;
	text-decoration: none;
}
a.linkbox:hover {
	background: url(img/linkbox-hover-bg.png) no-repeat;
	color:#fff;
}
#footer {

}