/* Fix Mozilla print issue */
*, body, #bg, #content, #content-box, #site_name, table, tbody {
	position: static;
	left: 0;
	padding: 0;
	margin: 0;
	width: auto;
  float:none !important;
  overflow:visible !important;
	clear: both;
	background: none;
	color: #000;
}

#header-block, #primary, #sidebar, #logo, #views-filters, #footer {
  display: none !important;
}

 {
  float:none !important;
  overflow:visible !important;
}
.post-calendar {
  float:none !important;
}
.alignleft {
  float:none !important;
}
.alignright {
  float:none !important;
}
