/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-width: 800px;
	background-color: cfd0b4;
	background-image: url(images/global_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#nav {
	width: 800px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#nav #nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 14px;
}

#home #nav_btns li#homenav a, #menus #nav_btns li#menunav a, #privatedine #nav_btns li#privatedinenav a, #reserve #nav_btns li#reservenav a, #ourchef #nav_btns li#ourchefnav a {
	text-decoration: none;
	color: #F1EAB1;
	text-shadow: 0px -1px 0px #1f0c05;
	filter: dropshadow(color=#1f0c05, offx=0, offy=-1);

}

#nav_btns a:hover {
	text-decoration: none;
	text-shadow: 0px -1px 0px #1f0c05;
	filter: dropshadow(color=#1f0c05, offx=0, offy=-1);

}
#nav ul#nav_btns {
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Lucida Grande";
	letter-spacing: 1px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 235px;
	float: left;
	clear: right;
	line-height: 12px;
	text-align: left;
}

#nav ul#nav_btns a {
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);

}



/* LAYOUT */


#main #main_text {
	vertical-align: top;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-top: 50px;
	font-size: 13px;
	line-height: 1.44em;
}
#right {
	float: right;
}
#main #main_text2 {
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#main  #subnav  {
	color: #CCCC99;
	padding-top: 10px;
	padding-bottom: 4px;
}
#main #left_sidebar {
	font-size: 11px;
	vertical-align: top;
	line-height: 19px;
	color: 573f2e;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 50px;
	width: 163px;
}
#photo_row  {
	padding-bottom: 20px;
	clear: both;
	float: left;
}
#photos        {
	width: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#photos a img {
	border: 1px dotted #CCCC99;
}
#photos a:hover img {
	border: 1px solid #FFFFFF;
}
#pad {
	margin-right: 10px;
}


/* GENERAL LINKS */


a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px -1px 0px #66664b;
	filter: dropshadow(color=#66664b, offx=0, offy=-1);
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #f1eab1;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



/* TEXT STYLING */

h1 {
	font-size: 1.75em;
	font-style: normal;
	color: 893126;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-shadow: 0px 1px 0px #dbd6b4;
	filter: dropshadow(color=#dbd6b4, offx=0, offy=1);
}

h2 {
	color: #893126;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-shadow: 0px 1px 0px #dbd6b4;
	filter: dropshadow(color=#dbd6b4, offx=0, offy=1);

	}
	
h3 {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3A2B21;
}

strong {
	font-size: 1.25em;
	text-shadow: 0px 1px 0px #dbd6b4;
	filter: dropshadow(color=#dbd6b4, offx=0, offy=1);
	color: #593a2f;	
}

#left_sidebar .subhead {
	padding-bottom: -10px;
	letter-spacing: 1px;
	color: #893126;
	margin: 0px;
	padding: 0px;
}

.subhead {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: -10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.subhead3 {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3A2B21;
	margin: 0px;
	padding: 0px;
	clear: none;
	line-height: 9px;
}
.address  {
	font-size: 10px;
	text-transform: none;
	color: #893126;
	padding-bottom: -10px;
	font-weight: bold;
}
.subnav {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: -10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c1c29a;
}
#subnav .on {
	color: #f1eab1;
}
#caption {
	font-size: 10px;
	color: #3A2B21;
}
#special {
	padding: 15px;
	font-size: 0.95em;
	color: #3A2B21;
	background-color: #c5c1a8;
}
/* #special a {
	background-color: #893126;
	padding: 1px;
	border: 1px dotted #C1C29A;
}*/
#special h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #893126;
	margin: 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3A2B21;
	font-size: 1.5em;
}
.cta {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin: 0px;
}
.cta a img {
	float: left;
}
.cta h1 {
	padding: 0px;
	font-size: 2.15em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-top: 0px;
	margin-bottom: 0.15em;
	line-height: 0.95em;
}
.cta h2 {
	font-size: 1.6em;
	line-height: 1.14em;
	margin: 0px;
	padding: 0px;
	color: #593a2f;
	letter-spacing: normal;
}
.special {
	background-color: #beb99d;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D75B40;
	border-right-color: #9A9A62;
	border-bottom-color: #9A9A62;
	border-left-color: #9A9A62;
}
.special ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.special li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	padding-top: 20px;
	padding-bottom: 20px;
}
.special strong {
	color: #000;
	font-size: 1em;
}
.special a {
	color: #8D3F32;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D3F32;
	text-shadow: 0px 1px #B1B29A;
}
.special a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #FFF;
}
#nav_btns li {
	display: inline;
	padding-right: 10px;
	margin: 0px;
}

/* Page Specific effects */


#privatedine #main_text #pad, #ourchef #main_text #pad {
-webkit-box-shadow: 1px 1px 2px 1px rgba(40, 16, 8, .3);
-moz-box-shadow: 1px 1px 2px 1px rgba(40, 16, 8, .3);
box-shadow: 1px 1px 2px 1px rgba(40, 16, 8, .3);
}
ul.banners  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	height: 294px;
}
.intro h2 {
	font-size: 1.33em;
}
ul.banners li {
	display: inline;
}
.rules {
	border: 1px dotted #772306;
}
.lightbg {
	background-color: #FAF0D5;
}
.nowrap {
	clear: both;
}
.padding {
	padding-right: 10px;
}
.left {
	float: left;
}
.special h3 {
	color: #930;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.special h2 {
	margin: 0px;
	padding: 0px;
	line-height: 1.15em;
}
.special blockquote {
	background-color: #FFF;
	padding: 10px;
	border: 1px double #F1EAB0;
	margin-bottom: 0px;
}
.cta .center{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

