/***********************************************************************************************/
/* printer-friendly story */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%;
	font-family: Arial, sans-serif;
	width: 600px;
	margin: 0 auto;
}
html > body {
	font-size: 12px;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}
img {
	border: none;
}
.date {
	color: #666;
	font-style: italic;
	text-align: center;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	padding: 0.5em 0;
	margin-bottom: 1em;
}
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 0.25em 0;
}
p.subheadline {
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em; /* 16px */
	line-height: 1.125em;
	margin-bottom: 0.5625em;
}
p.author strong {
	display: block;
}
.photo {
	color: #666;
	font-size: 0.9167em; /* 11 px */
	line-height: 14px;
	text-align: right;
	display: inline-block;
	float: left;
	padding-bottom: 0.25em;
	margin: 0 16px 0.5em 0;
	border-bottom: #ccc 1px solid;
}
.photo img {
	display: block;
	margin-bottom: 0.25em;
}
.left {
	float: left;
}
.photo .left {
	text-align: left;
}
.story-content p {
	font: 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.875em; /* 30px */
}
.story-content pre {
	margin-bottom: 2em;
}
.copyright {
	border-top: solid 1px #ccc;
	padding: 5px 0 5px;
	font: .8em Arial, Helvetica, sans-serif;
}
.ad-microbar {
	color: #888;
	text-align: center;
	float: right;
}
.ad-microbar p {
	font: 10px/12px arial, sans-serif;
	margin-bottom: 4px;
}
