@import 'reset.css';
@import 'layout.css';

body { background-color: #734119; }

/* Site container */
#container { background-color: #894f21; }

/* Site Header Slideshow container */
#header-slideshow { overflow: hidden; width: 560px; }
    #header-slideshow ul { list-style-type: none; margin: 0; padding: 0; width: 560px; height: 239px; overflow: hidden; }
        #header-slideshow ul li { width: 560px; height: 239px; overflow: hidden; }

/* Site Navigation Menu */
#nav-menu { list-style-type: none; margin: 0; padding: 0; }
    #nav-menu li { /*border-bottom: 1px solid #9F704A;*/ padding-left: 4px; }
        #nav-menu li a { display: block; border-bottom: 1px solid #9F704A; font-weight: bold; color: #FFF; line-height: 2em; background: transparent url(/themed/default/img/system/cs_menu_bg.png) repeat-x scroll left top; }
        #nav-menu li a:hover { padding-left: 4px; }
        /* Parent container of selected menu item */
        #nav-menu li.selected > a {  }
        /* Selected menu item */
        #nav-menu li.item-selected > a { color: #FFF; }
            /* sub-menus */
            #nav-menu li ul { list-style-type: none; margin: 0; padding: 0 0 0 10px; }

/* Content Sidebar */
#content-sidebar { background-color: #8f582c; }
    /* 1951 West link/logo */
    #dining-1951-west { display: block; margin: 4px auto; }
    
    /* Sidebar Platinum Award Image */
    #award-badge { display: block; border: 0; margin: 10px auto; height: 140px; width: 200px; }
    
    /* Trip Advisor Link */
    #CDSWIDEXC { margin: 10px auto !important; }
    
    /* Testimonials area header text */
    /*#testimonials-scroller-header { text-align: center; }*/
    
    /* Testimonials container */
    #testimonals-scroller { display: block; margin: 10px auto 0; width: 200px; height: 290px; border: 1px solid #9a6840; border-left: 0; border-right: 0; }
        /* Testimonials list */
        #testimonals-scroller ul { list-style-type: none; padding: 0; margin: 0; }
            /* Each testimonial */
            #testimonals-scroller ul li { width: 200px; height: 290px; padding: 2px 0 2px 4px; }
                /* Testimonial client name */
                #testimonals-scroller ul li span { display: block; height: 12px; font-size: 10px; line-height: 12px; font-style: italic; text-align: right; padding-right: 4px; }

/* Reset the padding for lists in the content */
/*#page-content ol,
#page-content ul {
    list-style: disc;
    padding-left: 30px;
}*/

/* Site Footer container */
#footer { background-color: #734119; }

    /* Links in the Site Footer */
    .footer-links a { margin: 0 5px; }