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

#story_header { clear: both; }
#story_header h3 { font-size: 1.3em; } /* overline */
#story_header h1 { font-size: 1.7em; text-align: left; } /* 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_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 */

