/* print.css */
.global_header, .global_footer, .share-bar, aside.main, .comments, aside.widget, #category-header-cont, .editor-block {
	display: none;
}
.content {
	width: 800px;
	margin: auto;
  position: static;
  overflow: visible;
  float: none;
}
.single .copy header .meta {
	background:#fff;
	color:#000;
}
.single .copy header .meta strong {
	color:#000;
}
