/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) { display: none; }

[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	overflow-y: scroll;
}

body {
	font-size: 13px;
	line-height: 1.231;
	margin: 0;
}

body, button, input, select, textarea {
	color: #222;
	font-family: Arial, sans-serif;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }

a:visited { color: #551a8b; }

a:hover { color: #06e; }

a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */

pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
	_font-family: 'courier new', monospace;
}

/* Improve readability of pre-formatted text in all browsers */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q { quotes: none; }

q:before, q:after {
	content: "";
	content: none;
}

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd { margin: 0 0 0 40px; }

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */

label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal;
	*overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

/* Colors for form validity */

input:valid, textarea:valid { }

input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

:disabled { color: #888; }

h2 {
	color: #008000;
	margin-bottom: .4em;
	margin-top: 0px;
}

h3 {
	border-bottom: 1px solid #eee;
	color: #0033CC;
	margin-bottom: .4em;
}

.noTopMargin { margin-top: 0px; }

header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	zoom: 1;
}

.chkBox {
	margin-right: 5px;
	vertical-align: middle;
}

.chkBoxLabel { vertical-align: middle; }

.radioBut {
	margin-right: 5px;
	vertical-align: middle;
}

.radioButLabel { vertical-align: middle; }

.actionRow td {
	padding-top: 1em;
	text-align: right !important;
}

.formTable th, .formTable td {
	padding-right: 1.5em;
	text-align: left;
}

.formTable th {
	font-size: 85%;
	padding-top: .5em;
}

.formTable th.noTopPadding { padding-top: 0;
	/*background-color: Green;*/ }

#container {
	padding-left: 10px;
	padding-right: 10px;
}

.error, .notice, .success, .warning {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}

.error ul, .notice ul, .success ul, .warning ul {
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
    
	padding-left: 1em;

	padding-top: 0px;
}

/* Status messages and error styles */

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}

.error a { color: #8a1f11; }

.error li { margin-left: 20px; }

.content .error ul { padding-left: 0; }

.notice, .warning {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}

.notice a, .warning a { color: #514721; }

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

.success a { color: #264409; }

.loggedInInfo {
	color: #0066CC;
	font-size: 90%;
	font-weight: bold;
	padding-left: 1em;
}

.ui-datepicker-trigger {
	left: -25px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.ui-datepicker-today { opacity: .5 !important; }

.ui-datepicker-today .ui-state-default {
	color: Blue !important;
	font-weight: bold;
}

h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* cupid green (inspired by okcupid.com)
*******************************************************************************/

input.cupid-green {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-border-radius: 3px;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-border-radius: 3px;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	width: 150px;
}

input.cupid-green:hover {
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
	-o-box-shadow: inset 0 1px 0 0 #8dbf67;
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	background-color: #76b347;
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
}

input.cupid-green:active {
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

.farmInformationPara {
	font-weight: bold;
	text-align: center;
}

html.ie6 nav.green { width: 570px !important; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */

.ir {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}

.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
	display: none !important;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */
}



	/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		-ms-filter: none !important;
		background: transparent !important;
		color: black !important;
		filter: none !important;
		text-shadow: none !important;
	} /* Black prints faster: h5bp.com/s */

	a, a:visited { text-decoration: underline; }

	a[href]:after { content: " (" attr(href) ")"; }

	abbr[title]:after { content: " (" attr(title) ")"; }

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead { display: table-header-group; } /* h5bp.com/t */

	tr, img { page-break-inside: avoid; }

	img { max-width: 100% !important; }

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 { page-break-after: avoid; }
}
/***** BEGIN Green Menu Styles *****/
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html[xmlns] .clear { display: block; }

* html .clear { height: 1%; }

nav.green ul {
	border-left: 1px solid #4a5a19;
	margin: 0px;
	padding: 0px;
}

/* Top level */

nav.green li {
	border-right: 1px solid #4a5a19;
	float: left;
	list-style: none;
	position: relative;
}

nav.green li.first, nav li.first a {
	-moz-border-bottom-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

nav.green li.last, nav li.last a {
	-moz-border-bottom-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

nav.green li.drop a { padding-right: 30px; }

nav.green li a {
	background-image: url(../img/navbar/navigation-sprite-green.png);
	background-repeat: repeat-x;
	border-left: 1px solid #69793e;
	border-top: 1px solid #839158;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 9px 23px 10px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
}

nav.green li a { background-position: 0px 0px; }

nav.green li a:hover, nav li.active a { background-position: 0px -36px; }

nav.green li a:active { background-position: 0px -72px; }

nav.green .dropdown {
	background: url(../img/navbar/drop-down.png) no-repeat;
	display: block;
	float: right;
	height: 5px;
	margin: -20px 15px 0px 12px;
	width: 7px;
}

/* Drop down */

nav.green li ul {
	-moz-border-radius: 3px;
	background: #2b350d;
	border-radius: 3px;
	display: none;
	left: -26px;
	opacity: 0;
	padding: 12px 15px;
	position: absolute;
	top: 45px;
	z-index: 100;
}

nav.green li ul li {
	border-bottom: 1px solid #4d5b22;
	border-right: 0px;
	float: none!important;
	width: 125px;
}

nav.green li ul li:last-child { border-bottom: 0px; }

nav.green li ul li a {
	background: none!important;
	border-left: 0px;
	border-top: 0px;
	font-size: 11px;
	padding: 10px 0px;
}

nav.green li ul li a:hover { opacity: 0.5; }

nav.green li ul li.arrow {
	background: url(../img/navbar/arrowtop.png) top left no-repeat;
	border-bottom: 0px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: -22px;
}

/***** END Green Menu Styles *****/
.editor-label {
  font-weight: bold;
  font-size: 85%;
}
.editor-field input,
.editor-field textarea {
  width: 250px;
}
.editor-field input.deliveryDateTextBox {
  width: 200px;
}
.editor-field {
  margin-bottom: 10px;
}
.col1 {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.col2 {
  display: inline-block;
  width: 600px;
  vertical-align: top;
}
.deliveryMethod td {
  padding-right: 10px;
}
.fieldvalidator {
  color: red;
}

