* {
	/*set the default font stuff here*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
body {
	/*set max and min params, background colour*/
	max-width: 1200px;
	min-width: 800px;
	background: #fff6dc; 
	text-align: left;
	}
span, b, i, strong {
	/*get rid of as much browser difference as possible*/
	font-size: 100%;
	}
p, h1, h2, h3, h4, h5, h6 {
	/*get rid of as much browser difference as possible*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	margin-bottom: 1em;
	}
em {
	font-size: 100%;
	font-style: italic;
	color: #000000;
	}
a:hover {
	color: #aa0000;
	}

/* main page layout divs */
#page {
	/*page holds the background image*/
	width: 100%;
	float: left;
	}
	
#main {
	/*main sets the main margins to make sure the whole thing displays nicely*/
	width: 98%;
	float: left;
	padding: 1em;
	}

#leftbar {
	width: 21%;
	float: left;
	border-right: 1px solid black;
	}
	
#navigation {
	/*everything to do with the navigation bar*/
	width: 96%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	}
#navigation > img.logo {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1em;
	}
#navigation > div > h4 {
	font-size: 120%;
	font-weight: bold;
	padding-top: .4em;
	padding-bottom: .1em;
	margin-bottom: 0;
	}
#navigation > div > a {
	display: block;
	padding-top: .2em;
	padding-left: 1em;
	padding-bottom: .2em;
	text-decoration: none;
	}
#navigation > div > a:hover {
	text-decoration: underline;
	color: #aa0000;
	}
a.chap-selected {
	background: #fffbf9;
	font-weight: bold;
	color: #005500;
	}
a.chap-index {
	background: #fffbf9;
	font-size: 90%;
	}
/*special donate button markup*/
.donatetext {
	font-size: 80%;
	color: #444444;
	}
.donatebutton {
	text-align: center;
	}
/*copyrights markup*/
div.copyrights {
	border-top: 1px solid #888888;
	padding-top: 0.5em;
	}
div.copyImage {
	float: left;
	padding-top: 0.4em;
	padding-right: 1em;
	}
div.copyText {
	font-size: 80%;
	color: #990000;
	}
div.copyText > a {
	font-size: 80%;
	color: #444444;
	}

#display {
	width: 74%;
	float: left;
	padding-left: 3%;
	padding-bottom: .2em;
	}
#title {
	font-size: 200%;
	border-top: 3px solid black;
	border-bottom: 2px solid #440000;
	padding-top: .2em;
	padding-bottom: .2em;
	margin-bottom: 0;
	font-weight: bold;
	}
#options {
	text-align: right;
	margin-bottom: 1.5em;
	}
#options > #audiolink {
	font-style: italic;
	color: #aa0000;
	background: #fff3d9;
	cursor: pointer;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .1em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
#options > #videolink {
	font-style: italic;
	color: #aa0000;
	background: #fff3d9;
	cursor: pointer;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .1em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
#content, #content li {
	line-height: 140%;
	}
#content > div.bookcover {
	float: right;
	padding-left: 2em;
	padding-bottom: 1em;
	}
#content > #audio {
	margin-bottom: 1.5em;
	text-align: center;
	}
#content > #video {
	margin-bottom: 1.5em;
	text-align: center;
	}
#content h2 {
	font-size: 140%;
	margin-right: 1em;
	font-weight: bold;
	padding-top: 1em;
	}
#content > h3 {
	font-size: 120%;
	margin-right: 1em;
	font-weight: bold;
	}

/*special markup used in the index listings*/
li.poemlist {
	padding-bottom: .5em;
	}
span.firstline {
	color: #880000;
	font-size: 80%;
	}
span.poemcomment {
	font-size: 80%;
	}
	
/* special markup used in the poems*/
.strophe {
	padding-bottom: 1em;
	font-size: 100%;
	}
.complex {
	padding-bottom: 1em;
	font-size: 100%;
	white-space: pre-wrap;
	}
.speak {
	padding-bottom: 1em;
	text-indent: 3em;
	font-size: 100%;
	}
.indent {
	padding-left: 3em;
	padding-bottom: 1em;
	font-size: 100%;
	}

/*copyright notice text*/  
.notice {
	color: #ff0000;
	font-size: 80%;
	clear: both;
	}

#notepad {
	background-image: url("../images/notepad.png");
	background-repeat: no-repeat;
	margin-top: 2em;
	width: 502px;
	height: 566px;
	margin-left: 10%;
	padding-top: 28px;
	padding-left: 84px;
	padding-right: 14px;
	padding-bottom: 0;
	}
	
#notepad, #notepad > div.strophe, #notepad > div.speak, #notepad > div.indent {
	line-height: 140%;
	}

/* 
the snowdrop poem has some additional markup requirements eg
<span class="snow" onclick="snote(hythe)">hythe</span>
*/

span.snow {
	cursor: pointer;
	}

a.hid {
  color: #000000;
  text-decoration: none;
  }
a.hid:visited {
  color: #000000;
  }
a.hid:hover {
  background: transparent;
  color: #000000;
  }
div.snowdrop-bar {
  width: 100%;
  float: left;
  padding-top: .3em;
  padding-bottom: .3em;
  background: #004400; 
  }
div.snowdrop {
  width: 16%;
  float: left;
  background: #004400; 
  text-align: center;
  color: #ffe0bb;
  padding-top: .1em;
  padding-bottom: .1em;
  font-size: 100%;
  }
div.snowdrop > span {
  color: #ff8888;
  font-weight: bold;
  font-size: 100%;
  }
div.snowdrop > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  color: #ffe0bb;
  }
div.snowdrop > a:hover {
  background: transparent;
  color: #ffff00;
  }
div.snowdrop > a:active {
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  color: #ffaa00;
  }

div.donate {
	border: solid 1px #ff9999;
	background-color: #ffe0bb;
	padding: 0 0.5em 0.5em 0.5em;
	}
	
/* the issuu div ... */

div.issuu {
  text-align: center;
  padding-bottom: 1em;
  border-bottom: solid 1px #999999;
  margin-bottom: 1em;
  }
