﻿body {
    background: #f9f0d3;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, Clean, Sans-Serif;
    font-size: 75%;
}

#wrapper {
    margin: 0 auto;
    width: 800px;
    border-left: 10px #000 solid;
    border-right: 10px #000 solid;
    background: #d7291e;
    text-align: left;
}

#left {
    width: 250px;
    float: left;
    margin-right: 10px;
}

#right {
    margin: 10px;
    padding: 10px;
    float: left;
    border: 10px solid #d7bb96;
    background: #f9f0d3;
    width: 480px;
    position: relative;
}

#right img {
    border: 1px solid #d7bb96;
}

#logo {
    background: #fff;
    margin: 0px 0 0 10px;
    padding: 30px 5px 10px 5px;
    text-align: center;
    font-style: italic;
}

#logo img {
    margin-bottom: 5px;
}

#menu a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: block;
    padding-left: 10px;
    line-height: 2.0em;
    border-left: 5px solid #d7291e;
}

#menu a:hover {
    border-left: 5px solid #d7bb96;
}

#menu {
    margin: 10px 0 10px 10px;
    padding: 0;
}

#menu li {
    height: 2.0em;
    list-style: none;
    border-bottom: 1px solid #d7bb96;
    margin-bottom: 10px;
}

#footer {
    clear: both;
    border-bottom: 10px solid #000;
}

#right h1 {
    margin: 0;
    font-size: 2.0em;
}

.center {
    text-align: center;
}

/* Our Food Styles */

h2 {
    font-size: 1.4em;
}

#right ul.sections {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

#right ul.sections li {
    margin-bottom: 1.0em;
    position: relative;
    padding-right: 4.0em;
}

#right ul.sections li.subsection {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#right ul.sections li.notes {
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

#right ul.sections li.subheading {
    font-weight: bold;
    text-align: center;
}

#right span.number {
    font-weight: bold;
    width: 2.0em;
    height: 2.0em;
    float: left;
}

#right span.day {
    font-weight: bold;
    width: 6.0em;
    height: 2.0em;
    float: left;
}

#right span.price {
    position: absolute;
    right: 0;
    top: 0;
}

#right span.description {
    display: block;
    font-style: italic;
    font-size: 0.8em;
    margin-left: 10px;
}

#right ul.sections {
    border: 1px solid #d7bb96;
    background: #fff;
    padding-top: 10px;
    padding-right: 10px;
}

/* End Our Food */

.feature {
    float: right;
    text-align:right;
}

.feature img, .feature iframe {
    border: 1px solid #d7bb96;
}

hr {
    border: 1px solid #d7bb96;
}

/* Share Memories */
fieldset legend {
    font-weight: bold;
}

fieldset ul {
    list-style: none;
    margin: 0; padding: 0;
}

fieldset label {
    float: left;
    width: 8.0em;
}

fieldset li {
    margin-bottom: 1.0em;
}

fieldset textarea {
    width: 300px;
}

fieldset {
    padding-top: 1.0em;
}
/* End Share Memories */