/*Print Recipe - Print Styles*/
@media print { 
	.header, .hide-for-print, .article-header, #main-nav, .sidebar, .entry-content, #related-posts, .print, #footer {
		display: none !important;
		float: left;
		position: absolute;
	}
	h2 {
		font-size: 25px;
	}
	h3, h4, h5, h6 {
		font-size: 16px;
	}
	p {
		margin: 0;
		padding-bottom: 20px;
	}
}