/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header {
    border-top: 5px solid #2C2525;
    clear: both;
    padding: 1px 0 5px;
    position: relative;
    top: -7px;
}

#logo {
    float: left;
    margin-top: 20px;
}

#reservations {
    color: #2C2525;
    float: left;
    margin: 65px 0 0;
    text-align: center;
    width: 250px;
}

#navigation, #footer-widgets {
    background-color: #5E2612;
    border-color: #000000;
}

.nav a {
    color: #FFFFFF;
}

#rotator {
    float: right;
    height: 360px;
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 626px;
}

#reservations span.heading {
    border-bottom: 1px solid #2C2525;
    font: 24px/32px "Francois One",Helvetica,Arial,sans-serif;
    padding: 0 0 7px;
    text-transform: uppercase;
}

#reservations a {
    display: none;
    margin: 10px 0 0;
}

#reservations span {
    border-bottom: 1px solid #810B0B;
    display: block;
    font: 16px/14px Georgia,Times,serif;
    padding: 7px 0 10px;
}

h5 {
    font-size: 0.4em;
    font: italic Georgia,Times,serif;
    line-height: 0.5em;
    padding: 10px 0 10px 0;
    font-weight: normal;
    font-style:italic;
}

.woo_menu .comments {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 15px 15px 15px 15px;
    color: #2C2525;
    display: none;
    font: bold 11px Helvetica,Arial,sans-serif;
    padding: 6px 15px 4px;
    text-transform: uppercase;
}
    
#menu.full-width-menu tbody .price {
    display: none;
    font-size: 22px;
    width: 139px;
}