/* print.css: only display basic story content formatted for print; */

#contain {
    width: 850px;
}

#masthead {
    width: 850px;
    height: 90px;
    padding: 0;
}

.weather,
.my-verticals,
.utils,
.nav-primary,
.forecast,
#seclinks,
.navbar-footer,
.addthis_default_style,
#blog-usernav,
.print-this,
#comments {
    display: none;
}

.kindleWidget,
.sidebar,
.addthis_counter,
.thumbnail > .sale-btn {
    display: none !important;
}

.container-fluid {
    padding: 20px 0;
}

section.span8 {
    width: 850px !important;
}

article {
    width: 810px !important;
}