/* Meyer's CSS Reset code as documented in
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 * and in
 * http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/
 */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1.33em;
	color: black;
	background: white;
    margin-left: 2.5em; /* bleed space for header border */
    margin-right: 1.0em;
    font-family: Optima, Verdana, 'Gill Sans', Ariel, sans-serif; 
}
h1 { /* only in the index.htm */
	font-size:200%;
	margin-top:3em;
	text-align:center;
	line-height:1.5em;
	
}
h2 { /* major topic heads, 2-4 per chapter */
	font-size: larger; /* they are all-cap so already heavy */
	margin-left: -2em;
	border-left: 1.5em solid silver;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding: 0.5em 0 0.5em 2em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h2.chap { /* chapter head, once only */
	text-align:center;
	margin-bottom: 2em;
	border-right: 1.5em solid silver;
}
h3 { /* minor topic heads, 5-20 per chapter */
	font-size: larger;
	margin: 0.75em auto 0.5em -2em;
	border-left: 1.5em solid silver;
	padding-left: 2em;
}
p { /* text paras  */
    line-height: 1.33em;
    text-align: justify;
    text-indent: 2em;
    margin-top: 0.33em;
}
p.code { /* code examples */
	font-family: 'Andale Mono', 'Courier New', monospaced;
	font-size: smaller;
	white-space:pre;
	text-indent:0;
}
ol, ul { margin-left:2em; }
div.listing { /* inline figures or separate listings */
	border: 1px solid silver;
	padding-left:0.25em; /* breathing space inside border */
}
p.figcap { /* captions in figures/listings */
	font-size: smaller;
	border-bottom: 1px solid silver;
	text-indent: 0;
}
h2+p, h3+p { text-indent: 0; }
blockquote {
	margin: 0.5em 2em 1em 2em;
}
div.footnotes {
	border: 1px solid silver;
	padding: 1em;
	margin-top: 1.5em;
}
blockquote p, .footnotes p { text-indent: 0; }
table {
	caption-side: top;
	border-collapse:collapse;
	border:1px solid silver;
	width:95%;
	margin: 0.5em auto 0.5em auto;
}
td {
	vertical-align:middle;
	border:1px solid silver;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
}
thead{ font-weight:bold;}
caption { font-size:smaller; text-align:left; }
dl { margin-top: 0.5em; margin-bottom:0.5em; border-bottom:1px solid silver; }
dt {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	font-weight: bold;
}
span.fref { /* footnote references */
	font-size: smaller;
	vertical-align:15%;
}
span.fnum { /* footnote numbers in the note */
	font-size: smaller;
	vertical-align: 15%;
	margin-right: 0.5em;
}
