﻿/* BOXED LAYOUT */
@media (min-width: 1024px) {
    body.boxed {
        width: 90%;
        width: 1024px;
        margin: 0 auto;
        box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
        /*
        background-color: #d0bc79;
        background-color: #E9DDB6;
        background-color: #fff;
*/
        background-image: url(/images/light_honeycomb_@2X.png);  /* Background pattern from Subtle Patterns */
    }

    body.boxed .container {
        max-width: 100% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        background-color: #fff;
    }

    body.boxed .content-wrapper {
        max-width: 100% !important;
        background-color: #fff;
    }

    body.boxed #subheader .container, body.boxed #footer .container, body.boxed .section-break-alt-2 .container {
        background-color: transparent !important;
    }
}
