/*   
Theme Name: WACCO
Theme URI: http://www.watercontrolcorp.com
Description: Wordpress Theme for Water control corporation
Author: Scott Cook
Author URI: http://www.scottcook.com
Template: 
Version: 1.0
.
Wordpress Theme for Water control corporation
.
*/

* {
	margin: 0;
	padding: 0;
}
#site {
	margin: auto;
	width: 960px;
}


#nav {
	height: 40px;
}

/*
#nav ul { 
	list-style: none;
	margin: 0; 
	padding: 0; 
	float: right; 
}
#nav li { 
	float: left; 
}
#nav li a {
	display: block;
	height: 40px;
	width: 108px; 
	text-align: center;
	line-height: 40px;
	color: #fafeff;
	text-decoration: none;
}
#nav li a:hover {
	background: url(images/nav_on.jpg) no-repeat;
}
#nav .current_page_item {
	background: url(images/nav_on.jpg) no-repeat;
}
*/


#header {
	height: 240px;
	background-image: url(images/head_logo.jpg);
	background-repeat: no-repeat;
	color: #fafeff;
}
#header_content {
	padding-left: 430px;
}
#header_content h2 {
	padding-top: 20px;
	padding-bottom: 15px;
}
#shadow {
	background-image: url(images/main_shadow.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	float: right;
	width: 240px;
	padding-top: 35px;
}

.sidebox {
/*	font-size: 14px; */
	background: url(images/side_drip.jpg) bottom no-repeat; 
	padding-bottom: 40px;
}
.textwidget {
	padding-bottom: 10px;
}
.widgettitle {
	color: #4489b1;
	padding-bottom: 10px;
	font-size: 1.1em;
}

#content h1 {
	color:#4489B1;
	padding: 0 0 15px;
}
#content {
	margin-right: 240px;
	padding: 35px 0px 0px 0px;
}
#content .entry-title a {
	color:#4489B1;
	text-decoration:none;
}
#content .entry-content {
	padding: 10px 60px 15px 0px;
}

#footer {
	text-align: center;
	line-height: 40px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/foot_bg.jpg);
	background-repeat: repeat-x;
}

body {
	background: #fafeff url(images/site_bg.jpg) repeat-x;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 16px;
}
p {
	padding-bottom: 10px;
}

#linesheet td {
	padding: 5px;
}
#linesheet a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	display: block;
	padding-top: 10px;
}
#linesheet a:hover {
	text-decoration:underline;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #EEEEFF;
}
.contactform label {
	display: block;
}
.post {
	padding-left: 15px;
}