/* Print Style Sheet */
@media print {
	body { background:white; color:black; margin:0 }
	#content { display: block; font-size: 12px; line-height: 18px; }
	#right_column { margin-left: 0; float: none; width: auto; }
	#content,
	#right_column { font-size: 14pt; line-height: 20pt; }
	#right_column h2 { font-size: 21pt; color: black; }
	#right_column p { padding-bottom: 20px; }
	#header,
	#comments,
	#sidebar,
	#footer,
	#respond,
	p.the_tags,
	p.post-edit-link { display: none; }
}
