/*  
Theme Name: dkret3

Userstyle: Double Sidebar Right.css
Description: Three-column fluid layout with two sidebars right of content (Fill Sidebar-Primary AND Sidebar-Secondary!)
*/
div#wrapper {
    width: 100%;
    border: none;
}
div#container {
    float: left;
    margin: 0;
    width: 100%;
}
div#content {
    border-left: 1px dotted #e0e0e0;
    margin: 25px 475px 25px 0; /* 440 to 475  */
}
div.main-sidebar {
    float: left;
    overflow: hidden;
    width: 165px; /* 185 to 165  */
}
div#primary {
    margin-left: -475px; /* 440 to 475  */
}
div#secondary {
    margin-left: -315px; /* 220 to 315  */
    padding-left: 30px; /* 0 to 50  */
    width: 270px; /* added by yljien wla dati just set width to 265   */
}
.sidebar-column {
    width: 43.7%; /* 43.7% to 43.7%  */
}