/**
 * Print - Makes the layout Print Friendly
 *
 * @package EBPortfolio
 * @subpackage Media
 */

body {
	font-size: 15px; 
}
 
.header, .footer {
	display: none;
}
.post-edit-link,
.post h1,
.noprint {
	display: none;
}
a, acronym, abbr {
	border: none;
}

.single, .singular, .archive,
.single .page-frame, .singular .page-frame, .archive .page-frame,
.page-template-nocolumn-php .page-frame {
	background: #fff;
}

.page-template-nocolumn-php h1 {
	display: none;
}
