﻿@media print
{
	/* Page */
	body {
		background-image: none;
		}

	#header,
	#controls,
	#footer,
	.commentViewBoxStyle,
	.adminNavbarStyle {
		display: none;
		}

	#blog-posts {
		float: none;
		width: auto;
		}

	#content {
		background: transparent;
		border: none;
		width: auto;
		}

	#content-footer {
		display: none;
		}

	embed {
		display: none;
		}

	/* Item */
	.item-clear {
		padding-top: 0.2em;
		padding-bottom: 3.5em;
		}

	/* Item Header */
	.item {
		background: none;
		padding-left: 0em;
		}

	.item-header {
		background: transparent;
		padding-left: 0em;
		min-height: 0em;
		}

	.item-header .title {
		border-bottom: 0.2em solid #CEBFB1;
		padding-left: 0em;
		}

	.item-header .categories {
		display: none;
		}

	.item-header .header-extensions .onpage-navigation {
		display: none;
		}

	/* Item Content */
	.item-content ul {
		list-style-image: none;
		}

	.item-content pre,
	.item-content li pre {
		width: auto;
		}

	/* Item Footer */
	.item-footer .content {
		padding-left: 0em;
		padding-top: 0.3em;
		background: transparent;
		min-height: 0em;
		}

	.item-footer .content ul li .published {
		display: none !important;
		}

	.item-footer .content ul li .categories {
		display: none !important;
		}

	.item-footer .content ul li .copyright {
		display: block !important;
		}

	.item-footer .content ul li.extensions-comment {
		display: none !important;
		}

	.item-footer .content ul li.extensions-permalink {
		display: none !important;
		}

	.item-footer .content ul li.extensions-technorati {
		display: none !important;
		}

	.item-footer .content ul li.extensions-bookmark {
		display: none !important;
		}

	.item-footer .content ul li.extensions-social-bookmarking {
		display: none !important;
		}

	.item-footer .content ul li.extensions-social-bookmarking2 {
		display: none !important;
		}

	.item-footer .content ul li.extensions-edit {
		display: none !important;
		}

	.item-paging {
		display: none;
		}

	.outerslice-extensions {
		display: none;
		}

	.post-paging {
		display: none;
		}

	.enclosures {
		display: none;
		}

	/* Comments */
	.commentBoxStyle {
		background: transparent !important;
		border-bottom: 1px solid #979797 !important;
		border-top: 1px solid #979797 !important;
		}

	.commentViewBoxStyle {
		display: none !important;
	}
}