/*-----Print stylesheet-----*/

/* Overall settings */ 

body.custom {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	background:#fff; 
	color: #000;
}

/* Hide areas not needed in print */

#header, #branding, #twitter-box, #secondary, #footer, .addthis_container, .navigation, p.nocomments {
	display: none;	
}

/* Other text settings */

h1.page-title, h1.entry-title {
	font-size: 16pt;	
}

h2.entry-title {
	font-size: 14pt;	
}

