/*
Theme Name: Keystone Gardens Theme
Theme URI: http://dinkuminteractive.com/
Description: Wordpress Theme based off original site design.
Version: 1.0
Author: Adam Plante
Author URI: http://dinkuminteractive.com/

If you are the original graphic designer for the layout, feel free to give yourself credit here.

*/



/* basic common styles and classes for HTML elements. */

* {
  margin: 0;
  padding: 0;
}

html {
  color: #336633;
  background-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6, h7, p, ul, ol, hr, blockquote {
  margin-bottom: 1em;
}

a:link {
 color: #336633;
}
a:visited {
 color: #456F45;
}
a:hover, a:active {
 color: #284F27;
}

.postmetadata {
	clear: both;
}

.post {
  margin: 0 0 40px;
  border-bottom: 1px dotted #336633;
}

.clear {
	clear: both;
}

#wrapper {
  width: 798px;
  margin: 1em auto 0.5em auto;
}

#topIvy {
  background: #FFF8DC url('images/leaves_dividercornsilk.jpg') top left no-repeat;
  height: 47px;
}
#masthead {
  background: #FFF8DC url('images/cornsilklogo.gif') top left no-repeat;
  height: 105px;
}
#phoneNumber {
  font-size: 12px;
  font-weight: bold;
  margin-right: 52px;
  padding-top: 8px;
  text-align: right;
}
#nav {
  margin-top: 5px;
  margin-left: 230px;
  font-size: 13px;
}
.sf-menu ul.servicesMenu {
  width: 240px;
}

#contentArea {
  background: #B3C498 url('images/bkgrd_cornsilk.jpg') repeat-x scroll left top;
  padding-top: 15px;
}

#columnWrapper {
  min-height: 400px;
  margin: 0 30px;
  border: thin dotted #829C5B;
  padding-top: 15px;
}

#main {
  float: left;
  width: 497px;
  padding: 0 14px;
}
#mainPage {
  padding: 0 10px;
}

#heading {
  text-align: right;
  margin-bottom: 30px;
}
.headingLeaf {
  padding: 6px 0 30px 51px;
  background: transparent url('images/heading-leaf.png') no-repeat 0 -1px;
  display: inline;
  margin-bottom: 15px;
}

h1.pageHeading {
  display: inline;
  padding: 0 5px 2px 10px;
  font-family: "Times New Roman",Times,serif;
  font-size: 25px;
  color: #336534;
  font-weight: normal;
  background: transparent url(images/heading-underline.png) repeat-x scroll 0 bottom;
}

#mainPage .post {
  border-bottom: 0 none;
}

/* Home page Styles */
.homeheadline {
  float: left;
  width: 181px;
  font-family: "Times New Roman",Times,serif;
  padding: 128px 30px 15px 10px;
}
.homeheadline1 {
  display: block;
  font-size: 48px;
}
.homeheadline2 {
  font-size: 36px;
}
p.homecopy {
  width: 90%;
  margin: 0 auto;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding-top: 15px;
  text-align: justify;
}

/* Begin Sidebar */
#sidebar {
  float: left;
  width: 185px;
  padding: 0 10px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#contentBottom {
  color: #336633;
  background: #FFF8DC url('images/bottom_cornsilk.jpg') top left repeat-x;
  text-align: center;
  padding: 20px 0;
}

#footer {
  padding-top: 5px;
  color: #FFF8DC;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  background-color: black;
}
#footer a:link,
#footer a:visited {
  color: #FFF8DC;
}

/* taken from default theme's CSS */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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;
	}

/* Begin Comments*/
.alt {
	margin: 0 0 20px 0;
	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;
	}


/* 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;
	}

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

.center {
	text-align: center;
	margin: 0 auto;
	}
	
.justify {
  text-align: justify;
}
.justify .left_window, .justify .right_window{
	width: 44%;
	padding: 10px 10px 10px 30px;
	float: left;
}
.justify .left_window form{
	text-align: left;
}
.justify .right_window #SignUp table{
	background: none;
	border: none;
}
.justify .right_window #SignUp table tr td{
	padding: 2px;
}
.slimColumn {
  width: 77%;
}

.hidden {
	display: none;
	}
	
.screen-reader-text {
  position: absolute;
  left: -1000em;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* 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;
}

/* contact form styles */

.contactForm #input_1_6 li, 
.contactForm #input_1_13 li {
  float: left;  
} /* this is disabled in IE 6 & 7 via css/ie6.css and css/ie7.css */

.gfield_label {
  clear: both;
}

/* order form styles */
table.mulchCalc tr td {
  padding: 5px;
}

.border td {
  border:thin solid #819B5A;
}
.orderhdrs {
  background-color:#336633;
  color:#FBFBB5;
  font-weight:bold;
}

#calcForm,
#orderFormContainer {
  width: 600px;
  margin: 0 auto;
}

table.orderForm td {
  padding: 5px 10px;
}

.yellowForm,
.serverMessage {
  padding: 25px;
  background-color: #FBFBB5;
  border: 1px solid #336633;
}