/**
* Print styles for NATSEM website.
*/

html * {
	color: #000 !important;
}
body {
	font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	border: 0;
	padding: 0;
	background: none !important;
	font-weight: bold !important;
	text-transform: none !important;
}
h1 {
	font-size: 1.75em; /* 28px */
}
h2 {
	font-size: 1.5em; /* 24px */
}
h3 {
	font-size: 1.375em; /* 22px */
}
h4 {
	font-size: 1.125em; /* 18px */
}
h5, h6 {
	font-size: 1em; /* 16px */
}
p, l {
	font-size: 0.875em; /* 14px */
}
/* useful classes */
.no-print {
	display: none;
}
/* header */
#header {
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	height: 40px;
	position: relative;
}
#header p.site-description {
	position: absolute;
	height: 20px;
	width: auto;
	line-height: 20px;
	top: 10px;
	left: 0;
}
/* breadcrumbs */
.breadcrumbs {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	font-size: 0.75em; /* 12px */
}
/* item summaries */
.item.summary {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
}
.item.summary p.heading {
	font-weight: bold;
	font-size: 1em; /* 16px */
}
.item.summary .thumbnail {
	display: none;
}
