/*
Theme Name:     Buttercream With Left Sidebar
Theme URI:      http://bonnejournee.ch/buttercream-with-left-sidebar
Description:    This is a child theme of Buttercream by <a title="Visit author homepage" href="http://www.carolinemoore.net">Caroline Moore</a> with a left sidebar. 
Author:         BabOu Sunshine
Author URI:     http://bonnejournee.ch
Template:       buttercream
Version:        1.0.1
*/

@import url("../buttercream/style.css");

.sunshine.widget-area {
    height: 100%;
    position: absolute;
    width: 27%;
}

.home .post, .home .type-page, .home .type-attachment {
    margin-left: 33%;
}

@media only screen and (min-width: 320px) and (max-width: 608px) {
.sunshine.widget-area {
    display: none;
}

.home .post, .home .type-page, .home .type-attachment {
    margin-left: 0;
}

}
