/*
Theme Name: Eddy's Reliable Plumbing
Theme URI: http://eddysplumbing.com
Description: Eddy's Reliable Plumbing Wordpress theme.
Version: 1
Author: Wade Ouellet
Author URI: http://waterwing.ca/
Tags: blue, clean, white
*/

@charset "UTF-8";
/* CSS Document */

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}

body {
line-height: 1;
}

/* end of Eric Meyer's Reset CSS */

body{
	font: 0.85em Arial, Verdana, sans-serif;
	background: #3e3e3e url(images/bg.png) top repeat-x;
	color: #252324;
	text-align: center;
}

strong{
	font-weight: bold;
}

#wrapper{
	width: 950px;
	margin: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color: #3283bb;
}

a:hover{
	color: #286592;
}

h2{
	font-weight: normal;
	font-size: 1.6em;
	margin: 0px 0px 40px 0px;
	background: #c0c0c0;
	color: #ffffff;
	padding: 10px;
}

h3{
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

p{
	padding: 0px 0px 15px 0px;
}

ul{
	padding: 0px 0px 15px 0px;
}

#header{
	overflow: hidden;
	width: 890px;
	padding: 0 30px;
	height: 130px;
	background: #3283bb url(images/header_bg.jpg) top repeat-x;
	color: #ffffff;
}

#header img{
	padding: 0 10px;
}

#header p{
	padding: 0;
}

#logo{
	float: left;
	margin: 15px 0 0 0;
}

#logo a{
	overflow: hidden;
	display: block;
	width: 224px;
	height: 90px;
	background: url(images/logo.png) 0 0 no-repeat;
	text-indent: -2000em;
}

#nav{
	margin: 0px 0px 0px 224px;
	width: 666px;
	height: 100px;
	padding: 44px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul{
	padding: 15px 0 0 0;
}

#nav li{
	display: inline;
}

#nav li a{
	overflow: hidden;
	text-indent: -2000em;
	color: #b7daee;
	padding: 0 0 0 35px;
	background: inherit;
}

#nav li a:hover{
	color: #ffffff;
	background: inherit;
}

#banner{
	height: 315px;
}

#banner p{
	padding: 0;
}

#main{
	background: #ffffff url(images/main_bg.jpg);
	border-top: 1px solid #000000;
}

#main_container{
	overflow: hidden;
	width: 890px;
	padding: 0 30px;
}

#content{
	float: left;
	width: 538px;
}

#content img{
	border: 1px solid #000000;
}

#content li{
	list-style: inside square;
}

#content ul ul{
	padding: 15px 0 0 15px;
}

#content input{
	padding: 2px;
	border: 1px solid #999999;
	color: #999999;
	margin: 0 10px 0 0;
	width: 240px;
	background: #ffffff;
}

#content textarea{
	padding: 2px;
	border: 1px solid #999999;
	color: #999999;
	width: 240px;
	background: #ffffff;
}

.contentleft{
	float: left;
	width: 259px;
}

.contentright{
	margin: 0 0 0 259px;
	width: 250px;
}

#sidebar{
	float: left;
	width: 337px;
	padding: 15px 0 0 15px;
	color: #6c6b69;
	font-size: 0.93em;
}

#sidebar h2{
	font-size: 1em;
	font-weight: bold;
	color: #6c6b69;
	background: transparent;
	padding: 0;
	margin: 0 0 15px 0;
}

#sidebar li{
	list-style: none;
}

.sidebaritem{
	width: 337px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #919191;
	text-align: center;
}

.sidebaritem img{
	padding: 6px;
}

.sidebaritembottom{
	width: 337px;
	text-align: center;
}

.sidebaritembottom img{
	padding: 6px;
}

.sidebarpic{
	width: 135px;
	float: left;
	text-align: left;
}

.sidebarpic img{
	border: 1px solid #000000;
	padding: 0;
}

.sidebartext{
	margin: 0 0 0 135px;
	width: 181px;
	padding: 0 0 0 15px;
	text-align: left;
}

.sidebartext img{
	padding: 0;
	border: 1px solid transparent;
}

.sidebartext img:hover{
	background: #ffffff;
	border: 1px solid #999999;
}

#footer{
	overflow: hidden;
	width: 890px;
	padding: 0 30px;
	background: #3e3e3e url(images/footer_bg.png) repeat-x;
	font-size: 0.75em;
	height: 152px;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #b7daee;
}

#footer_container{
	width: 890px;
	height: 32px;
	padding: 60px 0;
	font-size: 1.3em;
	background: url(images/footer_logo.png) left top no-repeat;
	text-align: right;
	color: #bebdbd;
}

#footer_container ul{
	overflow: hidden;
	padding: 0;
}

#footer_container li{
	margin: 0;
	padding: 0 0 0 15px;
	display: inline;
	list-style: none;
}
	
.entry {
	padding: 0 15px 0 0;
}
