@media print {

	a[href]:not(.fancybox):after {
		content: " (" attr(href) ")";
		font-size:90%;
	}
	.mainPicture .picContainer a[href]:after,
	.promotedLinks .listVisual a[href]:after{
		display:none;
	}

	body{
		width:100%;
	}

	#pageCenter>.tabs,
	.shareThis,
	#layout-header nav.region-header-top,
	#path,
	#main-navigation,
	#toolbar,	#sweaver-frontend,
	.mainPicture .picContainer .zoomIcon,
	#tabbedContent .tabsList,
	#messages,
	.field-name-field-tags,
	footer{
		display:none;
	}
	#layout-header{
		background:#fff;
		min-height:100px;
		border-bottom:solid 1px #eee;
	}
	#layout-header #sub-title{
		color: rgb(0, 101, 162);
		line-height:17px;
	}
	#layout-header #main-title,
	#layout-header #sub-title{
		margin-left:15px;
	}

	.not-front #sidebarLeft,
	.not-front #sidebarRight{
		display:none;
	}
	.not-front #pageCenter{
		width:100%;
		margin:0;
	}
	
	#main-logo #banner-flag{
		display:block !important;
		width:auto;
		height:auto;
	}
	
	.contentAutoscroll{
		overflow:visible;
		width:auto;
		max-height:100%;
	}
	
	.layout{
		background:#fff;
	}
	#layout-body{
		margin:0;
		padding:0;
	}

}