body {
  background: #1f1d1d;
  font-family: Georgia;
  font-size: 11pt; }

img {
  border: 0; }

#page {
  width: 822px;
  margin: 1em auto;
  padding: 0.5em 0 0;
  background: #fefef6 url(/assets/theme/images/backgrounds/page.png) repeat-y;
  border-top: 1px solid #545652;
  border-bottom: 1px solid #545652; }
  #page h2 {
    text-align: center;
    margin: 15px 0; }
    #page h2 img {
      display: block;
      margin: 0 auto; }

#nav {
  background: #581411 url(/assets/theme/images/backgrounds/nav.png) no-repeat;
  font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 80%;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 110px;
  height: 39px; }
  #nav li {
    margin: 0;
    padding: 0;
    display: inline; }
  #nav a {
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    margin: 3px 5px;
    display: inline;
    float: left;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 0 4px black;
    outline: none; }
  #nav li.current a, #nav a:hover {
    background: #824c40;
    background: rgba(215, 205, 176, 0.29); }

#slideshow {
  list-style: none;
  padding: 0;
  margin: 5px 9px;
  height: 440px !important; }

#wines {
  list-style: none;
  margin: 2em 2em 1em;
  padding: 0;
  height: 320px; }
  #wines li {
    float: left;
    display: inline;
    text-align: center; }
    #wines li a {
      display: block;
      margin-bottom: 1em;
      text-decoration: none; }
  #wines span.sold-out {
    position: relative;
    top: -1.4em;
    font-size: 80%;
    text-transform: uppercase;
    color: #941e1c; }

#arrow {
  width: 24px;
  height: 15px;
  background: url(/assets/theme/images/arrow.png) no-repeat;
  position: relative;
  top: 1px;
  z-index: 99; }

.popup {
  background: #f4f3e3;
  border: 1px solid #eceadc;
  color: #484745;
  margin: 0 4em 2em;
  padding: 1.5em;
  position: relative;
  zoom: 1; }
  .popup h1, .popup h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: normal; }
  .popup .sold-out {
    text-transform: uppercase;
    color: #941e1c;
    font-size: 120%;
    position: absolute;
    top: 1.5em;
    right: 2em; }
  .popup .order-button {
    position: absolute;
    top: 1.5em;
    right: 2em; }
  .popup dl {
    *display: inline-block; }
    .popup dl:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .popup dt {
    clear: left;
    width: 20%;
    float: left; }
  .popup dd {
    float: left;
    width: 80%;
    margin: 0;
    margin-bottom: 0.5em; }

.hidden {
  display: none; }

.red h1, .red h3, .red a {
  color: #941e1c; }

.white h1, .white h3, .white a {
  color: #14562e; }

.content {
  background: #f4f3e3;
  border: 1px solid #eceadc;
  color: #484745;
  margin: 0 2em 2em;
  padding: 1.5em;
  position: relative;
  *display: inline-block; }
  .content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .content h1, .content h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: normal; }
  .content h1, .content h3, .content a {
    color: #941e1c; }
  .content address {
    font-style: normal;
    margin-bottom: 1em; }
  .content iframe {
    float: left;
    margin-right: 20px;
    border: 1px solid #eceadc; }
  .content p.order {
    margin-left: 1em; }
  .content img.align-right {
    border: 1px solid #eceadc;
    float: right;
    margin-left: 2em;
    margin-bottom: 1em; }
  .content img.align-left {
    border: 1px solid #eceadc;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em; }
  .content img.order {
    float: right;
    clear: right;
    margin-right: 5em;
    border: none; }

.green h1, .green h3, .green a {
  color: #14562e; }

#default {
  text-align: center; }

#footer {
  text-align: center;
  color: #f5f4f3;
  font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 80%;
  margin-bottom: 2em; }
