/* Reset */
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,a,b,i,dl,dt,dd,ol,ul,li,form,fieldset,form,label,legend,input,button,textarea,select,option,optgroup,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	background: transparent;
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}
article,aside,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,section,source {
	display: block;
}
audio,video,mark,rp,rt,ruby,summary,time,progress {
	display: inline
}
body {
	background: #fff;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
optgroup,option {
	background: #fff;
	color: #000;
}
a:focus {
	outline: 0;
}
q:before,q:after {
	content: "";
}
sup,sub {
	vertical-align: baseline;
}
/* Typography */
html {
	font-size: 100.01%;
}
body {
	color: #fff;
	font: 300 85%/1.5em Georgia,Times,serif;
}
h1,h2 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 4em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
strong,th {
	font-weight: bold;
}
p,figure {
	margin: 0 0 1.5em;
}
ul,ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
dl {
	margin: 0 0 1.5em 0;
}
dt {
	font-weight: bold;
}
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th,td,caption {
	padding: 4px 10px 4px 5px;
}
thead tr {
	border-bottom: 1px solid #ddd;
}
tbody tr:nth-child(odd) {
	background: #eee;
}
tbody th {
	border-right: 1px solid #ddd;
}
tfoot tr {
	border-top: 1px solid #ddd;
}
tfoot th {
	text-align: right;
}
blockquote {
	margin: 1.5em;
	font-style: italic;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
a {
	text-decoration: underline;
}
a {
	color: #000;
}
em,dfn {
	font-style: italic;
}
code {
	font: 1em 'Andale Mono','Lucida Console',monospace;
}
mark {
	background: #ff9;
	color: #660;
}
del {
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dotted #000;
}
abbr[title] {
	cursor: help;
}
input,textarea,select,button {
	background: #fff;
	border: 1px solid #666;
	color: #000;
}
input:focus,textarea:focus,select:focus,button:focus {
	border-color: #000;
}
input,button,textarea {
	padding: 0.25em;
}
textarea {
	line-height: 1.5em;
}
input[type="checkbox"],input[type="radio"],input[type="submit"],button {
	width: auto;
}
input[type="checkbox"],input[type="radio"] {
	border: 0;
	padding: 0;
}
@font-face {
	font-family: 'LearningCurveProRegular';
	src: url('../type/LearningCurve_OT-webfont.eot');
	src: local('☺'),
	url('../type/LearningCurve_OT-webfont.woff') format('woff'),
	url('../type/LearningCurve_OT-webfont.ttf') format('truetype'),
	url('../type/LearningCurve_OT-webfont.svg#webfontqOzRIsTt') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1,h2,.footer p,legend,.nav a {
	font-family: LearningCurveProRegular;
}
.footer p {
	font-size: 2em;
}
/* Structure */
body {
	background: url('../img/body-bg.png') top;
	margin: 20px 0;
}
.section h1 {
	text-align: center;
}
.section h1 img {
	vertical-align: middle;
	margin-right: 0.5em;
}
.nav ul {
	text-align: center;
	list-style: none;
	padding: 0;
}
.nav li {
	display: inline;
	font-size: 2em;
	margin: 0 1em;
}
.nav a {
	color: #fff;
	margin: 0 0.5em;
}
.page {
	border-width: 30px;
	-webkit-border-image: url('../img/distressed.png') 50 50 50 50 round round;
	-moz-border-image: url('../img/distressed.png') 50 50 50 50 round round;
	border-image: url('../img/distressed.png') 50 50 50 50 round round;
	margin: 0 auto;
	width: 900px;
}
.footer {
	text-align: center;
}
div.confirm,.error {
	background: #475505;
	border: 1px solid #fff;
	color: #fff;
	padding-top: 1.5em;
	text-align: center;
}
.error {
	background: #720000;
}
.error .error,.error .note {
	border: 0;
	padding: 0;
	margin-left: 0;
}
fieldset {
	margin-bottom: 2em;
	padding: 10px;
}
legend {
	font-size: 3em;
	line-height: 1em;
}
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form li {
	line-height: 32px;
	padding: 0 10px;
}
form .text label,form .select label[for] {
	display: block;
	float: left;
}
form .info .text label,form .info .select label {
	width: 160px;
	text-align: right;
	margin-right: 0.5em;
}
form p.note {
	line-height: 1.5em;
	margin-left: 150px;
}
.required {
	color: #720000;
}
form .meals li {
	clear: both;
	line-height: 1.5em;
	padding: 0.5em 1em;
	overflow: hidden;
}
form .meals .pie {
	display: none;
}
.meals .text label {
	display: inline-block;
	text-align: left;
	width: 700px;
}
.meals p {
	width: 600px;
}
.alacart li {
	text-align: right;
}
.meals li + li,.alacart li + li {
	border-top: 1px solid rgba(255,255,255,0.25);
}
form .alacart li:hover,form .meals li:hover {
	background: rgba(255,255,255,0.10);
}
label[for='questions'] {
	display: none;
}
/* Home */
.home .section {
	overflow: hidden;
}

.section img {
	max-width: 100%;
}
.home .meal,.home .guide,.home .winepress {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 30%;
}
.home .winepress {
	margin: 0 2%;
}
.home h2, .home .footer p {
	text-align: center;
	
}
.home p {
	text-align: justify;
}
.home .meal {
	margin-top: 134px;
	text-align: right;
}

.home .guide {
	margin-top: 60px;
}


