/* print.css */

/* remove elements */
#ezwt, form.comment, .comments, #debug, .more, .object-right, .object-left, .object-center, .buttons, .bottom-menu, .hide, #leseweb, #language-icons, #top-search, #top-menu, #breadcrumbs, #footer, .span-1, #tagline, #header
{
	display: none !important;
}

#top { background: none; height: 74px; }

/* big elements needs to clear float */
body, .content, .c3, .article, .folder, .span-3
{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: visible !important;
}

html body 
{ 
	line-height: 1.5 !important;
	font-family: "Adobe Caslon Pro", "Adobe Garamond Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	color: #000000 !important; 
	background: none !important; 
	text-align: left !important;
	font-size: 12pt !important;
}

h1, h2, h3, h4, h5, h6 
{
	font-weight: bold !important;
	margin: 0.5em 0 !important;
}

h1 { font-size: 18pt !important; }
h2 { font-size: 17pt !important; }
h3 { font-size: 16pt !important; }
h4 { font-size: 15pt !important; }
h5 { font-size: 14pt !important; }
h6 { font-size: 13pt !important; }

h2.column-header { 
	background: none !important;
	clear: both;
	margin: 30px 0 0;
	padding: 0px;
	color: #000; }

p.attribute-photocred {
	text-align: left;
	background: none; 
	color: #000; }

h1 img, h2 img, h3 img, h4 img, h5 img { display: none; }

p, li, td
{
	font-size: 12pt !important;
}

ul li, ol li
{
	list-style-type: disc !important;
}

.byline
{
	display: block !important;
	width: 100% !important;
	border-top: 1px solid #000000 !important; 
	border-bottom: 1px solid #000000 !important;
	margin: 10px 0;
	padding: 10px 0;
}

code 
{ 
	font: 0.9em "Courier New", Monaco, Courier, monospace;
}

a img 
{
	border: none;
}

blockquote 
{
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: 0.9em;
}

hr 
{
	color: #000000; 
	height: 1px;
}

a:link, a:visited 
{
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #00F !important;
}

a:link:after, a:visited:after 
{
	content: " (" attr(href) ") ";
	font-size:90%; 
}

