@charset "utf-8";
/*===================
General body rules
===================*/
body{
color: black; background:#8fbc8f;
font-size:100%;
font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
margin:0;
padding:0;
}
/*===================
div to enclose the entire page
===================*/
#wrapper{
width:98%;
max-width: 60em;
margin: 1em auto;
color: black; background: white;
padding:0em;
border: 3px solid silver;
}
/*===================
Header duh!!
===================*/
#header{
padding: 1em 1.5em;
color: black; background: white;
}
#header h1{
margin:0;
padding:0;
font-size: 200%;
font-weight: bold;
color: #006600; background: white;
}
#header p{
font-size:90%;
font-style:italic;
margin: .25em 0em;
padding: 0;
color: #006600; background: white;
} 
/*===================
Navigation Rules
===================*/
#nav {
color: black; background: #ffffd9;
font-size:95%;
margin: 0;
padding:0em;
border-top: 1px dashed silver; 
border-bottom: 1px dashed silver; 
font-style:italic;
}
#nav ul {
margin:0;
padding:.5em;
}
#nav li {
list-style: none;
display:inline;
padding: 0em .6em;
border-right:1px solid #999999;
}
#nav li.final {
border:none;
}
#nav a:link {color:#00c; background: #ffffd9;text-decoration:none;}
#nav a:visited {color:#551a8b;background: #ffffd9;text-decoration:none;}
#nav a:active {color:#f00;background: #ffffd9;text-decoration:none;}
#nav a:hover {color: #f00;background: #ffffd9;text-decoration:underline;}
/*===================
Next : Here : Previous
===================*/
#chapternav{
float:right;
margin:0;
padding:0;
border-bottom: 1px silver dashed;
border-right:1px silver dashed;
}
#chapternav ol{
font-size:85%;
margin:0;
padding:.25em;
color:#000066;background:#ffffd9;
}
#chapternav li{
padding: 0em .25em;
list-style: none;
display:inline;
color:#000066;background:#ffffd9;
}
#chapternav a:link {color:#00c; background: #ffffd9;text-decoration:none;}
#chapternav a:visited {color:#551a8b;background: #ffffd9;text-decoration:none;}
#chapternav a:active {color:#f00;background: #ffffd9;text-decoration:none;}
#chapternav a:hover {color: #f00;background: #ffffd9;text-decoration:underline;}
/*===================
Main Content div
===================*/
#content {
color: black; background: white;
margin:0;
padding: .5em 1em .5em 1.5em;
text-align:justify;
line-height:1.3em;
}
/*===================
Footer Rules
===================*/
#footer {
margin:0;
padding:.5em 1em;
font-size:95%;
line-height:1.3em;
font-style:italic;
border-top:silver thin dashed;
}
/*===================
General Link Rules
===================*/
a:link {color:#00c; background: white;}
a:visited {color:#551a8b;background: white;}
a:active {color:#f00;background: white;}
a:hover {color: #f00;background: white;}

/*===================
Heading Rules h2-5. Note that h1 is already
specified in the header section.
===================*/
h2 {
font-weight: bold;
font-size: 150%;
color: #006600; background: white;
text-indent:-.5em;
}
h3 {
font-weight: bold;
font-size: 140%;
color: #006600; background: white;
text-indent:-.5em;
}
h4 {
font-weight: bold;
font-size: 130%;
color: #006600; background: white;
margin-left:2em;
}
h5 {
font-weight: bold;
font-size: 110%;
color: #006600; background: white;
margin-left:5em;
}
h6 {
font-weight: bold;
font-size: 100%;
color: #006600; background: white;
margin-left:7em;
}
/*===================
Unordered list with cute bullets
===================*/
ul.main {
  list-style-type: none;
  padding: 0em;
  margin:1em;
 text-align: justify;
}
ul.main li {
 background:url(images/front_list.gif) no-repeat 0em .4em ;
 padding-left: 1em;
}
/*===================
Definition List Rules
===================*/
dl {margin: 0;padding: 0;}
dt {margin: 0;padding: 0;font-weight: bold;}
dd {margin: 0 0 .25em 0;padding: 0;}
/*===================
Ordered List Rules + nesting
Hmmmmm... why .nested? I will dig this one out...
===================*/
ol { list-style-type: lower-roman;}
ol.nested { list-style-type: none;}
ol.nested li ol li {list-style-type: lower-roman;}
/*===================
Class for births and deaths lists
===================*/
.birthdata {
     list-style-type: none;
	 font-size:90%;
     padding: 0;
     margin: 0;
 }
/*=======================
Midpage Styled List Navigation Structure
=========================*/ 
 #midpage{
   border:0;
   margin:0em;
   padding:0em;
}

#midpage ul{
   border:0;
   margin:0;
   padding:0;
}
#midpage ul li {
  list-style: none;
  display:inline;
  padding: 0em;
}
/*=======================
Assorted rules for Blockquotes
=========================*/
blockquote {
	padding-left: .5em;
	border-left: 1px solid #6f9f6f;
	font-size: 90%;
}
 /*Fake citation effect seen in all browsers */  
   p.citation {
   border-top:1px dashed #6f9f6f;
   padding-top:0.25em;
   display:block;
   color:#005; background: white;
   font-size: 90%;
   text-align: justify; 
   }
/*Bold Headings for within Blockquotes*/
.headings {
text-align:center;
font-weight: bold;
}
 /*<cite> logical tag for numbers in citations */ 
cite {
color:#005; background: white;
font-weight: bold;
font-size: 85%;
}
/*=======================
Table Rules
=========================*/
table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000; background: #fff;
	margin-left: auto;
    margin-right: auto;
    margin-bottom:1em;
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    color: black; background: white;
}
td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
thead th {
	border: 1px solid #e0e0e0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: black;
	background: #c6d7cf;
}
tfoot th, tfoot td {
    font-style:italic;
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	color: black;
	background: #e8e8cf;
}
tfoot th {font-weight: bold;}
tbody th, tbody td {vertical-align: middle;text-align: left;}
tbody th {color: black; background: #fef1b5;}
tfoot td {border: 1px solid #996;}
tbody tr:hover {color: black; background: #ffffd9;}
/*=======================
Caption and Image Pairs
=========================*/
.captionL{
float: left;
margin: 0em .5em;
border: 1px  dotted #ccc;
padding: .5em;
text-align: center;
font-size:90%;
font-style: italic;
line-height:1em;
}
.captionL img {
display: block;
margin: 0 auto;
padding: 0em 0em .25em 0em;
}

.captionR{
float: right;
margin: 0em .5em;
border: 1px  dotted #ccc;
padding: .5em;
text-align: center;
font-size:90%;
font-style: italic;
line-height:1em;
}
.captionR img {
display: block;
margin: 0 auto;
padding: 0em 0em .25em 0em;
}

.captionC{
margin: 0em auto;
border: 1px  dotted #ccc;
padding: .5em;
text-align: center;
font-size:90%;
font-style: italic;
line-height:1em;
}
.captionC img {
display: block;
margin: 0 auto;
padding: 0em 0em .25em 0em;
}
/*===================
Specific Page Break
Use: <p style="page-break-after:always">&nbsp;</p>
===================*/
p.breakhere {
page-break-before: always
}
/*=======================
Acronym Stuff
=========================*/
 abbr, acronym, .help {
 border-bottom: 1px dotted #333;
 cursor: help;
  }
/*=======================
 Used for epitaphs, could be better? 
=========================*/
p.headstones {
    display: block;
    text-align: center;
    line-height:1.5em;
}
/*=======================
 Used for superscript 
=========================*/
sup { 
vertical-align: 25%;
text-decoration:underline;
}
/*=======================
 Used for highlighting
=========================*/
i {background-color: yellow;
font-weight: bold;
color: red;
}
/*=======================
Text Colour
=========================*/
b {
font-weight: bold;
text-decoration: none;
color: #0000FF;
}

