/*
 Theme Name:   BalerBelts-Child
 Theme URI:    http://design.websitedevelopersonline.com/balerbeltsus/
 Description:  BalerBelts Child Theme
 Author:       BalerBelts
 Author URI:   BalerBelts
 Template:     balerbelts
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  balerbelts
*/



/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: right;
    }
    .widget-area {
        float: left;
    }
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}