/* @override http://www.harvesthomefarm.org/stylesheets/hhf_css/ */

@import "http://www.harvesthomefarm.org/stylesheets/reset_css";

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	background: #84725E url(http://www.harvesthomefarm.org/images/layout/woodbg.jpg) repeat-y center top scroll;
	color: #333333;
	font-size: 62.5%;
	line-height: 1.5;
}

#top-cap {
	background: #84725E url(http://www.harvesthomefarm.org/images/layout/content-top-wood.jpg) no-repeat center top scroll;
	height: 140px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#header-wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
	padding: 0px;
}

#main-logo {
	height: 114px;
	right: 25px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 358px;
}

#nav-bottom-wrapper {
	background: transparent url(http://www.harvesthomefarm.org/images/layout/nav-bottom-sliver.jpg) repeat-x left bottom scroll;
	height: 28px;
}

ul#nav-bottom {
	height: 32px;
	font-size: 1.4em;
}

#nav-bottom-wrapper li {
	float: left;
	height: 28px;
	background: transparent url(http://www.harvesthomefarm.org/images/layout/bottom-divider.jpg) no-repeat right bottom scroll;
}

#nav-bottom-wrapper li a:link, #nav-bottom-wrapper li a:visited {
	text-decoration: none;
	height: 27px;
	display: inline-block;
	padding: 3px 15px;
	color: #3F5C67;
}

#nav-bottom-wrapper li a:hover {
	color: #701710;
	background-color: transparent;
}

#nav-bottom-wrapper li.selected a:link {
	color: #701710;
	cursor: default;
}

#hero {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#content-wrapper {
	padding: 3px 20px 0px 20px;
}

.commentpost {
	margin: 2em 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

/* ================Page Layout Styles================= */

#content-inner {
	padding: 24px 0px 0px;
}

#content-inner.full-page {
	background: transparent url(http://www.harvesthomefarm.org/images/layout/full-shadow.jpg) no-repeat center top scroll;
}

#content-inner.one-third-left {
	background: transparent url(http://www.harvesthomefarm.org/images/layout/one-third-left.jpg) no-repeat center top scroll;
}

#content-inner.one-third-right {
	background: transparent url(http://www.harvesthomefarm.org/images/layout/one-third-right.jpg) no-repeat center top scroll;
}

#content-inner.one-third-left #one-third {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 25px;
	display: inline;
}

#content-inner.one-third-left #two-thirds {
	float: right;
	width: 575px;
	margin: 0px 25px 0px 0px;
	display: inline;
}

#content-inner.one-third-right  #one-third {
	float: right;
	width: 250px;
	margin: 0px 25px 0px 0px;
	display: inline;
}

#content-inner.one-third-right #two-thirds {
	float: left;
	width: 575px;
	margin: 0px 0px 0px 25px;
	display: inline;
}

/* ================Page Content Styles================= */

#content-inner ul {
	font-size: 1.2em;
	margin-bottom: 18px;
}

ul#upcoming_events {
	margin-bottom: 36px;
}

ul#upcoming_events li {
	border-bottom: 1px solid #ccc ;
	padding: 0px 0px 6px 0;
	margin: 0 0 6px 0;
}
ul#upcoming_events a:link, ul#upcoming_events a:visited{
	text-decoration: none;
}

ul#upcoming_events a:hover, ul#upcoming_events a:active{
	text-decoration: underline;
}

#upcoming_events li span {
	display: block;
	font-style: italic;
	color: #8e8e8e;
}


/* ================Page Bottom Styles================= */

#page-bottom {
	background: transparent url(http://www.harvesthomefarm.org/images/layout/footer-wood.jpg) no-repeat scroll center bottom;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
}

/* ================Footer Layout and Styles================= */

#footer-wrapper {
	width: 960px;
	margin: 0px auto 18px;
	padding-top: 30px;
	font-size: 1.2em;
}

#links-wrapper {
	margin: 0px 10px 0px 50px;
	padding-top: 24px;
	background: transparent url(http://www.harvesthomefarm.org/images/layout/full-shadow.jpg) no-repeat center top scroll;
}

#links-wrapper .column {
	padding: 0pt 0pt 0pt 18px;
	width: 169px;
}

.column.first {
	padding-left: 0pt !important;
}

.column {
	display: inline;
	float: left;
}

.column.last {
	width: 150px !important;
}

#links-wrapper a:link, #links-wrapper a:visited {
	color: #333;
	text-decoration: none;
}

#links-wrapper a:hover {
	text-decoration: underline;
}

#links-wrapper ul li {
	font-weight: bold;
}

#links-wrapper ul li ul {
	margin-left: 12px;
}

#links-wrapper ul li ul li {
	font-weight: normal;
}

#links-wrapper .column p {
	color: #333;
	font-size: 11px;
}

#sosumi {
	text-align: center;
	color: #999999;
	font-size: 10px;
	margin: 24px 0pt 0pt;
}

#sosumi p {
	margin-bottom: 0px;
}

/* ================Header Styles================= */

h1 {
	font-size: 2.4em;
	color: #632608;
	clear: both;
	margin: 0px 0px 18px;
	padding: 0pt;
}

h2 {
	font-size: 1.8em;
	color: #3F5C67;
	margin: 0px 0px 12px;
	padding: 0pt;
}

h3 {
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
	margin: 6px 0px 6px;
	padding: 0pt;
	font-weight: bold;
}

/* ================Contact Form ================= */

#contactform {
	clear: both;
	line-height: 25px;
	padding: 0px 0pt;
}

#contactform label {
	display: block;
	float: left;
	font-size: 12px;
	padding-right: 5px;
	text-align: right;
	width: 150px;
}

#contactform ul li {
	list-style: none;
	clear: both;
	padding: 3px 0pt;
}

#contactform input, #contactform textarea {
	border: 1px solid #CCCCCC;
	color: #333333;
	font-family: 'lucida grande','trebuchet ms';
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 3px;
	width: 300px;
}

fieldset ul li.short input {
	width: auto;
}

#contactform li.captcha label {
	display: none;
}

#contactform li.captcha span {
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 150px;
}

#contactform li.submit_button {
	padding-left: 155px;
}

#contactform li.submit_button input.submit_button {
	width: auto;
}

.captcha .textfield {
	width: 150px;
}

.auto_clear {
	color: #999999;
}

/* ================Quick Links================= */

p.radio_title {
	font-style: italic;
	margin-bottom: 0px;
}

p.radio_info a {
	
}

ul#quicklinks {
	margin-left: 12px;
	width: 250px;
}

ul#quicklinks li a:link, ul#quicklinks li a:visited {
	font-size: 1.2em;
	border-left: 5px solid #E8E8E8;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	margin: 2px;
	display: block;
}

ul#quicklinks li a:hover {
	border-left: 5px solid #CCCCCC;
	padding: 5px 0px 5px 10px;
	color: #632608;
}

ul#quicklinks li p {
	font-size: 12px;
}

ul#quicklinks li a:link.selected, ul#quicklinks li a:visited.selected {
	border-left: 5px solid #CCCCCC;
	padding: 5px 0px 5px 10px;
	color: #632608;
	cursor: default;
}

/* ================Photo Gallery================= */

.gallery_table th {
	clear: both;
	color: #632608;
	font-size: 2.4em;
	margin: 0px 0px 18px;
	padding: 0pt;
}

.gallery_table {
	margin: 0pt;
}

.gallery_table td {
	border-top: 1px solid #CCCCCC;
	color: #646464;
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 1.2em;
	text-align: center;
}

.gallery_table td.thumbs {
	padding: 25px 24px 25px 0px;
}

.gallery_table .alternaterows {
	background-color: #F6F6F6;
	border-top: 1px solid #CCCCCC;
}

div.title {
	margin-top: 12px;
}

div.paginate {
	border-top: 1px solid #CCCCCC;
	padding: 12px 0px 1px;
	text-align: center;
}

/* ================Image Classes================= */

.floatleft {
	float: left;
	margin-bottom: 18px;
	text-align: center;
	margin-right: 18px;
}

.floatright {
	text-align: center;
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;
}

.floatcenter {
	text-align: center;
	clear: both;
	margin: 0px auto 18px;
}

.clearboth {
	clear: both;
}

/* ================Utilities================= */

p, ol {
	font-size: 1.2em;
	margin-bottom: 18px;
}

p.postmeta {
	font-size: 1em;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	font-size: 1.4em;
	margin-bottom: 18px;
	border-left: 5px solid #E8E8E8;
	padding: 5px 0px 5px 10px;
	color: #3F5C67;
}

ul li ul, ol li ol {
	font-size: 1em;
}

#two-thirds ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 18px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
}

.clearboth {
	clear: both;
	display: block;
	height: 0pt;
	visibility: hidden;
}

hr.clearboth {
	height: 0px;
	margin: 0pt;
	padding: 0pt;
	visibility: hidden;
}

a:link, a:visited {
	padding: 2px 0px;
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

#nav-top-wrapper {
	width: 920px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	z-index: 9998;
}

#nav-top-wrapper #nav-top {
	margin: 0;
	padding: 0;
}

#nav-top-wrapper #nav-top li {
	display: inline;
}

#nav-top-wrapper #nav-top li a {
	float: left;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
}

#nav-top-wrapper #nav-top li a, #nav-top-wrapper #nav-top {
	background-image: url(http://harvesthome.pmhclients.com/images/layout/main_nav_bg.gif);
	_background-image: url(http://harvesthome.pmhclients.com/images/layout/main_nav_bg.gif);
	background-repeat: no-repeat;
}

/* BUTTONS */

#nav-top-wrapper #nav-top li#home a {
	background-position: 0 0;
	width: 95px;
}

#nav-top-wrapper #nav-top li#about a {
	background-position: -95px 0;
	width: 90px;
}

#nav-top-wrapper #nav-top li#programs a {
	background-position: -185px 0;
	width: 100px;
}

#nav-top-wrapper #nav-top li#farm a {
	background-position: -285px 0;
	width: 90px;
}

#nav-top-wrapper #nav-top li#products a {
	background-position: -375px 0;
	width: 94px;
}

#nav-top-wrapper #nav-top li#get_involved a {
	background-position: -469px 0;
	width: 119px;
}

#nav-top-wrapper #nav-top li#contact a {
	background-position: -588px 0;
	width: 89px;
}

#nav-top-wrapper #nav-top li#photos a {
	background-position: -677px 0;
	width: 79px;
}

#nav-top-wrapper #nav-top li#blog a {
	background-position: -756px 0;
	width: 59px;
}

#nav-top-wrapper #nav-top li#calendar a {
	background-position: -815px 0;
	width: 105px;
}

/* OVER STATES */

#nav-top-wrapper #nav-top li#home a:hover, #nav-top-wrapper #nav-top li#home.selected a {
	background-position: 0 -30px;
}

#nav-top-wrapper #nav-top li#about a:hover, #nav-top-wrapper #nav-top li#about.selected a {
	background-position: -95px -30px;
}

#nav-top-wrapper #nav-top li#programs a:hover, #nav-top-wrapper #nav-top li#programs.selected a {
	background-position: -185px -30px;
	width: 100px;
}

#nav-top-wrapper #nav-top li#farm a:hover, #nav-top-wrapper #nav-top li#farm.selected a {
	background-position: -285px -30px;
	width: 90px;
}

#nav-top-wrapper #nav-top li#products a:hover, #nav-top-wrapper #nav-top li#products.selected a {
	background-position: -375px -30px;
	width: 94px;
}

#nav-top-wrapper #nav-top li#get_involved a:hover, #nav-top-wrapper #nav-top li#get_involved.selected a {
	background-position: -469px -30px;
	width: 119px;
}

#nav-top-wrapper #nav-top li#contact a:hover, #nav-top-wrapper #nav-top li#contact.selected a {
	background-position: -588px -30px;
	width: 89px;
}

#nav-top-wrapper #nav-top li#photos a:hover, #nav-top-wrapper #nav-top li#photos.selected a {
	background-position: -677px -30px;
	width: 79px;
}

#nav-top-wrapper #nav-top li#blog a:hover , #nav-top-wrapper #nav-top li#blog.selected a {
	background-position: -756px -30px;
	width: 59px;
}

#nav-top-wrapper #nav-top li#calendar a:hover, #nav-top-wrapper #nav-top li#calendar.selected a {
	background-position: -815px -30px;
	width: 105px;
}

/* PRESSED STATES */



#nav-top-wrapper #nav-top li#home a:active {
	background-position: 0 -60px;
}

#nav-top-wrapper #nav-top li#about a:active {
	background-position: -95px -60px;
}

#nav-top-wrapper #nav-top li#programs a:active {
	background-position: -185px -60px;
	width: 100px;
}

#nav-top-wrapper #nav-top li#farm a:active {
	background-position: -285px -60px;
	width: 90px;
}

#nav-top-wrapper #nav-top li#products a:active {
	background-position: -375px -60px;
	width: 94px;
}

#nav-top-wrapper #nav-top li#get_involved a:active {
	background-position: -469px -60px;
	width: 119px;
}

#nav-top-wrapper #nav-top li#contact a:active {
	background-position: -588px -60px;
	width: 89px;
}

#nav-top-wrapper #nav-top li#photos a:active {
	background-position: -677px -60px;
	width: 79px;
}

#nav-top-wrapper #nav-top li#blog a:active {
	background-position: -756px -60px;
	width: 59px;
}

#nav-top-wrapper #nav-top li#calendar a:active {
	background-position: -815px -60px;
	width: 105px;
}

#eventcalendar {
	border-collapse: collapse;
}

#monthlinks ul, #monthlinks li {
	display: inline;
}
#monthlinks li {
	padding: 5px;
}

.calendarBG {
	background-color: #666666; 
	width:100%;
}

.calendarBG td {
padding: 5px;
border-bottom: 3px solid #f5f5f5;
}

.calendarBlank { 
	 background-color: #f5f5f5;
}

.calendarHeader { 
	color: #ffffff; 
	text-align: center;
	background-color: #515041;
	margin: 10px 0px;
}

.calendarHeader a {
	display: block;
}

.calendarMonthLinks {
	text-align: center;
	 font-weight:		bold;
	 color:             #fff;
	 background-color:  transparent;
}

tr.calendarHeader th {
text-align: center;	
padding: 5px;
	font-weight: bold;
	font-size: 18px;
}

.calendarMonthLinks a {
 	color:             #fff;
 	text-decoration:   none;
 	background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 	color:             #fff;
 	text-decoration:   none;
 	background-color:  transparent;
}

.calendarMonthLinks a:hover {
 	color:             #ccc;
 	text-decoration:   underline;
 	background-color:  transparent;
}

.calendarDayHeading {
 	font-weight: bold; 
 	font-size:	13px;
 	color: #fff; 
 	background-color: #756e63; 
 	text-align:  center;
 	vertical-align: middle;
 	height: 20px;
}


.calendarCell, .calendarToday {
 color:             #666;
 background-color:  #fff;
 width: 85px;
 height: 90px;
 vertical-align: top;
 padding: 5px;
}

.calendarToday { 
	background-color: #f3fcd4;
}

.calendarCell span, .calendarToday span {
	display: block;
	margin-bottom: 5px;
}


.calendarCell a, .calendarToday a {
 	color: #5289B2;
	text-decoration: none;
 	background-color: transparent;
	display: block;
	margin-bottom: 5px;
}

.calendarCell a:visited {
 text-decoration:   none;
 background-color:  transparent;
}



.calendarCell a:hover, .calendarToday a:hover {
 text-decoration:   underline;
 background-color:  transparent;
}
