/* @override http://waterstreet.site/styles/screen.css */
/* baseline */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  
img {
	border: 0;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	line-height: 1.1;
}
p,form,ul,ol,dl,blockquote,table,fieldset {
	margin-bottom: 10px;
}
ul,ol,dd,blockquote {
	margin-left: 2em;
}
hr {
	border: none;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
}
.break {
	clear: both;
	height: 1px;
}
.clear {
	clear: both !important;
}
.clear_none {
	clear: none !important;
}
.float_none {
	float: none !important;
}
.float_r {
	float: right;
}
img.float_r {
	margin: 0 0 10px 10px;
	clear: right;
}
.float_l {
	float: left;
}
img.float_l {
	margin: 0 10px 10px 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.smaller {
	font-size: 85%
}
dt {
	font-weight: bold;
	margin-bottom: 2px;
}
/* 2 col */
.col2_l, .col2_r {
	float: left;
	width: 400px;
}
.col2_l {
	clear: left;
	margin-right: 30px;
}
/* General */
body {
	font-size: .85em;
	font-family: Helvetica, sans-serif;
	background: #0c3d5d url(/images/body-bg.jpg) no-repeat 50% 0;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	background: url(/images/header-bg.jpg) no-repeat 50% 0;
}
#header .logo {
	position: relative;
	left: 230px;
	margin-bottom: 10px;
}
#nav {
	position: relative;
	background: url(/images/wood-bar.png) no-repeat 0 100%;
	list-style: none;
	height: 45px;
	margin: 0 0 -5px;
	padding: 0px 30px 0 30px;
}
#nav li {
	float: left;
	padding: 0 4px 0 24px;
	background: url(../images/nav-separator.png) no-repeat 0 50%;
}
#nav li a {
	float: left;
	height: 40px;
	color: #fff;
	text-indent: -9999px;
}
#nav li a:hover {
	background-position: 0 -40px;
}
#nav .home {
	background-image: none;
	padding-left: 0;
}
#nav .home a {
	background-image: url(/images/nav-home.png);
	width: 70px;
}
#nav .menu a {
	background-image: url(/images/nav-menu.png);
	width: 70px;
}
#nav .ent a {
	background-image: url(/images/nav-ent.png);
	width: 175px
}
#nav .gallery a {
	background-image: url(/images/nav-gallery.png);
	width: 100px;
}
#nav .blog a {
	background-image: url(/images/nav-blog.png);
	width: 70px;
}
#nav .dir a {
	background-image: url(/images/nav-dir.png);
	width: 125px;
}
#nav .contact a {
	background-image: url(/images/nav-contact.png);
	width: 135px;
}
/* social icons */
#social {
	position: absolute;
	right: 10px;
	bottom: 40px;
}
#social li {
	list-style: none;
	display: inline;
	margin-right: 3px;
}

/* content */
#content {
	margin: 0 10px 40px 10px;
	padding: 10px 20px;
	background: #debb79 url(/images/content-bg.jpg) 50% 0 repeat-y;
}
#content a {
	color: #0c3d5d;
	text-decoration: none;
}
#content a:hover {
	color: #204f7a;
}
#home #content li {
	list-style: url(/images/li-squiggle.png);
}
#container .break {
	position: relative;
	top: 20px;
	margin: 0 -40px;
	background: url(/images/footer-bar.png) no-repeat 50% 0px;
	height: 55px;
}
h1 {
	font-family: 'Brawler', Georgia, serif;
	font-size: 3em;
	color: #3d1c01;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: url(/images/h1-bg.png) no-repeat 0 100%;
}

/* home */
#home h1 {
	font-size: 1.75em;
	text-align: left;
	background: none;
	padding: 0;
}
#home-ss {
	position: relative;
	float: right;
	left: 20px;
	top:  -10px;
	width: 590px;
	height: 370px;
}
#home #content {
	height: 350px;
	margin-bottom: 0;
	background: #debb79 url(/images/content-bg-wood.jpg) 50% 0 repeat-y !important;"
}
#introtext {
	width: 350px;
	height: 360px;
	background: url(/images/introtext-bg.png) 100% 100% no-repeat;
}

#introtext p {
	font-family: 'Quattrocento', serif;
	font-size:14px;
	line-height:20px;
}
.boxes {
	clear: both;
	overflow: auto;
	margin: 0 auto;
	width: 960px;
	color: #fff;
}
.upcoming a {
	border: none;
	background: none;
	padding: 0;
}
body#home .boxes a:hover {
	text-decoration: underline;
	color: #fff;
}
body#home .boxes .box {
	float: left;
	width: 320px;
	text-align: center;
	margin: 0 10px 10px 0;

}
body#home .boxes .upcoming {
	width: 300px;
	margin: 0;
}
.upcoming a {
	color: #fff;
}
.upcoming .date {
	white-space: nowrap;
	font-weight: bold;
}
.upcoming table {
	width: 100%;
}
.upcoming td {
	border-top: 1px solid #24506d;
	vertical-align: top;
}
.upcoming tr:first-child td {
	border: none;
}
#content .upcoming a {
	border: 0;
	background: none;
	padding: 0;
}
.time {
	font-size: .8em;
	white-space: nowrap;
}
body#home a.viewall {
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	padding-right: 20px;
	background: url(/images/arrow_000_medium.png) no-repeat 100% 50%;
}
.boxes .hours {
	margin: 0 20px;
}
.hours strong {
	float: left;
	clear: both;
	width: 100px;
}
.hours table {
	width: 75%;
	margin: 0 auto;
	color: #999;
	margin-bottom: 10px;
	white-space: nowrap;
}
.hours caption {
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}
.hours .days {
	width: 50%;
	color: #fff;
}
.box table td {
	text-align: left;
	padding: 4px;
}
.boxes h2 {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 1.2em;
	font-family: Georgia,"New York",serif;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #fff;
	background: url(/images/home-divider.png) no-repeat 50% 100%;
	padding-bottom: 5px;
}
/* menu */
body#menu dt {
	font-size: 1.25em;
	font-weight: normal;
}
body#menu dd {
	margin: 0 0 1em 0;
}
body#menu dd dt {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
body#menu dd dd {
	margin-left: 0;
}
body#menu .callout {
	background: url(/images/content-bg-light.jpg) 50%;
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
	width: 328px;
	height: 80px;
	border: 1px solid #b89967;
	border-bottom-color: #cdac81;
	border-right-color: #cdac81;
	text-align: center;
}
body#menu .callout p {
	font-style: normal;
}
body#menu .callout.l {
	margin-right: 10px;
}
#menu h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
}
#menus {
	float: left;
	width: 710px;
}
#menus p {
	font-style: italic;
}
#menus ul {
}
#menu-toc {
	float: left;
	width: 160px;
	list-style: none;
	margin: 0 20px 0 0;
	text-align: right;
	padding: 0 20px 0 0;
	border-right: 1px #bc9b68 solid;
}
#menu-toc li {
	padding: 5px 0 5px 0;
	color: #69321f;
}
#menu-toc li:hover {
	color: #341301;
	cursor: pointer;
}
#menu-toc li.active {
	font-weight: bold;
	color: #000;
	background: url(/images/menu-li-active.png) no-repeat 100% 45%;
}
#menu-toc li.bottom {
	background: #111 url(/images/menu-list-bg-botom.png) no-repeat 100% 100%;
	height: 35px;
	padding: 0;
}
#menu-toc li.bottom:hover {
	cursor: default;
}
body#menu .menu-photos {
	float: right;
	width: 272px;
	text-align: right;
	padding-top: 20px;
}
body#menu .menu-photos img {
	border: 1px #925c00 solid;
	margin-bottom: 20px;
}
#menus dt {
	text-transform: capitalize;
}
#menus dd {
	text-transform: capitalize;
	color: #4f2c1d}

/* entertainment */
#eventlist table {
	width: 100%;
	border-left: 1px #bc9b68 solid;
	margin-bottom: 20px;
}
#eventlist caption {
	font-size: 1.75em;
	text-transform: uppercase;
}
#eventlist td {
	height: 50px;
	width: 14%;
	border-right: 1px #bc9b68 solid;
	border-bottom: 1px #bc9b68 solid;
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
	line-height: 1;
}
#eventlist td p {
	margin-bottom: 10px;
}
#eventlist td:hover {
}
#eventlist td * {
	margin-bottom: 5px;
}
thead th {
	background: url(/images/wood-bar.png) no-repeat 50% -10px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	letter-spacing: 3px;
}

.special {
	position:relative;
	float:center;
	width:260px;
	height:200px;
	/*font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	letter-spacing: 3px;*/
} 


/* photos */
#imgviewer {
	float: right;
	position: relative;
}
#next,
#prev {
	position: absolute;
	height: 30px;
	width: 25px;
	top: 45%;
	background-color: #00529b;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
#next {
	right: -10px;
	background-image: url(/images/arr-next.png);
}
#prev {
	left: -10px;
	background-image: url(/images/arr-prev.png);
}
#imgcaption {
	background: #000;
	background: rgba(0,0,0,.65);
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}
#thumbnails {
	list-style: none;
	margin: 0;
	height: 480px;
	width: 280px;
	overflow: auto;
}
#thumbnails li {
	float:  left;
	padding: 0 5px 10px 5px;
}
#thumbnails a {
	display: block;
	overflow: hidden;
	border: 2px solid transparent;
}
#thumbnails a:hover {
	border-color: #00529b;
}
#thumbnails img {
	border: none;
	-ms-interpolation-mode:bicubic;
}
#load-img {
	position: absolute;
	top: 49%;
	left: 49%;
	display: none;
	border: none !important;
	padding: 5px;
	background: #000;
}

/* footer */
#footer {
	position: relative;
	clear: both;
	padding: 10px;
	background: #09334e;
	border: 1px #24506d solid;
	font-size: 10px;
	color: #a9b8c1;
	margin-bottom: 10px;
}
#footer p {
	text-align: center;
	font-size: 9px;
	color: #7f95a3;
	margin: 0;
}
#footer a {
	color: #7f95a3;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer .properties {
	position: absolute;
	width: 33%;
	text-align: right;
	top: 10px;
}
#footer .shanties {
	position: absolute;
	width: 33%;
	left: 66%;
	top: 10px;
}
#footer .shanties a {
	font-style: none;
}
#chefint-logo {
	display: block;
	margin: 0 auto 20px auto;
	width: 200px;
}

/* directions */
#map {
	width: 400px;
	height: 400px;
	float: right;
	margin: 0 0 10px 10px;
}
/* contact */
form dd {
	margin: 0 0 10px 0;
}
#err {
	background-color: #990005;
	color: #fff;
	padding: 10px;
	border: 1px #8b5d0f solid;
	margin-bottom: 10px;
}
