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

/*  
Theme URL: http://www.derbyshirelawncare.com
Description: Derbyshire Lawn Care
Author: Joshua Gutteridge (Skyte Media)
Author URL: http://www.skytemedia.com/

Copyright (c) Derbyshire Lawn Care

*/

/* Generic
---------------------------------------------------------------------------------*/
body {
	background: #81A635 url(../images/bg_main.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

/* Typography
---------------------------------------------------------------------------------*/
h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 22px;
	color: #333;
}

h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	color: #333;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	line-height: 1.6em;
}

.red {color: red;}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color: #333;
}

a:hover {
	color: #999;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 867px;
	margin: 54px auto 0 auto;
}

#header_container {
	background-image: url(../images/bg_logo.png);
	width: 867px;
}

#header_left {
	float: left;
	padding: 0 0 8px 20px;
}

#header_right {
	float: right;
	padding: 0 20px 0 0;
}

#content_container {
	width: 827px;
	clear: both;
	background: #FFF url(../images/bg_content.png) repeat-x;
	padding: 0 20px;
}

#content_left {
	float: left;
	width: 542px;
}

.spacer {
	width: 502px;
	padding: 0 0 20px 0;
	margin-top: 10px;
	border-top: 2px dotted #CCC;
}

#content_left li {
	line-height: 1.6em;
	list-style-type: circle;
}

.content_left_item {
	width: 502px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 20px;
	padding: 20px;
}

#content_left h1 {
	background-color: #EEE;
	color: #333;
	padding: 10px 20px;
	border-bottom: 1px solid #CCC;
}

.content_left_split {
	width: 200px;
	float: left;
	padding-bottom: 20px;
}

.image {
	background-color: #EEE;
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 20px;
}

#content_right {
	float: right;
	width: 260px;
	padding: 0 23px 0 0;
}

.content_right_item {
	width: 260px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 20px 0 0 20px;
	position: relative;
}

#twitter {
	position: absolute;
	width: 80px;
	height: 80px;
	right: -20px;
	top: -20px;
	background-image: url(../images/twitter.png);
}

#pdf {
	position: absolute;
	width: 80px;
	height: 80px;
	right: -20px;
	top: -20px;
	background-image: url(../images/pdf.png);
}

.content_right_item h2, #lower_container h2 {
	background-color: #EEE;
	color: #333;
	padding: 10px 20px;
	border-bottom: 1px solid #CCC;
}

.content_right_item p, #lower_container p {
	padding: 20px;
}

#lower_container {
	clear: both;
	padding: 20px 20px 0 20px;
	background-color: #FFF;
}

.item {
	width: 260px;
	float: left;
	border: 1px solid #CCC;
	position: relative;
	height: 275px;
}

#content_end {
	background-image: url(../images/bg_end.png);
	height: 20px;
	clear: both;
}

#footer {
	clear: both;
	padding: 20px;
	width: 867px;
	font-size: 12px;
}

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

.info {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 20px 20px 0 20px;
}

.field, .field2, .text_box, .text_box_quote{
	border-top: 1px solid #AAA;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #AAA;
	padding: 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.field {
	width: 236px;
}

.field2 {
	width: 100px;

}
.field3 {
	width: 100px;
	visibility:hidden;
}
.EmailAlt {

   	display:none;
}

.button {
	border: 1px solid #888;
	background-color: #EEE;
	padding: 5px;
	cursor: pointer;
}

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */