/* Print Styles */
@media print {
	
	@page { 
	    size: auto;
	} 
	
	.justified-gallery{
	    max-width: 100%;
	    position: absolute;
	    top: 100px;
	    overflow: hidden;
	    font-size: 0;
	    height: auto !important;
	    page-break-before:always !important;
	    margin-bottom: 120px;
	}
	.justified-gallery a{
		width: 50% !important;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		width: 270px !important;
		height: 348px !important;
	}
	.justified-gallery a img{
		margin-left: 0 !important;
		left: 0 !important;
		height: 100% !important;
	}
	
	#wiki-content-view {
		margin-top:-25px;
	}
	
	#main-header {
		visibility:hidden;
		display:none;
		padding-bottom:50px;
		border:0px solid black;
	}
	/*#featuredbox{
		visibility:hidden;
		display:none;
	}
	*/
	#user-sidebar, #menu-header-right{
		visibility:hidden;
		display:none;
	}
	#wiki-content-comments-no-hide{
		visibility:hidden;
		display:none;
	}
	#mCSB_2_container{ 
		display:none;
	}
	
}