/*********************************************************************************************************************************************************
*	PRINT
**********************************************************************************************************************************************************/
@media print {
body {
	background:white;
	font-size:12pt;
	margin:0
}
#leftcontent {
	width: 95%;
}
.centerheader {
	background-color: #DFDFDF;
	/*background-image: url(images/print_bg.png);*/
}
img.attachment-category-strip {
	display: none;
}

embed, .embed-container, object {
	display: none;
}

form {
	display: none;
}

.searchbar, .headerlinks {
	display:none;
}
#navbar {
	display: none;
}
.tab {
	display:none;
}
.sharing {
	display: none;
}

#articlefoot-widgets {
	display: none;
}

#sidebar, #secondsidebar {
	display:none;
}
#content {
	margin-left:0;
	float:none;
	width:auto
}
.demo .red {
	color:black;
	font-weight:bold
}
#content a {
	font-weight:bold;
	color:#000066;
	text-decoration:underline
}
#content {
	margin-left:0;
	float:none;
	width:auto
}
#footer, .ad {
	display:none
}

.single-article #leftcontent {
	width: 900px;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
	page-break-inside:avoid
}
h3 {
	margin-left:10px;
	margin-bottom:0px;
	padding-bottom:0px
}
blockquote, table, pre {
	page-break-inside:avoid
}
ul, ol, dl {
	page-break-before:avoid
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.right {
	float: right;
}
.left {
	float: left
}
img {
	page-break-inside:avoid;
	page-break-after:avoid;
}
.home .homeimage {
	display: none !important;
}

.category #leftcontent {
	height: 700px;
}

#main-cat-title {
	display: none;
}

.categorynav {
	display: none;
}


h3.feedback-title span {
	display: none;
}

}
