/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Print CSS
Author : Helldesign
URL : http://www.helldesign.net

Description : This is the print stylesheet

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media print {
/*	@page { margin: 0.5in; size: landscape; } Safari 5 hates this line. */

	* { color: black !important; background: white !important;
	}
	body { 
		font: 12pt "Times New Roman", "TimesNR", "Times", serif;
	}
	#wrapper-header,
	#wrapper-page-header,
	#wrapper-footer,
	.sidebar,
	.print,
	.bio-photo .shadow a span.zoom{
		display:none; 
	}
	.bios {
		display:block !important;
	}
	a { text-decoration: none;}
	a img { border:none;}
}

