/* ICONOGRAPHY 2009 - Print CSS */
/* Created by Michael Pratt */

body {
	background: #FFF;
	color: #000;
	font-family: Georgia, serif;	
	line-height: 1.6em;	
	font-size: 12pt;
	}
#info, #footer, #navigation, #undernav, #sidebar, #rightbar, #s3slider, hr, .hide, .video, .new {
	display: none;
}
.heading {
	background: #FFF !important;
	}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	line-height: 1.1em;
	margin: 0.2em 0;
	padding: 0;
}
h1 {
	font-size: 30pt;
	}
h2 {
	font-size: 26pt;
	}
h3 {
	font-size: 20pt;
	}
h4 {
	font-size: 16pt;
	}
h5 {
	font-size: 14pt;
	}
p a:link:after, .content a:visited:after {
   content: " ( " attr(href) " ) ";
   }
.portfolio .text {
	font-weight: bold;
	}
.portfolio .image {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #999;
	text-align: center;
	}