/* CSS Document */

#search {
    width: 40%;
	float: right;
	padding-top: 8px;
	text-align: right;
    }
#heading {
    clear: both;
	padding: 2px 20px 2px;
	}
#link2photos {
    clear: both;
	padding: 0 20px 0;
	text-align: right;
	}
.height {height: 20px;} /* To use on #link2photos div when this div is empty */
#content {
	margin: 0;
	padding: 0 20px 2em 20px;
	}
#toc {
    float: left;
	width: 30%;
	margin: 2.2em 0 0 0;
	border: 1px solid #ccc;
	padding: 2px;
	}
#toc h4 {
	font-size: 1.2em;
	margin: 0 0 1.2em 0;
	font-weight: normal;
	}
#toc p {
    margin: 0.2em 0 0.1em 0;
	}
#toc ol, #toc ul, #toc li {	
	margin: 0.2em 0 0.7em 1.3em;
	padding: 0; /* To eliminate indentation in Mozilla browsers */
	line-height: 1.3em;
	}
#chapters {
    float: right;
	width: 65%;
	}
#bottomNav {
    clear: both;
	padding: 0.5em 20px 0;
	text-align: right;
	}
#bottomNav p {
    margin: 2em 0 0;
	line-height: 1.3em;
    }
#bottomNav p.nxt {
    margin: 1em 0 0;
    }
.border {
    border: solid 1px #000;
	}
.center {
    text-align: center;
	}
p.pgnumber a, .pg-indicator {
    margin-left: 0.9em;
	margin-right: 0.9em;
	}
/* typography ----------------------------------------------------------------------- */
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 1.8em;
	margin: 1.2em 0;
	font-weight: normal;
	}
#heading h2 {
	font-size: 1.0em;
	margin: 0.2em 0 0;
	font-weight: bold;
	}
h3 {
	font-size: 1.3em;
	margin: 1.9em 0 0.7em;
	font-weight: bold;
	}
h4 {
	font-size: 1.0em;
	margin: 0.2em 0;
	font-weight: bold;
	}
h4.listheader {
    font-size: 1.2em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0.2em 0 1.2em;
	}
p.hilite {
    border: 1px solid #333;
	padding: 0.8em;
	background-color:#ccc;
	}
q, blockquote {
    font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
    }
blockquote {
    margin: 0;
	padding: 0;
    }
strong, b {
	font-weight: bold;
	}
/* lists -------------------------------------------------- */
ol, ul {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 1.2em; 
	}
li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.7em; 
	}
ul.list1, ul.list1 li {
    list-style: none;
	line-height: 1.3em;
	margin-left: 0;
	padding-left: 0;
	}
ul.list1 li {
    margin-bottom: 0.5em;
	}
li > p {
	margin-top: 0.2em;
	}
/* tables ---------------------------------------------------- */
.table1 { /* no width stated so that the empty space will collaspe */
    margin: 0 0 1.3em;
	padding: 0;
	}
.table1 th, .table1 td {
    padding: 0 0 0.6em 1.0em;
	}
.table1 th {
    text-align: left;
    font-weight: bold;
	font-size: 1.0em;
	}
.table1 caption {
    font-size: 1.3em;
	margin: 0;
	padding: 1.2em 0 0.5em 0;
	font-weight: bold;
	text-align: left;
	}
.table2 {
    width: 100%;
	margin: 0;
	padding: 0;
	}
.table2 th, .table2 td {
    padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
	}
.table2 th {
    font-weight: bold;
	font-size: 1.0em;
	}
.table3 {
    width: 100%;
	margin: 0;
	padding: 0;
	}
.table3 th, .table3 td {
    padding: 0.5em 0.5em 0.5em 0.5em;
	}
.table3 th {
    font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	}	

/* images and captions --------------------------------------- */
img {
	border: 0;
	}
#chapters img {
    margin-top: 1em;
	}
.photo-caption {
    font-weight: bold;
	font-style: italic;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	}
.photo-captionOnly {
    font-weight: bold;
	font-style: italic;
	margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	}
.photo-details {
    margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	}