@import url(//fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);

html {
	background: url(/images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,fieldset,legend {
	padding: 0; 
	margin: 0; 
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 1.0em;
	font-family: 'Sorts Mill Goudy', serif;
}

a, a img { text-decoration: none; border: 0; }

a:hover { text-decoration: underline; }

p {
	margin-top: 15px;
}

#girdle {
	width: 920px;
	margin: auto;
	margin-top: 40px;
}

.logocontainer {
	float: left;
	width: 200px;
	height: 400px;
	padding: 20px;
}

.smalllogocontainer {
	float: left;
	width: 100px;
	height: 200px;
	padding: 10px;	
	padding-left: 20px;
	padding-right: 30px;
}

.logo {
}

.clear {
	clear: both;
}

.paper {
	width: 100%;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.content {
	padding: 10px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 1.2em;
}

.content .bigletter:first-letter {
	display: inline;
	float: left;
	padding-right: 4px;
	font-size: 2.5em;
}

.content .bigheading {
	font-size: 2.0em;
	margin: 0px;
	color: #8f8fbf;
}

.content .heading {
	font-size: 1.5em;
	margin: 0px;
	color: #8f8fbf;
}

.content .subheading {
	font-size: 0.8em;
	text-transform: uppercase;
}

.content .fineprint {
	font-size: 0.8em;
}

.formcontainer {
	font-family: serif;
	font-size: .9em;
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 10px;
	margin: 10px;
}

.formcontainer input {
	display: inline;
	border: 1px solid #aaa;
	background-color: #fff;
	font-size: 1.0em;
	margin: 0;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.formcontainer .button {
	font-size: 0.9em;
	height: 30px;
	background-color: #c3c3ea;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.formcontainer .button:hover {
	background-color: #2c5;
}

.formcontainer .fullwidth {
	width: 96%;
}
.error {
	color: #f00;
	font-weight: bold;
	font-size: .8em;
	
}
.shadow {
	width: 100%; height: 45%;
	position:absolute;
	z-index: -2;
	bottom: 5px; right: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);

}
.shadow:after {
	content: "";
	position:absolute;
	right: 0; bottom:5px;
	width:150px; height: 100px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.50);
	box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.50);
	-moz-transform:skew(10deg,10deg) translate(-40px,-15px);
	-webkit-transform:skew(10deg,10deg) translate(-40px,-15px);
	transform:skew(10deg,10deg) translate(-40px,-15px);
}
.shadow:before {
	content: "";
	position:absolute;
	left: 0; bottom:5px;
	width:150px; height: 100px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.50);
	box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.50);
	-webkit-transform:skew(-10deg,-10deg) translate(40px,-15px);
	-moz-transform:skew(-10deg,-10deg) translate(40px,-15px);
	transform:skew(-10deg,-10deg) translate(40px,-15px);
}

.facebook {
	float: right;
	width: 120px;
	height: 140px;
	padding: 10px;
}

.farmtotable {
	float: right;
	width: 180px;
	height: 140px;
	padding: 10px;
}

.sampler {
	float: right;
	width: 180px;
	height: 140px;
	padding: 10px;
}

.facebook a img, .farmtotable a img, .sampler a img {
	margin-top: 10px;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	transition: margin 0.5s ease-out;
}

.facebook a img:hover, .farmtotable a img:hover, .sampler a img:hover {
	margin-top: 0;	
}

.photos {
	padding-top: 40px;
	width:100%;
	text-align: center;
}

.photos ul li {
	display: inline-block;
	list-style: none;
	width: 150px;
	height: 140px;
}

.photos a img {
	float: left;
	margin-top:10px;
	border: 10px solid white;
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	transition: margin 0.5s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.photos a img:hover {
	margin-top: 0;
}

#footer {
	padding-top: 20px;
	border-top: 1px solid #666;
	margin-top: 20px;
	width: 100%;
	text-align:center;
	padding-bottom: 20px;
}

#cvv2_info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	z-index: 100;
	width: 400px;
}
#cvv2_info, #cvv2_info .arrow:after {
	position: absolute;
	border: 1px solid black;
	background-color: #fff;
}
#cvv2_info {
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}
#cvv2_info .arrow {
	width: 61px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -30.5px;
}
#cvv2_info.top .arrow {
	height: 16px;
	margin-top: -16px;
	top: 0px;
}
#cvv2_info.bottom .arrow {
	height: 16px;
	margin-bottom: -16px;
	bottom: 0px;
}
#cvv2_info .arrow:after {
	content: "";
	width: 20px;
	height: 20px;
	left:20px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cvv2_info.top .arrow:after {
	top: 5px;
}
#cvv2_info.bottom .arrow:after {
	bottom: 5px;
}

.busy {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	background-image: url('/images/spinner16.png');
	background-position: 0, 0;
}

.shipping_ok {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	background-image: url('/images/icons16.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-align: center;
}

.shipping_notice {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	background-image: url('/images/icons16.png');
	background-position: 0 -16px;
	background-repeat: no-repeat;
	background-align: center;
}

.shipping_error {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	background-image: url('/images/icons16.png');
	background-position: 0 -32px;
	background-repeat: no-repeat;
	background-align: center;
}

#shipping_message {
	text-align: center;
}

#shipping_message h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#shipping_message p {
	font-style: italic;
	margin: 0;
}
