/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, hr, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #1e4c3f;
	color: #3e4342;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	text-align: center;
}

#top {
	padding: 3px 0;
	width: 100%;
	color: #8a9a96;
	background: #15362d;
	border-bottom: 1px solid #133128;
	font-size: 11px;
}

#top p {
	margin: 0 auto;
	width: 830px;
	text-align: left;
}

#top .weather {
	color: #EFEFEF;
}

#top a {
	border: none;
	color: #FFF;
}

#wrapper {
	position: relative;
	width: 960px;
	padding-top: 220px;
	margin: 0 auto;
	background: transparent url(../img/bg.png) repeat-y center top;
}

#printLogo {
	display: none;
}

#body {
	background: transparent url(../img/sidebars.png) no-repeat center top;
	padding: 0 163px 10px 179px;
	position: relative;
	z-index: 2;
}

#content {
	background-color: #FFF;
	padding: 10px;
	position: relative;
	text-align: left;
}

p, ul, ol, h2, h3, blockuote {
	margin-bottom: 1em;
}

h1 {
	position: relative;
	top: -20px;
}

h2 {
	font: normal 18px/24px "American Typewriter", Courier, "Courier New", monospace;
	color: #a5563f;
}

h3 {
	font-size: 16px;
	line-height: 19px;
	color: #1e4c3f;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}

h3.alt {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #1e4c3f;
}

ul li {
	padding-left: 20px;
	background: url(../img/bulletberry.png) no-repeat 3px 0px;
	margin-bottom: 10px;
}

ol li {
	list-style: decimal outside;
	margin-left: 20px;
}

blockquote {
	margin: 1em 3em;
	color: #666;
}

blockquote.featured {
	font-size: 14px;
	color: #695475;
}

p.attribution {
	color: #3e4342;
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

form.jump {
	position: absolute;
	right: 120px;
	top: 40px;
}

.meta {
	color: #888;
	font-style: italic;
}

.entry-nav {
	margin: 1em 0;
	padding: 1em 0;
}

.entry-nav p {
	margin: 0;
	width: 35%;
}

.prev-entry {
	float: left;
	text-align: left;
}

.next-entry {
	float: right;
	text-align: right;
}



.pagination-links a, .pagination-links strong {
	margin: 0 2px;
}

.recipes li, .tips li {
	clear: left;
}

.recipe-thumb {
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}

.entry-photo {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 4px;
}

.section-feature {
	background-color: #f0f2da;
	padding: 10px 20px;
	width: 460px;
	border-radius: 10px;
	-moz-border-radius: 10px;	
}

.section-feature h2, .section-feature h3 {
	margin: 5px 0;
}

.section-feature img {
	background: #FFF;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	padding: 4px;
}

.newsletter .basket {
	background-color: #f0f2da;
	background-image: url(http://cedarcirclefarm.org/assets/img/veggiebasket.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 2em;
	padding: 1em;
	width: 380px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #698e35;
}

.newsletter .photo {
	margin-bottom: 2em;
}

.newsletter .photo img {
	border: 1px solid #DDD;
	margin-bottom: 10px;
	padding: 4px;
}

.newsletter .photo p {
	color: #666666;
	font-size: 12px;
}



.bigred {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: #ff5511;
}

a {
	border-bottom: 1px dotted #930;
	color: #930;
	text-decoration: none;
}

a:hover {
	border: none;
}

a:visited {
	color: #886752;
}

a.bigred:hover {
	background: #930;
}

a.img {
	border: none;
}

#slideshow {
	float: left;
	margin: 0px 20px 10px -100px;
	overflow: hidden;
}

.wide {
	width: 300px;
	height: 200px;	
}

.tall {
	width: 200px;
	height: 300px;
}

.credits {
	font-size: 10px;
	color: #666;
}

.highlight {
	background: #fdfec2;
	padding: 2px;
	color: #000;
	font-weight: bold;
}

.alert {
	background: #fdfec2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 1px;
	font-size: 11px;
}

.intro {
	font-size: 14px;
	padding-bottom: 1em;
	border-bottom: 1px dashed #babf8a;
}

#form {
	width: 500px;
}

#wob {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 20px 10px 0;
	text-align: center;
	color: #222;
}

#wob img {
	margin-left: -75px;	
}

#wob form {
	margin: 1em 0;
}

p.bookInfo {
	color: #666;
	font-size: 10px;
	line-height: 15px;
}

.news li {
	background-image: none;
	margin-bottom: 20px;
	padding: 0 0 20px;
}

/*
.news li {
	list-style: none outside;
	margin: 0 0 1em;
	border-bottom: 1px dashed #babf8a;	
}
*/

.listing li {
	margin-bottom: 0;
	color: #888;
}

.listing li span {
	font-size: 11px;
}

.crew li {
	padding: 0;
	background-image: none;
	margin: 0 20px 20px 0;
	height: 82px;
	width: 220px;
	float: left;
}

.crew p, .crew h3 {
	margin: 0 0 3px 90px;
}

.crew img {
	float: left;
	border: 1px solid #666;
}

#googleMap {
	border: 1px solid #666;
}

.features {
	width: 500px;
	float: left;
}

.features li {
	list-style: none outside;
	margin: 0 0 15px;
	width: 239px;
	float: left;
	display: inline;
	padding: 0;
	background-image: none;
}

.features img {
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.features li.left {
	margin-right: 20px;
}

.features h3, .features p {
	margin: 0 5px 2px;
}

#email-signup {
	position: absolute;
	width: 170px;
	left: 0;
	top: 580px;
	z-index: 90;
	text-align: left;
}

#email-signup li {
	background-image: none;
}

.formInput {
	padding: 3px;
	color: #5D6F3C;
}

/* @end */

/* @group Header */

#header {
	width: 878px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	left: 49px;
	top: 0;
	z-index: 1;
	background: url(/images/backgrounds/farmstand-exterior.jpg) no-repeat center top;
}

#sign {
	position: absolute;
	top: -5px;
	right: 70px;
}

#tagline {
	position: absolute;
	left: 10px;
	top: 155px;
	width: 510px;
	height: 50px;
	padding: 5px 7px 5px 3px;
	background: url(../img/tagline_bg.png);
}

#tagline a {
	border: none;
}

#phone {
	position: absolute;
	left: 20px;
	top: 0;
	width: 124px;
	padding: 3px;
	background: url(../img/transGreen.png);
}

#weather {
	position: absolute;
	color: #FFF;
	background: url(../img/transGreen.png);
	padding: 5px 8px;
	top: 0;
	right: 0;
	text-align: right;
}

/* @end */

/* @group Navigation */

#nav {
	float: right;
	display: inline;
	width: 200px;
	padding-bottom: 30px;
	margin: 20px -112px 10px 0;
	background: #babf8a url(../img/navFooter.png) no-repeat center bottom;
	border-left: 10px solid #FFF;
}

#nav a {
	border: none;
}

#nav h2 {
	margin: 0;
	position: relative;
	top: -20px;
}

#nav h3 {
	margin: 0 15px;
	font-size: 16px;	
}

#nav h3 a {
	text-indent: -9999px;
	background: transparent url(../img/nav_2011.png) no-repeat;
	height: 20px;
	display: block;
}

h3#thefarm a {
	background-position: 0px 0px;
}

h3#thefarm a:hover {
	background-position: -170px 0px;
}

h3#events a {
	background-position: 0px -114px;
}

h3#events a:hover {
	background-position: -170px -114px;
}

h3#education a {
	background-position: 0px -247px;
}

h3#education a:hover {
	background-position: -170px -247px;
}

h3#about a {
	background-position: 0px -420px;
}

h3#about a:hover {
	background-position: -170px -420px;
}

#nav ul {
	padding: 0 15px;
	margin-bottom: 20px;
}

#nav li {
	height: 19px;
	margin: 0;
	padding: 0;
	background-image: none;
}

#nav li a {
	display: block;
	text-indent: -9999px;
	height: 19px;
	background: transparent url(../img/nav_2011.png);
}

li#farmstand a {
	background-position: 0px -18px;
}

li#farmstand a:hover, li#farmstand a.current {
	background-position: -170px -18px;
}

li#csa a {
	background-position: 0px -36px;
}

li#csa a:hover, li#csa a.current {
	background-position: -170px -36px;
}

li#signup a {
	background-position: 0px -56px;
}

li#signup a:hover, li#signup a.current {
	background-position: -170px -56px;
}

li#cafe a {
	background-position: 0px -75px;
}

li#cafe a:hover, li#cafe a.current {
	background-position: -170px -75px;
}

li#news a {
	background-position: 0px -94px;
}

li#news a:hover, li#news a.current {
	background-position: -170px -94px;
}

li#events-overview a {
	background-position: 0px -133px;
}

li#events-overview a:hover, li#events-overview a.current {
	background-position: -170px -133px;
}

li#dinners-in-the-field a {
	background-position: 0px -171px;
}

li#dinners-in-the-field a:hover, li#dinners-in-the-field a.current {
	background-position: -170px -171px;
}

li#harvest-festivals a {
	background-position: 0px -152px;
}
li#harvest-festivals a:hover, li#harvest-festivals a.current {
	background-position: -170px -152px;
}

li#classes a {
	background-position: 0px -190px;
}

li#classes a:hover, li#classes a.current {
	background-position: -170px -190px;
}

li#workshops a {
	background-position: 0px -209px;
}

li#workshops a:hover, li#workshops a.current {
	background-position: -170px -209px;
}

li#register a {
	background-position: 0px -228px;
}

li#register a:hover, li#register a.current {
	background-position: -170px -228px;
}

li#education-center a {
	background-position: 0px -266px;
}

li#education-center a:hover, li#education-center a.current {
	background-position: -170px -266px;
}

li#recipes a {
	background-position: 0px -286px;
}
li#recipes a:hover, li#recipes a.current {
	background-position: -170px -286px;
}

li#tips a {
	background-position: 0px -306px;
}
li#tips a:hover, li#tips a.current {
	background-position: -170px -306px;
}

li#food-research {
	border-top: 1px dashed #9a9f72;
	margin-top: 10px;
	padding-top: 10px;
}

li#food-research a {
	background-position: 0px -325px;
}

li#food-research a:hover, li#food-research a.current {
	background-position: -170px -325px;
}

li#food-politics a {
	background-position: 0px -344px;
}

li#food-politics a:hover, li#food-politics a.current {
	background-position: -170px -344px;
}

li#on-farm-energy a {
	background-position: 0px -363px;
}

li#on-farm-energy a:hover, li#on-farm-energy a.current {
	background-position: -170px -363px;
}

li#war-on-bugs a {
	background-position: 0px -381px;
}

li#war-on-bugs a:hover, li#war-on-bugs a.current {
	background-position: -170px -381px;
}

li#resources a {
	background-position: 0px -400px;
}

li#resources a:hover, li#resources a.current {
	background-position: -170px -400px;
}

li#about-intro a {
	background-position: 0px -440px;
}

li#about-intro a:hover, li#about-intro a.current {
	background-position: -170px -440px;
}

li#crew a {
	background-position: 0px -459px;
}

li#crew a:hover, li#crew a.current {
	background-position: -170px -459px;
}

li#employment a {
	background-position: 0px -478px;
}

li#employment a:hover, li#employment a.current {
	background-position: -170px -478px;
}

li#contact a {
	background-position: 0px -497px;
}

li#contact a:hover, li#contact a.current {
	background-position: -170px -497px;
}

#search {
	padding: 15px 0;
	margin: 0 15px 15px;
	border: 1px dashed #9a9f72;
	border-width: 1px 0;
}

#search .formInput {
	width: 160px;
	margin-bottom: 5px;
}

#tweets li a {
	display: inline;
	background-image: none;
	height: auto;
}

#tweets li {
	height: auto;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 1em;
	color: #1e4c3f;
}

#tweets li span {
	color: #5d6f3c;
}

a.stbutton {
	font-weight: bold;
}

#tweets li span.stbuttontext {
	color: inherit;
}


.addthis_toolbox {
	padding: 0 15px 15px;
}
/* @end */

/* @group Footer */

#footer {
	width: 830px;
	text-align: left;
	margin: 10px auto;
	color: #8a9a96;
	font-size: 11px;
}

#footer p {
	margin: 0;
}

#footer a {
	border: none;
	color: #FFF;
}


/* @end */

/* @group MailChimp Form Validation */

fieldset div.mce_inline_error {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	z-index: 1;
	color: #D12F19;
	font-weight: bold;
	position: relative;
	top: -1.5em;
}

/* @end */

/* @group Miscellaneous */


hr {
	clear: both;
	visibility: hidden;
}

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centred {
	text-align: center;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
}

img.centered {
	display: block;
	margin: 0 auto;
}

/* @end */


@media print {

	#top, #body {
		padding: 0;
		background-image: none;
	}
	
	#header, #nav, #email-signup, p.nav {
		display: none;
	}
	
	#printLogo {
		display: block;
		width: 160px;
		height: 200px;
		margin-bottom: 20px;
	}
	
	.slideshow {
		margin-left: 0;
	}
	
	#footer {
		text-align: left;
	}

}
