@charset "UTF-8";

@import url("/css/reset.css");

body {
	background: url(/layout/bg.jpg) center top fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #534024;
}
h1 {
	position: absolute;
	display: block;
	top: 80px;
	left: 20px;
}
h1 a{
	text-indent: -9999px;
	width: 211px;
	height: 96px;
	display: block;
	background: url(/layout/h1-bg-logo.png);
}
h2 {
	font-family: Courier, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 1px #f5c888;
	color: #000;
	width: 660px;
	height: 40px;
	padding: 40px 20px 20px 20px;
	text-transform: uppercase;
	background: url(/layout/h2-bg.png) no-repeat;
	margin-bottom: 15px;
}
h3 {
	color: #ed1d24;
	font-family: Courier, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 30px 0 10px 0;
}
h4 a, h4 a:visited {
	color: #ed1d24;
	font-family: Courier, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	width: 680px;
	padding: 10px 0 10px 20px;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	display: block;
	background-position: 0 0;
	padding-bottom: 20px;
}
h4 a:hover, h4 a:active {
	color: #bf0e14;
}
h4 {
	background: url(/layout/accordion-toggle.jpg) top no-repeat;
	width: 700px;
}
h4.active {
	background-position: 0 -57px;
}
h5 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}
h5 span.price {
	font-weight: normal;
	margin-left: 10px;
}
h5 span.veggie {
	background: url(/layout/veggie.jpg) center top no-repeat;
	padding: 1px 3px 1px 3px;
	margin-left: 10px;
	color: #fff;
} 
h6 {
	color: #ab837d;
	font-size: 31px;
	font-weight: bold;
	font-family: Courier, sans-serif;
	text-shadow: -1px -1px #160401;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}
h6.post {
	font-size: 15px;
	text-transform: uppercase;
	padding-left: 10px;
}
h6.post a, h6.post a:visited {
	color: #75534e;
	text-decoration: none;
	font-family: Courier, sans-serif;
	font-weight: bold;
	text-shadow: -1px -1px #160401;
}
h6.post a:hover, h6.post a:active {
	color: #ab837d;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear:after {
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	border: 0;
}
.date {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	margin-bottom: 20px;
	color: #3f3f3f;
}
.notes {
	font-style: italic;
	color: #fd624f;
	margin-bottom: 30px;
}
.divider {
	width: 700px;
	background: url(/layout/divider-bg.jpg) repeat-x;
	height: 2px;
}
ul.pagination {
	clear: both;
	padding: 30px 0 30px 0;
}
ul.pagination li {
	display: block;
	float: left;
}
ul.pagination li.next {
	margin-left: 610px;
}
ul.pagination li.here {
	display: none;
}


/* SITE CONTAINER 
----------------------------------------------------*/
#site-container {
	margin: 0 auto;
	width: 960px;
}


/* HEADER	
----------------------------------------------------*/
#header {
	background: url(/layout/nav-bg.jpg) repeat-x center top;
	height: 60px;
	position: relative;
}
#nav {
	width: 960px;
	margin: 0 auto;
}
#nav li {
	float: left;
}
#nav li a {
	background: url(/layout/links-bg.jpg) no-repeat;
	height: 60px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 1;
}
#nav li a.home {
	width: 72px;
	background-position: 0 0;
}
#nav li:hover a.home {
	background-position: 0 -60px;
}
#nav li a.menu {
	width: 65px;
	background-position: -72px 0;
}
#nav li:hover a.menu {
	background-position: -72px -60px;
}
#nav li a.cater {
	width: 92px;
	background-position: -137px 0;
}
#nav li:hover a.cater {
	background-position: -137px -60px;
}
#nav li a.groups {
	width: 140px;
	background-position: -229px 0;
}
#nav li:hover a.groups {
	background-position: -229px -60px;
}
#nav li a.events {
	width: 78px;
	background-position: -369px 0;
}
#nav li:hover a.events {
	background-position: -369px -60px;
}
#nav li a.news {
	width: 116px;
	background-position: -447px 0;
}
#nav li:hover a.news {
	background-position: -447px -60px;
}
#nav li a.contact {
	width: 85px;
	background-position: -563px 0;
}
#nav li:hover a.contact {
	background-position: -563px -60px;
}
#nav li a.gifts {
	width: 158px;
	background-position: -648px 0;
}
#nav li:hover a.gifts {
	background-position: -648px -60px;
}
#nav li a.amenities {
	width: 154px;
	background-position: -806px 0;
}
#nav li:hover a.amenities {
	background-position: -806px -60px;
}

/* sub-nav
--------------------------------------*/
div.dropdown {
	background: url(/layout/drop-div-bg.png) bottom no-repeat;
	position: absolute;
	z-index: 0;
	left: auto;
	top: 0;
	width: 185px;
	margin: -1px 0 0 -20px;
	padding-bottom: 35px;
}
#nav li ul {
	background: url(/layout/drop-ul-bg.png) top left no-repeat;
	float: left;
	width: 150px;
	margin: 59px 0 0 17px;
}
#nav ul a, #nav ul a:visited {
	text-indent: 1px;
	font-size: 11px;
	width: 125px;
	height: 8px;
	padding: 5px 5px 15px 0;
	margin-left: 10px;
	color: #d1d1d1;
	text-shadow: -1px -1px #171717;
	text-decoration: none;
	background: url(/layout/drop-link-bg.jpg) top repeat-x;
}
#nav ul a:hover, #nav ul a:active {
	color: #cd660a;
	text-shadow: -1px -1px #3c1d01;
}



/* SPLASH	
----------------------------------------------------*/
#splash {
	background: url(/layout/splash-bg.jpg) no-repeat;
	width: 960px;
	height: 260px;
	margin-top: 30px;
	position: relative;
	z-index: -10;
}
#fade img {
	width: 700px;
	height: 240px;
	margin-top: 10px;
	margin-left: 251px;
	position: relative;
}
#splash-overlay {
	background: url(/layout/splash-overlay.png);
	width: 702px;
	height: 241px;
	position: absolute;
	top: 9px;
	right: 8px;
	z-index: 10;
}


/* CONTENT	
----------------------------------------------------*/
#content-top {
	background: url(/layout/content-top.png) no-repeat top;
	height: 5px;
	width: 960px;
	margin-top: 10px;
}
#content {
	background: url(/layout/content-bg.png) repeat-y;
	padding: 5px 10px;
	position: relative;
	width: 960px;
}
#content-bottom {
	background: url(/layout/content-bottom.png) no-repeat bottom;
	height: 5px;
	width: 960px;
	margin-bottom: 30px;
}

/* quicklinks
--------------------------------------*/
#quicklinks {
	position: absolute;
	top: 5px;
	left: 230px;
}
#quicklinks li {
	display: block;
	float: left;
	margin-left: 20px;
	position: relative;
	height: 269px;
	overflow: hidden;
}
#quicklinks li div.mask {
	overflow: hidden;
	height: 269px;
	width: 220px;
}
#quicklinks li span {
	width: 220px;
	height: 269px;
	position: absolute;
	top: 0;
	left: 0;
}
#quicklinks li:hover span {
	margin-top: -269px;
}
#quicklinks li a img {
	width: 220px;
	overflow: hidden;
}

/* sidebar
--------------------------------------*/
#sidebar {
	width: 220px;
	margin: 43px 20px 0 0;
}

/* content area
--------------------------------------*/
#content-area {
	width: 700px;
	background: #fcdfb5;
}
#content-area a, #content-area a:visited {
	color: #ed1d24;
	text-decoration: none;
	font-family: Courier;
	text-transform: uppercase;
	font-weight: bold;
}
#content-area a:hover, #content-area a:active {
	color: #bf0e14;
}
#content-area p {
	padding: 0 20px;
	margin-bottom: 20px;
}
#content-area ul, #content-area ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content-area li {
	margin-bottom: 0;
	padding: 0 20px;
}
.notfeatured {
	margin: 0 0 30px 0;
	padding: 0 20px;
}
.notfeatured h5 {
	padding: 0;
}
.orange h5, .red h5 {
	padding-left: 0;
}
.orange {
	color: #000;
	font-weight: bold;
	background: url(/layout/orange-feature.jpg) bottom no-repeat;
	padding: 20px 0 20px 10px;
	width: 680px;
	margin: 0 0 30px 10px;
}
.red {
	color: #000;
	font-weight: bold;
	background: url(/layout/red-feature.jpg) bottom no-repeat;
	padding: 20px 0 20px 10px;
	width: 680px;
	margin: 0 0 30px 10px;
}

/* FOOTER	
----------------------------------------------------*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -198px;
}
.push {
	height: 153px;
}
#footer-holder {
	height: 153px;
}
#buildings {
	margin-top: 45px;
	height: 35px;
	background: url(/layout/buildings.png) center repeat-x;
}
#footer-container {
	background: url(/layout/footer-bg.jpg) center bottom repeat-x;
	height: 153px;
	margin-top: -35px;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 35px 10px 0 10px;
}
#footer a, #footer a:visited {
	color: #575757;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #e8730b;
}
#footer ul {
	margin: 20px 95px 0 0;
}
#footer li {
	font-size: 10px;
	color: #575757;
}
#hours li span {
	margin-left: 23px;
}
#footer #social-media {
	margin-top: 30px;
	margin-right: 0;
}
#footer #social-media li {
	display: block;
	float: left;
}
#footer #social-media li a {
	text-indent: -9999px;
	display: block;
}
#footer #social-media li a.twitter {
	height: 65px;
	width: 65px;
	background: url(/layout/social-media.png);
	background-position: 0 0;
	margin-right: 20px;
}
#footer #social-media li:hover a.twitter {
	background-position: 0 -65px;
}
#footer #social-media li a.facebook {
	height: 65px;
	width: 65px;
	background: url(/layout/social-media.png);
	background-position: -65px 0;
}
#footer #social-media li:hover a.facebook {
	background-position: -65px -65px;
}