@charset "UTF-8";

body {
	background:url(../images/bg.jpg) repeat center;
}

img {
	margin:0;
	padding:0;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/containerbg.gif) repeat-x #000;
	margin: 75px auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(../images/header.jpg) no-repeat; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:145px;
	width:900px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation {
	height:42px;
}

#weather {
	background:#FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 0;
	margin:0 0 0 -10px;
	width:290px;
	text-align:center;
	border-top: 10px solid #000;
}
.twoColFixLtHdr #contentWrapper {
	background:none;
	padding: 10px 0;
	margin:0;
}
.twoColFixLtHdr #mainContent { 
	background: #FFF;
	margin: 0 10px 0px 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentSingle { 
	background: #FFF;
	margin:auto 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#eventsContent p { 
	padding: 0 50px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footerbg.jpg) repeat-x #653616;
	height:61px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color:#FFF;
	line-height:1.25em;
	font-size:16px;
}
.twoColFixLtHdr #footer a {
	color:#FFF;
}
.twoColFixLtHdr #footer a:hover {
	color:#FFF; text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}	#logoTag {
		position:absolute;
		z-index:101;
		top:18px;
		width:559px;
		height:207px;		
	}
.red {
	color:#A3171B;
}
.green {
	color: #390;
}
.moreLink {
	color:#393;
	width:100%;
	float:right;
	font-family: inherit;
	text-align: right;
	font-weight: bold;
	margin-bottom:10px;
}

.signUpTextBox {
	background:none;
	margin:0;
	padding: 10px;
	float:left;
	width:280px;
	margin-right:0;
}

.blogTextBox {
	background:none;
	margin:0;
	padding: 10px;
	float:left;
	width:200px;
}




h2 {
	background:url(../images/headerUnderline.gif) bottom left no-repeat;
	height:30px;
}


/*CSS for Sidebar*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/sidebarbg.jpg) top left repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 10px;
	margin: 0 0 0 10px;
}
#now {
	background: url(../images/pickingNow.gif) top left no-repeat;
	text-indent:-9999px;
	width:179px;
	height:16px;
}
#soon {
	background: url(../images/pickingSoon.gif) top left no-repeat;
	text-indent:-9999px;
	width:179px;
	height:16px;
}
#hours {
	background: url(../images/hours.gif) top left no-repeat;
	text-indent:-9999px;
	width:220px;
	height:16px;
}
/*End of CSS for Sidebar*/


/*CSS for Produce Page*/
#farmFresh {
	background:url(../images/farmFreshHeadText.jpg) top center no-repeat;
	margin:0 0 10px -10px;
	width:880px;
	height:126px;
	text-indent:-9999px;
	border-top:10px solid black;
}

#produceDetails ul{
	padding-bottom: 25px;
}
#blueberries {
	background:#0B3F3D url(../images/toprightcorner.gif) top right no-repeat;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#blueberries h2{
	background: url(../images/tags_blueberries.png) top left no-repeat;
	height:30px;
	text-indent:-9999px;
	width:409px;
	height:109px;
	margin:-40px 0 0 -55px;
}
#cherries {
	background: #7B0000;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#cherries h2{
	background: url(../images/tags_cherries.png) top left no-repeat;
	height:30px;
	text-indent:-9999px;
	width:409px;
	height:109px;
	margin:-40px 0 0 -55px;
}
#apples {
	background: #396F0C;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#apples h2{
	background: url(../images/tags_apples.png) top left no-repeat;
	height:30px;
	text-indent:-9999px;
	width:409px;
	height:109px;
	margin:-40px 0 0 -55px;
}
#pumpkins {
	background: #CD6C14;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#pumpkins h2{
	background: url(../images/tags_pumpkins.png) top left no-repeat;
	height:30px;
	text-indent:-9999px;
	width:409px;
	height:109px;
	margin:-40px 0 0 -55px;
}
#squash {
	background: #978E6C;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#squash h2{
	background: url(../images/tags_squash.png) top left no-repeat;
	height:30px;
	text-indent:-9999px;
	width:409px;
	height:109px;
	margin:-40px 0 0 -55px;
}
#gourds {
	background:#476A25;
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#gourds h2{
	background: url(../images/tags-gourds.png) top left no-repeat;
	height:30px;
	text-indent:-9999px;
	width:409px;
	height:109px;
	margin:-40px 0 0 -55px;
}


/*CSS for FESTIVALS AND EVENTS Page*/
#cherry {
	width:880px;
	height:150px;
	text-indent:-9999px;
	background:url(../images/festivalBanners_cherry.jpg) top center no-repeat;
	margin:-10px 0 0 -10px;
}

#daze {
	width:880px;
	height:150px;
	text-indent:-9999px;
	background:url(../images/festivalBanners_daze.jpg) top center no-repeat;
	margin:-10px 0 0 -10px;
}

#antique {
	width:880px;
	height:150px;
	text-indent:-9999px;
	background:url(../images/festivalBanners_antique.jpg) top center no-repeat;
	margin:-10px 0 0 -10px;
}

#applefest {
	width:880px;
	height:150px;
	text-indent:-9999px;
	background:url(../images/festivalBanners_applefest.jpg) top center no-repeat;
	margin:-10px 0 0 -10px;
}


.memories {
	background:url(../images/memories_bg.gif) repeat #F5DBB2;
	padding:10px;
	margin-bottom:20px;
	overflow:hidden;
	
}


/*CSS for Tours and Groups*/
#edTour {
	background:url(../images/toursTags.jpg) top left no-repeat;
	margin:0 20px 10px -10px;
	width:200px;
	height:125px;
	text-indent:-9999px;
	float:left;
}

#edTourPolaroid {
	background:url(../images/toursPolaroids_babies.jpg) top left no-repeat;
	margin:20px 20px 10px -10px;
	width:200px;
	height:244px;
	clear:left;
	float:left;
}
#bdayParty {
	background:url(../images/toursTags_bday.jpg) top left no-repeat;
	margin:0 20px 10px -10px;
	width:200px;
	height:125px;
	text-indent:-9999px;
	clear:left;
	float:left;
}
#bdayPartyPolaroid {
	background:url(../images/toursTags_bday.jpg) top left no-repeat;
	margin:20px 20px 10px -10px;
	width:200px;
	height:244px;
	clear:left;
	float:left;
}
#custom {
	background:url(../images/toursTags_custom.jpg) top left no-repeat;
	margin:0 20px 10px -10px;
	width:200px;
	height:125px;
	text-indent:-9999px;
	float:left;
}
#reservations {
	background:url(../images/toursTags_reservations.jpg) top left no-repeat;
	margin:0 20px 10px -10px;
	width:200px;
	height:125px;
	text-indent:-9999px;
	float:left;
}
.toursDetails {
	margin-left:220px;
}

.activitiesLeftImg {
	float:left;
	margin: 10px 15px 15px 0;
}

.activitiesRightImg {
	float:right;
	margin: 10px 0 15px 15px;
}

