/*
Theme Name: Can Alta Bindery
Author: the Pure Vision Inc
Author URI: http://purevisioninc.com
Version: 1.0
*/

/*
-------------------------------------------------------------- */

body {
    width: 15000px;
    margin: 0;
    font-size: 16px;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 500;
    overflow-x: hidden;
}

a {
    color: #003876;
    text-decoration: none;
}

a:hover {
    color: #515254;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #003876;
    text-transform: uppercase;
}

h1 {
    margin-top: -20px;
    font-size: 59px;
    font-weight: 700;
}

h2 {
    font-size: 46px;
    font-weight: normal;
}

h3 {
    font-size: 45px;
    margin-bottom: -15px;
    font-weight: 400;
}

    #title {
        font-weight: 700;
    }

h4 {
    font-size: 20px;
    font-weight: 700;
}

h5 {
    font-size: 30px;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -20px;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

#content {
    color: #515254;
}

#logo-slide,
#logo {
    margin: 0;
    padding: 0;
    height: 171px;
}

/** SIDE MENU **/
.navigation {
    float: left;
    width: 200px;
    padding-left: 20px;
    margin: 0;
    height: inherit;
    position: fixed;
    z-index: 150;
}

    #main-nav {
        margin: 0 0 0 0;
        background: url('images/navigation_bg.png') no-repeat;
        min-height: 599px;
        padding-top: 90px;
        list-style: none;
        text-transform: uppercase;
    }

    #main-nav li {
        line-height: 35px;
    }
    
    #main-nav li > a {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        text-decoration: none;
    }
    
    #main-nav li a:hover {
        color: #231F20; 
    }
    
    .sub-nav {
        list-style: none;
        margin-left: -40px;
    }
    
        .sub-nav li {
            line-height: 22px!important;
        }
        
        .sub-nav li > a {
            font-size: 13px!important;
            font-weight: 500!important;
        }
    
    #nav-extended {
        background: url('images/navigation_extended_bg.png') repeat-y 1px;
    }
    
    .currently-selected {
        color: #231f20 !important;
    }
    
    li.currently-static-selected > a {
        color: #231f20!important;
        font-weight: 700!important;
    }
    
    .currently-sub-nav-static-selected a {
        color: #231f20!important;
        font-weight: 700!important;
    }

/** SLIDERS SECTION **/
.section {
    float: left;
    width: 2500px;
}

    .section-content {
        float: left;
        margin: 30px 0 0 250px;
        background-color: rgba(255, 255, 255, 0.7);
        width: 690px;
        padding: 30px;
        min-height: 500px;
        z-index: -1;
    }
    
    .section-content p {
        padding-right: 35px;
    }
    
    /** BACKGROUNDS **/
    #home {
        background: url('images/bg/home.jpg') no-repeat top left;
        height: 750px;
    }
    
    #about {
        background: url('images/bg/about.jpg') no-repeat top left;
        height: 750px;
    }
    
    #products {
        background: url('images/bg/products.jpg') no-repeat top left;
        height: 750px;
    }
    
    #customize {
        background: url('images/bg/customize.jpg') no-repeat top left;
        height: 750px;
    }
    
    #ordering {
        background: url('images/bg/ordering.jpg') no-repeat top left;
        height: 750px;
    }
    
    #contact {
        background: url('images/bg/contact.jpg') no-repeat top left;
        height: 750px;
    }
    
    /** HEADER IMAGES **/
    .header {
        margin-bottom: 30px;
        height: 347px;
        -webkit-box-shadow: 0px 0px 10px 0px #b1b1b1;
        -moz-box-shadow: 0px 0px 10px 0px #b1b1b1;
        box-shadow: 0px 0px 10px 0px #b1b1b1;
        behavior: url(PIE.htc);
    }
    
    /** #HOME **/
    #home-divider {
        border-top: 2px solid #003876;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    
    #contact-frog,
    #ordering-frog,
    #customize-frog,
    #products-frog,
    #about-frog,
    #about-team-frog,
    #about-employment-frog,
    #about-green-frog,
    #home-frog {
        float: left;
        position: relative;
        z-index: 100;
        width: 559px;
        height: 100%;
    }
    
    /* FROGS */
    #home-frog {
        background: url('images/frog_home.png') no-repeat left bottom;
        margin-left: -50px;
        margin-top: 30px;
        width: 559px;
    }
    
    #about-frog {
        background: url('images/frog_about.png') no-repeat left bottom;
        margin-left: -15px;
        margin-top: 130px;
        width: 445px;
    }
    
        #about-team-frog {
            background: url('images/frog_about_team.png') no-repeat left bottom;
            margin-left: -27px;
            margin-top: 90px;
            width: 435px;
        }

        #about-employment-frog {
            background: url('images/frog_about_employment.png') no-repeat left bottom;
            margin-left: -195px;
            margin-top: 80px;
            width: 655px;
        }

        #about-green-frog {
            background: url('images/frog_about_green.png') no-repeat left bottom;
            margin-left: -25px;
            margin-top: 80px;
            width: 445px;
        }
    
    #products-frog {
        background: url('images/frog_products.png') no-repeat left bottom;
        margin-left: 20px;
        margin-top: 132px;
        width: 469px;
    }
    
    #customize-frog {
        background: url('images/frog_customize.png') no-repeat left bottom;
        margin-left: -20px;
        margin-top: 110px;
        width: 605px;
    }
    
    #ordering-frog {
        background: url('images/frog_ordering.png') no-repeat left bottom;
        margin-left: -40px;
        margin-top: 100px;
        width: 446px;
    }
    
    #contact-frog {
        background: url('images/frog_contact.png') no-repeat left bottom;
        margin-left: -100px;
        margin-top: 300px;
        width: 757px;
    }

    .quicklinks {
        position: relative;
        z-index: 100;
    }
    
        .quicklinks a {
            color: #f05a29;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
        }
        
        .quicklinks a:hover {
            color: #003876;
        }
    
    .quicklink {
        width: 305px;
        float: left;
    }
    
    #quicklink-1 {
        margin-right: 35px;
    }
    
    #quicklink-2 {
        float: right;
        margin-left: 35px;
    }

    /** IMAGE SIZES **/
    #ordering p img,
    #customize p img {
        width: 690px;
        height: auto;
    }
    
    /** CONTACT **/
    #contact table#contact-us-info {
        margin-bottom: 20px;
    }
    
        #contact table#contact-us-info td {
            padding-right: 40px;
        }
        
        /* Contact form */
        div.wpcf7 {
            margin-top: 0px!important;
            margin-bottom: 40px!important;
        }
        div.wpcf7 form table#contact-us-form tr {
            width: inherit;
        }
        
        div.wpcf7 form table#contact-us-form td textarea,
        div.wpcf7 form table#contact-us-form td input[type=text] {
            float: right;
            width: 97%;
        }
        
        div.wpcf7 form table#contact-us-form td .your-subject input {
            width: 88%;
        }
        
        div.wpcf7 form table#contact-us-form td .your-where input {
            width: 63%;
        }
        
        div.wpcf7 form table#contact-us-form td select {
            margin-left: 8px;
            font-family: "futura-pt";
            font-size: 13px;
            width: 250px;
        }
        
        div.wpcf7 form table#contact-us-form td textarea {
            width: 99%;
        }
        
        div.wpcf7 form table#contact-us-form span {
            text-transform: uppercase;
            color: #11457f;
            font-weight: bold;
            font-size: 16px;
        }
        
        div.wpcf7 form table#contact-us-form .wpcf7-submit {
            float: left;
            background-color: #003876;
            color: #fff;
            text-transform: uppercase;
            font-family: "futura-pt";
            font-size: 12px;
            font-weight: bold;
            padding: 5px 15px;
        }
        
        div.wpcf7-response-output {
            margin: 0px!important;
        }
        
/** STATIC PAGES **/
.section-static-content {
    float: left;
    margin: 0 0 0 250px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 690px;
    padding: 30px;
    height: 100%;
    z-index: -1;
}

    #static-content p {
        margin-top: 18px;
    }
    
/** STATIC PAGES WITH PRODUCT TOP NAV **/
#content-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 690px;
    -webkit-box-shadow: 0px 0px 10px 0px #b1b1b1;
    -moz-box-shadow: 0px 0px 10px 0px #b1b1b1;
    box-shadow: 0px 0px 10px 0px #b1b1b1;
    behavior: url(PIE.htc);
}

    #content-nav ul {
        list-style: none;
        text-transform: uppercase;
        font-size: 12px;
        margin-left: -40px;
        position: relative;
    }
    
    #content-nav ul li {
        float: left;
        text-align: left;
        background: #003876;
        padding: 5px 0 5px 0;
        color: #fff;
        text-align: center;
    }
    
    #content-nav ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0px 40px 0px 39px;
        border-right: 1px solid #fff;
    }
    
/** STATIC PAGES WITH PRODUCT SIDE NAV **/
#sub-side-nav {
    list-style: none;
    margin-left: -40px;
    margin-top: 35px;
    width: 125px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}

    #sub-side-nav li {
        line-height: 30px;
    }

    #sub-side-nav li a {
        color: #939598;
    }
    
    #sub-side-nav li a:hover {
        color: #003876;
    }
    
#static-content-side-nav {
    float: left;
    width: 510px;
    border-left: 1px solid #003876;
    margin: 40px 0 0 20px;
    padding-left: 30px;
}
          
/** FOOTER **/    
#footer {
    position: fixed;
    margin-left: 24px;
    background: url('images/footer-menu-bg.png') no-repeat;
    min-height: 46px;
    z-index: 200;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
}

    #footer a {
        color: #fff;
    }

    #footer-menu {
        position: absolute;
        margin-left: 73px;
    }
    
    #footer-menu-info {
        margin-left: 6px;
        display: none;
        height: 200px;
        background: #003876;
        text-transform: uppercase;
        padding-top: 20px;
        width: 100%;
        -webkit-box-shadow: -2px 16px 7px 1px #6f6f6f;
        -moz-box-shadow: -2px 16px 7px 1px #6f6f6f;
        box-shadow: -2px 16px 7px 1px #6f6f6f;
        behavior: url(PIE.htc);
    }
    
    #footer-menu-info-container {
        width: 1500px;
    }
    
    .footer-menu-content {
        float: left;
        width: 260px;
    }
    
    .footer-menu-content p {
        padding-left: 30px;
    }
    
    .copyright {
        float: right;
    }
    
    #footer-menu-open {
        position: relative;
        margin-left: 73px;
        margin-top: 2px;
        display: none;
    }

/** IE STYLES **/
#ie8 .section-content,
#ie8 .section-static-content,
#ie7 .section-content,
#ie7 .section-static-content {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90ffffff, endColorstr=#90ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90ffffff, endColorstr=#90ffffff)";
}

#ie7 .navigation {
    left: 0;
}

#ie7 .navigation ul li {
    margin-left: 40px;
}

#ie7 #sub-side-nav {
    margin-left: 5px;
}    