/*  
Theme Name: Tobislimo
Theme URI: http://www.tobislimo.com.com
Description: This is my theme for Tobis Limo
Version: 1.0
Author: Collin Kelly, Evan Shelhamer
Author URI: http://www.collinkelly.com/, http://imaginarynumber.net

*/

* {
	border: none;
}

body, h1, h2, h3, h4, h5, h6, ul, li, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	background: #6E9CC7 url(images/body_bg.gif) 0 0 repeat-x;
	font-family: 'Trebuchet MS', trebuchet, arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	vertical-align: top;
	color: #333;
}

#content h1 {
	font-size:2em; /* displayed at 24px */
	padding-top: 20px;
	color: #29598C;
}

h2 {
	font-size: 1.5em;  /* displayed at 18px */
	font-weight: normal;
	color: #5E5E5E;
}

h3 {font-size:1.25em; margin-bottom: 15px;}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

.post {

}

.post.wheels {


	}

.post h1 {
	padding-top: 0;
}

.post h2 {
	font-family: 'Trebuchet MS', trebuchet, arial, sans-serif;
	font-size: 2.2em;
	color: #29598C;
	margin-bottom: 15px;
}
#content .post.deals h1{
	color: #a6ce39;
}
	
.entry {
	line-height: 1.6em;
	padding: 8px 0 0 0;
}

#wheels .entry {
	border-bottom: 1px solid #CCC;
}

.entry p {
	margin: 0 0 10px 25px;	
	padding: 0 20px 0 0;
}

.entry p.first {
	margin: -10px 0 5px 25px;
}

a:link, a:visited { 
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
}

p { 
	padding: 10px 0 0 0;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#wrapper {
	background: #FFF url(images/content_bg.gif) top right repeat-y;
	margin: 15px auto 15px auto;
	width: 768px;
	text-align: left;
	overflow: hidden;
}

#header {
	font-size: 1em;
	float: left;
	position: relative;
	background: url(images/header_bg.gif) 0 0 no-repeat;
	height: 172px;	
	width: 768px;
}

#header ul#nav {
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.6em;
	width: 460px;
	list-style-type: none;
	text-indent: none;
	display: inline;
	height: 36px;
	overflow: hidden;
}

#header ul#nav li {
	float: left;
	height: 36px;
	background-image: url(images/nav.gif);
	text-indent: -9999px;
}

#header ul#nav li a {
	display: block;
	background-image: url(images/nav.gif);
	height: 36px;
}

#nav li.homepage, #nav li.homepage a { background-position: 0px top; width: 75px; }
#nav li.about, #nav li.about a { background-position: -75px top; width: 61px; }
#nav li.wheels, #nav li.wheels a { background-position: -136px top; width: 128px; }
#nav li.contact, #nav li.contact a { background-position: -264px top; width: 196px; }

#nav li.homepage a:hover { background-position: 0px -72px; width: 75px; }
#nav li.about a:hover { background-position: -75px -72px; width: 61px; }
#nav li.wheels a:hover { background-position: -136px -72px; width: 128px; }
#nav li.contact a:hover { background-position: -264px -72px; width: 196px; }

#homepage li.homepage a { background-position: 0px -72px; width: 75px; }
#about li.about a { background-position: -75px -72px; width: 61px; }
#wheels li.wheels a { background-position: -136px -72px; width: 128px; }
#contact li.contact a { background-position: -264px -72px; width: 196px; }

div.feature {
	background: url(images/wheels_feature_bg.gif) 0 0 no-repeat;
	width: 365px;
	height: 80px;
	padding: 25px 120px 25px 15px;
}

.feature h4 {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 0 0;
}

.feature p {
	font-size: 11px;
	line-height: 1.2em;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}

#content .feature a {
	color: #CCC;
	text-decoration: underline;
}

#content .feature a:hover {
	color: white;
}

img.feature {
	display: block;
	margin: 0 0 25px 0;
}


#content {
	float: left;
	font-size: 1.2em;
	width: 475px;
	padding-left: 20px;	
}

#sidebar {
	font-size: 1.2em;
	float: right;
	padding-bottom: 2em;
	width: 241px; height: 490px;
	height: auto !important;
}

#footer {
	font-size: 1em;
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 768px;
	height: 28px;
	background: #98C23C url(images/footer_bg.gif) 0 0 repeat-x;
	clear: both;
}


.clock {
	float: left;
	margin: 8px;
}

.big_green {
	color: #6B9E34;
	font-size: 1.5em;
	font-weight: bold;
}

.big_blue {
	color: #2C5B8D;
	font-size: 1.5em;
	font-weight: bold;
}

#sidebar p {
	text-align: center;
	
}

#sidebar_top {
	padding: 15px 0 20px 20px;
	background: #376E9E url(images/sidebar_top_bg.gif) 0 0 no-repeat;
	color: white;
 	font-weight: normal;
        height:62px;
}

#sidebar h1 span {
	padding: 0;
	font-size: .7em;
	color: white;
	font-weight: normal;
}

#sidebar h2 {
	color: white;
}

.sidebar_vehicle {
	float: left;
	padding: 15px 0 0 17px;
	width: 95px;
	text-align: center;
}

.sidebar_vehicle p {
	color: #2A5A8C;
	font-size: 9px;
	text-transform: capitalize;
	padding-top: 5px;
}

#sidebar-actions {
	clear: left;
	margin: 0; padding: 1em 0 0 0;
	list-style: none;
}

	#sidebar-actions li { margin: 0; padding: 6px 0; }
	#sidebar-actions a {
		display: block;
		margin: 0 auto;
		width: 198px; height: 42px;
		background-color: transparent;
		background-repeat: no-repeat;
		text-indent: -9999px;
		outline: 0;
	}
	
	#sidebar-actions #wine-link { background-image: url(images/wine/wine-link.png); }
        #sidebar-actions #ride-link { background-image: url(images/ride/rshare.png); }
	
#footer p {
	padding: 0;
	margin: 0;
	color: white;
	line-height: 1.6em;
	text-align: center;
}

#footer p a:link, #footer p a:visited {
	color: white;
}

#footer p a:hover {
	border-bottom: 1px dotted white;
}

/* =Page Specific
----------------------------------------*/

/* Partners */
#partners .entry p {
	margin: 0;
	padding: 0;
}

#partners #content {
	width: 490px;
}
#partners .entry img {
	margin: 0 13px 20px 0;
}

/* Wine Tours */
#wine-tours #content { padding-left: 0; }

	#wine-tours #content h1 {
		margin: 0; padding: 0;
		width: 527px; height: 106px;
		background: #fff url(images/wine/wine-head.png) no-repeat;
		text-indent: -9999px;
	}
	#wine-tours .entry { padding-left: 20px; }
	
	#wine-tours #sidebar_top { height: 62px; background-image: url(images/wine/wine-sidebar.png); }
/*		#wine-tours #sidebar_top h1 { font-size: 18px; } */
/*		#wine-tours #sidebar_top h2 { font-size: 13.5px; } */

	#wine-tours #wine-book {
		display: block;
		width: 131px; height: 37px;
		background: #fff url(images/wine/wine-book.png) no-repeat;
		text-indent: -9999px;
	}
	
/* Popups */
.popup {
	float: none !important;
	margin: 15px auto 15px !important;
	background: #fff;
	border: 1px solid #000;
}

/* rideshare */
#ride-share #content { padding-left: 0; }

	#ride-share #content h1 {
		margin: 0; padding: 0;
		width: 527px; height: 106px;
		background: #fff url(images/ride/ride-share.png) no-repeat;
		text-indent: -9999px;
	}
	#ride-share .entry { padding-left: 20px; }
	
	#ride-share #sidebar_top { height: 62px; background-image: url(images/ride/ride-side.png); }
/*		#wine-tours #sidebar_top h1 { font-size: 18px; } */
/*		#wine-tours #sidebar_top h2 { font-size: 13.5px; } */
	#ride-share #ride-book {
		display: block;
		width: 131px; height: 37px;
		background: #fff url(images/ride/ride-book.png) no-repeat;
		text-indent: -9999px;
	}
	
/* Popups */
.popup {
	float: none !important;
	margin: 15px auto 15px !important;
	background: #fff;
	border: 1px solid #000;
}

/* =Cforms
-----------------------------------*/

.cform label {
	color: #222 !important;
	font:1.2em Trebuchet MS,sans-serif !important;
}

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 0 !important;
	color: #f22 !important;
}

.cf-sb { text-align: left !important; }
.sendbutton { color: #222; }