body, html {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #ffffff url(/images/rightBg.jpg) top right repeat-y;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #000000;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	width: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	background: url(/images/rightBg.jpg) top right repeat-y;
}

.no-indent {
	margin-left: 0px;
}

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

.alignleft {
   float: left;
   margin-right: 10px;
   margin-bottom: 7px;
   margin-top: 10px;
}

.alignright {
   float: right;
   margin-left: 10px;
   margin-bottom: 7px;
   margin-top: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #e6f0f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

h1 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #1b5e93;
	padding-bottom: 5px;
}

h4 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	text-decoration: underline;
}

#commentform textarea {
	width: 300px;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contactform {
	margin-left: 30px;
	margin-top: 45px;
}

#contactform textarea {
	width: 300px;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contactform input[type="text"] {
	margin: 0;
	padding: 0;
}

.searchresult {
	margin-left: 10px;
}

form#searchform input[type="text"] {
	padding-left: 27px;
	padding-top: 4px;
	background: #ffffff url(/images/search_bgImg.jpg) center left no-repeat;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}

#searchsubmit {
	background: #1b5e93;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	height: 27px;
}

#searchsubmit:hover {
	background: #3c6a8f;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #3366FF;
}

.center {
	text-align: center;
}

img {
	border: 0px;
	text-decoration: none;
}

.noUnderline {
	text-decoration: none;
}

/* Header */

#headerWrapper {
	position: relative;
	height: 277px;
	width: 100%;
	background: url(/images/headerWrapperBg.jpg) top left repeat-x;
	z-index: 3;
}

#leftHeader {
	position: absolute;
	left: 80px;
	width: 410px;
	height: 234px;
	background: url(/images/leftHeaderBg.jpg) no-repeat;
	z-index: 5;
}

/* Right Header */

#rightHeader {
	position: absolute;
	right: 50px;
	width: 495px;
	height: 234px;
	background: url(/images/rightHeaderBg.jpg) no-repeat;
	z-index: 4;
}

#tagline {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 100%;
	height: 20px;
}

#tagline p {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/* Navigation Bar */

#navigation {
	position: absolute;
	left: 0px;
	top: 236px;
	width: auto;
	height: 39px;
	z-index: 6;
}

#navigation a {
	display: inline-block;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-left: 20px;
	padding-right: 20px;
	height: 38px;
	text-decoration: none;
}

#navigation ul {
	width: auto;
	height: 39px;
	padding: 0;
	margin-top: 0px;
	list-style: none;
}

#navigation li {
	display: inline;
	list-style-type: none;
	float: left;
	height: 39px;
	text-align: center;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #C7DDF3;
}

#subscribe {
	position: absolute;
	right: 0px;
	top: 237px;
	width: 275px;
	height: 39px;
	z-index: 6;
	background: url(/images/rss.jpg) left center no-repeat;
}

#subscribe p {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #ffffff;
	padding-left: 60px;
	padding-top: 10px;
	margin: 0;
}

#subscribe a {
	color: #8cddff;
	font-weight: normal;
	text-decoration: none;
}

#subscribe a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Main post */

.left-content {
	position: relative;
	margin-left: 25px;
	margin-right: 425px;
	margin-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: auto;
	min-height: 1000px;
	
}

.post {
	position: relative;
	margin-left: 25px;
	margin-right: 425px;
	margin-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: auto;
	
}

.post h1 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #1b5e93;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.post h2 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #1b5e93;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.post h1 a {
	color: #1b5e93;
	text-decoration: none;
}

.post h2 a {
	color: #1b5e93;
	text-decoration: none;
}

.post .date {
	color: #1b5e93;
}

.post p {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	line-height: 140%;
	text-indent: 0px;
}

.post a {
	color: #1b5e93;
}

/* Main content */

#content {
	position: relative;
	margin-left: 100px;
	margin-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 50%;
	height: auto;
}

#content h1 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #1b5e93;
	padding-left: 12px;
	padding-bottom: 5px;
	background: url(/images/h1Underline.jpg) bottom left no-repeat;
}

#content h1 a {
	color: #1b5e93;
	text-decoration: none;
}

#content p {
	line-height: 20px;
}

/* Right Content */

#rightContent {
	position: absolute;
	right: 10px;
	top: 300px;
	width: 375px;
	height: auto;
	z-index: 100;
}

#rightContent ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
}

#rightContent li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#rightContent h1 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 20px;
	padding: 0px;
}

#rightContent h2 {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 20px;
	padding: 0px;
}

#rightContent .morePosts {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 8px;
	color: #ffffff;
}

#rightContent a {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a5d2ff;
	text-decoration: underline;
}

#rightContent ol {
	margin: 0px;
	padding: 0px;
}

#rightContent a:hover {
	text-decoration: none;
}

#rightContent .relatedLinks {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	width: 235px;
	text-align: center;
}

/* Comments */

#comments {
	position: relative;
	width: 450px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 15px;
}

#comments a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2087D2;
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.push {
	height: 100px; /* .push must be the same height as .footer */
}

.footer {
	height: 100px; /* .push must be the same height as .footer */
	text-align: center;
	background: #4a4a4a;
	color: #ffffff;
	border-top: 2px solid #ffffff;
}

.footer a {
	color: #a5d2ff;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

/*

	SAMPLE WORK
	
*/

#sampleWorkBeFit {

	position: relative;
	
	float: left;
	
	width: 200px;
	height: 200px;
	
	padding-right: 10px;
	padding-bottom: 5px;
	
	background: url(/images/befit-sample.jpg) top left no-repeat;

}

#sampleWorkALLawn {

	position: relative;
	
	float: left;
	
	width: 200px;
	height: 200px;
	
	padding-right: 10px;
	padding-bottom: 5px;
	
	background: url(/images/allawn-sample.jpg) top left no-repeat;

}

.sampleHR {

	margin-top: 20px;
	margin-bottom: 20px;

}

.sampleParagraph {

	min-height: 200px;
	height: auto;

}