/* 
    Document   : print
    Created on : Aug 16, 2012, 1:52:13 PM
    Author     : rjjohnston
    Description:
        Purpose of the stylesheet follows.
*/

footer.site,
.desktop-only,
nav.main,
ul.article-actions,
ul.links,
ul.tabs,
a.back-to-main,
section.comments,
section.search,
section.print-promo,
section.banner-ad,
div.messages,
div.magazine_article section.xsmall-col,
div.magazine_article section.intro { 
    display: none;
}
.logo-top {
    display: none;
}
.logo-top-print {
    display: inline;    
}
header.site, 
div.container {
    background-image: none;
    background-color: #ffffff;
}
header.site h1 img {
    background-color: #000000;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
    color: #000000;
}
div.container {
    width: 100%;
}
a:link, a:visited {
    color: #781351
}
iframe {
    display: none;
}

