/*  
Theme Name: Print
Author: Stephen M. James
Author URI: http://www.InteractiveLlama.com/
Use Firefox + Firebug to view CSS inheritance */

body {
	background: #FFFFFF;
	font-size: 12pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* hide */
.screen, #masthead, #nav, #sidebar, #language, #actions {
  display: none !important;
}

/* add  URL to all links: MUST BE FIRST! */
#content a[href]:after {
   content: " (/"attr(href) ") ";
   font-size: 90%;
}
/* override external links no prefix */
#content a[href^="http"]:after {
   content: " (" attr(href) ") ";
}

/* add  URL to email links*/
#content a[href^="mail"]:after, a[href^="mail"]:after, a[href^="mail"]:after {
   content: " (" attr(href) ") ";
}
 