/* GENERIC ============================================================================= */
.wrapper
{
    max-width: 960px;
}


/* NAV ============================================================================= */
.site-nav li.bullet
{
    padding: 0 33px;
    padding-top: 9px;
}


/* COLUMNS ============================================================================= */
.col-right
{
    width: 32.291%;
}

.alt-block .col-left
{
    width: 50%;
}

.alt-block .col-right
{
    width: 45%;
}


/* IMAGE BLOCKS ============================================================================= */
.image-block
{
    height: 660px;
}
    
    .image-block span
    {
        height: 660px;
    }
    
@media only screen and (device-width: 768px)
{
    #copper
    {
        background: #dad7c8 url(../../images/copper.jpg) no-repeat scroll center top;
    }
}


/* FOOD ============================================================================= */
.menu
{
    margin: 0 auto;
}

.menu-wrapper
{
    padding: 50px 15.5% 30px 15.5%;
}


/* CONTACT ============================================================================= */
#map
{
    height: 400px;
}

.social-links
{
    left: 55%;
    width: 45%;
}


@media only screen and (min-width: 1040px)
{
    /* NAV ============================================================================= */
    .nav-wrapper .tiny-logo
    {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 120px;
        height: 40px;
        background: transparent url(/images/header/logo120.png) no-repeat;
        text-indent: -9999em;
    }
    
    .nav-wrapper.stuck .tiny-logo
    {
        display: block;
    }
}


/* IE ============================================================================= */
.lt-ie9 .wrapper
{
    width: 960px;
}

.lt-ie9 .social-links a .border
{
    display: none;
}

.lt-ie9 .nav-wrapper.stuck
{
    width: 100%;
}

.lt-ie9 .menu
{
    border: 1px solid #d5d5d5;
}

.lt-ie8 .site-nav
{
    display: block;
}
    
    .lt-ie8 .site-nav ul
    {
        display: block;
        width: 750px;
    }
    
    .lt-ie8 .site-nav li
    {
        float: left;
        display: block;
    }
    
    .lt-ie8 .site-nav li.bullet
    {
        padding: 0 10px;
    }
    
    .lt-ie8 .site-nav a .underline
    {
        display: none;
    }
    
.lt-ie8 .menu-table
{
    width: 484px;
}
        
    .lt-ie8 .menu-table tr td:first-child
    {
        width: 434px;
    }
    
    .lt-ie8 .menu-table tr td:last-child
    {
        width: 50px;
    }
    
.lt-ie8 #copper
{
    width: 100%;
    background: #dad7c8 url(../../images/copper.jpg) no-repeat fixed center top;
}