/*
This style sheet styles a printable story detail template
*/
body { background-color: #fff; }

#papername{
	text-align:center;
	font-size:1.3em;
	border-bottom:1px solid black;
}
.date{
	text-align:right;
	font-size:0.7em;
}
#story_header { clear: both; }
#story_header h3 { font-size: 1.3em; } /* overline */
#story_header h1 { font-size: 1.7em; text-align: center; margin:0.67em 0 0.25em 0 } /* headline */
#story_header h2 { font-size: 1.3em; text-align: left; } /* underline */
#story_header h4 { font-size: 1em; }
#story_header h4.copyright {}
#story_header h4.byline {}
#story_header h4.creditline {}
#story_header h4.date {} /* published/modified/whatever else date */
#story_header h5 {} /* unassigned */
#story_bycredit{
	text-align:center;
}
#sectionname{
	text-align:center;
	padding:0 0 1em 0;
	font-variant:small-caps;
	font-style:italic;
}
#story_body { margin-top: 10px; }
#story_body p { margin-bottom: 10px; font-size: 1em; }
#story_body .dateline { display: inline; font-size: 1em; font-weight: bold; } /* dateline, this is 1em, same text size as the story body, since dateline is inside the body */
#story_body .dateline:after { content: " --"; }
#story_body h6 { font-size: .9em; font-weight: normal; } /* kicker & shirttail */


.right_rail{
	width:300px;
	margin:0.5em 1em;
	float:right;
}
.factbox, #related_stories, #images{
	padding:0 1em;
	border:1px solid black;
	padding-bottom:10px;
	margin-bottom:10px;
} 
.factbox h3,  #related_stories h3, #images h3{
	border-bottom:1px solid black;
	text-align:center;
	margin-top:.25em;
	padding-bottom:0.25em;
}
.factbox p{
	font-size:0.8em;
}
.factbox_bold{
	font-weight:bold;
}
.subhead{
	font-size:1.2em;
	font-weight:bold;
}
#related_stories dt{
	display:none;
}
#related_stories dd{
	margin:0 0 10px 0;
}
#images img{
	width:265px;
	height:auto!important;
}