/* CSS Print Document */

#header, #nav, #subnav, #homerightcol {
  display: none !important;
}

body, #mainwrapper, #maincontent, #rightcol, #homeleftcol, #footerwrapper, #footer{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

* {background: none;}

#maincontent a[href]:after,
#rightcol a[href]:after,
#footer a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#maincontent a[href^="/"]:after,
#rightcol a[href^="/"]:after,
#footer a[href^="/"]:after {
   content: " (http://transformerstudio.com" attr(href) ") ";}

  
