/* Author information for print.css
-------------------------------------------------
   Version 1.00 | Monday, April 01, 2013
   Version 1.01 | Monday, August 05, 2019
   Style sheet by Keith W Bell
   www.december14.biz
   ----------------------------------------------
   This style sheet, associated graphics and web
   page design are copyrighted materials and may
   not be copied or reproduced by any party for
   any reason whatsoever.
   ----------------------------------------------
   Keep it simple: leave most print styles to the
   browser defaults.
   ---------------------------------------------- */


/*  Legacy browser HTML5 fixes
------------------------------------------------- */

figcaption, figure, footer, header, main {
	margin:  0;
	padding: 0;
	width: 100%;
	display: block;
	}


/*  Elements not to be printed
------------------------------------------------- */

nav, form, .credits, .menu, .return, .screen-only, #backstretch {
	display: none;
	}


/*  The BODY and all of its sweet little children
------------------------------------------------- */

body {
	margin: auto 2cm;
	padding: 0;
	font-family: Cambria, georgia;
	line-height: 1.5;
	color: #000000;
	background: #FFFFFF;
	}

h1, h2, h3 {
	font-weight: normal;
	line-height: normal;
/*	Page break handling: try both old CSS2 & new CSS3 properties */
	page-break-inside: avoid;
	break-inside: avoid-page;
	page-break-after: avoid;
	break-after: avoid-page;
	}

figure {
	margin: 0 auto 1.5em;
	width: 467px;
/*	Page break handling: try both old CSS2 & new CSS3 properties */
	page-break-inside: avoid;
	break-inside: avoid-page;
	}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	}

blockquote+cite {
	margin-top: -0.625em;
	padding: 0 2em 0 10em;
	font-size: 0.8em;
	font-style: normal;
	text-indent: -1.1em;
	display: block;
	}

blockquote+cite i {
	font-style: italic;
	}

th {
	text-align: left;
	}

td.number {
	text-align: right;
	}

a {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

ins {
	font-style: italic;
	text-decoration: none;
	}

img {
	margin: 1em auto;
	padding: 10px;
	border: 1px solid #ccc;
	width: 445px;
	display: block;
	}

img.float {
	float: left;
	margin-right: 1.5em;
	width: auto;
	}

img.natural {
	width: auto;
	}

.hanging-quotes {
	text-indent: -0.4em;
	}
