/* THE RESET */

html, 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, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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 { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
em { font-style: italic; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 0; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }


/* THE GOODS */

body	{ background: url(../images/background.jpg) center 205px #E46C10; color: #ECE6C4; font-size: 13px; line-height: 22px; font-family: Trebuchet MS, sans-serif; }
p		{ margin-bottom: 16px; }
a		{ color: #ECE6C4; text-decoration: none; }
::selection { background: #000; }
::-moz-selection { background: #000; }

#top-bar			{ width: 100%; height: 45px; background: url(../images/top-bar.png) repeat-x; }
#top-bar-content	{ width: 976px; margin: 0 auto; padding: 8px 0 0; }
#address			{ padding: 0 16px 0 0; float: right; text-align: right; text-shadow: 2px 2px 1px #301401; filter: dropshadow(color=#301401, offx=2, offy=2);  }
#address span		{ color: #7e563b; padding: 0 16px; }
#social				{ float: right; padding: 0 16px 0 0; width: 78px; }
#social a			{ width: 21px; height: 21px; float: right; margin-left: 5px; text-indent: -8989px; }
#social a#yelp		{ background: url(../images/social-yelp.png); }
#social a#twitter	{ background: url(../images/social-twitter.png); }
#social a#facebook	{ background: url(../images/social-facebook.png); }

#container	{ width: 976px; margin: 0 auto; padding: 0 0 20px; position: relative; top: 54px; }

#logo	{ width: 216px; height: 200px; background: url(../images/logo.png); text-indent: -8989px; position: absolute; top: -99px; left: 0; z-index: 10;  }
#logo a	{ width: 216px; height: 200px; display: block; }

nav ul			{ float: right; position: absolute; right: 16px; top: -18px; z-index: 10; -moz-transform: rotate(3.5deg); -webkit-transform: rotate(3.5deg); -o-transform: rotate(3.5deg); -ms-transform: rotate(3.5deg); transform: rotate(3.5deg); }
nav ul li		{ display: inline; margin: 0 0 0 20px; }
nav ul li a		{ font-size: 17px; text-transform: uppercase; color: #f2ecc9; }

.photo-banner		{ width: 976px; height: 497px; position: relative; overflow: hidden; }
.photo-banner .the-overlays						{ position: relative; z-index: 5; }
.photo-banner .the-overlays .overlay-top		{ width: 976px; height: 73px; background: url(../images/overlay-big-top.png); }
.photo-banner .the-overlays .overlay-middle		{ width: 976px; height: 351px; background: url(../images/overlay-big-middle.png) repeat-y; }
.photo-banner .the-overlays .overlay-bottom		{ width: 976px; height: 73px; background: url(../images/overlay-big-bottom.png); }
.photo-banner .the-photos		{ position: absolute; z-index: 0; top: 0; left: 0; }

.photo-banner-thin		{ width: 976px; height: 296px; position: relative; overflow: hidden; }
.photo-banner-thin .the-overlays					{ position: relative; z-index: 5; }
.photo-banner-thin .the-overlays .overlay-top		{ width: 976px; height: 73px; background: url(../images/overlay-big-top.png); }
.photo-banner-thin .the-overlays .overlay-middle	{ width: 976px; height: 150px; background: url(../images/overlay-big-middle.png) repeat-y; }
.photo-banner-thin .the-overlays .overlay-bottom	{ width: 976px; height: 73px; background: url(../images/overlay-big-bottom.png); }
.photo-banner-thin .the-photos		{ position: absolute; z-index: 0; top: 0; left: 0; }


/* content and such */

.content				{  }
.content > div			{ width: 448px; float: left; position: relative; z-index: 20; }
.content div.lefty		{ padding: 40px 24px 40px 16px }
.content div.righty		{ padding: 40px 16px 40px 24px; }
.content div.fully		{ width: 976px; padding: 40px 16px; }
	div.fully	> h3			{ margin-bottom: 40px; float: left; }

.for-quartered div:first-child	{ margin: 0 20px 0 0; border-right: solid #c45200 2px; }
.quartered	{ width: 212px; float: left; }

.content h1, .content h2, .content h3, .content h4, .content h5	{ font-size: 21px; text-transform: uppercase; margin-bottom: 20px; }
.less-of-a-bottom	{ margin-bottom: 10px!important; }
.content p			{ }
.content p strong	{ font-size: 16px; }
.content a			{ border-bottom: solid #e8bc8b 1px; }
.content img		{ position: relative; z-index: 20; }

.press-kit				{ float: right; }
	.press-kit a			{ width: 160px; height: 58px; display: block; background: url(../images/download-press-kit.png) no-repeat 0 0; text-indent: -8989px; border: 0; }
	.press-kit a:hover	{ background-position: 0 -65px; }
.media-contact		{ float: right; line-height: 17px; padding: 0 0 0 14px; }
	.media-contact span	{ opacity: .6; }
	.media-contact:hover span	{ opacity: 1; }

.press-item			{ width: 448px; float: left; margin: 0 50px 20px 0; position: relative; }
.press-item.odd		{ clear: left; }
.press-item.even			{ margin-right: 0; }

	.press-logo			{ width: 115px; float: left; position: relative; }

		.logo-wrap					{ width: 101px; padding: 14px 14px 10px; margin: -6px 0 8px -6px; background-color: #FFF; border: solid #BD4F00 6px; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
			.logo-wrap img		{ width: 101px; height: auto; }
			
		.read-more				{  }
		.press-quote			{ float: left; margin: 0 13px 0 0; }
		
	.press-copy			{ width: 297px; float: right; }
		.press-title	{ font-size: 15px; font-weight: bold; margin-bottom: 13px; }
	

.contact-box					{ margin: 30px 0 0; }
.content input[type="text"]		{ width: 194px; margin: 7px 0 0; float: left; clear: left; background: #c45200; color: #fff6d4; font-family: Trebuchet MS; font-size: 11px; border: 0; padding: 5px 10px 4px; -moz-border-radius: 12px; border-radius: 12px; }
.content textarea				{ width: 428px; height: 50px; margin: 7px 0 0; float: left; clear: left; background: #c45200; color: #fff6d4; font-family: Trebuchet MS; font-size: 11px; border: 0; padding: 10px 10px 4px; -moz-border-radius: 12px; border-radius: 12px; }
.content input[type="submit"]	{ width: 70px; height: 24px; float: left; clear: left; margin: 7px 0 0; background: url(../images/input-send-button.png) no-repeat bottom center; border: 0; text-indent: -8989px; }

#menu-remote		{ position: relative; right: -24px; }
#menu-remote ul		{ border-right: solid #c45200 2px; }
#menu-remote ul li		{ display: inline-block; float: right; clear: right; padding: 0 0 3px; }
#menu-remote ul li a	{ font-size: 20px; text-transform: uppercase; color: #e5a366; border: none; padding-right: 24px; text-shadow: 2.5px 2.5px 0px #c45200; filter: dropshadow(color=#c45200, offx=2.5, offy=2.5); }
#menu-remote ul li a:hover	{ color: #EACB9F; }
#menu-remote ul li a.current	{ color: #F2ECC9; outline: none; }
.cufon	{  }

.pdf-menu		{ float: right; clear: right; padding: 24px 20px 0 0; }
.pdf-menu a		{ width: 129px; height: 58px; display: block; background: url(../images/download-pdf-menu.png) no-repeat 0 0; text-indent: -8989px; border: 0; }
.pdf-menu a:hover	{ background-position: 0 -65px; }

.catering-info		{ float: right; clear: right; background: rgba(185, 78, 0, 0.5); margin: 20px 20px 0 0; padding: 15px 20px 5px 10px; width: 340px; text-align: right; -moz-border-radius: 15px; border-radius: 15px; }
.catering-info h2	{ margin-bottom: 0; }

#menus				{  }
#menus .menu		{ list-style: none; }
#menus .menu div.item		{ margin: 0 0 3px; font-size: 16px; text-transform: none; text-shadow: #c45200 2.5px 2.5px; }
#menus .menu .menu-item	{ margin: 24px 0 0; }
#menus .menu .menu-item p	{ color: #e7e0b9; }
#menus .menu h1, #menus .menu h2, #menus .menu h3, #menus .menu h4, #menus .menu h5, #menus .menu h6	{ margin: 0 0 10px; }
.hide { position: absolute; top: -9999px; left: -9999px; }
#menus .menu hr			{ border-top: dotted #E7AE77 1px; }
#menus .menu em			{ opacity: .8; }

.bg-image	{ position: absolute; z-index: 14; background-repeat: no-repeat; }
.bg-image#concept	{ width: 547px; height: 498px; background: url(../images/bg-concept-eat.png); top: 252px; left: -75px; }
.bg-image#home		{ width: 266px; height: 828px; background: url(../images/bg-home-grill.png); top: 26px; left: -269px; }
.bg-image#location	{ width: 288px; height: 289px; background: url(../images/bg-location-open.png); top: 546px; left: 38px; }
.bg-image#menu		{ width: 377px; height: 629px; background: url(../images/bg-menu-restaurant.png); top: 270px; left: -17px; }
.bg-image#press		{ width: 348px; height: 390px; background: url(../images/bg-press.png); top: 360px; left: 308px; }

/* newsboxes and footer */

footer				{ width: 976px; height: auto; position: relative; top: -8px; z-index: 15; clear: both; }
.newsboxes			{ width: 976px; height: 281px; }
.newsboxes > div	{ width: 232px; height: 281px; float: left; margin-left: 16px; position: relative; overflow: visible; text-align: center; }
.newsboxes div div.newsbox-middle	{ padding: 0 29px 0; position: relative;  }

.newsboxes div.first					{ margin-left: 0; }
.newsboxes div.first div.newsbox-top	{ background: url(../images/newsbox-top-left.png); height: 51px; }
.newsboxes div.first div.newsbox-middle	{ background: url(../images/newsbox-middle.png); height: 185px; }
.newsboxes div.first div.newsbox-bottom	{ background: url(../images/newsbox-bottom-left.png); height: 45px; }

.newsboxes div.second					{ top: 17px; height: 259px; }
.newsboxes div.second div.newsbox-top	{ height: 51px; background: url(../images/newsbox-top-left.png); }
.newsboxes div.second div.newsbox-middle	{ background: url(../images/newsbox-middle.png); height: 152px; }
.newsboxes div.second div.newsbox-bottom	{ background: url(../images/newsbox-bottom-left.png); height: 45px; }

.newsboxes div.third					{ top: 17px; height: 259px; }
.newsboxes div.third div.newsbox-top	{ height: 51px; background: url(../images/newsbox-top-right.png); }
.newsboxes div.third div.newsbox-middle	{ background: url(../images/newsbox-middle.png); height: 152px; }
.newsboxes div.third div.newsbox-bottom	{ background: url(../images/newsbox-bottom-right.png); height: 45px; }

.newsboxes div.fourth					{  }
.newsboxes div.fourth div.newsbox-top	{ height: 51px; background: url(../images/newsbox-top-right.png); }
.newsboxes div.fourth div.newsbox-middle	{ background: url(../images/newsbox-middle.png); height: 185px; }
.newsboxes div.fourth div.newsbox-bottom	{ background: url(../images/newsbox-bottom-right.png); height: 45px; }

/* which circle to use? */
.newsboxes div div.newsbox-top div					{ background-position: center center; background-repeat: no-repeat; height: 100%; }
.newsboxes div#envelope		div.newsbox-top div		{ background-image: url(../images/circle-envelope.png); }
.newsboxes div#beer			div.newsbox-top div		{ background-image: url(../images/circle-beer.png); }
.newsboxes div#burger		div.newsbox-top div		{ background-image: url(../images/circle-burger.png); }
.newsboxes div#giftcard		div.newsbox-top div		{ background-image: url(../images/circle-giftcard.png); }
.newsboxes div#money		div.newsbox-top div		{ background-image: url(../images/circle-money.png); }
.newsboxes div#silverware	div.newsbox-top div		{ background-image: url(../images/circle-silverware.png); }
.newsboxes div#soup			div.newsbox-top div		{ background-image: url(../images/circle-soup.png); }

.newsboxes h3	{ font-size: 18px; padding: 10px 0 13px; text-transform: uppercase; }
.newsboxes p	{ line-height: 18px; font-size: 12px; color: #f8e6b7; margin-bottom: 10px; text-shadow: 1px 1px 1px #000; filter: dropshadow(color=#000, offx=1, offy=1);  }
.newsboxes a	{ border-bottom: solid #d7c493 1px; }
.newsboxes div input[type="text"]		{ width: 150px; margin: 7px auto 0; background: #F3DEAC; color: #321A0C; font-size: 11px; font-family: Trebuchet MS; border: 0; padding: 5px 10px 4px; -moz-border-radius: 20px; border-radius: 15px; }
.newsboxes div input[type="submit"]		{ width: 70px; height: 24px; margin: 14px auto 0; background: url(../images/input-join-button.png) no-repeat bottom center; border: 0; font-size: 0; line-height: 8989px; overflow: hidden;}

.footer	{ text-align: center; position: relative; top: -10px; }
.footer img	{ margin-bottom: 8px; }
.footer ul li	{ list-style: none; display: inline; background: url(../images/list-slash.png) no-repeat left center; padding: 0 5px 0 18px; }
.footer ul li a	{ font-weight: bold; }
.footer ul li:first-child	{ background: none; }
.footer #loc		{ }
.footer #loc span	{ color: #e9a469; padding: 0 8px; }
.footer #copyright	{ color: #ecaa73; }
.footer #copyright a		{ color: #FFF; border-bottom: solid #ECAA73 1px; }
.footer #copyright a:hover	{ border-bottom: solid #FFF 1px; }
.footer #copyright a.cms		{ color: #ECAA73; border-bottom: none; }
.footer #copyright a.cms:hover	{ border-bottom: none; }


/* IE BU*//**/

html.ie6 .newsboxes p, html.ie7 .newsboxes p	{ line-height: 15px; }
html.ie6 nav ul, html.ie7 nav ul, html.ie8 nav ul	{ top: -35px; }
html.ie8 .newsboxes p	{ filter: none; }
html.ie6 .photo-banner .the-overlays, html.ie6 .photo-banner-thin .the-overlays	{ display: none; }
html.ie6 .newsboxes div div.newsbox-top		{ background:none!important; }
html.ie6 .newsboxes div div.newsbox-middle	{ background-image: none!important; background-color: #3d200d; }
html.ie6 .newsboxes div div.newsbox-bottom	{ background:none!important; }


/* THE XTRAS */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media screen and (max-device-width: 480px) {/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}