/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}
/* Image Borders */
a img,:link img,:visited img { border:none }
/* Lists */
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Code/No Wrap */
pre,code{
	white-space: pre;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
/* Typography */
/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 11px;}
/* Paragraphs */
p  {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
}
/* Links */
a,
a:visited {
	text-decoration: underline;
	color: #000;
	outline: 0;
	border: none;
}
a:hover,
a:active,
a:focus {
	color: #ff0000;
	text-decoration: underline;
}
/* Start Stylesheet */
html {
	height: 100%;
	overflow-x:auto;
	overflow-y:scroll !important;
}
body {
	font: normal normal normal 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	background: #e5e5e5 url(/static/images/background-gradient.png) top left repeat-x;
	margin: 0;
	padding: 0;
/* 	overflow-x: hidden;
	overflow-y: hidden; 
 */
	height: 100%;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
/* NAVIGATION ************************ */
div.nav {
	position: absolute;
	top:30px;
	left:0;
	height: 80px;
	overflow: hidden;
}
div.nav .logo {
	display: block;
/* 	width: 99px;
	height: 44px;
 */}
div.nav ul {
	position: relative;
	margin-top: 8px;
	width: 400px;
	left: -3px;
}
div.nav ul li {
	float: left;
	margin-right: 5px;
}
div.nav ul li a,
div.nav ul li a:visited {
	color: #999;
	font: 800 11px/1 Walkway, "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0.15em;
	padding: 0 3px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
}
div.nav ul li a:hover {
	color: #bf311a;
}
div.article {
	position: relative;
	margin-top: 130px;
	width: 340px;
	float: left;
}
h1 {
	font: 68px/0.8 MidietSansBold, "Gotham Light", "Helvetica Neue", Arial, Helvetica, Calibri, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #ff2300;
	margin-left: -2px;
	margin-bottom: 15px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
}
h1 span {
	font-family: MidietSansMedium, "Gotham Light", "Helvetica Neue", Arial, Helvetica, Calibri, sans-serif;
	letter-spacing: 0.08em;
	display: block;
	font-size: 50px;
	color: #bf311a;
}
h2 {
	color: #ff2300;
	font: 600 19px/1 "Helvetica Neue", "Gotham Light", "Helvetica Neue", Arial, Helvetica, Calibri, sans-serif;
	letter-spacing: 0.04em;
	margin-top: 18px;
	text-transform: uppercase;
}
h3 {
	font: 500 13px/1 "Helvetica Neue", Arial, Helvetica, Calibri, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 15px;
	color: #c2c2c2;
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
}

p {
	margin-top: 10px;
	margin-bottom: 8px;
	font: 300 12px/1.65 "Helvetica Neue", Arial, Helvetica, Calibri, sans-serif;
	letter-spacing: 0.035em;
}
.recipe {
	margin: 10px 0;
}
.recipe p {
	margin: 0 !important;
	line-height: 1.6;
}
p.first {
	margin-top: 4px;
}
.more p strong {
	font-weight: bold;
	color: #888;
}
.more p em {
	font-style: italic;
	font-weight:300;
	letter-spacing:0.035em;
	font-size:12px;
	color: #999;
	text-transform: none;
}
.more ul {
	margin: 10px 0;
}
.more ul li {
	list-style: disc inside;
}
p em {
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Calibri, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ff2300;
}
div.related {
	float: left;
	width: 620px;
	overflow: hidden;
}

/* CONTACT FORM ************************ */
form {
	margin-top: 40px;
	width: 100%;
}
form .field {
	position: relative;
	margin-bottom: 12px;
}
.hasjs label {
	display: none;
}
button {
	width: 340px !important;
	text-align: left;
}
input,
textarea,
button {
	width: 325px;
	overflow: hidden;
	padding: 7px 10px 7px 5px;
	border: none;
	background-color: #fff;
/* 	color: #bf311a; */
	box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.05);
	font: normal 11px/1.2 Arial, Helvetica, Calibri, sans-serif;
	color: #ff2300;
	letter-spacing: 0.02em;
/* 	text-transform: uppercase; */
}
textarea {
	overflow-y:auto;
}
button:hover {
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
button:active {
	color: #FF2300;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	outline: 0;
	border: none;
}
/* PAGE SPECIFICS ************************ */
body.error h1 {
	color: #ff2300;
}
body.error h1 span {
	margin-top: 10px;
	letter-spacing: 0.02em;
}
body.thanks h1 span {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#tryagain {
	color: #ff2300;
	font-size: 24px;
	letter-spacing: 0.06em;
	text-decoration: none;
	font-family: MidietSansMedium, Arial, Helvetica, sans-serif;
}
#tryagain:hover {
	text-decoration: none;
	color: #bf311a;
}
body.ingredients div.item h2,
body.recipes h3 {
	display: block;
	cursor: pointer;
}
div.image {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.push {height: 60px;}
body.about h1 {
	font-size:66px;
}
body.contact h1 {
	margin-bottom: 20px;
}
body.contact h1 span {
	font-family: "MidietSansLight";
	font-size: 46px;
	letter-spacing: 0.08em;
}
body.recipes div.image {
	background: transparent url(/static/images/recipes.png) no-repeat center 0;
}
body.ingredients div.image {
/* 	background: transparent url(/static/images/ingredients.png) no-repeat center 0; */
	position: fixed;
	background: transparent url(/static/images/ingredients-corner.png) no-repeat right bottom;
}
body.about div.image {
	background: transparent url(/static/images/frute-bottles-verylarge.png) no-repeat center top;
}
body.contact div.image {
	background: transparent url(/static/images/bottles-contact.png) no-repeat center 44px;
}
body.error div.image {
	background: transparent url(/static/images/oops.png) no-repeat center 0;
}
body.thanks div.image {
	background: transparent url(/static/images/thanks.png) no-repeat center 0;
}
body.recipes .article {
	width: auto !important;
}
body.recipes .more p em {
	display: block;
	margin-bottom: 2px;
}
body.thanks .article {
	margin-top: 160px;
}
body.error .article {
	margin-top: 140px;
}
body.ingredients h1 span {
	font-size:42px;
	letter-spacing:0.04em;
	word-spacing:-0.1em;
}
body.ingredients h1 {
	font-size: 78px;
}
/* NAV HIGHLIGHTING ************************ */
body.about li.about a,
body.ingredients li.ingredients a,
body.contact li.contact a,
body.home li.home a,
body.recipes li.recipes a {
	color: #FF2300 !important;
}

/* RECIPES ************************ */
body.recipes h1 {
	margin-bottom: 40px;
	margin-left: -4px;
}

body.home #wrap {
	margin: 0 auto;
	
}
body.home #wrap div.nav {
	top:30px;
}
body.contact h1 {
	font-size: 52px;
	margin-bottom: 35px;
}
/* Ingredients Page */
body.ingredients h2 {
	color: #ccc;
}
.berry.highlight,
.berry:hover {
	color: #FF2300;
}
.orange.highlight,
.orange:hover {
	color: #ff8400;
}

/* ERROR STYLING ON VALIDATION ************************ */
label.error {
	position: absolute;
	top: 7px;
	right: 6px;
	color: #FF2300;
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	letter-spacing: 0.04em;
}

div.wrap {
	width: 960px;
	margin-left:-480px;
	position: absolute;
	left:50%;
	bottom:0;
	z-index: 2000;
}
a.supply {
	width: 105px;
	height: 14px;
	background: transparent url(../images/website-by-supply.png) no-repeat center top;
	display: block;
	position: absolute;
	bottom:0;
	right:100px;
}



/* ============= */
/* = PROMO TAB = */
/* ============= */
a.promotab {
	display: block;
	position: fixed;
	right:0;
	top:0;
	width: 229px;
	height: 220px;
	background: transparent url(../images/promotab.png) no-repeat right top;
	z-index: 10000;
	text-indent: -9999em;
	cursor: pointer;
}