/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, pre, code, address, variable, form, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img { border: 0; }
ol { padding-left: 0; margin-left: 0; list-style: decimal; }
ul { padding-left: 0; margin-left: 0; list-style: disc; }
q:before, q:after { content:''; }
/* end reset browser styles */

html, body {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
}

body p {
	font-size: 12px;
	line-height: 150%;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.clear {
	clear: both;	
}

.relative {
	position: relative;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.dropshadow {
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 3px 4px #000;
	behavior: url(/js/PIE.htc);
}

input.placeholder {
    color: #BBB;
}

h1 {
	font-family: "atrament-web-1","atrament-web-2", Tahoma;
	font-size: 29px;
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 110%;
}

h2 {
	font-family: "atrament-web-1","atrament-web-2", Tahoma;
	font-size: 26px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h3 {
	font-family: "atrament-web-1","atrament-web-2", Tahoma;
	font-size: 22px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 4px;
	text-transform: uppercase;
	line-height: 130%;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sans-serif {
	font-family: Arial, Helvetica, sans-serif;
}

/*p.priority {
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 17px;
}*/

p {
	margin-bottom: 10px;
}


a {
	color: #333;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration : none !important;
}

.title-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.bottom-margin {
	margin-bottom: 20px; /*roughly based on h3 and h4 bottom margins - this is a common margin used throughout*/	
}

.top-margin {
	margin-top: 20px; /*roughly based on h3 and h4 bottom margins - this is a common margin used throughout*/	
}

.narrow-column {
	width: 350px;
}

.wide-column {
	width: 560px;
}

.top-dotted {
	border-top: #ccc 1px dotted;
}

.bottom-dotted {
	border-bottom: #ccc 1px dotted;
}

.bottom-dotted-dark {
	border-bottom: #797979 1px dotted;
}

.bottom-solid {
	border-bottom: #ccc 1px solid;
}

.grey-box {
	padding: 10px;
	background: #f1f1f1;
}

.left-column {
	width: 455px;
	float: left;
}

.right-column {
	width: 455px;
	float: right;
}

.btn, .btn a img {
	outline: none;
	display: inline;
	
}


.spaced {
	margin-left : 10px;
	padding-left : 10px;
}

.spaced li {
	margin-bottom  : 5px;
}

/*  --------------- PRIVATE DINING --------------- */

.dining-teaser {
	float: left;
	width: 300px;
	
}

.dining-teaser .pic {
	padding: 4px;
	border: #ccc solid 1px;
	margin-bottom: 10px;
}

.dining-teaser .pic img {
	display: block;
}

.dining-teaser h2 {
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: #ccc 1px dotted;
}

.dining-teaser a, .planevent-teaser a {
	color: #757431;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.dining-teaser a:hover, .planevent-teaser a:hover {
	text-decoration: underline;
}

.download-pdfs {
	background: #f7f9f2;
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	padding: 4px 0px;
	position: relative;
}

.faq-teaser {
	background: #f7f9f2; 
	padding: 6px 6px 8px 6px;
	margin-bottom: 20px;
}

.faq-teaser p {
	margin-bottom: 0px;
}

.planevent-teaser {
	margin-bottom: 20px;
}


/*  --------------- FORMS --------------- */

#contact-form label {
	margin-bottom: 4px;
	display: block;
}

#contact-form input[type=text], #contact-form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	width: 246px;
	height: 18px;
	margin-bottom: 10px;
}

#contact-form textarea {
	width: 514px;
	height: 72px;
}

#contact-form select, #contact-form option {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	/*height: 24px;*/
	outline: none;
}

#contact-form select {
	padding: 2px;
}

#contact-form option {
	height: 18px;
}


fieldset {
	border: #c7cbb9 1px solid;
	margin-bottom: 10px;
	padding: 10px;
}

input[type=text], textarea, select {
	background: #fff;
	border: 1px #d7dacc solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #656565;
}

form td {
	padding-bottom: 6px;
}

#ccoptin input[type=text] {
	background: #fff;
	line-height: 24px;
	padding-left: 4px;
	width: 180px;
	height: 24px;
	border: 2px solid #BDC593;
	vertical-align: middle;
}

#ccoptin-teaser input[type=text] {
	background: #fff;
	line-height: 20px;
	padding-left: 4px;
	width: 180px;
	height: 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/*  --------------- TESTIMONIALS --------------- */

#testimonials {
	position: relative;
}

#slider {
	height: 120px;
	margin: 0px auto;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	width: 830px;
	height: 120px;
	overflow: hidden; 
}

#slider li p {
	font-size: 13px;
}

#prevBtn {
	position: absolute;
	top: 28px;
	left: 4px;
}

#nextBtn {
	position: absolute;
	top: 75px;
	right: 4px;
}


#prevBtn a, #nextBtn a {  
	display: block;
	position: relative;
	width: 34px;
	height: 64px;
	background: url(/images/layout/btn_prev.png) no-repeat 0 0;	
	text-indent: -99999px;
	outline: none;
}	

#nextBtn a { 
	background: url(/images/layout/btn_next.png) no-repeat 0 0;		
}	



/*  --------------- PHOTO GALLERY - THUMBS TO RIGHT OF PHOTO --------------- */


.gallery a {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

.gallery img {
	display: block;
}

.gallery-photo {
	width: 560px;
	height: 373px;
	position: relative;
}

.gallery-photo img {
	position: absolute;
}


/*  --------------- NEWS & EVENTS PAGES --------------- */


.event {
	padding: 10px;
	background: #f1f1f1;
	margin-bottom: 10px;
}

.event img {
	display: block;
}



.event .narrow-column {
	width: 250px;
	float: right;
}

.event .wide-column {
	width: 280px;
	float: left;
}

.event h5, .eventTeaser h5 {
	color: #8c4a2e;
	margin-bottom: 8px;
	font-weight : bold;
}

.event h5 a, .eventTeaser h5 a {
	text-decoration : none;
	color: #8c4a2e;
}


.event .date,
.music .date,
.eventDetail .date,
.eventTeaser .date,
.blogTeaser .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b97943;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.event .date-time, .eventDetail .date-time {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 11px;
}

.all-events {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 19px;
	color: #6f3617;
	text-transform: uppercase;
}

.all-events a {
	color: #6f3617;
	text-decoration: none;	
}

.all-events a:hover {
	color: #935e41;
	text-decoration: underline;
}


.music .date-range {
	color: #666;
	font-size: 15px;
}

.music-event {
	width: 174px;
	float: left;
	margin-right: 10px;
	border-left: #ccc 1px solid;
	padding-left: 4px;
}

.music-event h5 {
	color: #8c4a2e;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold
}

.visit-blog {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 19px;
	color: #6f3617;
	text-transform: uppercase;
}

.visit-blog a {
	color: #6f3617;
	text-decoration: none;	
}

.visit-blog a:hover {
	color: #935e41;
	text-decoration: underline;
}


.blog-feed .narrow-column, .blog-feed-wide .narrow-column {
	width: 40px;
	float: left;
	text-align: center;
}

.blog-feed .wide-column {
	width: 310px;
	float: right;
}

.blog-feed-wide .wide-column {
	width: 505px;
	float: right;
}

.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b97943;
	text-transform: uppercase;
	margin-bottom: 0px;
	display: block;
}

.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b97943;
	margin: -3px 0px 0px 0px;
	display: block;
}

.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b97943;
	margin: -3px 0px 0px 0px;
	display: block;
}

.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b97943;
	display: block;
	margin-top : 2px;
}

.dayOfWeek {
	text-transform : uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b97943;
	margin: 0px 0px 2px 0px;
	display: block;
}

.blog-feed h5, .blog-feed-wide h5 {
	color: #8c4a2e;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold; 
}

.blog-feed h5 a, .blog-feed-wide h5 a {
	text-decoration : none;
	color: #8c4a2e;
}

.blog-feed p, .blog-feed-wide p {
	margin-bottom: 20px;
}

.all-posts {
	float: right;
	margin-top: 10px;
}

.all-posts a {
	color: #6f3617;
	text-decoration: none;
	font-weight: bold;
}

.all-posts a:hover {
	text-decoration: underline;
}

a.follow-twitter {
	border: #bbb solid 1px;
	padding: 10px;
	display: block;
	text-decoration: none;
}

a.follow-twitter:hover  {
	border: #ccc dotted 1px;
}

a.follow-twitter p {
	color: #000;
	font-weight: bold;
	float: left;
	margin-bottom: 0px;
}

/*  --------------- CONTACT PAGES --------------- */

#contact-map {
	margin: 15px 0;
	width: 520px;
	height: 340px;
}

#contact-get-directions input[type=text] {
	width: 220px;
}

#contact-get-directions input[type=image] {
	outline: none;
}

.contact-name {
	font-size: 15px;
	text-transform: uppercase;
}

/*  --------------- ABOUT PAGES --------------- */

.team-member {
	margin-bottom: 20px;
}

.team-member img {
	display: block;
}

.team-member h4, .team-member h6 {
	text-transform: none;
}

.pdf-download {
	padding-top: 8px;
}

.pdf-download img {
	float: left;
	margin-right: 6px;
	margin-top: -5px;
}

.pdf-download a {
	color: #89472c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.pdf-download a:hover {
	text-decoration: underline;
}


/*  --------------- TEASER BOXES --------------- */

.teaser a {
	outline: none;
	display: inline;
}

.teaser a img {
	outline: none;
	display: inline;
}

/*  --------------- BOXES WITH INNER SHADOW --------------- */

.narrow-box-top {
	height: 10px;
	background: url("/images/layout/boxes/narrow/top.gif") no-repeat top center;
}

.narrow-box-middle {
	background: url("/images/layout/boxes/narrow/middle.gif") repeat-y top center;
	padding: 10px 20px;
}

.teaser .narrow-box-middle {
	padding: 6px 15px 4px 15px;
}

.narrow-box-bottom {
	height: 10px;
	background: url("/images/layout/boxes/narrow/bottom.gif") no-repeat top center;
}

.wide-box-top {
	height: 10px;
	background: url("/images/layout/boxes/wide/top.gif") no-repeat top center;
}

.wide-box-middle {
	background: url("/images/layout/boxes/wide/middle.gif") repeat-y top center;
	padding: 10px 20px;
}

.wide-box-bottom {
	height: 10px;
	background: url("/images/layout/boxes/wide/bottom.gif") no-repeat top center;
}

.full-box-top {
	height: 10px;
	background: url("/images/layout/boxes/full/top.gif") no-repeat top center;
}

.full-box-middle {
	background: url("/images/layout/boxes/full/middle.gif") repeat-y top center;
	padding: 10px 20px;
}

.full-box-middle .narrow-column { /*needed to change due to full box padding*/
	width: 350px;
}

.full-box-middle .wide-column { /*needed to change due to full box padding*/
	width: 520px;
}

.teaser .full-box-middle {
	padding: 6px 15px 2px 0px;
}

.full-box-bottom {
	height: 10px;
	background: url("/images/layout/boxes/full/bottom.gif") no-repeat top center;
}



/*  --------------- SITE --------------- */

#site-wrapper {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#site-shadow {
	background: url("/images/layout/sliver_shadows.png") no-repeat top center;
	width: 100%;
	height: 220px; 
}

#site-container {
	background: #fff;
	margin: -4px auto 0px auto;
	width: 970px;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	position: relative;
	z-index: 600;

}

#site-content {
	padding: 20px;
	min-height: 400px;
}








/*  --------------- HOME PAGE HERO --------------- */

#hero-frame {
	margin: 0 auto;
	width: 970px;
	position: relative;
	z-index: 300;
}

#left-frame, #top-frame, #right-frame {
	position: absolute;
	top: 0px;
}

#left-frame {
	right: 938px;
	width: 1547px;
	height: 433px;
	background: url("images/frame_left.png") no-repeat top;
}

#top-frame {
	width: 970px;
	height: 15px;
	background: #fff;
}

#right-frame {
	left: 938px;
	width: 1547px;
	height: 433px;
	background: url("/images/layout/frame_right.png") no-repeat top;
}

#hero {
	width: 100%;
	overflow: hidden;
	height: 433px;
	display: block;
}

#carousel-holder {
	display: block;
	width: 906px;
	height: 414px;
	margin: 0px auto 0 auto;
	position: relative;
	
}

#carousel-holder-small {
	display: block;
	width: 906px;
	height: 186px;
	margin: 0px auto 0 auto;
	position: relative;
}

#carousel {
	margin: 0 auto;
}

#carousel ul {
    list-style: none;
    width: 20000px;
    margin: 0;
    padding: 0;
}

#carousel li {
    display: inline;
    float: left;
} 

#carousel li p {
    display: none;
} 

#carousel-prev {
	width: 20px;
	height: 906px;
	margin-top:0px;
	background: url("images/pre_bt.png") no-repeat top center;
	position: absolute;
	top: 0px;
	background-color:#FFF;
	
}

#carousel-next {
	width: 20px;
	height: 906px;
	margin-top:0px;
	background: url("images/next.png") no-repeat top center;
	position: absolute;
	top: 0px;
	right: 0px;background-color:#FFF;
	
}

.carousel-headline {
	width: 906px;
	height: 54px;
	position: absolute;
	top: 350px;
	margin-left:20px;
}

#carousel-caption {
	position: absolute;

	width: 381px;
}

.caption-text {
	width: 381px;
	background: url("/images/layout/carousel/caption_bg.png") repeat-y;
}

.caption-text p {
	color: #fff;	
	line-height: 150%;
	font-size: 13px;
	padding: 10px 20px;
	margin-bottom: 0px;
}

.caption-tab {
	width: 908px;
	height: 414px;
	background-image:url(hero6.jpg); background-repeat:repeat-x; background-position: center top;
	
	
	
}

.caption-btn {
	cursor: pointer;
}


/*  --------------- INTERIOR HERO --------------- */

#hero-small {
	width: 100%;
	overflow: hidden;
	height: 201px;
	display: block;
}

#left-frame-small, #right-frame-small {
	position: absolute;
	top: 0px;
}

#left-frame-small {
	right: 938px;
	width: 1547px;
	height: 201px;
	background: url("/images/layout/frame_left_small.png") no-repeat top;
}

#right-frame-small {
	left: 938px;
	width: 1547px;
	height: 201px;
	background: url("/images/layout/frame_right_small.png") no-repeat top;
}

#carousel-small ul {
    list-style: none;
    width: 20000px;
    margin: 0;
    padding: 0;
}

#carousel-small li {
    display: inline;
    float: left;
}

/*  --------------- MENUS --------------- */

#menu-type {
	position: absolute;
	top: 5px;
	left: 5px;
	overflow: hidden;
	text-align: right;
	z-index: 100;
	padding: 15px 0px 15px 15px;
}

#menu-type a {
	outline: none;	
}

#menu-type img {
	outline: none;
	display: block;
	margin-bottom: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

#menu-type img.active {
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	behavior: url(/js/PIE.htc);
	background: #fff;
	position: relative;
	z-index: 110;
}

#menu-container {
	float: right;
	width: 836px;
	min-height: 500px;
	position: relative;
	margin: 20px 20px 20px 0;
	background: #fff;
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	behavior: url(/js/PIE.htc);
}

#menu {
	padding: 0px 20px 20px 20px;
	
	position: relative;
}

#menu .panel {
	display: none;
}

#menu .left-column {
	float: left;
	width: 426px;
}

#menu .right-column {
	float: right;
	width: 350px;
}

.menu-content {
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 2px solid;
	margin-bottom: 20px;
}

.menu-content .priority {
	font-size: 16px;
	line-height: 130%;
	margin: 12px 0px 17px 0px;
}

.menu-content .right-column img {
	outline: none;
	display: block;
}

.sample-box {
	background: #f4f4f4;
	padding: 8px 10px 10px 10px;
}

.sample-box p {
	margin-bottom: 6px;
}


.sample-box h3 {
  margin-bottom: 6px;
}

/*.sample-box ul {
	line-height: 140%;
	list-style-position: inside;
}

.sample-box li {
	font-size: 11px;
	font-style: italic;
}*/

.view-menu {
	width: 200px;	
}

.reservation {
	width: 155px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 35px;
}

.open-table {
	margin-bottom: 15px;
}

.open-table p {
	margin-bottom: 3px;
}

.open-table-stars img {
	float: left;
	margin: 1px 10px 0 0;
}

.open-table-stars p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0px;
}

.menuButton {
	background : #8C4A2E;
	margin-top : 15px;
	display : block;
	text-align : center;
	width : 186px;
	height : 25px;
	line-height : 25px;
	color : #fff;
	position : relative;
	text-transform : uppercase;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menuButton img {
	position : absolute;
	left : -10px;
	top : -8px;
}

/*  --------------- FAQ --------------- */

.faq-headline {
	margin-bottom: 10px;
}

#faq .left-column {
	float: left;
	width: 450px;
}

#faq .right-column {
	float: right;
	width: 450px; 
}

.full-box-middle #faq .left-column {
	float: left;
	width: 430px;
}

.full-box-middle #faq .right-column {
	float: right;
	width: 430px; 
}

/*  --------------- TERMS --------------- */
.full-box-middle #terms .left-column {
	float: left;
	width: 430px;
}

.full-box-middle #terms .right-column {
	float: right;
	width: 430px; 
}

#terms li {
	line-height: 150%;
}


/*  --------------- FOOTER --------------- */

#footer-wrapper {
	width: 100%;
}

#footer-container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#footer {
	padding: 20px 0;
}

#footer-tag {
	position: absolute;
	top: 0px;
	right: 34px;
}

#footer-rewards {
	width: 584px;
	border-right: #aba596 dotted 1px;
	float: left;
	position: relative;
}

#footer-rewards .footer-register {
	position: absolute;
	top: 136px;
	right: 36px;
}


.footer-rewards-teaser {
	margin-right: 20px;
	padding: 20px 20px;
}

.footer-rewards-teaser p {
	color: #f1f1f1;
	font-size: 11px;
	line-height: 140%;
}

#footer-info {
	float: left;
	margin-left: 20px;
	margin-top: 6px;
	width: 345px;
}

.footer-hours {
	border-bottom: #b7b2a6 dotted 1px;
	padding-bottom: 8px;
}

.footer-hours p {
	font-family: Arial, Helvetica, sans-serif;
	color: #c5c0b2;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 150%;
	margin-bottom: 0px;
}

.footer-hours a {
	color: #c5c0b2;
	text-decoration: none;
}

.footer-hours a:hover {
	text-decoration: underline;
}

.footer-logo {
	margin-top: 8px;
}

.footer-logo img {
	outline: none;
	display: block;
}


.footer-logo p {
	font-family: Arial, Helvetica, sans-serif;
	color: #c5c0b2;
	font-size: 11px;
	line-height: 120%;
	padding-top: 6px;
	margin-bottom: 0px;
}

.footer-logo a {
	color: #c5c0b2;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.white {
	background-color:#FFF;
}
 
 