@import url(reset.css);
@import url(general.css);
@import url(layout.css);
@import url(content.css);
@import url(tv.css);
@import url(rightbar.css);

@media print {

	.print {
		display:block;
	}
	
	.th-head {
		margin-top:10px;
	}
	
	table.features tr.even th, table.features tr.even td, table.features tr.odd th, table.features tr.odd td {
		border-right:none;
	}

	.sidebar, #main-nav-wrapper, #site-nav, .no-print, #bottom-meta, #head, #footer, h3.highlight, h3.highlight span  {
		display:none;
	}
	
	.content {
		float:none;
	}
	
	table.features th.sub-head {
		color:#a6d515;
		border-bottom:1px dotted #788c92;
	}
}