/*
Theme Name: Sweetwater
Theme URI: http://wordpress.org/
Description: Custom theme.
Author: Big Sea Design
Version: 1.0
*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

/* basic grid */
div.grid-1, div.grid-2, div.grid-3, div.grid-4, div.grid-5, div.grid-6, div.grid-7, div.grid-8, div.grid-9, div.grid-10, div.grid-11, div.grid-12 {float:left;margin-right: 20px;}
div.last { margin-right: 0; }
.grid-1  { width: 58px;}
.grid-2  { width: 136px;}
.grid-3  { width: 214px;}
.grid-4  { width: 292px;}
.grid-5  { width: 420px;}
.grid-6  { width: 448px;}
.grid-7  { width: 526px;}
.grid-8  { width: 604px;}
.grid-9  { width: 682px;}
.grid-10 { width: 760px;}
.grid-11 { width: 838px;}
.grid-12, div.grid-12 { width: 916px; margin: 0; }
.grid-13 {width: 425px}
.clearfix:after, .group:after, .post:after, .veggie-single:after { /* for clearing floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}



/* base */
body	{
	font:	13px/21px "Lucida Grande", verdana, sans-serif;
	background:	#dcd7c9 url('../jpg/pagebg.jpg');
	margin:	0;
	padding:0;
	color:#433d34;
	}
#wrapper	{
	margin:	0 auto -294px;
	position:	relative;
	min-height: 100%;
	}
.inside-wrapper	{
	width:916px;
	margin:0 auto;
	position:	relative;
	clear:both;
	}
.push	{
	height:294px;
	clear:both;
	}
#footer	{
	clear:	left;
	background: url('../png/footerbg.png') center;
	height:94px;
	padding-top:200px;
	color:	#fff;
	margin:0;
	}
.box	{
	padding:	20px;
	background:	#fff;
	margin-bottom:	20px;
	}
.left	{
	float:left;
	}
.sub .box	{
	background:	#ccc;
	}
.inside-wrapper p	{
	margin-bottom:10px;
	}


/* post divs, used on content pages for container chunks */
.post ul	{
	list-style:none;
	}
.post h3, .post h2	{
	margin-bottom:5px;
	}


/* header */
#header	{
	background: url('../jpg/navbg.jpg');
	height:107px;
	position:	relative;
	margin-bottom:50px;
	}
#site-title	{
	text-indent: -9000px;
	width:158px;
	height:145px;
	background:url('../png/logo.png');
	float:left;
	margin:10px 0 0 0;
	}
#site-title a	{
	display:block;
	width:100%;
	height:100%;
	}
#site-description	{
	color:#aca69b;
	height:31px;
	padding-top:40px;
	font:16px georgia, serif;
	letter-spacing: 1px;
	}
.skip-link	{
	display:none;
	}
	/* menu & navigation */
	div.menu	{
		height:	46px;
		margin: 0;
		}
	div.menu, .menu li	{
		list-style:	none;
		padding:	0;
		font-size:	10px;
		margin:	0;
		}
	.menu li	{
		float:	left;
		}
	.menu li a	{
		font:15px georgia, serif;
		letter-spacing: 1px;
		float:	left;
		display:	block;
		padding:	8px 18px 2px;
		height:	26px;
		color:	#9d7e31;
		text-decoration:	none;
		background:	#211b16;
		margin-right:5px;
		border-top-left-radius:8px;
		border-top-right-radius:8px;
		-moz-border-radius-topleft:8px;
		-moz-border-radius-topright:8px;
		-webkit-border-radius-topleft:8px;
		-webkit-border-radius-topright:8px;
		}
	.menu li.current_page_item a, .menu li.current_page_parent a	{
		background:	#dcd7c9 url('../jpg/pagebg.jpg');
		color:	#5d574d;
		}
	.menu li.page-item-11 a	{ /* contact bell */
		color:#66b0ad;
		}
	#bell	{
		position: absolute;
		top:-10px;
		right:0;
		background:url('../png/bell.png') no-repeat;
		width:80px;
		height:130px;
		}
	.menu li a:hover	{
		color:#fff;
		}


.round, .button	{
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:	8px;
	}

a	{
	color:	#3B5647;
	outline:0;
	text-decoration:none;
	}
a:hover	{
	color:	#000;
	text-decoration:underline;
	}
img	{
	border:	0;
	}

blockquote {
	border-left:3px solid #BAB8A3;
	font-size:100%;
	line-height:150%;
	margin:20px;
	padding-left:10px;
}


/* images */
.inside-wrapper img	{
	max-width:893px;
	height:auto;
	}
.image.intro img	{

	float:right;
	margin:0 0 15px 15px;
	}




a.action	{
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:	#735992;
	padding:	6px;
	color:	#fff;
	text-decoration:	none;
	}
a.go	{
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:	#735992;
	padding:	6px;
	color:	#fff;
	font:	9px verdana;
	text-decoration:	none;
	}
a:hover.go, a:hover.action	{
	background:	#3e1f62;
	}

h1, h2, h3	{
	margin:10px 0;
	}
h2+p	{
	margin-top:0;
	}
h1	{
	font:	40px georgia, serif;
	}
h1#head	{
	font-size:	15px;
	}
h2	{
	font:	normal 26px georgia, serif;
	letter-spacing: 1px;
	}
h2 a	{
	color:inherit;
	text-decoration: none;
	}
.box > h2:first-child, .box > *:first-child	{
	margin-top:	0;
	}
.box > *:last-child	{
	margin-bottom:	0;
	}
h3	{
	font-size:	22px;
	font-weight: normal;
	}
table	{
	border-collapse:	collapse;
	margin-bottom:	15px;
	width:	100%;
	}
textarea	{
	width:	250px;
	height:	120px;
	}

td, th	{
	padding:	5px;
	}
th	{
	background:	#EBEBEB;
	}
hr	{
	border:	0;
	border-top:	1px solid #bbb;
	clear:	both;
	margin:	20px 0;
	}



/* footer */
#footer #site-info	{
	float:left;
	min-height:30px;
	color:#d8d4c5;
	}
#footer p	{
	margin-top:0;
	}
#footer #newsletter, #footer #links 	{
	float:right;
	min-height:20px;
	margin-top:18px;
	}
#footer #newsletter	{
	background:#23231e;
	padding:2px 6px 2px 15px;
	border-radius:	8px;
	font-size:11px;
	color:#666;
	margin-right:15px;
	}
#footer #newsletter p	{
	margin:0;
	}
#footer form	{
	margin:0;
	padding:0;
	}
#footer #newsletter input[type=text]	{
	color:#567d67;
	font-size:11px;
	margin:0 5px;
	}
#footer #newsletter input[type=submit]	{
	opacity:.7;
	background:#567d67;
	border:0;
	padding:1px 3px;
	color:#fff;
	border-radius:	8px;
	cursor:pointer;
	}
#footer #newsletter input[type=submit]:hover	{
	opacity:1;
	}
#footer #links	{
	margin-top:20px;
	}
#footer #links a	{
	opacity:.7;
	text-decoration: none;
	font-size:11px;
	padding:5px 10px;
	background:#000;
	color:#fff;
	padding-left:25px;
	border-radius:	8px;
	}
#footer #links a#donate	{
	background:#79a155 url('../png/donate-heart.png') 8px center no-repeat;
	}
#footer #links a:hover	{
	opacity:1 !important;
	}
#footer #links a#facebook	{
	background:#5c7ab2 url('../png/facebook.png') 8px center no-repeat;
	}
#footer #links a#pinterest	{
	background:#d73532 url('../png/pinterest.png') 8px center no-repeat;
	}
.entry-meta {
	font-size:85%;
	font-style:italic;
}


/* sidebar & topics box */
.sidebar .post img	{
	display:block;
	margin-bottom:10px;
	}
	
.sidebar h2 {
	border-bottom: #B4B29F solid 1px;
	margin:20px 0 5px 0;
}
.sidebar ul {
	padding:0 15px;
}
.sidebar li {
	font-size:90%;
	line-height:130%;
	margin:8px 0;
	color:#655D50;
}
	
.sidebarnav {
	margin-top:45px;
}
.sidebarnav ul	{
	background: url('../jpg/tangrunge.jpg') -210px -10px;
	padding:15px;
	}
.sidebarnav li	{
	list-style:none;
	color:#46442d;
	border-bottom:1px solid #96947d;
	margin:0;
	}
.sidebarnav li a	{
	display:block;
	padding:8px 10px;
	color:#46442d;
	text-decoration: none;
	}

.sidebarnav li a:hover	{
	color:#fff;
	background:#9c7e31;
	}
.sidebarnav li:last-child	{
	border:0;
	}
.sidebarnav .current_page_item a {
	color:#fff;
	background:#9c7e31;
}

.sidebar form {
 	padding-bottom: 15px;
 	margin-bottom: 15px;
 	border-bottom: 1px solid #BBBBBB;
}

/* hours sidebar on about page */
.hours ul	{
	margin-left:0;
	padding:0 0 0 25px;
	}


/* base classes */
.photo	{
	margin:	0 0 10px 10px;
	}

.photo span	{
	font-size:	11px;
	color:	#666;
	}
.right	{
	float:	right;
	}
.clear	{
	clear:	both;
	}
.error	{
	color:	red;
	}
.tiny	{
	color:	#666;
	font-size:	11px;
	}
input, textarea, select, option	{
	font-size:	11px;
	padding:	3px;
	}
#nextprev	{
	clear:	both;
	margin-top:	20px;
	}
#nextprev a	{
	padding:	4px;
	margin-right:	4px;
	text-decoration:	none;
	border:	0;
	background:	#d7f0f7;
	}



/* comments */
.comments h2	{
	color:	#a39f89;
	}
.comment blockquote{
	font:	14px "Lucida grande", sans-serif;
    padding:	15px;
	background:	#e5e1ce;
	color:	#77735d;
    margin:	0;
    min-height:	40px;
	}
.comment	{
	margin-bottom:	20px;
	}
.comment .meta{
	margin:	0 0 0 ;
	font-size:	13px;
	background:	url('../comment_line.html') no-repeat;
	padding:	15px 0 0 5px;
	color:	#77735d;
	}
.comment .date	{
	color:	#666;
	font-size: 10px;
	font-style:	italic;
	}
.comment_pic	{
	float:	left;
	margin:	0 15px 0 0;
	}



.last	{
	margin-right:	0;
	padding-right:	0;
	}

input.tiny	{
	width:	15px;
	}


.short .box	{
	height:	120px;
	}
.medium .box	{
	height:	220px;
	}

.pano img	{
	width:	100%;
	min-height:	280px;
	}




/* first-time box */
#first-time	{
	position:relative;
	background: url('../jpg/first-time.jpg') no-repeat;
	width:720px;
	height:122px;
	margin:0 auto 20px;
	}
#first-time	{
	text-indent: -9000px;
	}
#first-time .learn	{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:570px;
	height:100%;
	}
#first-time .hidethis	{
	position:absolute;
	display:block;
	right:0;
	top:0;
	width:140px;
	height:100%;
	}

/* new-donate box */
#new-donate	{
	position:relative;
	background: rgb(248, 203, 77, 0.7);
	width:916px;
	margin:0 auto 60px;
	vertical-align: middle;
	padding: 15px;
	}

#new-donate .learn	{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:570px;
	height:100%;
	vertical-align: middle;
	}
#new-donate .hidethis	{
	position:absolute;
	display:block;
	right:0;
	top:0;
	width:140px;
	height:100%;
	}

.btndonate {
    text-decoration: none;
    font-size: 30px;
    padding: 5px 10px;
    background: #79a155;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
	border-radius: 8px;
	
}


/* grunge background around images */
#features img, img.box, .veggie img, .image img	{
	background:	#fff url('../jpg/whitegrunge.jpg');
	padding:14px 15px;
	}
.tangrunge	{
	background: url('../jpg/tangrunge.jpg');
	padding:15px;
	}
.whitegrunge, .photo img	{
	background: url('../jpg/whitegrunge.jpg');
	padding:15px;
	}
.veggie img	{
	background:	#fff url('../jpg/whitegrunge.jpg') -4px -4px;
	padding:14px 15px;
	}
p.image	{
	margin-top:0;
	}


/* home page */
/* chalk board */
#chalkboard	{
	background:url('../jpg/chalkboard.jpg') no-repeat;
	height:332px;
	color:#fff;
	padding-top:15px;
	}
#chalkboard h2	{
	text-indent:-9000px;
	}
#chalkboard span	{
	display:block;
	font-size:25px;
	}
#chalkboard ul	{
	margin:0 25px;
	padding:0;
	}
#chalkboard li	{
	font-family:'felt-tip-roman-1', sans-serif;
	font-size:17px;
	line-height:.9em;
	float:left;
	width:110px;
	list-style:none;
	padding:0 5px 7px;
	color:#d1cdbd;
	}
#chalkboard h3 {
	font-family:'felt-tip-roman-1', sans-serif;
	font-size:26px;
	padding:0 5px 7px;
	color:#d1cdbd;
	text-align:center;
}
	

/* featured box */
#features	{
	position: relative;
	margin-bottom:20px;
	min-height:410px;
	}
#features h2	{
	font-size:18px;
	margin:6px 0 0 0;
	}
#features img + h2, #features p	{
	margin-top:5px;
	margin-bottom:0;
	}
#features .navigation	{
	position:absolute;
	top:355px;
	right:0;
	width:80px;
	z-index:10;
	}
#features .navigation a.back, #features .navigation a.next	{
	background:url('../png/arrow-back.png') 50% 50% no-repeat;
	width:23px;
	height:23px;
	padding:5px;
	display:block;
	float:right;
	text-indent: -9000px;
	}
#features .navigation a.next	{
	background:url('../png/arrow.png') 50% 50% no-repeat;
	left:590px;
	}
/* about the farm */
.about .post {
	margin-bottom: 30px;
}
#about img	{
	margin-top:-75px;
	}
#about .photobox	{
	margin-right:10px;
	float:left;
	height:182px;
	}
#veggie-blog {
	clear:both;
	margin-top:40px;
	width:90%;
}

#farmers .photobox {
	margin-right:10px;
	float:left;
}

#about h2, #farmers h2 {
	margin: 0;
	line-height: 24px;
}
#volunteer-cta, #book-field-trip-cta {
	position: relative;
}
#volunteer-cta h2, #book-field-trip-cta h2 {
	margin: 0 0 0 75px;
	font-size: 34px;
}
#volunteer-cta h2 a, #book-field-trip-cta h2 a {
	color: #FFF;
}

#farmers, #about {
	margin: 0 10px 40px 0;
	background: url("../jpg/whitegrunge.jpg") repeat;
	padding:8px;
}

#about {
	margin-top: 57px;
	position: relative;
}
#farmers p, #about p {
	margin-bottom: 0;
}
#volunteer-cta.tangrunge, #book-field-trip-cta.tangrunge {
	padding: 10px 15px;  
	margin-right: 10px;
}

#about small {
	top: -30px;
	left: 197px;
	display: block;
	position: absolute;
}

#volunteer-cta h2 a img, #book-field-trip-cta h2 a img {
	float: right;
}

#volunteer-cta img.offset, #book-field-trip-cta img.offset {
	position: absolute;
	bottom: 0;
	left: -10px
}

#book-field-trip-cta img.offset {
	bottom: -2px;
}

/* events */
#events img	{
	background: url('../jpg/tangrunge.jpg');
	padding:8px;
	float:left;
	margin-right:10px;
	max-width:181px;
	height:auto;
	}
#events h2 {
	float: left;
	display: block;
}
#events a.right {
	margin-top: 20px;
	display: block;
}
#events .post h3	{
	margin:5px 0 8px;
	}
#events .post h3+p	{
	margin-top:0;
	}
.inside-wrapper #events  p {
	margin-bottom: 0
}
.post	{
	margin-bottom:15px;
	}
	

#events #sunday-market.tangrunge {
	padding: 0;
	clear: left;
}

#events #sunday-market img {
	margin: 0;
	padding: 8px 10px 8px 8px;
	background: none !important;
}

#events #sunday-market h3 {
	padding: 15px 0 0;
	margin: 0 0 8px;
	font-size: 36px;
}

#events #sunday-market h3 a {
	color: #FFFFFF !important;
}

#events #sunday-market p {
	padding: 0 15px 0 15px;
}

/* programs page */
.program img.left	{
	margin-right:15px;
	}
.program h2	{
	padding-top:20px;
	}



/* veggies */
.veggie	{
	width: 212px;
	float:left;
	margin-right:17px;
	}
.veggie h3	{
	margin:0 0 20px 0;
	}
.veggie img	{
	height:155;
	overflow:hidden;
	}
	
#sidebar-recipes {
	margin-top:0;
	background: url('../jpg/tangrunge.jpg') -210px -10px;
	padding:15px;
	margin-bottom:15px;
}

#sidebar-recipes a {
	color:#46442D;
}

#sidebar-recipes span {
	font-size:75%;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #433D34;
}

#sidebar-recipes span a {
	color: #3B5647;
}

#sidebar-recipes li {
	list-style:none;
	line-height:100%;
	padding:8px 5px;
	border-bottom:1px solid #96947D;
}




/* about page */
.page-id-2 .post img	{
	float:left;
	margin-right:20px;
	padding:15px;
	background: url('../jpg/whitegrunge.jpg');
	}


/* Gallery listing
-------------------------------------------------------------- */

.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}


.clear {clear:both;}
.nutrition-image {text-align:center; margin:5px;}
form#veggie-search {margin: 5px 10px;float:right;}
.term-filters {float:left; margin: 0 10px; padding-top:5px;}

/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	width:40px;
	height:40px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}

h2.share {
	background:url(../png/shares.png) center left no-repeat;
	padding-left:46px;
	height:45px;
	line-height:45px;
}

/* Contact Form */

ul#gform_fields_3 {
	list-style:none;
	margin:none;
	padding:5px 0;
}

ul#gform_fields_3 li {
	margin:5px 0;
}

ul#gform_fields_3 input {
	/* border:1px solid #433D34;
	margin: 5px;
	padding: 5px; */
	
}


.gform_wrapper form li .gsection_description {
	font-size: 13px;
	font-style: normal;
}

#map {
	background: url('../jpg/whitegrunge.jpg') repeat; 
	border:1px solid #ccc;
	padding:15px;
	width:400px;
	margin: 10px 0 0 10px;
} 

#map2 {
    display:none;
	background: url('../jpg/whitegrunge.jpg') repeat; 
	border:1px solid #ccc;
	padding:15px;
	width:300px;
	margin: 10px 0 0 10px;
}

img.alignright {
	margin-left:15px;
	float:right;
	background: url('../jpg/tangrunge.jpg');
	padding:8px;
}

img.alignleft {
	margin-right:15px;
	float:left;
	background: url('../jpg/tangrunge.jpg');
	padding:8px;
}

img.hover-fade:hover {
	opacity: 0.8; }
	
.timeline-header{
		font-family: "felt-tip-roman-1","felt-tip-roman-2",sans-serif !important;
	}

.veggie img {
    width: 170px;
    height: 140px;
}

.veggie.last {
    margin-right: 17px;
}

.veggie h3{
	text-align:center;
}