/* BOOK OF CHAOS  */


/* GLOBAL  */


body {
     margin: 10px;
     background-color: darkslategray;
     }

img {
     border: 0px;
     }

a {
     text-decoration: none;
     color: white;
     }


/* LAYOUT  STYLES */


#header {
     width: 100%;
     background-color: black;
     border-bottom: 0px solid white;
     }

#headertext {
     position: absolute;
     right: 20px;
     top:20px;
     color: white;
     text-decoration: none;
     font-size: 1.2em;
     font-family: sans-serif;
     }



#leftbar {
     position: absolute;
     left: 4px;
     width: 160px;
     margin: 0px;
     background-color: none;
     padding: 8px;
     color: white;
     }

.body {
     background-color: white;
     font-family: sans-serif;
     position: absolute;
     left: 188px;
     width: 400px;

     padding: 8px;
     margin-top: 20px;
     border: 0px solid black;
     }

.body a {
     color: darkslategray;
     font-weight: bold;
     }


#rightbar {
     position: absolute;
     left: 612px;
     width: 160px;
     margin: 0px;
     padding: 8px;
     background-color: none;

     color: white;
     }



.picbox {
     margin: 0px;
     border: 1px solid black;
     
     }




/* SMALLER ELEMENTS */

.headline {
     font-family: sans-serif;
     font-size: 1.5em;
     font-weight: bold;
     text-align: right;
     clear: both;
     text-transform: uppercase;
     }

.subhead  {
     font-family: sans-serif;
     font-weight: bold;
     text-align: right;
     }

.pic {
     padding: 4px;
     }

.caption {
     font-family: sans-serif;
     font-size: .8em;
     margin: 4px;
     text-align: center;
     }

.navhead {
     text-align: right;
     font-family: cursive;
     font-size: 1.2em;
     color: white;
     }



.erisvoice {
     font-family: cursive;
     font-size: 1.2em;

     color: midnightblue;
     }


.ref {
     font-family: serif;
     text-decoration: underline;
     font-size: .9em;
     }

.source {
     font-family: sans-serif;
     }

.quote {
     font-family: monospace;
     font-size: 1.2em;
     }

.dropquote {
     font-family: cursive;
     padding: 8px;
     border-top: 4px solid black;
     border-bottom: 4px solid black;
     margin: 4px;
     text-align: center;
     }

