/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation  { display:none; } 	 
-------------------------------------------------------------- */

body  { 	background: none; } 
#header, 
#footer, 
#navigation,
#action,
#forum,
#sidebar,
.connections,
.contributions,
.img-toolbar  { 
	display:none;  } 
#content  { 	width: 90%; } 
/* hardcoded for address pages */
.person .span-20,
.institution .span-20,
.location .span-20  { 	width: 45%; } 
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after  {   content: " (http://www.yourdomain.com" attr(href) ") "; } */