/* ====================================
	Justin Kosman Photography - Print CSS
	Author:		Derek Balmer // Hold Fast Creative
	Date:		05/29/08
==================================== */

/* @group Print */
body {
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-size: 80%;
	background:#fff;
	color:#181818;
	margin:0.25in;
	text-align:center;	
}

/* -- DISABLE ALL -- */
#wrapper, #top, #content, #primary, #secondary, #footer {display:none;}

/* -- ASSHOLE MESSAGE -- */
body:after {content:"Sorry Jack, there's no printing going on here!";}
/* @end */









