* {
	color:#000 !important;
}
html {
	height:100%; /* keeps from printing an unnecessary second page (web style is 102%) */
}
body {
	background-color: #fff !important;
}
#wrap /* this div contains all of the page content; index page has embedded top margin */ {
	margin-right:auto;
	margin-left:auto;
	width:auto;
}
#printOnly {
	width:auto;
	display:block;
}
#printOnly h1 {
	font-family:"Trebuchet MS",Verdana,Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom: 1px solid #000;
	margin-bottom:18px;
	padding-bottom:8px;
}
#header {
	display: none !important;
}
#left, #story, #page /* on visual art pages, #left contains the main image; on writing pages, #story contains the story; on portfolio pages, #page contains the main image */ {
	height:auto;
	width:auto;
	border:0;
	padding:0;
	margin:0 0 12px 0;
}
#right {
	width:auto;
	margin:0;
	padding:0;
	border:0;
}
#right br {
	display:none;
}
.top /* contains the top-of-page link on writing pages */ {
	display:none !important;
}
.main, .news200 /* main is lead image on visual art pages and sheep photo in sheep man story; news200 is thumbs on portfolio */ {
	border:0px;
	max-height: 650px;
}
#portfolio a  {
	background-color:#fff !important;
}
h1 {
	font-size:16px;
}
p,ul {
	font-size:14px;
	line-height:18px;
}
#story h2 /* h2 appears only on writing pages and on the index. index page has an embedded style for h2 */ {
	font-size:14px;
	border-bottom:1px solid #ccc;
}
#nav, #navwithhome /* paragraph that contains the nav arrows for slide shows */ {
	display:none !important;
}
a[href^="http://"]:after /* prints URLs for external links */ {
	content:" (" attr(href) ")";
}
