/*****************************************************************************/
/* johntayloronline.co.uk // print.css (print)
   Created: 27.03.09 
   Author: J Taylor
   Copyright 2009 John Taylor. All Rights Reserved. */
/*****************************************************************************/

body { 
	font: normal 11pt/150% helvetica, arial, sans-serif; 
	background-color: #fff; 
	color: #000; 
	margin: 0; 
	padding: 40px;
}

/* Hide the following items */ 
#nav_main, #home_flash, #footer, .back { 
	display: none;
} 

/* Font sizes */
h1, h2, h3, h4 { 
	font-family: helvetica, arial, sans-serif; 
	/*font-weight: normal;*/ 
	line-height: 135%; 
	color: #000;
}

h2 { font-size: 16pt; } 
h3 { font-size: 14pt; } 
h4 { font-size: 12pt; }
 
h4 a:link, h4 a:visited { 
	color: #000; 
	text-decoration: none;
} 

/* Links black */ 
a:link, a:visited, a:active { 
	color: #000; 
	text-decoration: none;
} 

/* Show URLs only inside the article container */ 
#main a:after {
	content: " (" attr(href) ")";
	font-size: 10pt;
}
	
/* Remove all default margins and padding */ 
div {
	margin: 0;
	padding: 0;
} 

#photo img { display: none; }