/*  Irenewhite.com Style Sheet  */
/*  print.css  */
/*  defines print styles - particularly for the "Bio/Resume" section  */

/*  BEGIN BIO/RESUME PRINT STYLES  */

body {
	background: white;
}

#pagewrapper {
	background: transparent;
	overflow: visible;
}

h1, #main_nav, .sandbag_right, #representation, p, small a {
	display: none;
	visibility: hidden;
}

#resume p {
	display: block;
	visibility: visible;
}

#resume {
	width: 100% !important;
	font-size: 1.4em !important;
	overflow: visible;
}

/*  END BIO/RESUME PRINT STYLES  */
