/*
Theme Name: Amesbury Web (Cultivatr)
Theme URI: http://amesburyweb.com/
Description: The theme that has graced the Amesbury Web site since May 2011.
Version: 3.0
Author: Randy Hoyt
*/
/* -------------------------------------- */
/* -------  GLOBAL ELEMENTS  ------------ */
body,h1,h2,h3,h4,h5,h6,form,fieldset,img,span,div,p,ul,li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url(images/background.png) top center #4f0909 no-repeat;
	font: 0.75em Tahoma;
	text-align: center;
	color: #38312e;
}

a {
	color: #EEEEEE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#centered {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	padding-top: 200px;
	background: url(images/amesbury-web.png) no-repeat;
}

#page_details {
	text-align: center;
	font: 2.3em Tahoma;
	color: #EEEEEE;
	line-height: 1.5em;
	letter-spacing: 1px;
}
	#page_details a {
		color: #EEE;
		text-decoration: underline;
	}
		#page_details a:hover {
			text-decoration: none;
		}
	
#padding {
	padding: 40px 33px;
}
	#padding:after {
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
	}
	#padding {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html #padding { height: 1%; }
	#padding { display: block; }
	/* End hide from IE-mac */
	
#related_pages {
	float: right;
	width: 320px;
	margin-bottom: 25px;
	margin-top: 12px;
}
	#related_pages h2 {
		background: url(images/header_bg.png) no-repeat #3b0505;
		font: 1.8em Tahoma;
		color: #ffffff;
		padding: 16px 0px 17px 75px;
	}
	#related_pages ul {
		padding: 6px 15px;
		list-style: none;
	}
		#related_pages ul li {
			border-bottom: 1px solid #360505;
			padding: 9px 0px 9px 31px;
			background: url(images/bullet.png) 8px 14px no-repeat;
		}
			#related_pages ul li a {
				color: #ffffff;
			}
			
#description {
	float: left;
	width: 530px;
	margin-bottom: 25px;
}
	#description h1 {
		color: #ffffff;
		font: 2.3em Tahoma;
		margin-bottom: 6px;
	}
	#description h2 {
		color: #ffffff;
		font: 1.8em Tahoma;
		margin-bottom: 11px;
	}
	#description p {
		color: #be5858;
		line-height: 1.7em;
		font-size: 1.2em;
		padding: 5px 0px;
		margin-bottom: 20px;
	}
	
	#description .input1 {
		padding: 11px 0px 12px 10px;
		width: 250px;
		font: 1.2em Tahoma;
		color: #3b0505;
		background: #ffffff;
		border: 0px;
		float: left;
	}
	#description .input2 {
		float: left;
	}
	
#footer {
	border-top: 2px solid #3b0505;
	clear: both;
	text-align: right;
	color: #b94d4d;
	padding: 25px 25px 0px 0px;
}
	#footer a {
		text-decoration: underline;
	}
	
	#footer #mininav {
		margin-top: 13px;
	}
		#footer #mininav a {
			display: inline-block;
			text-decoration: none;
			background: #310707;
			padding: 5px 7px;
		}
			#footer #mininav a:hover {
				background: #650d0d;
			}
			
			
html body .gform_wrapper .left_label .gfield_label {color: #FFF; text-align: right;}
html body .gform_wrapper .gfield_required {color: #F88;}			