/* 
Picture Perfect Lawncare v1 by Mike Jolley
*/
@import "reset.css";

/*~~~~~( body / universal )~~~~~~*/
body {
	text-align: center;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	background:#fff url(../images/bg.jpg) repeat-x top;
	color: #535353;
	}
a {
	color: #EE8148;
	text-decoration: underline;
	}
a:hover, a:focus {
	text-decoration: none;
}

/*~~~~~( Layout )~~~~~~*/

div#header_wrapper {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	font-size: 1.4em;
	}
#header {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	padding: 164px 0 0 0;
	padding: 0;
	background: url(../images/logo.jpg) no-repeat center 4px;
}
#header h1#logo {
	margin: 0;
	padding: 164px 0 0 0;
	width: 0;
	height: 0;
	width: 990px;
	line-height: 164px;
	overflow: hidden;
	float: left;
}
#header .about {
	font-style: italic;
	text-align: center;
	text-shadow: 0 1px 1px #DCD6CA;
	padding-bottom: 28px;
	margin: 30px 0 0 0 !important;
	background: url(../images/decor.png) no-repeat center bottom;
}

#main_nav {
	float: left;
	padding: 0 20px 5px 20px;
	width: 975px;
	margin: 0;
	display: inline;
	background: url(../images/top.png) no-repeat bottom left;
}
#main_nav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 823px;
	padding-right: 152px;
	list-style: none;
	background: url(../images/phone.gif) no-repeat 808px;
}
#main_nav li {
	background: #fff;	
	margin: 0 2px 0 0;
	float: left;
	padding: 2px 2px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft:  0;
	-moz-border-radius-bottomright:  0;
}
#main_nav li a {
	background: #fff url(../images/nav.png) repeat-x bottom;
	border: 1px dashed #D0EBFA;
	border-bottom: 0;
	padding: 12px 12px 14px;
	color: #555;
	float: left;
	font-size: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft:  0;
	-moz-border-radius-bottomright:  0;
	text-decoration: none;
}
#main_nav li a:hover, #main_nav li a:focus {
	text-decoration: underline;
}
#main_nav li.current {
	background: #3F7E90;
}
#main_nav li.current a {
	background: #3F7E90 none;
	border: 1px solid #3F7E90;
	border-bottom: 0;
	color: #fff;
}

#content_wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	padding: 10px 20px 10px;
	margin: 0 auto;
	font-size: 1.3em;
	background: url(../images/middle.png) repeat-y top left;
	/*-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius: 5px;
	box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;*/
}
#banner {
	background: #F5F5F5;
	width: 960px;
	height: 280px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#banner img {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#banner .about {
	z-index: 10;
	background: #407F91;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90;
	position: relative;
	float: left;
	width:290px;
	height: 250px;
	padding: 15px;
	color: #fff;
}
#banner .about h2, #banner .about p {
	color: #fff;
	margin-top: 0;
	position: relative;
}
#banner .about h2 {
	font-size: 1.8em !important;
}
#banner a.request {
	background: url(../images/free-estimate.png) no-repeat top left;
	width: 285px;
	padding-top: 58px;
	height: 0;
	line-height: 58px;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 15px;
}
#banner a.request:hover {
	background-position: left -58px;
}


#content {
	float: left;
	display: inline;
	width: 610px;
	padding-left: 15px;
	padding-right: 17px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: #fff url(../images/pixel.png) repeat-y right;
}
#sidebar {
	width: 290px;
	padding-right: 15px;
	padding-top: 30px;
	display: inline;
	float: right;
}


#footer {
	border: 1px solid #F1F1F1;
	background: #fff url(../images/footer.png) repeat-x top;
	padding: 0;
}
#footer .mainContent {
	float: left;
	padding-left: 15px;
	padding-right: 16px;
	padding-top: 15px;
	width: 610px;
	background: url(../images/footer_divider.png) no-repeat top right;
}
#footer h2 {
	background: url(../images/rule2.png) repeat-x bottom;
	padding-bottom: 15px;
}
#footer .mainContent li {
	float: left;
	width: 49%;
	line-height: 1.6em;
}
#footer .subContent {
	width: 290px;
	padding-right: 15px;
	padding-top: 15px;
	float: right;
}
#footer ul {
	overflow: hidden;
	margin: 0 0 15px !important;
}
#footer address, #footer li {
	line-height: 1.6em;
}


div#copyright {
	background: url(../images/bottom.png) no-repeat top left;
	padding: 20px 20px 15px;
	text-align: left;
	font-size: 1.3em;
	clear: both;
	width: 960px;
	margin: 0 auto;	
	}
div#copyright p {
	margin: 0 !important;
	color: #999;
	background: url(../images/bbb.png) no-repeat right top;
	line-height: 34px;
}
div#copyright p a {
	color: #999;
}

.free-estimates {
	border: 1px solid #A6A6A6;
	background: #CACACA url(../images/est.png) repeat-x top;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #fff;
	padding: 11px 14px;
	font-size: 1.2em;
	line-height: 1.7em;
}

p.button, span.button {
	overflow: hidden;
	font-size: 0.9em !important;
	float: right;
	padding-bottom: 2px;
	background: #CCCCCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	display: block;
}
.button a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif !important;
	background: #FD7B24 url(../images/button.png) repeat-x bottom;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 4px 10px;
	color: #fff;
	float: right;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
.button a:hover {
	background: #E8570B none;
}
#sidebar p.button a {
	background: #CCCCCC url(../images/button-grey.png) repeat-x bottom;
}
#sidebar p.button a:hover {
	background: #9F9F9F none;
}
.free-estimates span.button {
	background: #B1B1B1;
	font-size: 0.8em !important;
	line-height: 1.6em;
	padding: 0;
}
	
/*~~~~~( Headings & paragraphs )~~~~~~*/
p {
	line-height: 1.6em;
	margin:  0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	line-height: 1em;
	margin: 0 0 15px 0;
	letter-spacing: -0.05em;
	}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em !important;
}
#content h2, #content h1 {
	background: url(../images/rule.png) repeat-x bottom;
	padding-bottom: 15px;
	}
h3 {
	font-size: 1.4em;
	color: #555;
}
h4 {
	font-size:1.2em;
	color: #555;
	}
hr {
	background: #ebebeb;
	border: 0;
	padding: 3px 0 0 0;
	margin: 20px 0 30px;
}
strong {
	font-weight:bold;
	}
em {
	font-style: italic;
}
.center {
	text-align: center !important;
}
blockquote {
	padding: 15px;
	margin: 15px 15px 15px 30px;
	background: #FEFBE0;
	border: 1px solid #F4E3CF;
}
blockquote p {
	margin:0 !important;
	font-size:1em;
	font-style: italic;
}

/*~~~~~( IMG )~~~~~~*/

.aligncenter, .alignleft, .alignright {
	outline: 6px solid #fff;
	padding: 4px;
	border: 1px solid #ebebeb;
	background: #fff;
}
.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.alignright {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*~~~~~( Lists )~~~~~~*/

ul.widgets {
	width: 290px;
}
li.widget {
	margin-bottom: 20px;
}
li.widget .widget_title {
	margin: 0 0 10px !important;
}
li.widget .widget_content {
	border: 1px solid #F1F1F1;
	border-bottom: 2px solid #F1F1F1;
	padding: 14px 14px 0;
}
li.widget .widget_content p {
	margin: 0 0 14px;
}
li.lawn-of-the-month .widget_content img {
	border: 2px solid #EBEBEB;
	display: block;
}
li.widget-button {
	background: url(../images/rule.png) repeat-x bottom;
	padding-bottom: 2px;
}
li.widget-button p {
	border: 1px solid #A7DEF0;
	border-bottom: 0;
	background: #fff url(../images/side-button.png) repeat-x bottom;
	margin: 0;
}
li.widget-button p a {
	color: #3F7F91;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	padding: 14px 14px 13px 59px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
li.widget-button p a.estimate {
	background-image: url(../images/icons/icon_est.png);
}
li.widget-button p a.updates {
	background-image: url(../images/icons/icon_update.png);
}
li.widget-button p a:hover {
	text-decoration: underline;
}


ul.thumbnails {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none inside !important;
}
ul.thumbnails li {
	width: 290px;
	float: left;
	margin-bottom: 15px;
}
ul.thumbnails li img {
	display: block;
	padding: 3px;
	border: 2px solid #EBEBEB;
}
ul.thumbnails li.alt {
	margin-left: 30px;
}


ul.services {
	margin: 0 0 15px !important;
	list-style: none inside !important;
}
ul.services li {
	border-bottom: 2px dotted #F3F3F3;
	width: 290px;
	margin: 0 0 8px;
	padding: 0 0 10px 0;
	float: left;
}
ul.services li.alt {
	float: right;
}
ul.services li img {
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

ul.contact-details {
	margin: 0 0 15px 0;
}
ul.contact-details li {
	padding-left: 24px;
	margin-top: 4px !important
}
ul.contact-details li.tel {
	background: url(../images/icons/tel.png) no-repeat left;
}
ul.contact-details li.fax {
	background: url(../images/icons/fax.png) no-repeat left;
}
ul.contact-details li.twitter {
	background: url(../images/icons/twitter.png) no-repeat left;
}
ul.contact-details li.facebook {
	background: url(../images/icons/facebook.png) no-repeat left;
}
ul.contact-details li.bill {
	background: url(../images/icons/bill.png) no-repeat left;
}

ul.tweets li {
	border-bottom: 2px dotted #F3F3F3;
	background: url(../images/icons/tweet.png) no-repeat left 5px;
	padding: 0 0 0 45px;
	margin-bottom: 12px;
}
ul.tweets li strong {
	display: block;
}


ol.steps {
	list-style: none inside !important;
	margin: 0 0 2px !important;
}
ol.steps li {
	clear: both;
	padding: 0 0 8px;
	margin-bottom: 8px;
	overflow: hidden;
	border-bottom: 2px dotted #F3F3F3;
	line-height: 1.6em;
}
ol.steps li strong {
	display: block;
}
ol.steps li .num {
	background: url(../images/round.png) no-repeat top left;
	font-family: Georgia, Times, "Times New Roman", serif;
	width: 42px;
	height: 43px;
	float: left;
	line-height: 42px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.6em !important;
	font-weight: normal;
	display: inline;
}

#content ul, #content ol {
	line-height: 1.6em;
	font-size: 1em;
	margin: 0 30px 15px 30px;
}
#content ul {
	list-style: circle inside;
}
#content ol {
	list-style: decimal inside;
}
  			
/*~~~~~( Float clearing )~~~~~~*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/**
 * jQuery lightBox
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#content img.left {
  margin: 5px 10px 10px 0px;
}
#content img.right {
  margin: 5px 0px 10px 10px;
}
#content img {
  max-width: 610px;
}



