@import "reset.css";
@import "text.css";

body{
    background: #B8C365 url(../img/body-bg-top.jpg) top center no-repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75%;
}
body.orange div#frame-bg{
    background-color: #D07E1B;
    background-image: url(../img/ws-orange.jpg);
}
body.orange div#frame{
    background-image: url(../img/ws-orange-top.jpg);
}
body.red div#frame-bg{
    background-color: #A8381F;
    background-image: url(../img/ws-red.jpg);
}
body.red div#frame{
    background-image: url(../img/ws-red-top.jpg);
}



div#header{
    background: #E8D6AD url(../img/header-bg.jpg) no-repeat;
    height: 110px; /* 110 */
    margin: 0 auto;
    text-align: center;
    width: 800px; /* 800 */
}
div#header img#logo{
    padding: 0;
    margin: 20px 0 0;
}
div#frame-bg{
    background: #A8381F url(../img/ws-red.jpg) top right;
    margin: 0 auto;
    width: 800px;
}
div#frame{
    background: url(../img/ws-red-top.jpg) repeat-x top right;
    /*min-height: 500px;  490 */
    overflow: hidden;
    padding: 30px 0 0;
    
}
div#contentframe{
    background: #fff url(../img/texture-bg.jpg);
    float: left;
    /*min-height: 460px;  460 */
    overflow: hidden;
    width: 625px; /* 625 */
}
div#contentshadow{
    height: 7px;
    background: url(../img/shadow-below.png) repeat-x;
}
div.content-dm{
    background: url(../img/bg-redstar.png) no-repeat 50% 30px;
    /*height: 447px;  453 */
    min-height: 500px;
    /*overflow: auto;*/
    padding: 5px 15px;
    /*margin-bottom: 2em;*/
}
div.content-dm a{
    color: #7F1F0F;
}
div.content-dm ul{
    margin-left: 2em;
    list-style-type: disc;
}
div.content-dm ol{
    margin-left: 2em;
    list-style-type: decimal;
}
div.content-dm ul li, div.content-dm ol li{
    margin: 0.5em 0;
}
div#sidebar{
    float: left;
    padding-left: 5px;
    padding-bottom: 1em;
    width: 165px; /* 175 */
}
a#express-link{
    padding-left: 10px;
}
a#dixie-link{
    padding: 0 26px;
}
div.nav, ul.nav{
    font-size: 1em;
    margin: 15px 0 0;
    padding-left: 10px;
}
ul.nav a{
    color: #FEEEC3;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    padding: 8px 0 8px 14px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
}
ul.nav .active{
    background-image: url(../img/icon-star-shadow.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.nav a:hover{
    background: url(../img/icon-star-shadow.png) no-repeat top left;
}
.clear{
    clear: both;
}
div.content-dm a.submit, div.content-dm a.button{
    background: url(../img/btn-small.png) no-repeat top left;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 22px; /* 29 */
    line-height: 10px;
    margin: 1em 1em 1em 20%;
    padding: 5px 8px 0 1px;
    text-align: center;
    text-transform: uppercase;
    width: 99px; /* 110 */
}
div.blog-preview{
    clear: both;
    margin-bottom: 3em;
}
div#footer{
    background: url(../img/body-bg-bottom.jpg) no-repeat top center;
    height: 95px; /*130*/
    margin: 0 auto;
    padding: 35px 0 0;
    text-align: center;
    width: 800px; /* 800 */

}
/* ------------------- note ---------------------*/
div.note{
    float: right;
    margin: 1em;
}
div.note div.top{
    background: transparent url(../img/note-top-bg.png);
    height: 7px;
}
div.note div.middle{
    background: transparent url(../img/note-middle-bg.png) repeat-y;
    padding: 1px 10px 7px 5px; /*0 7px 8px 0px for shadow*/
    width: 235px; /*250 including shadow*/
}
div.note div.bottom{
    background: transparent url(../img/note-bottom-bg.png);
    height: 8px;
}

/* ------------------- express ------------------*/

body.express div#header{
    background: #F0B52B url(../img/header-bg-express.gif) no-repeat;
    height: 140px;
}
body.express div#header a#header-link{
    display: none;
}
body.express  div#frame{
    padding-top: 0;
}

/* ----------------- restaurants -----------------*/
div.restaurant-info{
    border-bottom: 7px double #E67C36;
}
