/* Print Styles */
@media print {
body {
	background:white;
	color:black;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-size: 1em;
	font-size: 67%;
	line-height: 160%; }
#header,
#content .commentlist, 
#content .navigation,
#content #respond,
#content .postmetadata,
#content .small,
#content img,
#comments,
#sidebar,
#sidebarB,
#sidebar2,
#sidebarTop,
#footer { display: none; }
.recipe, .recipe * { 
	display: block !important;
	background: #FFF;
	border: none;}
}
