/*
	Ellwood Thompson's Local Market
	A new design brought to you by the geniuses at PharrOut (http://pharrout.com/).
	v1.0
*/

body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.wrap { display: inline-block; }
.wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrap { height: 1%; }
.wrap { display: block; }

body {
	color: #000000;
	font: 13px Helvetica, Arial, Tahoma, sans-serif;
}
h1 {
	font-size: 32px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #76b0ae;
	text-decoration: underline;
}
	a img { border: 0; }
p {
	line-height: 1.6em;
	margin: 0.6em 0 1.6em 0;
}
ul { margin: 0; }
.no-border { border: 0 !important; }
.center { text-align: center; }

#main {
	margin: 0 auto;
	width: 880px;
}
#header {
	font-size: 14px;
	position: relative;
}
	#snippet { 
		font-size: 12px;
		padding: 10px 0px 6px 0px;
		text-align: right;
	}
	#logo {
		background: url('../images/logo.jpg') no-repeat;
		height: 150px;
		padding: 0 20px;
	}
		#logo h1, #logo h2 { display: none; }
		#logo a {
			color: #ffffff;
			text-decoration: none;
		}
	#come-to-the-social {
		border-left: 1px dotted #ffffff;
		position: absolute;
		line-height: 1.4em;
		right: 20px;
		top: 11%;
	}
		#come-to-the-social ul {
			list-style: none;
			margin: 0;
			padding-left: 1em;
			text-align: right;
		}
	#store-info {
		border-top: 1px dotted #ffffff;
		color: #ffffff;
		font-size: 13px;
		padding: 10px 0 0 0;
		position: relative;
		text-align: center;
		top: 110px;
	}
	#menu {
		background: #b1cb44;
		margin: 2px 0;
	}
		#menu table {
			border-collapse: collapse;
			border-spacing: 0px;
			text-align: center;
			width: 100%;
		}
		#menu table td {
			padding: 0;
			position: relative;
		}
		#menu a {
			border-right: 1px dotted #4d4c51;
			color: #4d4c51;
			display: block;
			padding: 5px 15px;
			text-decoration: none;
		}
		#menu a:hover {
			background: #ddff54;
		}
		.submenu {
			background: #b1cb44;
			border-top: 2px solid #ffffff;
			list-style: none;
			padding: 0;
			position: absolute;
			z-index: 100;
		}
		#menu .submenu a {
			border: 0;
			padding: 5px;
			text-align: left;
		}
	#rotating-banner {
		height: 223px;
		margin: 2px 0;
		position: relative;
	}
#content-container {
	border-top: 6px solid #b1cb44;
	padding-top: 10px;
}
	#callout {
		text-align: center;
	}
		#callout p {
			color: #666666;
			margin: 3px 0 0 0;
		}
	#content {
		float: left;
		width: 600px;
	}
	.post {
		border-top: 1px solid #a6a5a8;
		margin-top: 40px;
	}
		.post-header h1 {
			border-bottom: 1px solid #eeeeee;
			font-size: 18px;
			font-weight: bold;
			padding: 5px 0 5px 50px;
		}
		.post-header h1.blue {
			background: url('../images/square-blue.png') no-repeat 0 50%;
		}
		.post-header h1.green {
			background: url('../images/square-green.png') no-repeat 0 50%;
		}
		.post-header h1 a {
			color: #000000;
			text-decoration: none;
		}
		.post-meta {
			border-bottom: 1px solid #eeeeee;
			font-size: 11px;
			padding: 5px 0 5px 50px;
		}
		.author-date {
			color: #4d4c51;
			display: block;
		}
		.post-content {
			margin-top: 15px;
		}
	.post.first {
		margin-top: 15px;
	}
	#sidebar {
		float: right;
		width: 220px;
	}
		#twitter-feed h3 {
			background: url('../images/tweet-tweet.png') no-repeat 100% 50%;
			font-size: 2.1em;
			line-height: 40px;
			margin-bottom: 15px;
			min-height: 40px;
		}
		#twitter-feed .twtr-hd h3 {
			min-height: 0;
			background: none;
		}
		#twitter-feed .twtr-doc {
			width: 220px !important;
		}
		#hot-bar-menu, #meet-the-farmers {
			background: #4d4c51;
			color: #ffffff;
			margin-top: 15px;
		}
		#community-classroom {
			background: #d6efec;
			font-size: 11px;
			margin-top: 15px;
			padding: 1em;
		}
			#community-classroom ul {
				list-style: none;
				padding: 0;
			}
			#community-classroom li {
				xmargin-bottom: 15px;
			}
			#community-classroom a {
				color: #8b3a3a;
				font-weight: bold;
			}
		#upcoming-events {
			margin-top: 15px;
		}
			#cwwrapper, #cwucelist {
				width: 220px !important;
			}
		.i-love-ads {
			background: #4d4c51;
			color: #ffffff;
			font-size: 1.5em;
			height: 540px;
			line-height: 540px; /* temp */
			margin-top: 15px;
			text-align: center;
		}
#footer {
	clear: both;
	font-size: 11px;
	margin-bottom: 40px;
	padding-top: 5px;
	text-align: center;
}