/**
 * Creates a two column layout with the content floatet left and sidebars
 * #primary and #secondary right to the content with a fixed width of 960px.
 *
 * #content - #primary
 *            #secondary
 *
 * The sidebar width is reduced.
 *
 * @since 3.6
 * @package dkret3
 * @subpackage CSS
 */

/* Get layout CSS */
@import url('../css/2c-l-layout.css');

div#container {
    margin: 0 -240px 50px 0;
}
div#content {
    margin: 25px 240px 0 0;
}
div.main-sidebar {
    width: 210px;
}
.sidebar-column {
    width: 44.4%;
}
