/*
 *	PRINT CSS FOR ARTICLE DISPLAY PAGES
 *
 *		:: LabLit.com public
 *		:: Version 3.5 :: December 2008
 *
 */


html, body {
	background: #fff;
	background-image: none;
	padding: 0;
}
body {
	width: 100%;
}
#siteBox {
	background: inherit;
	background-image: none;
	padding: 0;
	overflow: visible;
}
#mainContent {
	margin: 0;
	padding: 0;
}
#leftMenu {
	display:none;
}

a:link, a:visited {
	text-decoration: underline;
}	
.hiddenOnline {
	position: inherit;
 	left: inherit;
 	top: inherit;
 	width: auto;
 	height: auto;
 	overflow: auto;
}

div.seriesNavigation {
	display: none;
}
.type { font-size: 10pt ; }

h1 { font-size: 28pt; }
h2 {
	font-size: 16pt;
	line-height: 20pt;
	margin-bottom: 1em;
}
h3, h4 {
	font-size: 13pt;
	line-height: 1.2em;
	padding-right: 1em;
	text-align: left;
}

.details {
	font-size: 10pt;
	float: left;
}
.author {
	color: inherit;
	padding: 0 0.5em 0 0;
}
.date { padding: 0; }
.pageURL {
	margin: 0; padding: 15px 0;
	display: inherit;
	text-align: right;
	font-size: 10pt;
	float: right;
}
div.body{
	clear: both;
	font-size: 12pt;
	font-family: georgia, serif;
	line-height: 14pt;
	margin: 2em 0;
	padding: 1em 0 0 0;
}
.dropcap {
	background: inherit;
	margin: 0;
	margin-top: 0.2em;
	color: inherit;
	font-size: 2.7em;
	line-height: 0.2em;
}

.backtotop { display: none }
.auBlurb { font-size: 10pt; }
