/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

html, body{
	height: 100%;
}

body {
	background: #333 url('../images/blue_grunge.jpg');
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }

 header{
 	margin-bottom: 40px;
 }
header img{ box-shadow: none; }
header #social{ position: absolute; top: 10px; right: 15px; }
header #social img, header #social a{ width: 20px; height: 20px; }
header #social img{ margin: 5px 5px; }
header #field{ 
	height: 344px;
	background: url('../images/farm.jpg') 50% 100%;
	background-size: cover;
}
header #field #logo{
	margin: 0 0 15px -15px;
}
header #wood{ 
	background:url('../images/header_wood.jpg');
	height: 209px;
	background-size: contain;
}

header .container .one-third.column{
	width: 33.333%;
}

.v-center{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -mstransform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wrapper{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -320px; /* the bottom margin is the negative value of the footer's height */
}

#push{
	height: 320px;
}

footer{
	min-height: 300px;
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 28px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 24px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 16px; line-height: 20px; margin-bottom: 0px; }
	h5 { font-size: 18px; line-height: 20px; font-style:italic;color:#333;margin-top:5px;}
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	hr{border-color:#333;}


/* #Links
================================================== */
	a, a:visited { color: #fff; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #333; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 10px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {}
	fieldset {
		 }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0 0 14px 0;
		width: 210px;
		max-width: 100%;
		display: block;
		
		background: #fff; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }	
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	input[type="number"]{
		width: 50px;
		font-size: 1.3rem;
		padding: 2px 0 2px 0;
		text-align: right;
		border: none;
	}
	input[type=number]::-webkit-inner-spin-button {
		opacity: 1;
		margin-left:4px;
	}


/* #Tables
================================================== */

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table input[type=button]{
	margin: 0;
}
table {
	width: 90%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table caption{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 2em;
	padding-bottom: 10px;
	font-family: 'Georgia';
	color: #fff;
	font-weight: 700;
}
table th {
	padding:10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}



/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { margin-top: 20px !important; }
	
	h2,h3,h4{font-weight:bold;color:#222;text-shadow:1px 1px 2px #888}

	.container-span{	
		-moz-box-shadow: 1px -1px 15px #7f7d7d;
		-webkit-box-shadow: 1px -1px 15px #7f7d7d;
		box-shadow: 0px 0px 10px #000;
	}
	footer{ background:url('../images/dirt.jpg'); }
	.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{
		text-shadow:none; color:#fff;margin: 10px 0 5px 0;letter-spacing:0.5px;
	}
	.footer p{color:#fff;}
	.footer ul{font-size:12px;letter-spacing:1px;}
	.footer{color:#fff;
			-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright:7px;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:0px;
		-webkit-border-top-left-radius:7px;
		-webkit-border-top-right-radius:7px;
		-webkit-border-bottom-left-radius:0px
		-webkit-border-bottom-right-radius:0px;
		border-top-left-radius:7px;
		border-top-right-radius:7px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
	}

	.ftlnks img{ box-shadow:none; margin-top:-10px; }
	
	img{-moz-box-shadow: 1px -1px 15px #000;
		-webkit-box-shadow: 1px -1px 15px #000;
		box-shadow: 0px 0px 10px #000;}
	img.no-shadow{-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow:none}
	.operations img{box-shadow:none;clear:left;float:left;margin:5px 20px 0 0;}
/*	.farmersmarkets h5{display:inline;}
	.farmersmarkets h3{display:inline;margin-right:10px;}*/
	.farmersmarkets a{margin: 0 0 20px 0;}
	.farmersmarkets p{margin:0px 0 0px 0;}
	.farmersmarkets h3{margin:20px 0 0 0;}
	.farmersmarkets h5{margin:0;}
	.farmersmarkets h2{margin:0;line-height:30px;color:#fdfdfb;}
	
	.farmstand h2{margin:0;line-height:30px;color:#fdfdfb;}
	.farmstand p{padding-right:10%;}
	.farmstand h5{font-size:20px;letter-spacing:1px;font-weight:bold;color:#fff;text-shadow:1px 1px 2px #888;margin:20px 0 0 0;}
	.farmstand a{color:#fff;}

	.jams{margin-bottom: 20px;}
	.jams h2{color: white;}
	.jams h3{font-size: 20px;}
	.jams h5{font-size: 14px;line-height: 16px;}
	
	.no-margin{margin-bottom: 0px;}

	.jam{height: 300px;}
	.jam form{display: inline;}
	.jam .title{width: 145px; height: 43px; margin: auto;}
	.jam .price{font-size: 18px; font-style:italic;color:#333;}
	.jam .price input{display: inline-block; margin-left: 4px;}

	.post h4, .optp p{ margin-top: 10px; }
	.post input[type=text], .post textarea{
		width: 100%;
	}

	#specials{
		display: none;
		background: #a73034;
		border: 5px solid #ebf0b8;
		margin: 0 0 0 20px;
		padding: 15px 10px;
		text-align: center;
	}
	#specials h2{color: #ebf0b8;}
	#specials p{color: white; padding: 0 30px;}
	#specials select{margin:14px auto;}

	.totals h4, .totals input{display: inline-block;}
	.totals #jamsTotal{width:95px; margin-left: 10px; font-size: 1.2rem; padding:1px 4px 4px 4px;text-align: right;}
	.totals input[type=submit]{padding:8px 14px;}

object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Editable Elements **/

.add{

}

.editable .post{ position: relative; }
.editable .drop{
	position: absolute;
	top: 0;
	left: -25px;
	cursor: pointer;
}
.editable .drop:hover{
	color: red;
}

.editable span{
	cursor: url(../images/pencil.png), auto;
}

#loginForm{
	display: inline-block;
}

#addPostForm{
	margin: 20px 10px 20px 0;
}

td input.price{
	width: 30px;
	text-align: right;
	display: inline;
	margin: 0 5px 0 4px;
}


/** Icons **/

i.icon, i.icon:before, i.icon:after, a, a > img{
	-webkit-transition: color, box-shadow 0.2s ease-in-out;
	-moz-transition: color, box-shadow 0.2s ease-in-out;
	-o-transition: color, box-shadow 0.2s ease-in-out;
	transition: color, box-shadow 0.2s ease-in-out;
}

i.icon{
	display: block;
	position: relative;
	background: #333;
	color: white;
}

.icon.plus{
	height: 27px;
	width: 97%;
	padding-top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 1px;
}

i.icon.plus:hover{
	background: #666;
}

.icon.plus:before, .icon.plus:after{
	content:''; 
	height:4px; 
	width:20px; 
	display:block; 
	background:#fff; 
	position:absolute; 
	top:15px; 
	left:7px;

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
}

.icon.plus:after{
	height:20px; 
	width:4px; 
	top:7px; 
	left:15px;
}

.icon.cancel{
	width: 22px;
	height: 22px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	background: transparent; /* #FF5454 */

	/*
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%; 
	*/
}

.icon.cancel:hover:before, .icon.cancel:hover:after{
	background: #EF2828;
}

.icon.cancel:before, .icon.cancel:after{
	content: '';
	height: 4px;
	width: 14px;
	display: block;
	background: #000;
	position: absolute;
	top: 9px;
	left: 4px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.icon.cancel:after{
	height: 14px;
	width: 4px;
	top: 4px;
	left: 9px;
}

.square-links a:hover img{
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
}

#adminBar{
	width: 100%;
	background: #222;
	padding: 10px 0;
}

#tabs-menu, #adminBar input, #adminBar li, #adminBar .row{ margin-bottom: 0 !important; }

#tabs-menu li{
	display: inline-block;
	cursor: pointer;
	font-size: 1.4rem;
	margin-left: 2rem;
	color: white;
	padding: 0 12px;
}

#tabs-menu li.active,
#tabs-menu li:hover{
	background: white;
	padding: 12px;
	border-radius: 11px;
	color: #222;
}

#shopping_cart{
	position: fixed;
	display: none;
	top: 0;
	right: 4%;
	background: #222;
	color: white;
	padding: 10px;
	z-index: 100;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
		-webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
}

#shopping_cart > div{
	display: inline-block;
	padding-left: 10px;
}

#shopping_cart form, #shopping_cart input, #shopping_cart fieldset{
	margin-bottom: 0;
}

#shopping_cart #pic{
	height: 100%;
	vertical-align: middle;
}

#shopping_cart #pic img{
	width: 27px;
}

/* Minicart Styles */

#PPMiniCart ul{ 
	max-height: 200px; 
	overflow-x: hidden; 
	overflow-y: auto;
}