/* Print Style Sheet */
@media print {

body	{
	background:white;
	color:black;
	margin:0
	}

a	{
	text-decoration: none;
	color: black;
	}

#footer, #respond, #commentform, .navigation {
	display:none
	}

#sidebar, #left, #right {
	display:none
	}

#content {
	margin-left:0;
	float:none;
	width:auto
	}

.entry img, .entry .legend {
	display: none;
	}

}
