/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "reset.css";
@import "typography.css";
@import "forms.css";
@import "tabs.css";

body {
	background-image: url(../images/bg_cloth.jpg);
	background-repeat: repeat;
}


/* Page
-------------------------------------------------------------- */

#page {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 140px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	background-image: url(../images/LHF_logo_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-farm {
	margin-top: 0px;
	background-image: url(../images/farm_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-rates {
	margin-top: 0px;
	background-image: url(../images/rates_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-specials {
	margin-top: 0px;
	background-image: url(../images/specials-winter-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-rooms {
	margin-top: 0px;
	background-image: url(../images/rooms_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-directions {
	margin-top: 0px;
	background-image: url(../images/directions_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-meals {
	margin-top: 0px;
	background-image: url(../images/meals_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-more {
	margin-top: 0px;
	background-image: url(../images/more-2_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-press {
	margin-top: 0px;
	background-image: url(../images/press_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}
#header-local {
	margin-top: 0px;
	background-image: url(../images/local_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-availability {
	margin-top: 0px;
	background-image: url(../images/availability_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-e-news {
	margin-top: 0px;
	background-image: url(../images/e-news_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-farm {
	margin-top: 0px;
	background-image: url(../images/farm_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-faqs {
	margin-top: 0px;
	background-image: url(../images/FAQ-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-green {
	margin-top: 0px;
	background-image: url(../images/green_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-vt-knits {
	margin-top: 0px;
	background-image: url(../images/vt-knits_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-contact {
	margin-top: 0px;
	background-image: url(../images/contact_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#header-cabot {
	margin-top: 0px;
	background-image: url(../images/cabot_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

#page  .contact  {
	float: right;
	display: block;
	text-align: left;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	font-size: 90%;
}


#page  .contact2  {
	float: right;
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-right: 1.2em;
	padding-bottom: 1em;
	font-size: 90%;
}
#thediv {
	height: 175px;
}



#nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #ddd;
}
#nav  .tabs {
	border-bottom: 1px solid #ddd;
	clear: both;
}
#nav  .tabs  li { margin-right: 1px; }
#nav  .tabs  a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }
#content/* Body
-------------------------------------------------------------- */

 {
	background-color: #FFFFFF;
}
#mainContent {
	float: left;
	width: 480px;
	margin-right: 130px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#memories{
	float: left;
	width: 480px;
	background-image: url(../images/memories.jpg);
	background-repeat: no-repeat;
	height: 300px;
	margin-bottom: 10px;

}

#resources {
	float: left;
	width: 230px;
	margin-top: 20px;
	text-align: center;
}
#page #content #resources img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#resources h3 { color: #888; }
#resources ul, #resources ol {
	color: #888;
	text-align: left;
}
#resources ul a { color: #555; }


/* Footer
-------------------------------------------------------------- */
#footer {
	border-top: 1px solid #eee;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#page #footer p {
	margin: 0px;
}

#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet {
	color: #ccc;
	text-indent: 20px;
}
.clear {
	clear: both;
}
.hide {
	display: none;
	height: 1%;
}

