/* ATLAS FARM STYLESHEET */

html, body { margin: 0; padding: 0; }

body { 
	font-family: Georgia, sans-serif; 
	font-size: 95%; 
	text-align: center; 
	background-color: #686C15; 
	background-image:  url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top; 
	}
	
a { color: #514C00; }
a:hover, div#footer a:active { color: #1E1C00; }




/* -------- TOP HEADER -------- */

img.logo { position: relative; left: -31px; top: -1px; }

div#header { 
	margin: -289px 0 0 0; padding: 0;
	background: #DF7508; 
	color: #000; 
	height: 150px; 
	}
div#header h1 { margin: 0; padding: 70px 0 0 220px; }



/* -------- CONTENT AREA -------- */

div#container { 
	text-align: left; 
	background-color: #FFFFCC; 
	width: 766px; 
	margin: 0 auto; 
	border-left: 2px solid #514C00; 
	border-right: 2px solid #514C00;  
	}

div#content { float: right; width: 582px; color: #1E1C00; }

div#content h1.pageheader { 
	margin: 0; padding: 2.2em 0 0 36px;
	color: #006666;
	font-weight: normal;
	background-image:  url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: -8px top; 
	}
	
div#content p { 
	line-height: 1.4; 
	padding-left: 36px; padding-right: 20px; 
	}
div#content p img, div#content ul img, div#content h2 img { 
	float: right; 
	margin: 0 -20px 20px 20px; 
	border: 2px solid #514C00; 
	border-right: none; 
	}

h2, h3, h4, h5 { 
	padding-left: 36px; padding-right: 20px; 
	color: #006666;
	font-weight: normal;
	}
h2 { font-size: 1.4em; margin-bottom: -0.5em; }
h3 { font-size: 1.3em; }

ul { margin-left: 12px; padding-right: 20px; line-height: 1.3em; }

table.photogallery { padding-left: 36px; margin-right: -36px; width: 556px;  }
table.photogallery img { margin-top: 27px; border: 2px solid #514C00;   }
div#content div.photogallery { margin-left: 36px;  }
div#content div.photogallery img { 
	border: 2px solid #514C00; 
	margin: 20px 0 0 0; padding: 0; 
	}


/* --------- HARVEST CALENDAR -------------- */

table.calendar { margin-left: 35px; width: 520px; 
	border-right: 1px solid #ACBB8F; 
	border-bottom: 1px solid #ACBB8F; 
	}
table.calendar th { text-align: left; background-color: #ACBB8F; 
border: 1px solid #ACBB8F; 
	border-bottom: none; border-right: none;}
table.calendar td { background-color: #E6EABA; border: 1px solid #ACBB8F; 
	border-bottom: none; border-right: none; }
table.calendar tr.dark td { background-color: #D5DDAD; }

div.calendarheader { 
	width: 550px; 
	min-height: 200px; 
	margin: 0 auto; 
	text-align: left; 
	}
* html div.calendarheader { height: 200px; }
div.calendarheader img { float: left; margin-top: -40px; margin-right: 6px; }
div.calendarheader h1 { font-size: 1.8em; margin-top: 50px; }
div.calendarheader p { line-height: 1.4; }


/* -------- NAVIGATION -------- */

div#navigation { 
	float: left; 
	width: 184px; 
	margin-top: 150px; 
	}
div#navigation ul { 
	margin: 0; padding: 0; 
	list-style-type: none; 
	text-align: right; 
	line-height: 150%; 
	}
div#navigation a { text-decoration: none; }
div#navigation img { 
	border: 2px solid #514C00; 
	border-left: none; 
	margin-top: 30px; 
	}
	
div#navigation p.box { 
	border: 2px solid #514c00;
	border-left: none;
	padding: 10px; 
	line-height: 130%;
	}






/* -------- FOOTER -------- */

div#footer {
	clear: right; 
	margin-left: 218px;
	background-image:  url(images/footerbg-basket.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 130px;
	}
div#footer p { 
	margin: 0; padding: 3em 0 8px 0;  
	width: 270px; 
	line-height: 130%; 
	color: #514C00; 
	font-style: italic;
	font-size: 0.9em;
	}

