/*Stylesheet for Honeysuckle Hill Farm 2008 */
@charset "utf-8";
body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background: #FFCC66;
	background-attachment: fixed;
	background-image:url(_images/Cow_chews_2.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	margin: 15px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
#container {	
	position: relative;
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(_images/faux_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #ff5500;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 100;
	} 
#container a:link, #container a:visited {
	text-decoration:none;
	color: #663300;
	font-weight:bold;
	}
#container a:hover {
	text-decoration:none;
	color:#663300;
	background-color:#FFCC99;
	}
#container_scream {
	position: relative;
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #CCCCCC;
	background: #000000;
	background-image: url(_images/faux_bg_scream.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #ff5500;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 100;
	} 
#container_scream #mainContent a:link, #container_scream #mainContent a:visited {
	color: #CCFFFF;
	}
	
#header { 
	background: #DDDDDD; 
	padding: 0 ;  /* 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. */
} 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	margin: 0;
	line-height: 1.1em;
	padding: 0px 10px;
}
.address {
	background-color: #56c600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 1px 0px;
	padding: 0 5px 0 0;
	text-align:right;
	}
.address a:link, a:visited {
	text-decoration:none;
	color: #000000;
	}
.address a:hover {
	color: #ffffff;
	}
#mainContent { 
	margin: 15px 190px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000000;
} 
#footer p {
color: #CCCCCC;
	font-size: 10px;
	text-align:center;
}

.afloatright {
	float: right;
	margin: 10px 0px 10px 12px;
	padding: 0;
	}
.floatleft {
	float: left;
	margin: 10px 12px 10px 0px;
	padding:0;
	}
.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;
}
#container .logo {
	position: absolute;
	top: -13px;
	left: -25px;
	}
#container_scream .logo {
	position: absolute;
	top: -13px;
	left: -25px;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight:bold;
	font-style: italic;
	margin: 10px 0;
		}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight:bold;
	font-style: italic;
	margin: 0;
	}
h3	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight:bold;
	margin: 0;
	}
p 	{
	margin: 8px 0 0;
	padding:0;
	}
.hours {
	width: 170px;
	border: 1px solid #000000;
	font-size: 10px;
	text-align:center;
	font-weight:bold;
	margin:5px 0;
	padding:0;
	}
.bulletbox {/*--to compress lists on home page, and allow multiple bullets per line--*/
	margin: 5px 0 5px 12px;
	line-height: 1.3em;
	}
.leftpush { /* to push bullets to right past a 200 px float left image--*/
	float: right;
	margin: 0 0 0 210px;
	padding: 0;
	}
.sidebarbottom {
	background: #FFC600;
	background-image: url(_images/visa_mastercard_logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin: 0;
	padding: 10px;
	z-index: 2000;
	}
.applelist {
	list-style-image:url(_images/apple_bullet.gif);
	line-height: 1.7em;
	}
.pumpkinlist {
	list-style-image:url(_images/pumpk_bullet.gif);
	line-height: 1.7em;
	}
.flowerlist {
	list-style-image:url(_images/flower.gif);
	line-height: 1.7em;
	}
.beelist {
	list-style-image:url(_images/bee.gif);
	line-height: 1.7em;
	}
.egglist {
list-style-image:url(_images/egg.gif);
	line-height: 1.7em;
	}