html, body {
	background: #F3EFE7 url(../img/body-bg.png);
	color: #644800;
	font: 14px Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'AurulentSansRegular';
	src: url('/media/font/AurulentSans-Regular-webfont.eot');
	src: local('☺'), 
		url('/media/font/AurulentSans-Regular-webfont.woff') format('woff'), 
		url('/media/font/AurulentSans-Regular-webfont.ttf') format('truetype'), 
		url('/media/font/AurulentSans-Regular-webfont.svg#webfontR1h6QdGF') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clr {
	clear: both;
}

h1, h2, h3, h4, h5 {
	color: #644800;
	font-family: AurulentSansRegular, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	
}

h4 {
	font-size: 17px;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

a {
	color: #D35F32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: auto;
	width: 900px;
}

/* Header ------------------------------------------------------------- */

#header {
	background: url(../img/header-bg.jpg);
	height: 155px;
	position: relative;
}

#header-logo {
	left: 30px;
	position: absolute;
	top: 45px;
}

#header-contact {
	color: #D35F32;
	font: 13px Arial, Helvetica, sans-serif;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 25px;
	width: 240px;
}

#header-reserve-table {
	background: url(../img/header-reserve-table-bg.png);
	display: block;	
	height: 47px;
	width: 239px;
}

#header-reserve-table:hover {
	background-position: bottom;	
}

#header-phone {
	color: #402E00;
	font: 17px AurulentSansRegular, Arial, Helvetica, sans-serif;
}

#header-phone span {
	display: block;
	font-size: 21px;
}

/* Nav ------------------------------------------------------ */
#nav {
	background: #EAE8DE url(../img/nav-bg.png);
	border-left: 8px solid #EAE8DE;
	border-right: 8px solid #EAE8DE;
	font: 17px AurulentSansRegular, Arial, Helvetica, sans-serif;
	height: 50px;
}

#nav li {
	float: left;
}

#nav .nav-item {
	background: #EAE8DE url(../img/nav-bg.png) center top;
	position: relative;
}

#nav .nav-item:hover {
	background-position: center bottom;
	color: #D35F32;
}

#nav .nav-item a {
	color: #660;
	display: block;
	line-height: 50px;
	padding: 0 23px;
	text-decoration: none;
}

#nav .subnav-item {
	background: #fff url(../img/subnav-item-bg.png) repeat-x bottom;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #402E00;
	display: none;
	font: 16px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0 10px;
	position: absolute;
	left: 0;
	top: 50px;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #666;
}

#nav .nav-item:hover .subnav-item {
	display: block;
}

#nav .subnav-item ul {
	margin-bottom: .5em;
}

#nav .subnav-item li {
	float: none;
    white-space:nowrap;
}

#nav .subnav-item a {
	color: #D35F32;
	display: inline;
	font-size: 14px;
	line-height: normal;
	padding: 0;
}

#nav .subnav-item a:hover {
	text-decoration: underline;
}

.subnav-item-section {
	float: left;
	margin-right: 1em;
	width: 50%;
}

#nav .subnav-item-reserve-table {
	background: #D9D6CD;
	clear: both;
	margin: 0 -10px;
	padding: 5px 0 3px 0;
	text-align: center;
}

#nav #subnav-about {
	background-position: top;
	width: 205px;
}

#nav #subnav-eat-drink {
	
}

#nav #subnav-private-dining {
}

#nav #subnav-contact {
	background-position: top;
	left: auto;
	right: 0;
	width: 170px;
}

/* Content ------------------------------------------------------ */

#content {
	background: #fff;
	border-bottom: 8px solid #EAE8DE;
	border-left: 8px solid #EAE8DE;
	border-right: 8px solid #EAE8DE;
	padding: 20px 15px 15px 15px;
}

/* Content Tag Styling ---------------------- */

#content ul, #content ol {
	margin: 0 0 1em 1em;
	padding-left: 1em;	
}

#content ul li {
	list-style: disc;	
}

#content ol li {
	list-style: decimal;	
}

#left-column h1 {
	font: 32px AurulentSansRegular, Arial, Helvetica, sans-serif;
}

#left-column h2 {
	font: 25px AurulentSansRegular, Arial, Helvetica, sans-serif;
}

#left-column h3 {
	font: italic 18px Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#left-column h4 {
	color: #6D6D0D;
	font: 22px AurulentSansRegular, Arial, Helvetica, sans-serif;
}

#left-column h5 {
	color: #6E6E0E;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#left-column p, #left-column li {
	line-height: 1.5em;	
}

#content hr {
	clear: both;
	background: #EAE8DE;
	border: 0;
	height: 4px;	
}

/* Private Dining Specs Table ---------------------- */

#private-dining-specs-table {
	font-size: 12px;
	margin-bottom: 1em;
	width: 100%;
}

#private-dining-specs-table th {
	background: #F0EBCE;
	border-bottom: 1px solid #D9D6CD;
	border-right: 1px solid #fff;
	font-family: AurulentSansRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
}

#private-dining-specs-table td {
	border-right: 1px solid #fff;
	padding: .5em 1em;
	text-align: center;
}

#private-dining-specs-table .odd {
	background: #EAE8DE;
}

/* Misc ---------------------- */
.image-border {
	border: 4px double #644800;
}

/* General Form Styles ------------------------------------------------------ */

#content-form {
	background: #F4F0E9;
	border: 1px solid #F0EBCE;
	display: table;
	margin: 0 auto 1em auto;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content-form label {
	display: block;
	font-size: 12px;
	font-weight: bold;	
}

#content-form label.error {
	color: #a80000;
	font-style: italic;
	font-weight: normal;	
}

#content-form label em {
	color: #a80000;	
}

#content-form .input {
	margin-bottom: 5px;
}

#content-form .submit {
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
}

#content-form input[type=text], #content-form textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;	
}

#content-form input[type=checkbox] {
	vertical-align: text-bottom;	
}

#content-form input[type=radio] {
	vertical-align: text-top;	
}

#content-form input[type=submit] {
	background: #F0EBCE;
	border: 2px solid #D9D6CD;
	color: #644800;
	padding: 0 .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Columns ------------------------------------------------------ */

#left-column {
	float: left;
	width: 589px;
}

#right-column {
	float: right;
	width: 235px;
}

.right-column-box {
	background: #F0EBCE;
	border: 4px solid #D9D6CD;
	color: #644800;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.right-column-menu-box {
	background: #6E6E0E;
	border: 4px solid #D9D6CD;
	color: #644800;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.right-column-menu-box h2 {
	color: #fff;
	margin-bottom: .5em;
}

.right-column-box p {
	line-height: normal;	
}

#right-column-newsletter-signup-button {
	background: url(../img/right-column-box-newsletter-signup-button-bg.png);
	display: block;
	height: 39px;
	margin: auto;
	width: 192px;
}

#right-column-newsletter-signup-button:hover {
	background-position: bottom;
}

/* Footer Box ------------------------------------------------------ */
#footer-box {
	background: #513D00;
	clear: both;
	padding: 10px;
}

#footer-box-header {
	color: #FCFAF4;
	font: 25px AurulentSansRegular, Arial, Helvetica, sans-serif;
	line-height: 32px;
	margin-bottom: 5px;
}

#footer-box-header img {
	vertical-align: middle;	
}

#footer-facebook {
	background: #fff;
	float: left;	
	width: 350px;
}

#footer-twitter {
	background: #E3F3F5;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #315C99;
	border-right: 1px solid #aaa;
	color: #666;
	float: left;
	font-size: 11px;
	height: 178px;
	overflow: hidden;
	padding: 10px;
	width: 272px;
}

#footer-twitter ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#footer-twitter ul li {
	list-style: none;
	margin-bottom: 10px;
}

#footer-twitter-header {
	color: #3363AC;
	font: 22px AurulentSansRegular, Arial, Helvetica, sans-serif;
	line-height: 38px;
	margin-bottom: 10px;
}

#footer-twitter-header img {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
}

#footer-youtube {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #315C99;
	border-right: 1px solid #aaa;
	background: #E7EAEC;
	float: left;
	height: 178px;
	padding: 10px 0 10px 10px;
	width: 180px;
}

#footer-youtube-header {
	color: #402E00;
	font: 22px AurulentSansRegular, Arial, Helvetica, sans-serif;
	line-height: 38px;
	margin-bottom: 10px;
}

#footer-youtube-header img {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
}

#footer-youtube ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#footer-youtube ul li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}

#footer {
	font-size: 12px;
	margin: 0 auto 1em auto;
	width: 880px;
}

#footer ul {
	height: 2em;
}

#footer ul li {
	float: left;
	margin-right: 1em;
}

#fi {
	color: #A59E70;
	float: right;
	font-size: 10px;
	text-decoration: underline;
}

/* Tooltip styles */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	max-width: 200px;
}
#tooltip h3 {
	font: 12px Arial, Helvetica, sans-serif;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox {}
    #cboxContent {}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/media/img/colorbox-controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/media/img/colorbox-controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/media/img/colorbox-loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/media/img/colorbox-controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
