/* RESET */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}


/* FONTS */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 23, 2010 */
@font-face {
	font-family: 'FertigoProRegular';
	src: url('../fonts/fertigo_pro-webfont.eot');
	src: local('☺'), url('../fonts/fertigo_pro-webfont.woff') format('woff'), url('../fonts/fertigo_pro-webfont.ttf') format('truetype'), url('../fonts/fertigo_pro-webfont.svg#webfontwgP95YDN') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* GLOBALS */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
html {
	border-top: 3px solid #fc0;
}
body {
	margin: 2px auto 20px;
	padding: 0;
	width: 800px;
	line-height: 1.5;
	font-family: sans-serif;
	position: relative;
	font-size: 12px;
	background: #fff;
	color: #2f2303;;
}

a:link,
a:visited {
	color: #2f2303;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0 none;
	border-bottom: 1px solid;
}
a:focus:not(:active) {
	outline: 2px dotted;
	text-decoration: none;
	border-bottom: 0 none;
}
p {
	margin: 0 0 20px;
}
img.bottle {
	margin: 0 -76px 0 -38px;
}
h1 {
	float: left;
/*	padding-top: 60px; */
	font-family: 'FertigoProRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}
h2 {
	font-family: 'FertigoProRegular';
	padding-top: 42px;
	margin-bottom: 24px;
	font-size: 36px;	
	color: #fc0;
	color: #f6ae35; /* bottle photo's yellow. use for button? */
	float: left;
}
h3 {
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 0;
}
ul#nav {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 400px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	ul#nav li {
		display: inline;
		margin: 0 10px 0 0;
		padding-right: 10px;
		border-right: 1px solid;
	}
	ul#nav li:last-child {
		border-right: 0 none;
	}
		ul#nav li a:link,
		ul#nav li a:visited {
			border-bottom: 0 none;
			padding-bottom: 1px;
		}
		ul#nav li a:hover,
		ul#nav li a:active {
			border-bottom: 1px solid;
		}

	div.content {
		clear: left;
		font-size: 14px;
		line-height: 1.6;
	}

	input#buynow,
	input#buynow:focus {
		margin: 35px 160px 0;
		display: block;
		background-color: #f0b72d;
		background: 
			-webkit-gradient(
				radial, 
				50% 80%, 20, 50%50%, 40, from(#f4be2a), to(#f0b72d)
			);
		background:
			-moz-radial-gradient(
				center,
				#f4be2a 9%,
				#f0b72d 98%
			);
		color: #fff;
		font-size: 2em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 10px 8px;
		text-align: center;
		border: 1px solid #fc0;
		text-decoration: none;
		-moz-box-shadow: 0 1px 2px 0px #2F2303;
		-webkit-box-shadow: 0 1px 2px 0px #2F2303;
		text-shadow: 0 1px 1px #7f5900;
		position: relative;
	}
	input#buynow:hover{
		top: -1px;
		-moz-box-shadow: 0 8px 12px -6px #2f2303;
		-webkit-box-shadow: 0 8px 12px -6px #2f2303;
		text-shadow: -1px 1px 2px #7f5900;
		color: #2f2303;
		color: rgba(255,255,255,1);
		outline: none;
		border-color: #fff;
	}
	input#buynow:active {
		-moz-box-shadow: 0 1px 2px 0px #2F2303;
		-webkit-box-shadow: 0 1px 2px 0px #2F2303;
		text-shadow: 0px 1px 1px #7f5900;
		outline: none;
	}
form p {
	margin-left: -75px;
	text-align: center;
}
	form p b {
		display: block;
		font-size: 1.25em;
	}
p.copyright {
	margin-top: -1.5em;
	font-size: 10px;
	text-align: right;
}

div.buckets {
	padding-top: 20px;
	clear: both;
}
	div.buckets > div {/*
		display: inline-block;
		width: 248px;*/
		margin-left: 12px;
		padding-left: 12px;
		vertical-align: top;
	}
	div.buckets dl, 
	div.buckets dl dt,
	div.buckets dl dd {
		display: inline;
	}
	div.buckets > div {
		margin-left: 0;
		padding-left: 0;
		border-left: 0px solid;
	}
		div.buckets h3 {
			font-weight: normal;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 16px;
			margin-bottom: 8px;
			border-bottom: 1px solid #ccc;
		}
		div.buckets dd {
			margin: 0 10px 20px 5px;
		}

.other_products {
	margin-bottom: 3em;
}
	.honeys {
		-webkit-columns: 245px;
		-webkit-column-gap: 50px;
		margin: 1em 0;
		font-size: 14px;
	}
		.honey_group {
			margin-bottom: 1em;
			-webkit-column-break-inside: avoid;
		}
		.honey {
			border-bottom: 1px dotted #aaa;
			display: flex;
			margin-bottom: 0.25em;
			-webkit-column-break-inside: avoid;
			page-break-inside: avoid;
			break-inside: avoid;
		}

			span.price {
				margin-right: 0;
				margin-left: auto;
				font-style: italic;
			}
			span.price::before {
				content: "$";
			}

@media only screen and (max-width: 799px) {
	body {
		display: flex;
		flex-flow: column;
		width: auto;
		padding: 5vw;
	}
		img.bottle {
			position: absolute;
			opacity: 0.2;
			z-index: -1;
		}
		h2 {
			text-align: center;
			font-size: 42px;
		}
			h2::first-line {
				font-size: 36px;
			}
		div.content {
			order: 1;
		}
		form {
			order: 0;
		}
			input#buynow,
			input#buynow:focus {
				margin: 0 auto;
			}
			form p {
				margin-left: auto;
			}
		div.buckets {
			order: 2;
		}
		p.copyright {
			order: 2;
			margin-top: 1.5em;
		}

}