/*
Theme Name: ELocalPlumbers Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: PSDgator
Author URI: http://www.psdgator.com/
*/

/* GENERIC STYLING */
img, div, p { behavior: url(/iepngfix.htc) }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body {
	background:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:15px;
}

.entry p{
	padding:5px 0;
}

a, a:visited {
	color:black;
	outline:none;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

/* HEADER */
#header {
	position:relative;
	width:950px;
	height:221px;
	margin:0 auto 20px auto;
	background:url(images/header_bg.jpg) no-repeat top left;
}

#header ul li, #footer ul li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0 8px;
}

#header ul li a, #footer ul li a {
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

#logo {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

#footer ul li a {
	color:white;
}

#header ul li a:hover, #header ul li a.on {
	color:#333;
}

#footer ul li a:hover, #footer ul li a.on {
	color:#CC6600;
}

#header ul {
	position:absolute;
	top:45px;
	left:447px;
}

/* FOOTER */
#footer {
	position:relative;
	width:950px;
	height:43px;
	margin:0 auto;
	background:url(images/footer_bg.gif) no-repeat top left;
	text-align:center;
	padding:40px 0 0 0;
	color:white;
	font-size:12px;
}

#footer ul {
	margin-bottom:5px;
}

/* CONTENT */
#content {
	position:relative;
	width:900px;
	height:auto;
	margin:0 auto 70px auto;
}

/* LEFT PANEL */
#left-panel {
	position:relative;
	width:624px;
	float:left;
	font-size:14px;
	color:black;
}

/* RIGHT PANEL */
#right-panel {
	position:relative;
	width:243px;
	float:right;
}





#header-links {
	position:absolute;
	width:390px;
	height:145px;
	top:84px;
	left:17px;
}

#header-links a {
	display:block;
	position:relative;
	float:left;
	width:110px;
	height:23px;
	text-decoration:none;
	background:url(images/header-link.png) no-repeat top left;
	margin:7px 10px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	padding:14px 0 10px 57px;
}

#header-links a.doubleline {
	padding:4px 0 10px 57px;
	height:33px;
}

#header-links a:hover {
	background:url(images/header-link-hover.png) no-repeat top left;
}

#header-links a img {
	position:absolute;
	top:5px;
	left:8px;
}

#header-links a p {
	position:absolute;
	top:14px;
	left:57px;
	font-size:18px;
	font-weight:bold;
	color:white;
	line-height:1em;
}

#header-links a p.double-line {
	top:4px;
}



#plumber-header {
	position:absolute;
	bottom:0px;
	right:-12px;
}


#find-a-plumber {
	position:absolute;
	top:93px;
	left:435px;
}

#find-a-plumber p.title {
	font-size:20px;
	font-weight:bold;
	color:white;
	width:95px;
	float:left;
}

#find-a-plumber input.textbox {
	width:198px;
	background:url(images/header-input-box.gif) no-repeat top left;
	font-size:16px;
	color:#333;
	border:none;
	padding:8px 5px;
	float:left;
	margin-top:12px;
}

#find-a-plumber input.submit {
	width:104px;
	height:33px;
	margin-top:13px;
}

#plumber-quote {
	position:absolute;
	top:152px;
	left:435px;
}

#plumber-quote p.title {
	font-size:20px;
	font-weight:bold;
	color:white;
	width:165px;
	float:left;
}

#plumber-quote a {
	display:block;
	float:left;
	margin-top:15px;
}


.post {
	font-size:14px;
	color:black;
}

.post h1, .post h2, .post h3 {
	font-size:23px;
	color:#003366;
	margin-bottom:5px;
}

.post h1 a, .post h2 a, .post h3 a {
	font-size:23px;
	color:#003366;
	text-decoration:none;
}

.post h1 a:hover, .post h2 a:hover, .post h3 a:hover {
	color:#CC6600;
	text-decoration:underline;
}

.entry {
	font-size:14px;
	color:black;
	margin-bottom:10px;
}
.entry p img{margin:0 5px 5px 0;}
.post-footer {
	width:624px;
	height:29px;
	line-height:29px;
	background:url(images/post-comments_bg.gif) no-repeat top left;
	margin-bottom:30px;
	color:white;
	font-size:14px;
    clear:both;
    margin-top:5px;
}

.post-footer a{
	color:white;
	font-size:14px;
}

.post-footer p.lfp {
	width:280px;
	float:left;
	padding-left:15px;
}

.post-footer p.rfp {
	width:280px;
	float:right;
	padding-right:15px;
	text-align:right;
	color:#CC6600;
	font-weight:bold;
}

.post-footer p.rfp a {
	color:#CC6600;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.post-footer p.rfp a:hover {
	text-decoration:underline;
}


.navigation {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

.navigation a {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
	text-align:right;
}

.postmetadata {
	margin:20px 0;
}





#searchform {
	position:relative;
	width:185px;
	height:53px;
	background:url(images/search_bg.gif) no-repeat top left;
	margin-bottom:15px;
}

#searchform #s {
	position:absolute;
	top:27px;
	left:5px;
	font-size:16px;
	color:#333333;
	width:170px;
	border:none;
	background:none;
}

#searchsubmit {
	position:absolute;
	top:21px;
	left:192px;
}


.blue-panel {
	position:relative;
	width:225px;
	background:url(images/blue-panel-middle.gif) repeat-y top left;
	font-size:14px;
	color:white;
	margin:0 0 20px 0;
}

.blue-panel a {
	font-size:14px;
	color:white;
}

.blue-panel-top {
	position:relative;
	width:225px;
	background:url(images/blue-panel-top.gif) no-repeat top left;
}

.blue-panel-bottom {
	position:relative;
	width:225px;
	background:url(images/blue-panel-bottom.gif) no-repeat bottom left;
	padding-top:85px;
}

#rss {
	position:absolute;
	top:70px;
	left:-20px;
}
#twitter {
	position:absolute;
	top:-10px;
	left:-20px;
}

.side {
	padding:65px 30px 30px 30px;
}

.side a {
	text-decoration:none;
}

.side a:hover {
	color:#CC6600;
}

.side h2 {
	font-size:22px;
}

.side ul {
	padding-left:20px;
	margin-bottom:10px;
}

.side ul li {
	margin:3px 0;
	list-style:disc outside none;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

