/* General styles */

body {
  background-color: #FFFFCC;
  background: url("../images/site-bg.jpg");
  color: white;
  font-family: "Gill Sans", "Trebuchet MS";
	font-size: 0.9em;
}

img {
  border: none;
}

a {
  color: black;
}

.clear {
  clear: both;
}

a:hover,
a.menu-link:hover,
.newsletter a:hover,
a.reservation-link:hover {
  text-decoration: underline;
}

.date {
  margin-top: 100px;
}

#small-menu .date {
  margin-top: 50px;
}

/* Shaded area */
.shaded-area {
	text-align: center;
  width: 575px;
 	line-height: 1.8em;
  font-size: .9em;
  margin-left: 42px;
}

#menu .shaded-area,
#bar-menu .shaded-area,
#dessert-menu .shaded-area,
#fixed-menu .shaded-area,
#wine-menu .shaded-area {
	text-align: center;
  width: 575px;
 	line-height: 1em;
  margin: auto;
  position: relative;
  left: -20px;
  top: -30px;
/*  font-size: 1em;*/
  padding: 0;
}

.shaded-bg {
	background: url("../images/shaded-area-middle.png");
	margin: 0;
	padding: 0;
}

.shaded-bg a {
  color: #be3517;
  text-decoration: none;
}

.shaded-bg a:hover {
  text-decoration: underline;
}

.shaded-bg p {
  margin: 0;
}

/* General page template styles */

.wrapper {
	margin: 100px auto;
  width: 630px;
	color: black;
	background: url("../images/page-bg-middle.png");
}

#small-menu {
  width: 550px;
}

#bar-menu .wrapper,
#wine-menu .wrapper {
  background: url("../images/menu-bar-bg-middle.png");
}

#dessert-menu .wrapper {
  background: url("../images/menu-dessert-bg-middle.png");
}

#dessert-menu .wrapper {
  background: url("../images/menu-dessert-bg-middle.png");
}

#fixed-menu .wrapper {
  background: url("../images/menu-small-bg-middle.png");
}

.special #small-menu .content {
  margin: 0 90px 0 35px;
}

.content {
	margin: 0 85px 0 100px;
}

#small-menu .content {
  margin: 0 90px 0 50px;
}

#wine-menu #small-menu .content {
  font-size: 0.9em;
}

h1.logo {
  margin: 0 0 80px 0;
}

.page-top {
  margin-top: -50px;
}

.page-bottom {
  position: relative;
  top: 58px;
}


/* Index Page */

#index .wrapper {
	margin-top: 50px;
	background: none;
	color: #FFFFFF;
}

a.menu-link,
a.reservation-link {
  display: block;
  margin: 15px auto 0 auto;
  color: #888;
	width: 250px;
  text-decoration: none;
}

a.reservation-link {
  font-style: italic;
  color: #666;
}

#index a.menu-link {
  font-size: 1.2em;
  color: #be3517;
  margin: 10px auto 0 auto;
}

.newsletter a {
  color: #be3517;
  text-decoration: none;
}

/* Menu page */

#menu .course {
  margin-bottom: 60px;
}

#menu .dish {
  margin-bottom: 15px;
}

#menu .dish p {
  margin: 8px 0;
  padding: 0;
/*  display: inline;*/
}

#menu .price {
  margin-left: 20px;
}

.tag {
  position: fixed;
  left: 0;
}

.attribution {
  bottom: 10px;
}

.facebook {
  bottom: 40px;
}

.twitter {
  bottom: 70px;
}

#menu-nav {
  font-style: italic;
  margin: 0 auto;
  padding: 0;
  width: 500px;
}

#menu-nav li {
  display: inline;
  margin: 0 15px;
  padding: 0;
}

#menu-nav a {
  text-decoration: none;
  color: #888;
}

#menu-nav a:hover {
  text-decoration: underline;
}

#menu-nav .active {
  color: #be3517;
}


.shaded-bg em {
  color: #888;
}

#index .shaded-bg em {
  color: #FFF;
}

/* Open Table Overrides */

div#OT_searchWrapperAll {
  height: 360px;
}
