/*  
Theme Name: dkret3

Userstyle: Double Sidebar Left.css
Description: Three-column fluid layout with two sidebars left of content (Fill Sidebar-Primary AND Sidebar-Secondary!)
*/

div#wrapper {
    width: 100%;
    border: none;
}
div#container {
    float: right;
    margin: 0 0 0 -440px;
    width: 100%;
}
div#content {
    border-right: none;
    border-left: 1px dotted #e0e0e0;
    margin: 25px 0 25px 400px;
}
div.main-sidebar {
    float: left;
    overflow: hidden;
    width: 175px;
}
div#secondary {
    clear: none;
    padding-left: 0;
}
.sidebar-column {
    width: 43.7%;
}