﻿/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  a, a:visited { color: #444 !important; text-decoration: underline; }

  #content a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}

#utility,
#search,
#main-nav #nav,
#sub,
#footer #nav,
#footer #social-media { display: none; }

#banner { padding: 2em 0; }

#logo a { top: 15px; }

#content { width: auto; padding: 1.5em; }

a { text-decoration: underline; }

#footer a,
#footer .inner,
#footer { background: transparent; color: #333; border: none; }

#footer #siteinfo { float: none; width: auto; }