/*
CSS: print.css
Primary use: Print which appear throughout site
Depends on: Screen
Extended by: Everything

Notes:
Grid: visual 5px
Font size/line height: 14px/17px (0.875em/1.214)
Text color: #000
Link color: #005689

Dividers
  Lvl 1 color: #000
  Lvl 2 color: #7f7f7f
  Lvl 3 color: #c1c1c0
  Lvl 4 color: #d9d9d9


Contents:
1.0 Hide content
2.0 Content styling

*/

/******************************************************************
1.0 Resets
/*****************************************************************/
/* 1.0 Hide content */
.advertising,	
#str-navigation,
.navigation,
.blk-social,
#str-column-right,
#respond,
.blk-archive-children{ display:none; }


/******************************************************************
2.0 Content styling
/*****************************************************************/
body{ background:#fff; color:#000; font:0.875em/1.214 "Times New Roman", Times, serif; }

h1 a:after, h2 a:after, .blk-entry a:after{ content:"( " attr(href) " )"; }
h1 a:after, h2 a:after{ display:block; font-size:0.5em; }

a:link{ color:#005689; }

#str-content p.publish-information{ font-size:0.857em;/*12px*/ line-height:1.167;/*14px*/ margin:0 0 0.417em;/*5px*/ }
.post-author{ text-transform:uppercase; }

#blk-comments{ page-break-before:always; }




