/* css reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;font-family: Helvetica, Arial, sans-serif;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography css */
body {font-size:75%;color:#222; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#111;}
h1 {font-size:3em;line-height:1;margin-top:0.5em;}
h2 {font-size:2.4em; }
h3 {font-size:1.5em;line-height:1;}
h4 {font-size:1.2em;margin-top: 0.5em;}
h5 {font-size:1em;font-weight:bold;margin-top:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em 0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#868686;}
a {color:#e8e8e8;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption 
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
a:active { outline: none !important; }
:focus {-moz-outline-style: none;}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;font-size:1em;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.center{text-align: center;}


/* core styles */

body { color: #d1d1d1; background-color: #333; }

.container {  background: #362002; width: 100%;  box-shadow: black 0 5px 20px;}
.content { max-width: 820px; margin: auto;}
.header { max-width: 640px; margin: 0 auto; padding: 20px; }
.header h1 { text-indent: -9999px; height: 0px; margin: 0; padding: 0;}
.header img { width: 100%;  margin: 0 auto; }

h2, h3, h4, h5, h6 { color: #d1d1d1; text-align: center; }

h2.menu, h2.location, h2.hours, h2.about { text-align: left; text-indent: -9999px; height: 50px; }

h2.menu { background: url('images/menu.png') no-repeat 50% 0%; background-size: 1200px 50px; }
h2.hours { background: url('images/hours.png') no-repeat 50% 0%; background-size: 1200px 50px; }
h2.location { background: url('images/location.png') no-repeat 50% 0%; background-size: 1200px 50px; }
h2.about { background: url('images/about.png') no-repeat 50% 0%; background-size: 1200px 50px; }

ul.navbar { list-style: none; max-width: 670 px; margin: 0 auto;}
ul.navbar li { float: left; padding: 0 20px; }
ul.navbar li a { display: block; text-decoration: none; font-weight: bold;}

@media all and (-webkit-min-device-pixel-ratio: 2) {
	h2.menu { background: url('images/menu@2x.png') no-repeat 50% 0%;  }
	h2.hours { background: url('images/hours@2x.png') no-repeat 50% 0%;  }
	h2.location { background: url('images/location@2x.png') no-repeat 50% 0%;  }
	h2.about { background: url('images/about@2x.png') no-repeat 50% 0%;  }
}

.content { background: #362002; padding-bottom: 20px; width: 100%; font-size: 1.25em;  }
.content > div { margin: 0 5% 0 5%;  width: 90%; }
.content div { margin-bottom: 20px; }
.content div h2 { margin: 0 -4.5%; }
.content img { width: 100%; }
.content div.location { width: 90%; float: left; }
.content div.location h2 { margin: 0 -2%; }

.location a.map { position: relative; display: block; width: 100%; min-height: 500px; overflow: hidden; }
.location a.map img { position: absolute; top: 50%; left: 50%; margin-top: -250px; margin-left:-400px; width: 800px;}

/*menu stuff*/
dl:after, .footer:after { content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden; }
dl, footer { display:block; position: relative; }
dl dt { width:100%; float: left; width: 88%; padding-right: 50px;}
dl dd.price { position: absolute;  top:0px; right:0px; }
dl dd.description { font-style: italic; font-size: 0.9em; }

a.more { display: block; text-align: center; font-weight: bold; font-size: 1.2em; text-decoration: none;}
a.more:hover { text-decoration: underline; }

.menu h3 {
	margin-bottom: .5em;
	padding-bottom: .2 em;
	border-bottom: 2px solid #d1d1d1;
}

.footer { padding: 20px 10%; max-width: 738px; margin: auto; font-size: 1.25em;  }

.footer2 div { width: 20%; float: left; text-align: center; }

@media screen and (max-width: 600px) {
	/* landscape phone */

	.header { }
	.header h1 { }
	.content div h2 { margin: 0 -2%; }
	.footer { }
}

@media screen and (min-width:601px) {
	/*tablet portrait */
	
	.header { }
	.header h1 { }
	.content > div { width: 40%; float: left; } 
	
	.footer { }
}









