/* PRINT STYLES */

* { background:none !important; -webkit-box-shadow:none !important;  text-align:left !important; color:black !important;}

body {
    font-size: 12px;
}

#logo { display:block; border-top:3px solid #00478e; }
#logo img {  float:right; width:38px; height:35px;}

/*#page { margin:1in;}*/
#page, #body { width:auto !important; padding:0 !important;}
#content-wrapper, #content-wrapper > div, .story_body, .content, .lead_inline { width:100% !important; padding:0 !important;}
#header, #footer, #comment_form, .content_tools, .ad, p.back {
    display: none !important;
}
#content-wrapper { float:none;}
.lead_inline { border-bottom:1px solid #aaa; }

.section_title { padding-left:0 !important;}

a {
    color: #333 !important;
    text-decoration: none;
}

img { margin:0 !important; }

#comments {
    display:none !important;
    margin-top: 40px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.comment {
    border-top: 1px dotted #ddd;
    page-break-inside: avoid;
}

.comment:first-child {
    border-top: 0 none;
}

.comment .actions {
    color: #aaa;
    font-size: 10px;
}

#user_nav, .nav, .section_sidebar, #sidebar {
    display: none !important;
}