/* this is the css sheet to be used by the home page and the books pages; other sections get to use their own css  */
* {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	}
body {
	background: #fff6dc; 
	color: #000000;
	text-align: left;
	}
h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
	text-align: left;
	border: 0em none;
	padding: 0em;
	margin: 0em;
	margin-top: 1em;
	}
b, i, strong, em {
	font-size: 100%;
	}
em {
	font-size: 100%;
	font-weight: bold;
	color: #0b5505;
	}
hr {
	margin-top: 1em;
	}
img {
	border: 0;
	}
a img {
	border: 0;
	}
ul.noimage {
	list-style: none outside none;
	}
li {
	padding-bottom: 0.4em;
	}
li.spaced {
	padding-bottom: 1em;
	}

/*attempting to draw a line under all the floating div nonsenses*/
div.cr {
	width: 100%;
	height: 1px;
	clear: both;
	}
div.cr-space {
	width: 100%;
	height: 1em;
	clear: both;
	}

/* general navigation markup */
a {
	font-size: 100%;
	text-decoration: none;
	color: #0000bb;
	}
a:visited {
	color: #000099;
	}
a:hover {
	background-color: #000022;
	color: #ffff00;
	}

/*the HOME PAGE body is all contained in a div with an id 'homePage*/
#main {
	margin-left: 4%; 
	margin-right: 4%; 
	width: 92%; 
	min-width: 800px;
	}

#top {
	clear: both;
	padding: 1em;
	border-bottom: 1px solid #999999;
	width: 100%;
	}

#linksBar {
	float: left;
	padding: 1em;
	width: 28%;
	}

#mainDisplay {
	float: left;
	padding: 1em;
	border-left: 1px solid #999999;
	width: 63%;
	}

/*home page navigation links*/
a.homeLinks {
	display: block;
	font-size: 120%;
	color: #6d2d0d;
	text-decoration: none;
	font-weight: bold;
	border: 0em none;
	padding: 0em;
	margin: 0em;
	margin-top: 2em;
	border-bottom: solid 1px #999999;
	}
a.homeLinks:visited {
	color: #6d2d0d;
	}
a.homeLinks:hover {
	text-decoration: none;
	color: #f9eb06;
	background-color: #000000;
	}
h1 {
	font-size: 200%;
	color: #6d2d0d;
	margin-top: 0.5em;
	}
h2 {
	font-size: 120%;
	color: #6d2d0d;
	margin-top: 2em;
	border-bottom: solid 1px #999999;
	}
h3 {
	font-size: 120%;
	color: #6d2d0d;
	margin-top: 0.3em;
	}
h4 {
	color: #6d2d0d;
	margin: 0;
	font-style: italic;
	}


.bookCover {
	float: left;
	}
div.bookBlurb {
	float: left;
	}
div.quotedText {
	padding: 0;
	margin: 0;
	padding-left: 8em;
	padding-right: 5em;
	font-style: italic;
	}
	
.notice {
	border-top: solid 1px #999999;
	color: #660000;
	font-size: 80%;
	clear: both;
	padding-bottom: 1em;
	}
div.chapterNavTop {
	text-align: center;
	margin-top: -0.8em;
	padding-top: 0em;
	padding-bottom: 0.3em;
	border-bottom: solid 1px #999999;
	margin-bottom: 0.8em;
	}
div.chapterNavBase {
	text-align: center;
	padding-top: 0.2em;
	border-top: solid 1px #999999;
	margin-top: 1em;
	}
.chapterGrey {
	color: #777777;
	}
p.book {
	font-family: cambria, georgia, serif;
	font-size: 12pt;
	line-height: 1.2em;
	color: #222222;
	}
p.book  b {
	font-family: cambria, georgia, serif;
	font-size: 12pt;
	color: #222222;
	}
p.book  i {
	font-family: cambria, georgia, serif;
	font-size: 12pt;
	color: #222222;
	}
p.book  em {
	font-family: cambria, georgia, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0b5505;
	}

p.bookHead {
	font-family: cambria, georgia, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	}

#mainDisplay > h3 {
	font-family: cambria, georgia, serif;
	font-size: 16pt;
	color: #6d2d0d;
	}

#mainDisplay > h4 {
	margin-top: 1em;
	font-family: cambria, georgia, serif;
	font-size: 14pt;
	color: #6d2d0d;
	}

#mainDisplay > h5 {
	margin-top: 0;
	font-family: cambria, georgia, serif;
	font-size: 12pt;
	color: #6d2d0d;
	font-style: italic;
	}

p.product {
	line-height: 1.2em;
	color: #666666;
	}
p.product > u {
	font-weight: bold;
	color: #222222;
	font-style: italic;
	text-decoration: none;
	}
p.product > b {
	font-weight: normal;
	color: #000000;
	}

/* for the debugging 
* {
  border: 1px solid red;
  }
*/

