@caesar:"Caesar Dressing", serif;
@gray:#B1B1B1;
@yellow:#FDCC62;

html {
    background:url('../img/bg.png');
    height: 100%;
}
body {
    background:url('../img/bg_parthenon.png') bottom center no-repeat;
    min-height: 760px !important;
    height: 100%;
    position:relative;
    font-family:"Arial", serif;
}
.details {
    height:30px;
    background:url('../img/details.png') top left repeat-x;
    display:block;
    margin:15px 0;
}
header {
    padding-top:30px;
    text-align:center;
    padding-bottom: 45px;
    margin-bottom: 10px;
    background: url(../img/details.png) repeat-x bottom left;
    
    a.logo {
        background:url('../img/logo.png') top left no-repeat;
        width:415px;
        height:190px;
        margin:0 auto;
        display:block;
        text-indent:-9999px;
    }
    nav#menu {
        margin-top:30px;
        ul {
            li {
                float:left;
                padding:0 30px;
                border-left:3px solid @gray;
                &:first-child {
                    border-left:0;
                }
                a { 
                    font:16px @caesar;                    
                    color:@gray;
                    &:hover {
                        color:@yellow;
                    }
                }
            }
        }
    }

}
section#content {
    height:284px;
    overflow:hidden;
    position:relative;
    .photos {
        height:284px;
        width:99999px;
        display:block;
        position:absolute;
        overflow:hidden;
        top:0;
        left:0;
    }
}

footer {
    position:absolute;
    bottom:1px;
    left:0;
    width:100%;
    display:block;
    background:url('../img/details.png') bottom left repeat-x;
    padding-bottom:38px;
    .container_12 {
        position:relative;
        .socials {
            position:absolute;
            bottom:5px;
            left:4px;
            .facebook {
                float:left;
                width:11px;
                height:21px;
                text-indent:-9999px;
                background:url('../img/socials.png') 0 -23px no-repeat;
                &:hover { background-position: 0 0; }
            }
            .twitter {
                float:left;
                width:27px;
                height:21px;
                margin-left:20px;
                text-indent:-9999px;
                background:url('../img/socials.png') -30px -23px no-repeat;
                &:hover { background-position: -30px -23px; }
            }
            .instagram {
                float:left;
                width:21px;
                height:21px;
                margin-left:20px;
                text-indent:-9999px;
                background:url('../img/instagram.png') center center no-repeat;
            }
        }        
        address {
            font-size:11px;
            color:@gray;
            text-align:center;
        }
        .amex {
            display: none !important;
            position:absolute;
            bottom:5px;
            right:4px;
            display:block;
            text-indent:-9999px;
            background:url('../img/amex.png') top left no-repeat;
            width:5px;
            height:21px;
            
        }
    }
}
