@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background-color: #241005;}

img, div {behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #4D2204;
	background-color: #4D2204;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #D6C8AB;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	/* replaced by SIFR */
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

h2 {
	color: #9E2F25;
	font-size: 17px;
	font-weight: bold;
	line-height: 32px;
}

h3 {
	color: #D6C8AB;
	font-size: 14px;
	line-height: 20px;
}

h4 {
	
}

h5 {
	color: #D6C8AB;
	font-size: 11px;
	line-height: 20px;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

#search {
	background:transparent url(/sitefiles/1363/images/looking-for-something.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	float: left;
	height:34px;
	padding-left:150px;
	width:290px;
}

.searchField {
	background:transparent url(/SiteFiles/1363/Images/search-field.gif) no-repeat scroll 0 0;
	border:medium none;
	color:#B8B8B8;
	float:left;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	height:21px;
	margin:0 0 0 8px;
	padding:9px 0 0 10px;
	width:234px;
}

.searchButton {
	background:transparent url(/SiteFiles/1363/Images/search-btn.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:30px;
	line-height:0;
	text-indent:-1000px;
	width:30px;
}

/* @end */

/* @group MAIN NAV */

#mainnavWrapper {
	margin: 0px;
	padding: 0px;
}

#mainnavWrapper p,#mainnavWrapper h2,#mainnavWrapper h2 a {
	
}

ul#mainnav {
	bottom:0;
	left:0;
	list-style: none;
	margin:0;
	padding:0;
	position:absolute;
}

#mainnav li ul {
	display: none; /* Hides child pages */
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}
#mainnav li a {
	display:block;
	margin-right:1px;
	text-indent:-1000px;
	font-size: 0;
	line-height: 0;
	height:40px;
	overflow: hidden;
}
#mainnav li a.current, #mainnav li a:hover {background-position: 0 0px;}
li#mn-home a {
	background:transparent url(/sitefiles/1363/images/mn-home.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:82px;
}
li#mn-ourmenu a {
	background:transparent url(/sitefiles/1363/images/mn-ourmenu.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:117px;
}
li#mn-specials a {
	background:transparent url(/sitefiles/1363/images/mn-specials.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:117px;
}
li#mn-partiescatering a {
	background:transparent url(/sitefiles/1363/images/mn-partiescatering.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:195px;
}
li#mn-events a {
	background:transparent url(/sitefiles/1363/images/mn-events.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:98px;
}
li#mn-photos a {
	background:transparent url(/sitefiles/1363/images/mn-photos.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:98px;
}
li#mn-blog a {
	background:transparent url(/sitefiles/1363/images/mn-blog.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:79px;
}
li#mn-aboutus a {
	background:transparent url(/sitefiles/1363/images/mn-aboutus.png) no-repeat scroll 0 -48px;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	width:115px;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {width:230px;}
.tags li {
	border-bottom:2px dashed #39281B;
	margin-bottom:30px !important;
	padding-bottom:20px !important;
}
#subnavWrapper p {display: none;}
#subnav {
	padding: 0px;
	margin: 0 0 10px 0;
	list-style: none;
}
#subnav li {
	padding: 0px;
	margin: 0px;
	background: none;
}

#subnav a {
	color: #FFF;
	display: block;
}

#subnav a:hover {
	display: block;
}

#subnav a.current {
	display: block;
}
.archives {margin-bottom:10px}

/* @end */

/* @group HEADER */

#header-wrapper {
	background: transparent url(/sitefiles/1363/images/top.jpg) no-repeat top center;
	width: 100%;
	float: left;
	text-align: left;
}

#header {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 970px;
	height: 341px;
}

.logo {
	width: 200px;
	height: 170px;
	overflow: hidden;
	float: left;
}

.logo a {
	width: 200px;
	height: 170px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
div#utility {float:right;}

/* @end */

/* @group CONTENT */

#content-wrapper {
	border-bottom:2px dashed #39281B;
	float:left;
	padding:50px 0;
	text-align:left;
	width:100%;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
}
#content-left {
	float: left;
	margin-right:40px;
	position: relative;
	width: 430px;
}
.recent-photos-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.recent-photos-wrapper li {
	float:left;
	margin-right:10px;
}
.recent-photos-wrapper li a {
	border:3px solid #7A6C59;
	display: block;
	height:70px;
	overflow:hidden;
	width:70px;
}
.recent-photos-view-link a {
	background:transparent url(/sitefiles/1363/images/morephotos.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	height:31px;
	line-height:0;
	position:absolute;
	right:0;
	text-indent:-1000px;
	top:145px;
	width:97px;
}
.recent-photos-view-link a:hover {
	background:transparent url(/sitefiles/1363/images/morephotos-on.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
}
.recent-photos-wrapper li p {display: none;}
#content-middle {
	float: left;
	margin-right:40px;
	position: relative;
	width: 230px;
}
#content-middle h2, #content-right h2 {
	font-size: 20px;
	font-weight: bold;
	color: #D6C8AB;
	margin-bottom: 20px;
}

#content-middle h2, #content-right h2 {
	font-size: 20px;
	font-weight: bold;
	color: #D6C8AB;
	margin-bottom: 20px;
}
.upcoming-events-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p.upcoming-events-date, span.upcoming-events-date {font-size:14px;}
span.upcoming-events-time {display: none;}
p. upcoming-events-name {margin-bottom: 10px;}
.upcoming-events-name a {
	color:#EABE1B;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.upcoming-events-name a:hover {text-decoration: underline;}
.upcoming-events-wrapper li {
	border-bottom:2px dashed #39281B;
	margin-bottom:10px;
}
.upcoming-events-view-link a {
	background:transparent url(/sitefiles/1363/images/moreevents.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	height:16px;
	line-height:0;
	text-indent:-1000px;
	width:101px;
}
.upcoming-events-view-link a:hover {background:transparent url(/sitefiles/1363/images/moreevents-on.gif) no-repeat scroll 0 0;}
#rss-link {
	bottom:19px;
	position:absolute;
	right:0;
}
#content-right {
	float: right;
	width: 230px;
}

#def-content-left {
	float: left;
	position: relative;
	width: 600px;
}
#def-content-right {
	float: right;
	width: 230px;
}
div#side-links {
	border-bottom: 2px dashed #39281B;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#side-links p {
	margin-bottom: 4px;
}
#side-links a {border-bottom: 1px dashed #241005;}
#side-links a:hover {border-bottom: 1px dashed #EABE1B;}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footer {
	margin: 50px auto 20px;
	padding: 0px;
	width: 970px;
}
div#search-signup {
	background:transparent url(/sitefiles/1363/images/search-signup.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	height:33px;
	padding:17px 25px;
	width:920px;
}
div#signup {
	background:transparent url(/sitefiles/1363/images/stay-updated.png) no-repeat scroll 0 0;
	behavior: url(/SiteFiles/1363/Scripts/iepngfix.htc);
	float:right;
	height:34px;
	padding-left:190px;
	width:283px;
}
.signupField {
	background:transparent url(/SiteFiles/1363/Images/signup-field.gif) no-repeat scroll 0 0;
	border:medium none;
	color:#B8B8B8;
	float:left;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	height:21px;
	margin:0 0 0 8px;
	padding:9px 0 0 10px;
	width:234px;
}
.signupButton {
	background:transparent url(/SiteFiles/1363/Images/signup-btn.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:30px;
	line-height:0;
	text-indent:-1000px;
	width:30px;
}
#footer-left {
	float:left;
	margin-bottom:20px;
	margin-top:40px;
	width:690px;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float:left;
	margin-right:30px;
}
#menu li a {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}
#footer-right {
	float: right;
	margin-top:40px;
}
#footer-right h2 {
	color: #D6C8AB;
	font-weight: bold;
	font-size: 20px;
}
#sitecred p {
	color: #544130;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	margin-bottom: 5px;
}
#sitecred a {
	color: #544130;
	text-decoration: none;
}
#sitecred a:hover {text-decoration: underline;}

/* @end */

/* @group MENU */

dt.menu-item-name, dd.menu-item-price {color: #D6C8AB;}
dl.menu-item {
	border-bottom:2px dashed #39281B;
	padding-bottom:10px;
}

/* @end */

/* @group CALENDAR */

.today {background-color:#4D2204;}
.events-calendar td {border:1px solid #39281B;}
.weekend {background-color:#2D1809;}
.partial-day-event:hover {
	color: #EABE1B;
	text-decoration: none;
}
.index-back, .index-forward, .index-today, .jumper-button {
	background-color:#4D2204;
	border:medium none;
	color:#FFFFFF;
	cursor: pointer;
	font-weight:bold;
	padding:5px;
}
.index-back:hover, .index-forward:hover, .index-today:hover, .jumper-button:hover {background-color:#39281B;}

/* @end */

.photogallery {
	margin: 0;
	padding: 0;
}
ul.photo-list {padding: 0;}

/* @group BLOG */

.blog .post-title {
	color:#9E2F25;
	font-size:17px;
	font-weight:bold;
	line-height:32px;
}
div.post-profileinfo {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;;
}
.blog .blog-entry {border-bottom:2px dashed #39281B;}
.leave-comment textarea {
	background-color:#2D1809;
	border:1px solid #39281B;
	color:#FFFFFF;
	font-family:helvetica;
	font-size:14px;
	padding:10px;
}

/* @end */

/* @group BREADCRUMBS */

#breadcrumbs {
	width: 500px;
	text-align: left;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	background: url(/SiteFiles/1363/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a:hover {
	background: url(/SiteFiles/1363/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

#breadcrumbs a.first {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.first:hover {
	background: none;
	padding-left: 0px;
}

#breadcrumbs a.current {
	background: url(/SiteFiles/1363/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
}

/* @end */