@import url("layout1.css");


html:not(.mobile) body.menu-left.menu-small .wrap-section,
html:not(.mobile) body.menu-left.menu-small .channel-feed,
html:not(.mobile) body.menu-left.menu-small .wrap-article {
    margin-left: 300px;
}

html:not(.mobile) body.menu-left.menu-big .wrap-section,
html:not(.mobile) body.menu-left.menu-big .channel-feed,
html:not(.mobile) body.menu-left.menu-big .wrap-article {
    margin-left: 385px;
}

body.menu-left #header {
    left: 80px;
}


body.menu-left #header.small div.content,
body.menu-left #header.small #logo {
    margin: 0 25px 0 25px;
}

body.menu-left #header.big div.content,
body.menu-left #header.big #logo {
    margin: 0 35px 0 35px;
}

body.menu-left.menu-small.menualign-right #wrap-menu-left .scrollbar,
body.menu-left.menu-small.menualign-center #wrap-menu-left .scrollbar {
    right: -19px;
}

body.menu-left.menu-big.menualign-right #wrap-menu-left .scrollbar {
    right: -23px;
}
