@media (min-width: 769px) and (max-width: 1023px) {

/* Sets the width of content area for full-width layout */
.full-width #main div[class*="mod_"] .inside,
.full-width #footer .inside {
    width:100%;
}

/* Sets the width of content area for boxed layout */
.boxed #wrapper {
    max-width:960px;
}
.boxed #header-bar {
    max-width:960px;
}
.boxed #header-bar .inside {
    max-width:960px;
}
.add-left.add-right #left,
.add-left.add-right #right {
    width:50%;
}
body {
    font-size:1.6em;
}
}
