/* Printer friendly style sheet */

#top, #footer, #rhs, #banner, #commspace, #artaward, .clear, .grid_2.alpha.omega img {
	display: none;
}

body {
	background: white;
	color: black;
	font-size: 11pt;
}

#main {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div#main {

	padding-top: 1em;
	/* border-top: 1px solid #930; */
}

img {
	display: block;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/*
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
a[href^="/"]:after {
	content: " (http://kings-hill.com" attr(href) ") ";
}
*/

abbr[title]:after, acronym[title]:after {
	content: " (" attr(title) ")";
}

/* Avoid page breaks straight after a heading. */
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}
/* Avoid page breaks inside paragraphs, blockquotes, lists, and preformatted text. */
p, blockquote, ul, ol, dl, pre, {
	page-break-inside: avoid;
}

