




/*
     FILE ARCHIVED ON 7:10:25 May 6, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:06:18 Feb 20, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  body, h1, h2, h3, h4, h5, h6 {font-family: Arial, Verdana, Geneva, sans-serif; background: none; color: black;}

  * { background: transparent !important; color: #000 !important; text-shadow: none; }

  a, a:visited { color: #000 !important; text-decoration: underline; }

  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; }
  
  header, aside, footer, .row, #featured, #footer, #footer_home, #footer_right, a#footer_trigger, #lang_bar {display:none;} 
  
  #home .content, #home section, .content, section {width: 100%; margin: 0; padding: 0; background: none;}

}