/* hidden in print view */ 

.top, 
.topnavi,
.answer_button, 
.footer ul,
.subnavi,
.blognavi,
.comments_container form,
#respond,
.main_page_navi

	{ display: none !important }

/* visible in print view */ 

.answer_block_i, 
.answer_block,
#printview_logo
	
	{ display: block !important; height: auto !important; overflow: none !important }

/* no background */ 

.footer 
	
	{ background: none !important }


/* other */ 

div.post, div.content_area { float: none !important; width: auto !important; height: auto !important }
#printview_logo { float: left; margin-top: -30px }
.footer_txt { float: left }









































































