@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:140%;
}
* { /* Global Zero Reset */

	padding:0;
	margin:0;
}



/*** LINK STYLES ****/
 
a {
	outline:none;
	color:#333;
}
a:visited {
	color:#000;
}
a:hover {
	color:#666;
}
a img {
	border:0;
}
h2 a {
	text-decoration:none;
	color:#000!important;
}

/*** GENERAL ****/

p, h1, h2, h3, h4, h6, h6 {
	padding:10px 0;
	line-height:150%;
}
body.index #maincol p, body.index #maincol h2, body.index #maincol h3, body.index #leftcol p, body.index #leftcol h2, body.index #leftcol h3 {
	padding:10px 0;
	margin:0;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
	color:#C45B12;

}

h3 {
	font-size:20px;
	color:#C45B12;

}

p, ul, li, ol {
	font-size: 14px;
}

/* LAYOUT */ 

#pagewidth {
	width:963px;
	text-align:left;
	margin:0 auto;
	padding:0 0 0 0;
	color:#000;
	position:relative;
	background:#fff;
}
#header {
	position:relative;
	height:151px;
	clear:both;
	background: url(images/header.gif) center top no-repeat;
	width:100%;
}

a#twitter, 
a#facebook {
position:absolute;
display:block;
height:80px;

}

a#twitter {
width:100px;
right:70px;
top:3px;
}

a#facebook {
width:70px;
right:0px;
top:3px;
}

#header a.follow span {
position:absolute;
text-indent:-5000px;
width:100px;
height:20px;
}



#phoneheader {
	position:relative;
	float:right;
	height:22px;
	width:100%;
	background:#000;
	text-align:right;
	padding:20px 0 0 0;
	overflow:hidden;
}
#wrapper {
	width:963px;
	background:#fff;
	position:relative;
	margin:70px 0 0 0;
	padding:0 0 20px 0;
}
body.menu #wrapper {
	background:url(images/bg-side-menu.gif) 0 0 repeat-y;
}
#leftcol {
	width:180px;
	float:left;
	padding: 0 0 20px 0;
	position:relative;
}
body.maintemplate #leftcol img {
	float:right;
	margin:0 0 30px 0;
}
body.menu #leftcol {
	width:265px;
	padding:0 0 20px 0
}
body.index #leftcol {
width:394px padding:0 0 20px 0;
}
#maincol p, #maincol h2, #maincol h3, #maincol h1 {
	padding:10px 45px 10px 35px;
}
body.menu #maincol p, body.menu #maincol h2, body.menu #maincol h3, body.menu #maincol h1 {
	padding:5px 95px 10px 35px;
}
div.divider {
	border-bottom:1px solid #d68d5a;
	padding:5px 0;
	margin:0 20px 10px 45px;
}
#maincol div.divider {
	border-bottom:1px solid #d68d5a;
	padding:5px 0;
	margin:0 95px 15px 35px;
}
body.menu #maincol p.divider {
	border-bottom:1px solid #d68d5a;
	padding:5px 0;
	margin:0 95px 15px 35px;
}
#maincol p.divider {
	border-bottom:1px solid #d68d5a;
	padding:5px 0;
	margin:0 45px 15px 35px;
}
#leftcol p, #leftcol h2, #leftcol h3 {
	padding:10px 15px 0px 45px;
}

/* MENUS */


body.menu #maincol h2, body.menu #maincol h3, body.menu #leftcol h2, body.menu #leftcol h3 {
	color:#C45B12;
	font-weight:normal;
	font-size:24px;
}
body.menu #maincol strong, body.menu #leftcol strong {
	color:#C45B12;
	font-weight:normal;
	font-size:16px;
}
body.menu #leftcol strong {
	color:#C45B12;
	font-weight:normal;
	font-size:14px;
}
body.menu #leftcol ul {
	list-style:bullet;
	padding:10px 0 0 60px;
}
body.menu #leftcol ul li, body.menu #maincol ul li {
	padding:0 15px 8px 5px;
}
body.menu #maincol ul {
	padding:0px 0 20px 90px;
	margin-top:-5px;
}
body.menu #maincol ul li {
	padding:0 15px 0 0px;
}
body.menu #maincol ul.nobullet li {
	list-style:none;
	padding-left:0px;
}
body.menu #leftcol #hours {
	padding:8px;
	width:190px;
	height:auto;
	margin:10px 5px 15px 45px;
	border:1px solid #f9cf77;
	background:#fcedb3;
}
body.menu #leftcol #hours p {
	padding:5px 0 5px 0;
	font-size:11px;
}

body.menu #maincol {
	width:698px;
}
body.lunch #maincol {
	background:url(images/bg_lunch.gif) 100% 0 no-repeat;
}
body.dinner #maincol {
	background:url(images/bg_dinner.gif) 100% 0 no-repeat;
}
body.brunch #maincol {
	background:url(images/bg_brunch.gif) 100% 0 no-repeat;
}
/* HOME PAGE */

body.index #location, body.index #hours {
	width:373px;
	height:120px;
	overflow:hidden;
}
body.index #hours {
	height:112px;
}
body.index #location {
	background:url(images/location.gif) 0 0 no-repeat;
}
body.index #location a, body.index #hours p {
	display:block;
	width:373px;
	height:0;
	padding-top:112px;
	float:left;
	overflow:hidden;
}
body.index #hours {
	background:url(images/hours.gif) 0 0 no-repeat;
	margin:30px 0 0 0;
}
#maincol {
	float: right;
	display:block;
	position: relative;
	width:758px;
}
body.index #maincol {
	width:566px;
}


/* FOOTER */

#footer { /* HOME FOOTER */
	display:none;
}
body.index #footer {
	clear:both;
	display:block;
	width:963px;
	margin:0 auto;
	background:url(images/bg-btm-links.gif);
	text-align:left;
	padding:0 0 20px 0;
}
div.f-left, ul.f-left {
	float:left;
	position:relative;
}
div.f-right, ul.f-right {
	float:right;
	position:relative;
}
#footer div.f-left {
	width:367px;
	padding:20px 0 0 50px;
}
#footer div.f-right {
	width:509px;
	margin:20px 0 0 0;
	padding:0 20px 0 0;
}
#footer div.f-right p {
	font-size:12px;
	line-height:16px;
	padding:10px 0px!important;
}
#footer div.f-right img.f-left {
	margin:10px 15px 150px 0;
}
#footer h3 {
	padding-bottom:0px;
}
#footer ul {
	width:150px;
	list-style:none;
}

/* SUB FOOTER */

#subfooter {
	width:963px;
	margin:0 auto;
	text-align:left;
}
#subfooter p {
	padding:10px 0;
	margin:0;
	color:#ccc;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#subfooter a {
	color:#ccc;
	text-decoration:none;
}


/* IMAGES */

img.f-right {
	float:right;
	margin:10px 0 10px 10px;
}
img.f-left {
	float:left;
	margin:10px 10px 10px 0px;
}
p img.f-right, h2 img.f-right {
	float:right;
	padding:10px 0 10px 15px;
	margin:0;
}
p img.f-left, h2 img.f-left {
	float:left;
	padding:10px 15px 10px 0;
	margin:0;
}
h2 img.f-left {
	float:left;
	padding:0 15px 10px 0;
	margin:0;
}
img.f-left, img.f-right {
	border:0px solid #333;
}
img.img-no-float {
	border:0px solid #333;
}
img.noborder {
	border:none;
}
div#homereviews img.f-left, div#homereviews img.f-right {
	border:0px;
}
img.sptimes {
	padding:0;
	margin:0 20px 0 0;
}
#footer img {
	border:0px;
}

/* REVIEWS STYLES HOME PAGE */

#reviewsheader {
	background:url(images/reviews-home.gif) 0 0 no-repeat;
	position:absolute;
	width:34px;
	height:152px;
	top:0;
	left:0;
	overflow:hidden;
}
#reviewsheader h2 {
	width:1px;
	height:1px;
	overflow:hidden;
	float:left;
}
#homereviews p, #videoembed p {
	font: 15px/22px Georgia, "Times New Roman", Times, serif;
}
#spotlight {
	display:block;
	position:relative;
	width:373px;
	margin:40px 0 0 0;
	background:url(images/media-cov-hm-repeat.gif) 0 0 repeat-y
}
#videoembed {
	width:320px;
	float:right;
	position:relative;
}
#homereviews {
	background:url(images/reviews-rule.gif) 0 0 repeat-y;
	position:relative;
	margin:18px 0 0 0;
	width:100%;
}
div.reviewcontent {
	width:500px;
	margin:0 0 0 50px;
}
p.byline, #homereviews div.reviewcontent p.byline, #homereviews div.reviewcontent p.readmore, #spotlight #videoembed p.readmore {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:0px!important;
}
#homereviews div.reviewcontent p.readmore, #spotlight #videoembed p.readmore {
	text-align:right;
	font-size:12px;
	padding-bottom:0px!important;
}
p.readmore a, #footer a {
	color:#933c00;
}
#maincol p.lastparagraph {
	color:#933c00;
	border-bottom:1px solid #d68d5a;
	padding:5px 0;
	margin:0 95px 15px 35px;
}
div.topreview, div.divider {
	border-bottom:1px solid #d68d5a;
	padding:0 0 10px 0;
}
div.bottomreview {
	padding:10px 0 0 0;
}
p.clear {
	clear:both
}

/**CONTACT PAGE **/

body.contact #maincol p strong {
	font-size:18px;
	color:#C45B12;
	font-weight:normal;
}
body.contact #wrapper {
	background:#fff url(images/contact-bg-img.jpg) 180px 100% no-repeat;
	padding-bottom:150px;
}
/*** SCROLLER CONTENT LINK STYLES ****/

#flashnewswrapper {
	position:relative;
	width:560px;
	height:280px;
	margin:0;
}
#flashcontentrapper {
	width:164px;
	height:234px;
	position:absolute;
	z-index:50000;
	top:0;
	left:390px;
	border:3px solid #000;
}
#maincol p#latestnews {
	font-size:11px;
	display:none;
	padding:0;
	position:absolute;
	top:245px;
	left:0;
}
#maincol p#viewphotogallery {
	font-size:11px;
	display:block;
	padding:0;
	position:absolute;
	top:245px;
	left:390px;
}
/* Scrollbar & content css */	


#scroller-wrapper {
	position:absolute;
	top:38px;
	left:0px;
	width:382px;
	height:200px;
	border:1px solid #666;
	background:#ddd;
}
#scroller-content {
	height: 200px;
	width: 363px;
	float:left;
	overflow:hidden;
}
#maincol #scroller-content h2, #maincol #scroller-content h3, #maincol #scroller-content h4, #maincol #scroller-content p {
	padding:10px 10px 5px 10px;
	line-height:130%;
	color:#000!important;
}
#scroller-content p {
	font-size:12px;
}
#scroller-content h2 {
	font-size:18px;
}
.scrollbar-vert {
	background: url(images/scroll-bar-bg.gif) repeat-y;
	height: 200px;
	width: 19px;
	float:left;
}
.handle-vert {
	height: 47px;
	width: 19px;
	background: url(images/scroll-bar.gif) no-repeat;
}
/******************* LOGO *********************/ 

#logo {
	position:relative;
	width:375px;
	height:149px;
	display:inline;
	overflow:hidden;
	padding:0;
}
#logowrap {
	position:relative;
	height:149px;
	margin:0 auto;
	width:375px;
	margin:0 0 15px 0;
}
#logo a {
	float:left;
	overflow:hidden;
	padding:149px 0 0;
	width:375px;
	height:0 !important;
	background:url(imgages/logo.gif) 0 0 no-repeat;
}
/* Top Navigation	*/

#container {
	margin:0;
	width: 583px;
	height: 53px;
	text-align:center;
	padding: 0;
	overflow:hidden;
	position:absolute;
	left:396px;
	top:96px;
}
#nav {
	list-style: none;
	padding: 0;
	height: 53px;
	display: inline;
	overflow: hidden;
	width: 583px;
	margin:0 auto;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 53px 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:53px; /* for IE5/Win */
}
#nav a:hover {
	background-position: 0 -53px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -53px;
}
#lunch a, #lunch {
	width: 137px;
	background: url(images/lunch.gif) 0 0 no-repeat;
}
#dinner a, #dinner {
	width: 161px;
	background: url(images/dinner.gif) 0 0 no-repeat;
}
#brunch a, #brunch {
	width: 180px;
	background: url(images/brunch.gif) 0 0 no-repeat;
}
/* Body Classes	*/
body.lunch a#lunch {
	background-position: 0 -53px;
}
body.dinner a#dinner {
	background-position: 0 -53px;
}
body.brunch a#brunch {
	background-position: 0 -53px;
}
/* Main Navigation */
#navigation {
	background:url(images/bg-top-nav.gif) 0 0 repeat-x;
	height:59px;
	width:963px;
	margin:6px 0 0 0;
}
#p7TBMsub03 {
	margin-left:190px;
	width:500px;
	overflow:hidden;
}
#p7TBMsub02 {
	margin-left:120px;
	width:400px;
	overflow:hidden;
}
#p7TBMsub04 {
	margin-left:340px;
	width:300px;
	overflow:hidden;
}

body.gift-certificates #p7TBMsub07 {
	display:none!important;
}

/* *** Float containers fix:*/ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

#printlogo {
	display:none;
}
/****************** Contact Form *******************/
 

 div.contactform label {
	font-weight:bold
}
div.contactform td {
	padding:5px 5px 8px 0;
}
div.contactform div div label {
	font-weight:normal
}
div.contactform {
	margin:0 0 20px 35px;
	width:568px;
}
div.contactform, div.contactform p {
	font:13px/17px arial, helvetica, sans-serif!important;
}
div.contactform p, div.contactform h3, div.contactform p, div.contactform h2 {
	padding:2px 0!important;
}
div.contactform div.float {
	float:left;
	width:325px;
}
div.contactform div.float label {
	width:325px;
}
fieldset.spam {
	background:#fff5cf!important;
	padding:10px!important;
}
div.contactform div.clear {
	clear:both;
}
div.contactform textarea, div.contactform input {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
div.textfield input, input.textfield {
	width:650px;
	padding:5px;
}
input.small, div.small input {
	width:350px;
}
div.text input, div.float input {
	width:308px;
	padding:5px;
}
div.contactform div.textfield {
	padding:5px 0 10px 0;
	display:block;
}
div.contactform div.radio div label {
	display:inline!important;
	float:none;
}
div.contactform div.radio div {
	display:inline!important;
	width:auto;
	float: left;
	text-align:center;
}
div.contactform div.radio label {
	width:auto;
}
div.contactform select {
	width:313px;
	padding:5px 0;
}
div.contactform label {
	width:500px;
}
.contactform span {
	display:block;
}
.contactform fieldset legend {
	display:none;
}
.contactform div.required {
}
div.captcha img {
	margin:0 0 10px 0;
	clear:both;
}
div.contactform fieldset div {
	padding: 0 0 5px 0;
}
div.contactform label {
	margin:2px 0;
	display:block;
}
div.contactform div.radio {
	height:20px;
	padding-top:10px;
}
div.contactform fieldset {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border: 0px solid #d0b178;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	width:650px;
}
div.contactform div.radio label {
	display:inline!important;
	float:left;
	margin:0 15px 0 0;
}
div.contactform div.radio div label {
	display:inline!important;
	float:none;
}
div.contactform div.radio div {
	display:inline!important;
	width:auto;
	float: left;
	text-align:center;
}
div.contactform .required em {
	font-size:18px;
	color:#db5d30;
	font-weight:bold;
	vertical-align:middle;
}
div.contactform span.error {
	font-size:16px;
	color:#C45B12;
	font-weight:bold;
}
div.error_message {
	padding:0 0 20px 0;
	color:#C45B12;
	font-size:14px;
}
div.error_message h2 {
	color:#C45B12!important;
}
div.error_message span {
	display:block;
}
fieldset.negotiatedfs div.float label {
	width: 280px;
}
div.contactform div {
	margin:0 0 5px 0;
}
div.contactform div label div {
	margin:0 0 0 0;
}
.inputbox, .textarea, textarea, select, .textinput, div.text input, div.textfield input, input.textfield {
	border:1px solid #d0b178;
	border-right:2px solid #d0b178;
	border-bottom:2px solid #d0b178;
	background:#fff;
}
.inputbox:hover, .textarea:hover, textarea:hover, select:hover, .textinput:hover, div.text input:hover, div.textfield input:hover, input.textfield:hover {
	border:2px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
textarea {
	height:85px;
	width:650px;
}
div.contactform div.textfieldalt textarea {
	height:45px;
	width:500px;
}
div.submit input, input.button {
	margin: 15px 15px 0 0;
	background:#db5d30;
	color:#fdf0d0;
	border:2px solid #db5d30;
	padding:3px 5px;
	text-transform:uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
}
div.submit input:hover, input.button:hover {
	background:#000;
	color:#fff;
	border:2px solid #000;
}
p.required {
	font-size:11px;
}
div.contactform div.notes p {
	padding:0px!important;
	font-size:11px!important;
}
#maincol div.contactform div.email {
	padding-bottom:0px!important;
	width:325px!important;
}
#maincol div.contactform div.email input {
	width:325px!important;
}
.smalltext {
	font-size:11px;
}
a#giftcertificatespop {
	display:block;
	width:100%;
	height:0;
	padding-top:0;
	overflow:hidden;
	position:absolute;
	left: 0;
	top: 0;
	text-align:center;
}
a#giftcertificatespop img {
	background:#000!important;
}
div#giftcertificatespop {
	width:100%;
	height:227px;
	background:#000;
	text-align:center;
}


/*Bookmarks */


table#cms-module-bookmarks {
}
.cms-module-bookmarks-header {
	display:none;
}
table#cms-module-bookmarks ul li {
	padding:0 15px 20px 0px;
	list-style-type:none;
	font-size:11px;
	line-height:16px;
	display:block;
}
table#cms-module-bookmarks ul li a {
	padding:15px 0 0 0;
	font-size:16px;
	display:block;
	line-height:normal;
	font-weight:normal;
	color:#C45B12;
	text-decoration:none;
	border-bottom:1px solid #C45B12;
}
table#cms-module-bookmarks ul {
	padding:0px 30px 20px 45px;
	margin-top:-5px;
}
body.menu #maincol ul li, table#cms-module-bookmarks ul li {
	padding:0 15px 0 0px;
}

body.kudos #maincol h3 {
	padding-bottom:0px;
}



/******************* HOME BLENDING FADING *********************/
body.index #blendme {
	position:relative;
	text-align:center;
	width:164px;
	height:234px;
	margin:0 auto;
	overflow:hidden;
}

body.index .blend img {
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=0);
}


/******************* EVENTS STYLES *********************/
body.index #eventscontent p, body.index #eventscontent h2, body.index #eventscontent h3, body.index #eventscontent h1, body.index #eventscontent ul, body.index #eventscontent li {
color: #ffd784!important;
font-family:arial, helvetica, sans-serif;
}

body.index #eventscontent h2  {
	font-size:26px;
	line-height:34px;
}

body.index #eventscontent p {
	font-size:16px;
	color:#fff!important;
}

body.index #eventscontent h3 {
	font-size:20px;
}



 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol, div.divider {
	display:none;
}
#twocols, #maincol {
}
#leftcol {
	display:block;
	float:left;
}
#header, #footer, #p7TBM, #phoneheader {
	display:none;
	height:1px;
	width:1px;
	overflow:hidden;
}
#printlogo {
	display:block;
}
#wrapper #maincol p, #wrapper #maincol h2, #wrapper #maincol p strong, #wrapper #leftcol p, #wrapper #leftcol h2, #wrapper #leftcol p strong {
	color:#000;
}
#wrapper {
	margin-top:0px;
	padding-top:10px
}
}
