/*
Theme Name: Century McMynn
Description: Custom theme designed for Century McMynn
Version: 1.0
Author: Matt Cox

	Century McMynn
	
	This theme was designed and built by Matt Cox.

*/

body{
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#5e7184;
}
body#home{
	background:#fff url(images/bg-body.gif) repeat-x;
}	
body#interior{
	background:#fff url(images/bg-body-interior.gif) repeat-x;
}
img{border-style:none;}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
h2 {
	margin:0;
	color:#3c8eb7;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
}
#wrapper {
	width:1006px;
	margin:0 auto;
}
/* header */
#header {
	background:url(images/bg-header.jpg) 50% 26px;
	min-width:1006px;
	width:100%;
	overflow:hidden;
	padding:26px 0 0;
}
/* navigation */
.nav {
	width:1006px;
	margin:0 auto;
	overflow:hidden;
}
strong.logo{
	display:block;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	height:70px;
	width:337px;
	margin:0 0 0 2px;
}
#header ul {
	float:right;
	overflow:hidden;
	padding:0 10px 0 0;
	list-style:none;
}
#header ul li {
	float:left;
	padding:0 0 0 25px;
}
#header ul li a {
	font-weight:bold;
	font-size:13px;
	line-height:58px;
}
#main {
	overflow:hidden;
	width:100%;
}
/* visual */
#home #visual {
	background: url(images/bg-visual.jpg) no-repeat 0 0;
	height:306px;
	width:1006px;
}
#interior #visual {
	background: url(images/bg-visual-interior.jpg) no-repeat 0 0;
	height:102px;
	width:1006px;
}
#visual:after{
	content:"";
	display:block;
	clear:both;
}
#home #bg {
	overflow:hidden;
	margin:-21px 0 0;
	width:100%;
	float:left;
	height:306px;
	background:url(images/car.jpg) no-repeat 100% 0;
	position:relative;
}
.about {
	width:425px;
	margin:0 0 0 37px;
}
#visual h1 {
	margin:75px 0 0;
	padding:0;
	font-size:17px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
}
.about p {
	font-size:14px;
	line-height:22px;
	color:#fff;
	margin:14px 0 22px;
}
.about a.more {
	float:right;
	font-size:12px;
	font-weight:bold;
	background:url(images/button.png) no-repeat;
	margin:0 19px 0 0;
	padding:0 0 0 29px;
	width:160px;
	line-height:29px;
}
/* sidebar */
#sidebar {
	float:right;
	width:268px;
	padding:16px 0 64px;
}
#sidebar h2 {
	margin:0 0 6px 21px;
}

#sidebar p {
	margin:4px 0 4px 10px;
}
#sidebar ul {
	width:239px;
}
#sidebar li {
	width:221px;
	background:#e9e9e9 url(images/selector.gif) no-repeat 0 100%;
	padding: 10px 10px 12px 8px;
}
#sidebar li.last {
	background-image:none;
}
#sidebar h4 {
	margin:0 0 0 11px;
	display:block;
	padding:1px 0 2px;
}
#sidebar li h4 a{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#5e7184;
}
#sidebar li strong {
	color:#9ba6b1;
	padding:0 0 0 9px;
}
#sidebar li p {
	font-size:12px;
	color:#5e7184;
	line-height:14px;
}
/* content */
#content {
	overflow:hidden;
	height:1%;
}
#home #content {
	padding:14px 26px 50px 39px;
}
#interior #content {
	padding:14px 26px 50px 29px;
}
.right-img {
	float:right;
	border:1px solid #ddd;
	margin:5px 0 0 10px
}
#content h3 {
	font-size:15px;
	font-weight:bold;
	margin:21px 0 0;
}
#content p {
	margin:16px 0 10px;
	line-height:20px;
}
#content ul {
	margin:0 0 0 10px;
	padding:6px 0 8px 0;
}
#content li {
	line-height:19px;
	background:url(images/bullet.jpg) no-repeat 0 50%;
	padding:0 0 0 12px;
}
#content a {
	color:#3C8EB7;
}
/* search content */
#content #search_header {
	background: url(images/bg-search.jpg) no-repeat 0 0;
	height:88px;
	width:942px;
	padding-top:20px;
}
#content #search_header div {
	float:left;
	padding-left:22px;
}
#content #search_header #search a {
	font-size:12px;
	font-weight:bold;
	background:url(images/button-search.png) no-repeat 0 0;
	margin:0 19px 0 0;
	width:92px;
	padding-left:28px;
	line-height:29px;
	margin-left: 30px;
	margin-top: 10px;
	color:#fff;	
	float:left;
}
#content #results #bus {
	width:315px;
	height:350px;
	float:left;
	text-align:center;
}
#content #results #bus img {
	border: 1px solid #dedede;
}
#content #results #bus #info {
	width:282px;
	margin:0 auto;
	background:#f3f3f3;
	margin-bottom:15px;
	margin-top:5px;
	padding:5px;
	overflow:auto;
	font-size:12px;
	text-align:left;
}
#content #results #bus #info .available {
	color:#1cbd3a;
	font-weight:bold;
}
#content #results #bus #info .unavailable {
	color:#ef1731;
	font-weight:bold;
}
#content #results #bus #info .infoCol {
	width:141px;
	float:left;
	margin-bottom:5px;
}
#content #bus_detail #photos {
	width:620px;
	float:left;
}
#content #bus_detail #photos img {
	margin:5px;
	border:1px solid #DEDEDE;	
}
#content #bus_detail #details {
	float:left;
	background:#f3f3f3;
	width:310px;
	padding:5px;
}
#content #bus_detail #details fieldset {
	border-color:#E2DDC9;
	border-style:solid;
	border-width:1px 0;
}
#content #bus_detail #details legend {
	font-size:16px;
	font-weight:bold;
}
/* footer */
#footer {
	background:#77adc8;
	min-width:1006px;
	height:73px;
}
#footer .footer-text {
	width:1006px;
	margin:0 auto;
	line-height:72px;
	color:#fff;
	background:url(images/bg-footer.jpg) no-repeat 100% 0;
}
#footer p {
	margin:0 0 0 41px;
}
#footer .copy {
	float:right;
	color:#b6d4e3;
	padding:0 90px 0 0;
	font-size:12px
}
