body {
  margin: 0; padding: 0;
  min-width: 780px;
  font: 1em/1.1em Verdana, sans-serif;
  text-align: center;
}
body, body.normal {background: #e8d9bb url(../images/bgtexture.gif);}
body.catering{background: #30606c url(images/catering-tile.png) top left;}

h1,h2,h3,h4,h5,h6 {margin: 0;}
p {margin: 1em 0;}
ul {list-style-type:none; margin:0; padding:0;}

a, a:link, a:visited {color: #600; text-decoration: none;}

.image {border: none;} /* pngfix.js overrides all img styles */
.alternate1 {float: right; margin: 10px;}
.alternate2 {float: left; margin: 10px;}
.burst {margin-top: -25px;} /* adjust for starbursts */
.clear {clear: both;}

li.menubaritem a:link, #sidebar a:link, #footer a:link {color: #600} /* what the heck safari? */

#wrap {text-align: left; margin: 0 auto; width: 776px;}

#header {position: relative; margin: 0 auto 15px auto; height:167px; width: 751px;}
/*#header img {margin-left: 25px}*/
#header h1, #header h2, #header address {margin-left: -9999px; height: 0;}
#contact {position: absolute; top: 120px; left: 350px;}
#map {position: absolute; top: 120px; left: 440px;}
.button {border: none;}

/* Breakfast/Lunch subpage headers */
.subhead
{
	font-size: 2em;
	color: #600;
	margin-left: 7px;
}

/* menu specs */
#main-nav {margin: 10px 0 0 50px;}
#main-nav img
{
    border: none;
}
#main-nav .current 
{
	background-color: white;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
#home-menu, #breakfastlunch-menu {background-color: #ffffcc;}
#banquets-menu, #beverages-menu, #catering-menu {background-color: #bcd2a4;}

#home-menu, #breakfastlunch-menu, #catering-menu, body.catering #sub-nav, body.catering #sub-menu 
{
	font-size: 15px; /*Geneva, Tahoma, sans-serif;*/
}

#banquets-menu, #beverages-menu, #catering-menu, body.catering #sub-nav, body.catering #sub-menu 
{
	font-size: 14px; /*Georgia, "Times New Roman", serif;*/
	font-style: italic;
}

#home-menu {padding: 10px 30px 5px 30px;}
#breakfastlunch-menu, #breakfastlunch {padding: 10px 30px 5px 30px;}
#catering-menu, #catering {padding: 9px 30px 5px 30px;}
#banquets-menu, #banquets {padding: 9px 30px 5px 30px;}
#beverages-menu, #beverages {padding: 9px 30px 5px 30px;}

#sub-nav {margin: 0.5em 27px;}
#sub-nav ul {margin: 0; padding: 0; }
#sub-menu {margin-bottom: 0.5em;}
#sub-nav li, #sub-menu li {display: inline; list-style-type: none;}
#sub-nav a:link, #sub-nav a:visited, #sub-menu a:link, #sub-menu a:visited {color: #9c9b9c;}
#sub-nav a:hover, #sub-nav a:focus, #sub-nav a.current, #sub-nav li:hover, #sub-nav li:focus, #sub-nav li.current, #sub-menu a:hover, #sub-menu a:focus, #sub-menu a.current, #sub-menu li:hover, #sub-menu li.current, #sub-menu li:focus {color: #000;}

#pagenav li
{
	margin-right: 10px;
}


/* adjustments to Yahoo Menus */

.bd
{
	padding-bottom: 3px;
}

.menubar
{
	padding-left: 90px;
}

.menubar, .menubar li
{
	display: inline;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 2px;
	-moz-box-shadow: inset -1px -2px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: inset -1px -2px 10px rgba(0,0,0,.3);
	box-shadow: inset -1px -2px 10px rgba(0,0,0,.3);
}

.menubar li:hover, .menubar li a:hover
{
	color: #cc6666;
}

li.menubaritem {
font-weight: normal; 
margin-right:5px; 
margin-bottom:2px;
height: 20px;
}

li.selected {background: url(images/dropdown_header.gif) top left;}
div.yuimenu li.selected {background-image: none;}
div.yuimenu {
  color: white;
  font: normal 12px Verdana, sans-serif;
  background: url(images/dropdown.gif) no-repeat top left;
}
li.selected a:link, li.selected a:visited {color: #fc0; font-weight: normal;}
li.yuimenuitem a:link, li.yuimenuitem a:visited {color:white; display: block;}
li.yuimenuitem {margin-bottom: 5px;}

#container {
	width: 751px;
	min-height: 590px;
	padding: 30px 0;
	position: relative;
	margin: 0 auto;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 10px 10px;
	-moz-box-shadow: 0px 10px 5px 5px rgba(0,0,0,.2);
	box-shadow: 0px 10px 5px 5px rgba(0,0,0,.2);
}

#topcontent 
{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 0.8em;
	width: 390px;
}

#topcontent h3
{
    width: inherit;
}

#topcontent div
{
	margin-bottom: 25px;
}

.content
{
	position: relative;
	float: left;
}

.content h3, .content h4 {
  margin-bottom: 1em;
  width: 450px;
  clear: both;
  color: #600;
  font-size: 1.6em;  
}

.content h3
{
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0;
}
.content h3 span {text-decoration: underline;}
body.normal .content h3 {font: 1.6em /*Geneva, Tahoma, sans-serif;*/}
body.catering .content h3 {font: oblique 1.6em "Times New Roman", Georgia, serif;}
.content p {margin: 0.5em 0;}

#note
{
	background: transparent url(../images/notebg.png) no-repeat top left;
	height: 250px;
	width: 450px;
}

#noteText
{
	background: transparent;
	width: 335px;
	height: 175px;
	overflow: hidden;
	margin: 55px 0 0 70px;
	line-height: 1.2em;
	font-size: 1.3em;
}

#noteText ul
{
	float: right;
	display: inline;
	margin: 5px 0 0 0;
}

#noteText li
{
	display: inline;
	float: left;
	margin-left: 15px;
}

#noteText a img
{
	border: 0;
}

#facebookBadge
{
	width: 450px;
	background: transparent url(../images/facebookbadge.png) no-repeat top left;
	height: 85px;
	margin-bottom: 25px;
}

#facebookBadge ul
{
	float: left;
	display: inline;
	padding: 5px 0 0 27px;
}

#facebookBadge li
{
	display: inline;
	float: left;
	height: 73px;
	width: 97px;
	overflow: hidden;
	margin-left: 6px;
}

#facebookBadge a img
{
	border: 0;
}

.note {margin-top: 0; margin-bottom: 5px; padding-left: 7px; color: #600; font-size: 10px;}
.item {position: relative; margin: 7px !important; padding: 5px; font-size: 10px;}
.content p.description {margin: 3px 10px; width: 250px; line-height: 1em;}
body.normal .item {background-color: #f1e7d2;}
body.catering .item {background-color: #9fcfdf;}
body.catering div.alternate {background-color: white;}

.item h5 {margin: 0; font-size: 10px;}
dl.price {position: absolute; top: 0; right: 5px;}
dl.price dd {margin: 0;}
.links {
  font: bold 10px/12px Verdana, sans-serif;
  color: #600;
  list-style-type: square;
  margin: 8px 5px;
  padding-left: 10px;
}

.pdf {
  margin: 3px;
  padding: 3px 3px 3px 15px;
  background: transparent url(images/document.png) no-repeat 3px 50%;
  border: 2px solid #fc0;
  font: bold 10px Verdana, sans-serif;
}

#sidebar {
  width: 300px;
  position: absolute;
  left: 450px;
  top: 40px;
  background: transparent;
}
.specials {
  position: relative;
  width: 247px;
  height: 570px;
  margin-left: 15px;
  color: white;
  overflow: hidden;
  background: black url(images/specials.png) no-repeat top left;
}
.specials p {
  position: absolute;
  top: 70px;
  left: 40px;
  margin: 0;
  color: white;
  cursor: pointer;
  font: small-caps 12px Geneva, Tahoma, sans-serif;
}
.specials dl {
  position: relative;
  top: 90px;
  left: 25px;
  height: 450px;
}
.specials dt {
  margin: 0;
  margin-top: 5px;
  color: #fc0;
  font: normal small-caps normal 14px Geneva, "Trebechet MS", Verdana, sans-serif;
}
.specials dt.title {display: none;}
.specials dd {margin: 0; font: bold 9px Verdana, sans-serif; width: 215px;}
.specials ol {margin: 0; padding: 0 25px;}

#footer {
  margin: 10px auto;
  clear: both;
  color: #600;
  font-size: 0.6em;
  text-align: center;
}
#footer a:link, #footer a:visited {font-weight: bold;}
body.catering #footer, body.catering #footer a:link, body.catering #footer a:visited {color: #fc0;}

/* Dropdown menus */

.dropdown
{
	display: none;
	position: absolute;	
	background: #ffffff;
	margin-top: 3px;
	padding-top: 3px;
}

.dropdown li, .dropdownitem
{
	background: #555555;
	position: relative;
	width: 5em;
	margin: 0;
	padding:5px;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.dropdown li > ul
{
	left: auto;
	top: auto;
}

.menubaritem:hover ul
{
	display: block;
}