/* "Black Dog" styles */

/* Global settings */

* {
  margin: 0;
  padding: 0;
  border: 0;
  }

body {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background: #008686;
  color:#404040;
  font: 92% Arial, Helvetica, sans-serif;
  line-height: 1.4;
	}

#wrapper{
  position: relative;
  width: 800px;
  background: #fcfbfd;
  margin-top:10px;
  margin-bottom: 10px;
  border: 3px solid #F1F0F0;
  padding-bottom: 15px;
  }

a:link {
  color: #3D82C7;
  text-decoration: none;
  }

a:visited {
  color: #3D82C7;
  text-decoration: none;
  }

a:hover {
  color: #FF0000;
  text-decoration: none;
  }
  
  		

/* Chapters */

#heading {
  margin: 60px 30px 0 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  }

#heading h1 {
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  color: black;
  border: none;
  }

#contenttext{
  position: relative;
  padding: 5px 30px 0 30px;
  text-align: left;
  font: 90% georgia,times,serif;
  line-height: 1.4;
  }

#contenttext h2, #heading h2{
  font-size: 110%;
  color: black;
  border-bottom: 1px dashed silver;
  text-align: center;
  margin-bottom: 20px;
  }

#contenttext p{
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 120%;
  }

.divider{
  padding-top: 20px;
  padding-bottom: 13px;
  text-align: center;
  }

#song{
  padding: 15px 0 10px 25px;
  font-style: italic;
  font-size: 120%;
  }

#footnote{
  font-size: 70%;
  font-family: Arial, Verdana, sans-serif;
  padding: 30px 20px 0 30px;
  }

#authornote{
  position: relative;
  padding: 10px 30px 0 30px;
  text-align: left;
  background: #dbebeb;
  margin: 8px 30px 5px 30px;
  padding: 15px;
  }	

#authornote p{
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 100%;
  }
 
 #authornote h2{
  font-size: 110%;
  text-align: center;	
 } 
  	
	
	
/* content general */

#contentbody{
  position: relative;
  padding: 10px 30px 0 30px;
  text-align: left;
  }

#contentbody p{
  padding: 8px 0 0 0;
  }

#contentbody ul, #contentbody ol{
  padding: 3px 0;
  margin: 0 18px;
  list-style: outside;
  }
  
#contentbody h1{
  font-size: 130%;
  color: black;
  border-bottom: 1px dashed silver;
  }
 

#contentbody h2{
  font-size: 110%;
  color: black;
  border-bottom: 1px dashed silver;
  }

.pn {
  float: right;
  font-family: Arial, Verdana, sans-serif;
  font-size: 55%;
  font-weight: bold;
  text-align: center;
  line-height: 65%;
  width: 40px;
  height: 11px;
  padding: 0px;
  border: 1px solid #000;
  background-color: #FFF0FF;
  }

.pn1 {
  max-width: 470px;
  margin-bottom: 15px;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
  height: 25px;
  border: 1px solid #000;
  background-color: #FFF0FF;
  }  
	
/* Navigation */

#nav{
  position: relative;
  margin: 0 30px 0 30px;
  height: 28px;
  background: #dbebeb;
  font-size: 90%;
  text-align: center;
  }

#nav ul{
  position: relative;
  top: 5px;
  }

#nav li{
  display: inline;
  padding: 0 6px;
  }

#nav li a{
  display: inline;
  color: black;
  font-weight: bold;
  text-decoration: none;
  }

#nav li a:hover, #nav li a:focus{
  font-weight: bold;
  color: red;
  text-decoration: none;
  }


/* Copyright and licensing notice */

#copyright {
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  }
