/*
Theme Name: Baywest Plumbing
Theme URI: 
Version: 1.0
Description: 2 Column theme
Author: David McDonald
Author URI: http://www.davidmcdonald.org
*/

*{
	margin: 0;
	padding: 0;
}

body{
	color: #282828;
	background: #98D488 url(images/bg2.png) repeat-x;
	font: normal 82.5% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

a:link, a:visited{
	color: #993019;
}

a:hover, a:active{
	color: #DCA345;
}

h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 span, h2 span{
	position: absolute;
	left: -4800px;
}

h4, h5, h6{
	font-size: 20px;
}

#page h2{
	margin-bottom: 0.8em;
	color: #182246;
	font-size: 2em;
}

#content .home h2{
	font-size: 1.6em;
}

#page h3{
	color: #84552a;
	font-size: 1.7em;
	margin: 0.5em 0 0.7em;
}

#page p, #page ul{
	font-size: 1.2em;
	margin-bottom: 1em;
}

#page ul{
	margin-left: 2em;
	list-style-image: url(images/bullet.gif);
}

#page li{
	line-height: normal;
	padding-bottom: 0.7em;
}

/* Structure */

#wrapper2{
	width: 768px;
	margin: 0 auto;
}

#header{
	float: left;
	width: 768px;
	position: relative;
	padding-bottom: 5px;
	margin-top: 13px;
	background: url(images/header-bg2.gif) no-repeat;
}

#navigation{
	float: left;
	width: 100%;
	height: 215px;
	background: url(images/header.jpg) no-repeat top left;
	border-top: 1px solid #fff;
}

#wrapper{
	float: left;
	width: 100%;
	background: #fff;
}

#content-wrapper{
	float: left;
	width: 65%;
}

#content-wrapper.wide{
	width: 100%;
}

#content{
	float: left;
	padding: 0 0 30px 30px;
}

#sidebar-wrapper{
	width: 30%;
	float: right;
}

#sidebar{
	float: right;
	margin-top: 10px;
	padding: 0 15px 10px 10px;
	width: 210px;
}

#footer{
	float: left;
	width: 748px;
	padding: 5px 20px 10px 0;
	background: #3C54AE;
	text-align: right;
}

#footer p{
	font-size: 0.9em;
	color: #fff;
}

#wrapper #footer a{
	font-weight: normal;
	color: #fff;
}

#extras{
	float: left;
	width: 780px;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #444;
	background: #f5f5f5;
	text-align: left;
}

/* Header */

#header h1{
	float: left;
	width: 381px;
	height: 65px;
	display: inline;
	margin: 10px 0 5px 15px;
	background: url(images/brand.jpg);
}

#header h1 a{
	float: left;
	width: 381px;
	height: 65px;
}

#header h2{
	position: absolute;
	top: 15px;
	right: 35px;
	width: 250px;
	font-size: 1.5em;
	line-height: 1.1em;
	text-align: right;
	color: #84552a;
}

/* Navigation */

#navigation ul{
	float: left;
	display: inline;
	list-style: none;
	margin-left: 15px;
}

#navigation li{
	float: left;
}

#navigation li a:link,
#navigation li a:visited{
	float: left;
	display: block;
	margin: 4px 1px 0 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.7em;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li a:active, #navigation li.current_page_item a{
	background: #95AFFF;
}

#navigation li.active a{
	color: #555;
	background: #fff;
}

#navigation h3{
	float: right;
	display: inline;
	margin: 13px 100px 0 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

/* Content */

#content .post-title a{
	border-bottom-width: 0;
}

#content .post p.img{
	float: left;
	margin: 0 15px 0 0;
}

#content .post p.img img{
	padding: 8px;
	border: 1px solid #d0d0d0;
	background: #eee;
}

/* Sidebar */

#sidebar h2{
	color: #84552A;
	font-size: 1.4em;
	padding-bottom: 0.5em;
}

.sideblock{
	padding: 10px 10px 20px 10px;
	margin-bottom: 15px;
	border: 1px solid #ADCED4;
	background: #D4EDFB;
}

.sideblock h3{
	margin-bottom: 10px;
	color: #182246;
	font-size: 1.1em;
	font-weight: bold;
}

.sideblock p{
	font-size: 0.9em;
	padding-bottom: 1em;
}

/* cforms */

form.cform fieldset{
	border: none;
}

form.cform ol{
	float: left;
	list-style: none;
}

form.cform li{
	float: left;
	width: 100%;
	padding-bottom: 0.2em;
}

form.cform li label span{
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 0.2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #84552a;
}

form.cform li input, form.cform li textarea{
	float: left;
	width: 375px;
	padding: 1px;
}

form.cform li.cf_li_err input{
	background: #ff4b0f;
}

.cf_info{
	font-size: 1.2em;
	font-weight: bold;
}

.failure{
	color: #ff4b0f;
}

.success{
	color: #58b13f;
}

.linklove{
	display: none;
}


