@media print {
	#header, #topbar, #column-left, #column-right, .article_preview_box, .article-footer, .article-icon-bar, #blog-links, #article_comments, #sott_main_footer { display:none;}
	#sott_print_footer{ display:block;}
	.line, .item,  #logo, #logo2, #top-menu, #top-menu-curve, #top-menu-links, #topbar-left, #topbar-right{
		float: none !important;
	}

	#search-form, #news-ticker, .category-list-l, .category-list-r, .article-icon, .to-left, .to-right, .comment-title, .comment-actions, input.comment-input-button{
		float: none !important;
	}
	
	#canvas, .line, .item{
		overflow: visible !important;
	}

	body, #canvas, .line, .article_preview_box, .art_preview_box_row, .article_preview_box_header, #column-left, #column-right{
		width: auto;
	}
	
	
	
	#column-center {
		margin: auto;
		width: auto;
	}	

	#column-center .sap-content{
		margin: auto;
		padding: auto;
		color: black;
		width: 100%;
		z-index: 200;
	}

	#canvas, #main .line{
		position: relative;
		left: -196px;
		width: auto;
	}
	
	.article{
		border: 0;
	}
	
	.column { /* all columns have continous background color */
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

}
