/*
Title:		Nic Plowman v2 - print styles
Author:		Kalon Edser, http://www.kalonedser.com
Updated:	13 May 2010
*/


body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	}

.nav, .read-more, .print, .pp_pic_holder, .pp_overlay, .ppt, #artwork-images, #collection ul#thumbnails,  #artwork-caption, .sheenmedia {
	display: none!important; 
	}

body {
	font: 0.8125em Georgia, "Times New Roman", Times, serif;
	color: #000; 
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
	color: gray;
	font-weight: bold;
	text-decoration: none; }

/*#collection ul#thumbnails { width: 100%; overflow: hidden; list-style: none; }
#collection ul#thumbnails li { float: left; margin: 1em; }


#artwork-images {
	margin: 0!important;
	text-align: center;
	}
#artwork-images li {
	position: relative!important;
	display: block!important;
	top: auto!important;
	left: auto!important;
	opacity: 1!important;
	width: 100%!important;
	margin: 0 auto!important;
	padding-top: 5cm;
	page-break-before: always;
	}*/