@charset "utf-8";
/* CSS Document */

.drop:first-letter {
	font-size: 2.5em;
	float: left;
	line-height: 0.9em;
	margin: 0.13em 0.13em 0.13em 0;
}
.email {
	font-size: 11px;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 2em;
	width: 1024px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #006;
}

#footer {
	width: 990px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(../images/greenpx.jpg);
	background-repeat: repeat;
	clear: both;
	position: relative;
	display: block;
}
.produce {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #0CB23B;
}


h1 {
	color: #B20000;
	letter-spacing: 2px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B20000;
	padding-top: 10px;
	margin: 0px;
}
.image  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

}


/*navigation bar*/
#navcontainer {
	background: #ffffff none repeat scroll 0 0;
	height: 20px;
	width: 900px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 112px;
}
#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
/*list-style: none; and display: inline; are repeated in both the #nav and #nav li selectors. This was to keep IE5/Win happy. */
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -20px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -40px;
}
#thome a {
	width: 150px;
	background: url(../images/nav/home.jpg) top left no-repeat;
}
#tabout a {
	width: 150px;
	background: url(../images/nav/about.jpg) top left no-repeat;
}
#tseasonal a {
	width: 150px;
	background: url(../images/nav/seasonal.jpg) top left no-repeat;
}
#trecipes a {
	width: 150px;
	background: url(../images/nav/recipes.jpg) top left no-repeat;
}
#tdirections a {
	width: 150px;
	background: url(../images/nav/directions.jpg) top left no-repeat;
}
#tgiving a {
	width: 150px;
	background: url(../images/nav/giving.jpg) top left no-repeat;
}
#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #FF8B00;
	float: left;
	width: 250px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	line-height: 1.24em;
}
#right {
	float: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: justify;
	line-height: 1.65em;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#sidebar h1,#sidebar h3 {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:0px;
}
#sidebar h2 {
	color: #ffffff;
	padding-bottom: 10px;
}
.caption {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
}
#friends {
	border: 1px solid #ffffff;
	padding: 10px;
}
#specials {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B20000;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#contact {
	text-align: center;
}
table {
	font-family: Verdana, Geneva, sans-serif;
	color: #0EB13C;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
}
table tr td h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0EB13C;
	margin: 0;
	width: 690px;
}
table h3 {
	margin:0px;
	}
#sidebar h4 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-top: 5px;
	font-size: 16px;
}
#sidebar a:hover {
	color: #0EB13C;
	text-decoration: none;
	font-weight: bold;
}
