/* 
    Document   : sambol
    Created on : Apr 11, 2010, 1:02:05 PM
    Author     : johnmahr
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {

    font-family: optima, verdana,'Lucida Sans Unicode', 'Lucida Grande','Trebuchet MS', sans-serif;
    padding-top: 10px;
    text-align: center;
    margin: 0;

}

img {

    border: none;

}

.nogo {

    text-decoration: none;
    margin: 0;
    padding: 0;


}

#modal {

    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-bottomleft: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-bottomright: 1em;

}


.metadata {

    display: none;

}

#directions {

    text-decoration: none;
    color: black;
    font-size: 12pt;
    display: block;
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px dotted black;

}

#directions span {

    position: relative;
    top: -7px;
    letter-spacing: 1px;


}

#directions:hover {

    color: #ED9030;

}

.clear {

    clear: both;

}



#wrapper {

    width: 921px;
    margin: 0 auto;
    border: 2px solid #c87219;
    background: white;
    text-align: left;
    position: relative;
    padding: 0;
}

#controlbar {

    width: 911px;
    height: 20px;
    margin: 3px auto;
    padding: 5px;
    border: 1px solid black;

}
#header {

    background: #F0EDCC;
    overflow:hidden;
    width: 100%;

}

.menu_item {

    width: 390px;
    height: 100px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;

}

.menu_item .menu_im {

    display: block;
    border: 1px solid black;
    float: left;
    margin-right: 10px;

}

.menu_item h3 {

    margin: 5px;

}

.menu_item .price {

    font-style: italic;
    font-size: 9pt;

}

.menu_subhead {
    
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -15px;
    
}

#sambol_logo {

    position: relative;
    top: 1px;

}

#logo {

   padding: 10px 10px 0 10px;


}

.address {

    float: right;
    font-size: 11pt;
    padding: 10px 10px 0 10px;

}

.address h3 {

    margin-bottom: 4px;
    margin-top: 4px;

}

.address p {

    margin-top: 1px;

}

.menuBar {

    clear: right;
    border-top: 2px solid #C87219;
   
    

}

.menuBar ul {

    /*background: #ED9030;*/
    background: white;
    margin: 0px;
    padding: 2px;
    margin: 0px;

}

.menuBar div {

    clear: left;
    height: 3px;
    padding: 0;
    /*background: #c87219;*/
    background: #d3d3d3;
    border-bottom: 1px solid #C87219;
    position: relative;
    top: -2px;
    z-index: 10;
    font-size: 1px;
    line-height: 1px;

}

.menuBar li {

    list-style: none;
    padding: 0px;
    float: left;
    display: block;
}

.menuBar li a {

    display: block;
    padding:12px 17px 5px 10px;
    background: url('../img/menuback.jpg');
    background-repeat: repeat-x;
    text-decoration: none;
    text-align: left;
    /*color: #F0EDCC;*/
    color: black;
    margin-right: 2px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bolder;
    border-right: 1px solid #dcddde;
}

.menuBar li a span {

    display: block;
    font-size: 7.25pt;
    letter-spacing: 0px;
    padding: 0;
    margin-top: -1px;

}

.menuBar li span#drop{

    display: block;
    float: left;
    margin-right: 4px;
    width: 15px;
    height: 30px;
    margin-top: 15px;
    background-image: url('../img/drop.png');
    background-repeat: no-repeat;
    cursor: pointer;

}

span#dd {
    
    display: block;
    margin-top: -1px;
    margin-left: 10px;
     
}

.menuBar li a:hover {

    background: url('../img/menuback_roll.jpg');

}

.menuBar li ul.dropped {

    display: none;
    position: absolute;
    z-index: 30;
    background: white;
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity:0.9;
    filter:alpha('opacity=90');

}

.menuBar li ul.dropped li a{

    background: none;
    border: none;
    width: 100%;
    color: gray;

}

.menuBar li ul.dropped li a:hover {

    color: black;

}

.menupage {

    position: relative;

}

#content {

    clear: left;
    background: white;
    padding: 10px;
    margin: 0;
    border: none;

}

.innerContent {

    margin: 15px;

}

#content #right {

    float: right;
    height: 244px;
    position: relative;
    border: 1px solid black;

}

#general_menu {
    width: 700px;
    margin: 10px auto;
   
 

}

#general_menu div.dockitem {

    width: 120px;
    height: 75px;
    float: left;
    margin: 20px 10px;
    position: relative;
    
}

#general_menu div.dockitem .back {

    background: #ED9030;
    position: relative;
    z-index: 20;
}

#general_menu div.dockitem span {

    color: black;
    display: block;
    position: relative;
    width: 120px;
    font-size: 10pt;
    text-align: center;

}

#menuDock {

    height: 125px;
    background: #F0EDCC;
    /*border-top: 2px solid #c87219;*/
    border-bottom: 2px solid #c87219;

}

#menuDock .contents {

    height: 120px;
    overflow: hidden;
    margin-left: 35px;
    width: 850px;
    position: absolute;
}

#menuDock li.dockitem {

    display: block;
    width: 120px;
    height: 75px;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
    padding: 0;
    z-index: 20;

}

#menuDock li.dockitem .back {

    width: 120px;
    height: 75px;
    background: #ED9030;
    position: relative;
    z-index: 20;

}

 
#menuDock li.dockitem a {

    text-decoration: none;

}

#menuDock li.dockitem span {

    display: block;
    width: 150px;
    text-align: center;
    color: black;
    font-size: 9pt;
    margin-top: -4px;
    margin-left: -15px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 50;
}

#menuDock .arrowRight  {
    background: url("/rsc/img/arB.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: right;
    height: 125px;
    width: 45px
}

#menuDock .arrowLeft  {
    background: url("/rsc/img/alB.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
    height: 125px;
    width: 45px;
    margin-right: -45px;
}

#menuDock .list {

    position: absolute;
    list-style: none outside none;
    height: 110px;
    width: 5000px;
    margin: 0;
    padding: 0;

}

#infoBox {
    
    font-size: 9pt;
    background: white;
    padding: 10px;
    clear: both;

}

#footer {

    background: white;
    margin: 0;
    padding: 0;
    border: none;
    width: 921px;
    overflow: hidden;

}

#footer_banner {

    width: 870px;
    height: 45px;
    background: url(/rsc/img/banners/footer2_banner.jpg);
    background-repeat: no-repeat;
    margin: 2px 30px;

}

.noArrow {

    visibility: hidden;

}


#infoBox h3 {

    margin: 0;
    font-size: 10pt;

}

#infoBox p {

    margin-left: 10px;
    margin-top: 5px;

}

#infoBox #hours {

    float: right;
    width: 290px;

}

#infoBox .hour {

    font-weight: bold;
    float: left;
}

#infoBox .r {
    float: right;

}

form#login {

    border: 1px solid black;
    width: 280px;
    margin: 120px auto;
    background: white;
    padding: 10px;

}

.error {

    color: red;
    font-weight: bold;
    text-align: center;
    margin: 3px;

}

.page {

    position: relative;


}

#gmap {

    width: 675px;
    height: 400px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

#content h1 {

    text-align: center;

}

#mapSidebar {

    width: 155px;
    height: 380px;
    float: left;
    padding: 7px;
    margin-top: 10px;
    background: #f1edc8;
    border: 1px solid #c5c3a7;

}

#content a {

    color: #ED9030;
    text-decoration: none;

}

#content a:hover {

    color: #bc7226;

}

#promotions img {

    border: 1px solid black;

}

#menu {

    margin: auto;
    padding: 10px;


}
ul.list li img {
    
    position: relative;
    z-index: 50;
        
    
}

.drop_shad {

    width: 135px;
    height: 90px;
    margin-top: -82px;
    margin-left: -2px;
    position: relative;
    z-index: 10;
    background: url(/rsc/img/item_shadow.png);
    background-repeat: no-repeat;
    
}

#h_message {

    position: absolute;
    width: 125px;
    height: 5px;
    margin-bottom: -5px;
    z-index: 20;
    text-align: center;
    background: white;
    padding: 5px;

}

#about {

    clear: both;
    overflow: hidden;
    width: 600px;
    margin: 20px 20px;
    float: left;

}

#about .innerContent {

    margin: 0px auto 0;

}


#wrapper #about p a#more {

    font-size: 11pt;
    font-weight: bold;
    padding: 1px 3px;
    background: white;
    color: #a7a9ac;
    border: 1px solid #a7a9ac;

}

#wrapper #about p a#more:hover {

    color: white;
    background: #ED9030;
    border: 1px solid white;

}

#wrapper #follow {

        float: left;
        width: 190px;
        margin-top: 20px;
        padding: 10px;
        background: #f3f4f4;
        border: 1px solid #dcdddd;
}

#wrapper #follow p {

    margin-top: 0;
    font-size: 12pt;

}



#wrapper #social {

    margin-bottom: 5px;
    margin-top: 4px;
    margin-left: 20px;

}

#wrapper #social .icon {

    float:  left;
    margin-right: 5px;
    padding: 1px;
}

#wrapper #social .icon:hover{

    background: white;

}

#wrapper #dropMenu {

    
    height: 200px;
    position: absolute;
    z-index: 200;
    background: white;
    border: 1px solid black;
    display: none;
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity:0.9;
    filter:alpha('opacity=90');
    

}


#wrapper #dropMenu ul {

    padding: 0;


}

#wrapper #dropMenu li {

    list-style-type: none;
    width: 150px;

}

#wrapper #dropMenu h3 {

    font-size: 11pt;
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin-bottom: 3px;
    
}

#wrapper #dropMenu li a {

    display: block;
    width: 95%;
    padding: 4px;
    text-decoration: none;
    color: black;
    font-size: 14pt;
    padding-left: 5px;
    border: none;

}

#wrapper #dropMenu li a:hover {

   background: #d8d8d8;

}

.center {

    text-align: center;

}
