#page { margin: 0 auto; } .site-header, .site-content, .footer-widgets, .widget-wrapper { margin: 0 auto; max-width: $width_page; } .content-area { @include typecsset-space(padding-top,2); @include typecsset-space(padding-bottom,2); float: left; margin: 0 (-$size_site-sidebar) 0 0; width: $size_site-main; } #secondary.widget-area { @include typecsset-space(padding-top,2); } .site-main { margin: 0 $size_site-sidebar 0 0; .no-sidebar & { max-width: 890px; margin: 0 auto; } .archive.no-sidebar & { max-width: 710px; } } .site-content .widget-area { float: right; overflow: hidden; width: $width_column; } .site-footer { clear: both; }