/*  
Theme Name: EcoShuttle
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/************************************************************************

	Site:		ecoshuttle.com

	Author:		George Huff, eleven3		[www.eleven3.com]  

	Client:		The ECO Company		[http://www.ecoshuttle.com/]
	
	Notes:		This project was handed off to EcoShuttle for Wordpress implementation.
	
	Date:		6-7-07
				
				
	Listing Order:
	==============

	1 - Global
	2 - Generic Content Section
	3 - Layout
	4 - Header
	5 - Bucket Styles
	6 - Footer
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #fffff1;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #4e4e4d;
	margin: 0;
	padding: 0;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration:none;
	color: #445a12;
}

a:hover {
	text-decoration:underline;
}

div.left, div.right {
	float: left;
}

div.clear {
	clear:both;
}



/***********************************************************************
	2 - GENERIC CONTENT SECTION STYLES
************************************************************************/


/* Assign a p tag with a class="uppercase" and each letter will turn uppercase like the Our Shuttles section on the homepage */

p.uppercase {
	text-transform: uppercase;
	line-height: 18px;
	font-size: 10px;
}

div.content p {
	line-height: 18px;
	padding-bottom: 10px;
}

div.content ul {
	padding-bottom: 14px;
}

div.content ul li {
	list-style: none;
	background: url(images/icon_bullet.gif) 0px 2px no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
	position: relative;
}

/* Content Images Section */

div.content img {
	padding: 5px;
	border: 1px solid #e8ead6;
	background: #fffff1;
	margin-bottom: 10px;
}

img.topright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.bottomright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

img.topleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.bottomleft {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

/* Content Headers Section */

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
	color: #4c5f10;
}

div.content h2 {
	font-size: 18px;
	margin-bottom: 14px;
}

div.content h3 {
	background: #fff;
	border: 1px solid #e8ead6;
	padding-left: 19px;
	padding: 2px 19px;
	clear: both;
	font-size: 16px;
	margin-bottom: 10px;
}

div.content h4 {
	background: #e8ead6;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}

div.content h5 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 7px;
	padding-top: 6px;
	font-size: 12px;
	padding-left: 20px;
}

div.content blockquote p {
padding-left: 20px;
font-size: 14px;
}

div.content blockquote {
	margin: 20px;
	padding: 22px 20px 10px 70px;
	background: url(images/bg_quote.gif) left top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: 18px;
	color: #555;
}

div.content blockquote.alt {
	background: #fff;
}


/* Content Table Layout Section */

div.content table {
	border: 1px solid #e8ead6;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

div.content table th {
	text-align: left;
	background: url(images/bg_tablehead.gif);
	border-bottom: 1px solid #e8ead6;
	padding: 3px;
}

div.content table td {
	text-align: left;
	border-bottom: 1px solid #e8ead6;
	padding: 3px;
	background: #fff;
}

/* Content Forms Fields - Assign each text input you create with a class="textfield" for consistency */

div.content input.textfield {
	border: 1px solid #ccc;
}

div.content ol {
margin-left: 13px;
}

div.content ol input {
	width: 137px;
	height: 14px;
	padding: 2px 3px;

	margin: 0px 10px;
	border: 1px solid #ccc;
	font-size: 12px;
}

div.content ol.cf-ol li {
padding-bottom: 5px;
}

div.content ol.cf-ol textarea#cf_field_5 {
width: 500px;
border: 1px solid #ccc;
}

fieldset {
border: none;
}

/***********************************************************************
	3 - LAYOUT STYLES
************************************************************************/

div#container {
	width: 904px;
	margin: 0 auto;
}


/***********************************************************************
	4 - HEADER STYLES
************************************************************************/


div#header {
	height: 153px;
	position: relative;
}


a#logo {
	background: url(images/logo_big_ecoshuttle.gif) left top no-repeat;
	width: 352px;
	height: 156px;
	display: block;
	position: absolute;
	top: 18px;
}

div#nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 12px;
}

div#nav a {
	color: #445a12;
	text-transform: uppercase;
	padding-top: 1px;
	display: block;
}

div#nav a:hover {  }

div#nav li {
	float: left;
	list-style: none;
	padding-right: 8px;
	border-right: 1px solid #fdf8ce;
	padding-left: 8px;
}

div#nav li#thefacts {
	padding-right: 0px;
	border-right: none;
}

div#nav li#thefacts a {  }

/***********************************************************************
	5 - BUCKET STYLES
************************************************************************/

a.internal_ad { 
width: 288px;
display: block;
height: 148px;
margin-bottom: 10px;
}

a#business_services { background: url(images/internal_ad_bus_services.gif) left top no-repeat;}



div.thebucket {
	width: 288px;
	background: url(images/bg_thebucket.gif) left top repeat-y;
	position: relative;
}

div.thebucket a {
	color: #4e4e4d;
}

div.thebucket h2 {
	background: url(images/bg_home_bucket_headers.gif) left top no-repeat;
	height: 53px;
	padding-left: 20px;
	padding-top: 21px;
	font-size: 17px;
	text-transform: uppercase;
	color: #253500;
	font-weight: normal;
}

div.thebucket h2 a {
	color: #253500;
}


div.thebucket div.footer {
	background: url(images/bg_bucket_footer.gif) left bottom no-repeat;
	height: 22px;
}



div.thebucket div.content {
	padding: 0px 20px 20px 20px;
}

div.thebucket div.content ul {
	padding-bottom: 10px;
}

div#shuttle_overview div.footer {
	padding-top: 58px;
}

a#van_picture {
	background: url(images/placeholder_shuttle.png) left top no-repeat;
	width: 274px;
	height: 96px;
	position: absolute;
	bottom: 7px;
	left: -6px;
	z-index: 20;
}

div.formbucket div.left {
	width: 150px;
}

div.formbucket div.left input.textfield {
	width: 137px;
	height: 22px;
	padding-top: 5px;
	padding-left: 3px;
}

div.formbucket div.right {
	width: 97px;
}

div#partners a {
padding-right: 10px;
}

div#ad_bus_services {
width: 288px;
height: 148px;
background: url(images/internal_ad_bus_services.gif) left top no-repeat;
padding-bottom: 10px;

}

div#ad_bus_services a {
display: block; width: 100%; height: 100%;
}


/***********************************************************************
	6 - FOOTER STYLES
************************************************************************/

div#footer {
	background: url(images/bg_footer.jpg) left top no-repeat;
	height: 36px;
	color: #ededcc;
	font-size: 10px;
	text-transform: uppercase;
	padding: 25px 20px;
	clear: both;
}

div#footer div.right {
	float: right;
}

div#footer a {
	color: #ededcc;
}
