	
	@media print {
		
		#masthead2012,
		#siteNav,
		footer {
			display: none;
		}
		
		.view_choices .item_nav {display: none}
		
		
		/* hide choice of alt desc */
		
		.descriptions .projects {display: none;}
		
		
		
		h2.from_project_title {
			font-size: 14pt;
		}
		
		
		
		/* Ojbect view */
		
		.banner {
			position: relative;
		}
				
		
		/* reveal image */
		
		
		.print_only {display: block;}
		.print_only img {max-width: 100%}
		
		/* hide other */
		#nv_image_box {display: none}
		
		.captionWithImage {display: none}
		
		#fullCaption {display:  block; position: relative;}
		
		#tControls {display: none}
		
		.print_only h1 {
			font-size: 150%;
			margin: .5in;
			padding: .25in;
			border: 1px solid black;
		}
		
		.backToTop, .mobileToTop {display: none}
		
	}