/* -------------------------------------------------------------- 
  
   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; } 
h1  { 	font-size: 24pt;
	margin-bottom: 5mm; } 
div.span-60  { 	float: none !important; } 
form,
#header,
#footer, 
#navigation,
#action,
#forum,
#sidebar,
.connections,
.contributions,
.contact-list-publiccontacts,
.figblock01,
:empty  { 
	display: none;  } 
#content  { 	width: 100%; } 
/* Hardcoded for address pages */
.person .span-20,
.institution .span-20,
.location .span-20  { 	width: 45%; } 
/* SIFR */
.sIFR-flash { 	display: none !important; } 
.sIFR-alternate { 	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important; } 