@media print {

	#header:after {
		display: block;
		content: "Thank you for printing our content at www.extension.purdue.edu/foodlink. Please check back soon for new information on seasonal produce and recipes from the experts at Purdue Extension.";
		margin-top: 10px;
		margin-bottom: 10px;		
		border: 1px solid #bbb;
		padding: 3px 5px;
		font-style: italic;
	}

	.printExtLogo  {
		display:inline;		
		width:348px;
		float:left;
	}

	.printLocalFacesLogo {
		display:inline;
		width:160px;
		float:right;
	}

	.pagecontent {
		padding: 0px;
	}

	#food {
		margin-left: -16px;
	}	

	.extLogo {
		display:none;
	}

	.foodImage {
		width:30%;
		float:left;
	}

	#foodName {
		padding-top: 8px;
	}

	#recipes {
		display:none;
	}

	.btn {
		display:none;
	}

	.singleRecipe {
		width:25%;
	}

	#footer {
		display:none;
	}

	#selection {
		clear:both;
	}

	#QRCode {
		display:inline;
	}

}
