@charset "utf-8";
body  {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #710024;
	margin: 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 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFEC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container a
{
	text-decoration: none;
}

#header {
	background: #92980E url(../images/farmers-market-photo_292x194.jpg) no-repeat left center;
	padding: 10px 20px 10px 60px;
} 
#header h1 {
	font: 1.7em "Comic Sans MS", cursive;
	color: #900;
	margin-left: 250px;
}
#header h2
{
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 1.1em "Comic Sans MS", cursive;
	color: #900;
	text-align: right;
}

#header h3
{
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 0.9em "Comic Sans MS", cursive;
	color: #710024;
	text-align: right;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #FFFFEC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebar1 li
{
	background: #FFF url(../nav_green.jpg) repeat-x left bottom;
	width: 100%;
	margin-bottom: 0.2em;
	list-style: none;
}

#sidebar1 li a,
#sidebar1 li a:link,
#sidebar1 li a:visited
{
	font: 0.95em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #336;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.3em 1.5em;
	border: 1px solid #903;
}
#sidebar1 li a:visited
{
	color: #556288;
}
#home #sidebar1 a#home,
#about #sidebar1 a#about,
#menu #sidebar1 a#menu,
#contact_us #sidebar1 a#contact_us
{
	border-right: 8px solid #710024;
	border-left: 8px solid #710024;
}
a img
{
	text-decoration: none;
}


#sidebar1 li a:hover,
#sidebar1 li a:active,
#sidebar1 li a:focus
{
	color: #A23378;
	background: url(../arrow.gif) no-repeat 4px 50%;
}
#mainContent {
	margin: 0 0 0 250px; /* 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: 0 20px;
	font-style: italic;
} 
#mainContent h1
{
	font: 1.6em "Comic Sans MS", cursive;
	color: #710024;
}

#mainContent a
{
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#mainContent a:hover, #mainContent a:active, #mainContent a:focus
{
	color: #000;
	text-decoration: none;
	font-style: italic;
}


#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#92980E;
} 
#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 */
	font: 0.7em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #903;
	font-style: italic;
}
#footer a
{
	font-size: 0.85em;
	font-style: italic;
	color: #903;
	text-decoration: none;
}
#footer a:hover,
#footer a:active,
#footer a:focus
{
	font-weight: bold;
	text-decoration: none;
	color: #710024;
}


.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;
}

#quotes
{
	padding: 2em 1em 1.5em 1.5em;
	margin-top: 15px;
	background: #FFF url(../box_top.jpg) repeat-x;
	font-size: 0.8em;
	border-bottom: 4px outset #999;
	border-left: 4px outset #666;
}

#quotes p, #quotes p cite
{
	color: #710024;
	margin: 0px;
}

#blockquote
{
	margin-top: 1.5em;
}
#goToTop

{
	font: 99% "MS Serif", "New York", serif;
	color: #903;
	text-decoration: none;
	float: right;
	text-align: right;
}

blockquote  em
{
	font: italic 1.2em Arial, Helvetica, sans-serif;
	color: #000;
}


cite
{
	font-style: italic;
	background: url(../arrow.gif) no-repeat left center;
	padding-left: 12px;
}

blockquote
{
	font: 0.8em Verdana, Geneva, sans-serif;
}
