/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----- End of Reset Stylesheet ----- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	width: 90%;
	max-width: 1000px;
}
 nav {
	color: #000;
	width: 185px;
	float: right;
	background-image: url(images/back_cover.jpg);
	background-repeat: repeat;
	font-family: Georgia, Times, serif;
	font-size: small;
	padding: 10px;
}
article {
	width: 546px;
	float: left;
	margin-bottom: 50px;
}
article.book {
	font-family: Georgia, Times, serif;
	font-size: 16pt;
	line-height: 1.6em;
	color: #000;
	background: #fef3d8 url(images/background_paper2.jpg) repeat-y 100% 0;
	padding: 100px 125px 100px 75px;
}
article.book h1 /* Chapter Number */ {
	font-size:	1.3em;
	line-height:	1.7em;
	text-indent: 0pt;
	text-align:	center;
	text-transform: uppercase;
}
article.book h2 /* Chapter Title */ {
	font-size:	1.2em;
	line-height: 	1.7em;
	text-indent:	0pt;
	text-align:		center;
	font-variant:	small-caps;
	margin-bottom:	25px;
}
article.book table{
	margin: 25px 0 25px 0;
}
article.book table, th, td {
	border: 	1px solid #999;
}
article.book td {
	padding: 	5px;
}
article.book ul, ol {
	margin-left: 25px;
}
article.photos {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 1.6em;
	color: #fff;
	background: #000;
	padding: 50px;
}

article.photos h1 {
	font-size: 18pt;
	text-align: center;
	margin-bottom:	25px;
}

article.photos h2 {
	font-weight: bold;
}

article.photos a:link {
	color: white;
}
article.photos a:visited {
	color: #666666;
}
article.photos a:hover {
	color: red;
}
figure {
	margin: 25px 0 50px 0;
}
figcaption {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}
figcaption p {
	text-indent: 0pt;
	color: white;
}
img {
	max-width: 100%;
}
ol {
	list-style-type:  decimal;
	line-height: 1.5em;
}
nonumbers {
	list-style-type: none;
}
p {
	text-indent: 20pt;
}
p.smallcaps {
	font-variant:	small-caps;
}
/* drop cap idea from http://safalra.com/web-design/typography/css-drop-caps/ */
	p.dropcap {
	text-indent: 0pt;
}
.firstLetter {
	display : block;
	float : left;
	margin-top : -0.102em;
	margin-left : -0.00em;
	margin-right : 0.5em;
	height : 3.2em;
}
.firstLetter span {
	font-size : 3.2em;   /* use 3.33em for two lines */
	line-height : 1.0em;
}
.firstLetter + span {
	margin-left : -0.5em;
}
.clsSmall {
	font-size: .8 em;
	text-indent: 0pt;
}
.clsNav, .clsNavActive {
	font-size: 10pt;
	background-image : none;
}
.clsNavActive {
	font-weight : bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color:	red;
}
nav a:link {
	color: black;
}
nav a:visited {
	color: #333333;
}
nav a:hover {
	color: white;
}
nav a:active {
	color: purple;
}
nav ul {
	margin-left: 25px;
	line-height: 1.5em;
}
nav ol {
	list-style-type:  upper-roman;
	line-height: 1.5em;
}

a.clsNavBot:link {
	color: black;
}
a.clsNavBot:visited {
	color: #333333;
}
a.clsNavBot:hover {
	color: red;
}
a.clsNavBotB:link {
	color: white;
}
a.clsNavBotB:visited {
	color: #999999;
}
a.clsNavBotB:hover {
	color: red;
}
a.clsNavArrow {
	text-decoration : none;
}
