/*
 * ********************************
 * The Tyee
 * @author: Alex Grunenfelder
 * @date: 2013
 *
 * This sheet hides all content that shouldn't appear in print.
 * ********************************
 *
 */



    /**
    * General CSS reset based on Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
    p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
    em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
    u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
    caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
    embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
    section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    }



#header-ads {
display: none;
}

#header-inner ul, #header-inner div {
display: none;
}

.photo-nav {
display: none;
}

#header-inner h1 {
display: block;
}

#links-ticker, #header-section, .shares, .block-signup_newsletter, .block-article_related, .block-adspace-full, #filed-in {
display: none;
}

.content-main p, .content-main ul {
display: none;
}

.content-main div p, .content-main div ul {
display: block;
}

#sidebar-right {
display: none;
}

#footer{
display: none;
}

#page-inner p.leftalign {
display: none;
}

.comments-box {
display: none;
}

#share-email {
display: none;
}
