/* -------------------------------------------------------------- 
  
   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; } 
#pagetop,
#header, 
#footer, 
#navigation,
#action,
#forum,
#sidebar,
.connections,
.contributions,
.context,
.img-toolbar,
.mymenu,
.do-something  { 
	display:none;  } 
#content  { 	width: 90%; } 
/* hardcoded for address pages */
.person .span-20,
.institution .span-20,
.location .span-20  { 	width: 45%; } 
/* Invoice margin */

.invoice-wrapper  { 	margin: 0 32px 0 60px; } 
/* a[href^="/"]:after  {   content: " (http://www.yourdomain.com" attr(href) ") "; } */
/* left empty to allow for project-specific overrides */