/*
Theme Name: BoldR Lite
Theme URI: http://www.iceablethemes.com/shop/boldr-lite/
Description: A bold, magazine style, responsive WordPress Theme.
Author: Iceable Media
Author URI: http://www.iceablethemes.com
License: GNU General Public License v2 (GPLv2)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.1.35
Tags: black, blue, white, light, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

BoldR Lite. A bold, magazine style, responsive WordPress Theme by Iceable Media
Upgrade to BoldR Pro now on http://www.iceablethemes.com !
*/

/*
Copyright © 2013-2014 Iceable Media

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

.blog #sidebar-container { display: none; }
.blog .sticky .post-contents { box-sizing: border-box; }

@media only screen and (min-width: 960px) {
.blog #page-container.with-sidebar { width: 920px; }
.blog .post-contents { width: 830px; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.blog #page-container.with-sidebar { width: 728px; }
.blog .post-contents { width: 638px; }
}