* {
}


a {
	text-decoration: none;
	}

/*------------ Typography------------ */

p	{
	color: #262626;
	font-size: .9em;
	margin-bottom: 1.2em;
	}

a	{
	color: #889947;
	}

a:hover	{
	color: #4d5b28;
	text-decoration: underline;
	}

h1	{
	}
	

div.h1_wrap h1  {
       color: #462F25;
       font-size: 1.4em;
       line-height: 1.5em;
       padding-bottom: 0.05em;
       margin-bottom: 0.3em;
       border-bottom: 2px solid #877871;
       margin-right: 23px;
       }      

div.h1_wrap {
       background: url(../images/h2_border_ornament.gif)  right bottom no-repeat;
     padding:0 0 1px 0;
       }
       
h2      {
       color: #462F25;
       font-size: 1.4em;
       line-height: 1.5em;

       }

div.channel_description {
       color: #666;
       font-size: .8em;
       line-height: 1.2em;
       margin-bottom: 1.2em;  
       }
	
h3	{
	color: #462F25;	
	font-size: 1.1em;
	line-height: 1.2em;
	}	
	
h4 {
	color: #462F25;	
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 0.1em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #877871;
	margin-right: 12px;
	}

h5	{
	font-size: 0.9em;
	line-height: 1.2em;
	color: #624E46;
	font-style: italic;	
	}


/*------------ Primary Layout ------------*/
html	{
	background: #4d5b28;
	}
div#site_wrap {
	width: 1024px;
	margin: 0 auto;
	background: url(../images/site_background.jpg) 0 0 #4d5b28 no-repeat;
	}
	
div#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

div.col1 {
	float: left;
	width: 180px;
	margin-right: 39px;
	}

div.col2 {
	float: left;
	width: 400px;
  padding-left:20px;
	margin-right: 40px;
	}

		
	body#two_column div#content div.col2 {
		width: 580px;
		}	

div.col3 {
	float: left;
	width: 260px;
	}

div.clear_float {
	clear: both;
	}
	
	
/*------------ Header ------------*/
div#header {
	position: relative;
	}

div#contact {
	position: absolute;
	left: 800px;
	top: 0;
	}
	
div#header h1 {
	width: 0;
	height: 0;
	text-indent: -99999px;
	}

div#contact {
	background: url(../images/contact_background.gif) 0 0 no-repeat;
	width: 147px;
	height: 74px;
	z-index: 2;
	}

div#contact ul {
	margin-top: 10px;
	margin-left: 15px;
	}
	
div#contact ul li {
	margin-bottom: 0.8em;
	}
	
div#contact ul li a {	
	color: #C0C99D;
	font-size: 0.9em;
	padding-left: 35px;
	}

div#contact ul li a:hover {	
	color: #889947;
	}

div#contact ul li a#contact_us {	
	background: url(../images/contact_us.gif) 0 0 no-repeat;
	}

div#contact ul li a#rss_feed {	
	background: url(../images/rss_feed.gif) 2px 0 no-repeat;
	}


/*------------ Navigation ------------*/

/* Main Nav */

div.main_nav {
  position:absolute;
  width:100%;
  height:264px;
	left: 20px;
	}
ul.main_nav {
  position:absolute;
  bottom:0px;
  width:950px;
  margin-left:.6em;
  height:35px;
  }
ul.main_nav li {
	display: inline;
	margin-right: 1.4em;
	padding-right: 2em;
	background: url(../images/main_nav_divider.png) bottom right no-repeat;
	padding-bottom: 16px;
	}

ul.main_nav li a {
	color: #B2BD88;
	}

ul.main_nav li a:hover	{
	color: #889947;
	}

ul.main_nav li.active a {
	color: white;
	background: url(../images/main_nav_active.png) 0 0 no-repeat;
	padding-left: 1.3em;
	}

ul .sf-sub-indicator {
	display:none;
	}

/* Superfish Sub Nav */

ul.main_nav ul li {
	height: auto;
	width: 8em;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #333;
	}
	
ul.main_nav ul li a, ul.main_nav li.active ul li a {
	font-size: 0.7em;
	font-family: arial, sans-serif;
	color: white;
	text-indent: 0;
	height: auto;
	background-image: none;
	padding: 0;
	}

ul.main_nav ul li a:hover {
	color: #B2BD88;	
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			9em; /* match ul width */
	top:			0;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			9em; /* match ul width */
	top:			0;
}

ul ul .sf-sub-indicator	{
	display:inline;
	}


/* Static Sub Nav */

div.second_nav	{
	margin-top:20px;
	}

ul.second_nav {
	margin-left: 20px;
	}
	
ul.second_nav li {
	font-size: 0.8em;
	margin-bottom: 1em;
	}
		
ul.second_nav li a {
	display: block;
	}
	
ul.second_nav li a.active {
	margin-bottom: 0.5em;
	color: #462F25;
	background: url(../images/2nd_nav_active.gif) 0 0 no-repeat;
	padding-left: 13px;
	margin-left: -13px;
	}


	
/*------------ Content ------------*/

div#content_wrap {
	width: 980px;
	margin: 264px auto 0 auto;
	background: url(../images/content_top.gif) 0 0 no-repeat #e0e0e0;
	}

div#content {
	width: 940px;
	margin: 0 20px 20px 20px;
  overflow:hidden;
	}
	
div#content_bottom {
	background: url(../images/content_bot.gif) bottom left no-repeat #e0e0e0;
	height: 127px;
  margin-top:-80px;
	}
	
div#content div.col1 {
	margin-top: 34px;
	}

div#content div.col2 {
	margin-top: 65px;
	border-left: 1px solid #ccc;
	padding-bottom:100px;
	margin-bottom:100px;
	}
	
div#content div.col3 {
	margin-top: 15px;
	}


/* Mailing List Form */

div#mailing_list {
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #ccc;
	}

div#mailing_list h3 {
	background: url(../images/mailing_list.gif) 0 0 no-repeat;
	width: 177px;
	height: 74px;
	text-indent: -99999px;
	margin-bottom: 1em;
	}

input.text_field {
	color: #404040;
	font-size: 0.7em;
	line-height: 1em;
	width: 170px;
	background-color: #F1F3E9;
	border: 1px solid #462F25;
	padding: 0.25em;
	margin-bottom: 0.5em;	
	}

input.submit_button {
	font-family: arial, sans-serif;
	color: #738726;
	}
	
/*Custom Widget*/

div.widget {
	margin-bottom: 1.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;	
	}

div.widget .widget_title {
	margin-bottom: 0.4em;
	
	color: #462F25;	
	font-size: 1.1em;
	line-height: 1.2em;
	text-align:left;
	}
	
div.widget p {
	color: #404040;
	font-size: 0.8em;
	line-height: 1.3em;
	}

/*News from the Farm*/

div.news	{
	width: 261px;
	}
	
h3.news	{
	background: url(../images/news_top.jpg) 0 0 no-repeat;	
	width: 261px;
	height: 125px;
	text-indent: -99999px;
	}

div#news_bottom {
	width: 261px;
	height: 231px;
	background: url(../images/news_bottom.jpg) bottom left no-repeat;
	margin-top: -100px;
	}

ul.news	{
	background: url(../images/news_middle.jpg) 0 0 repeat-y;	
	width: 251px;	
	padding: 0 20px 0 22px;
	margin-top: -25px;
	}
	
ul.news li	{
	color: #462F25;	
	font-size: .8em;
	line-height: 1.2em;	
	margin-bottom: 1em;
	}
ul.news li a {
	display:block;
	width:220px;	
}


/*------------ Footer ------------*/

div#footer {
	width: 940px;
	margin: 0 auto;
	background: url(../images/footer.gif) 0 0 no-repeat #333333;
	padding: 20px 18px 20px 18px;
	}

div#footer div.col2, div#footer div.col3 {
	border-left: 1px solid #404040;
	margin-left: -21px;
	padding-left: 20px
	}
	
div#footer p  {
	font-family: arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	}

div#footer p {
	color: white;
	margin-bottom: 1em;
	}
	
div#footer a {
	font-family: arial, sans-serif;
	color: #C0C99D;
	}
	
div#footer div.col2 a {
	margin-right: 0.5em;
	padding-right: 1em;
	border-right: 1px solid #8C8C8C;
	}
	
/*blog*/
.news_title {
	text-align:left;
	margin-bottom:5px;
}
.news_timedate {
	text-align:left;
	margin-bottom:18px;
}