@media print
{
/* -------------------------- Display Styles ------------------------------- */
body {
	font-size: 10px !important;
	font-family: "Times New Roman", Times, serif !important;	
}
img {
	border: 0px !important;
}

/* -------------------------- Outer Frame ---------------------------------- */
/* Kill Main Nav */
#mainnav {
	display: none !important;
}

/* Kill Banner */
#bannerAdContainer {
	display: none !important;
}

/* Kill Left Column */
#leftColumn {
	display: none !important;
}

/* Kill Promotions Column */
#promotions {
	display: none !important;
}

/* Kill Footer */
#legal {
	display: none !important;
}

/* ------------------------- Article ---------------------------------------- */
/* Kill Breadcrumbs */
#topCrumb {
	display: none !important;
}

/* Kill Breadcrumbs */
#bannerAdContainer {
	display: none !important;
}

/* Kill MiniPager */
#articleItemMiniPager {
	display: none !important;
}

/* Kill Image Actions */
.articleItemImgActions {
	display: none !important;
}

/* Kill Extras */
#articleItemExtras {
	display: none !important;
}

/* Kill Extras */
#articlePager {
	display: none !important;
}

/* Kill top Articles */
#articleRandomThree {
	display: none !important;
}

/* Kill Subs component */
#whatsinSubscribeBox {
	display: none !important;
}

/* Kill Comment Elements */
.com-actions {
	display: none !important;
}
#post-comment {
	display: none !important;
}

/* ------------------------- Article ---------------------------------------- */

/* Kill Lead Actions */
#blogIndexLeadActions {
	display: none !important;
}

/* Kill Item Actions */
#blogIndexItemActions {
	display: none !important;
}

/* Blog Extras */
#blogExtras {
	display: none !important;
}


}
