/* COMMENTARIES  */


/* GLOBAL  */


body {
     margin: 0px;
     background-color: seashell;
     }

img {
     border: 0px;
     }

a {
     text-decoration: none;
     }


/* 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: 2px;
     width: 18%;
     margin-top: 12px;
     background-color: none;
     padding: 8px;
     color: white;
     }

.body {
     background-color: white;
     font-family: sans-serif;
     position: absolute;
     left: 20%;
     width: 600px;
     margin-left: 0px;
     padding: 8px;
     margin-top: 40px;
     border: 2px solid black;
     }

#rightbar {
     position: absolute;
     right: 20px;
     width: 0%;
     margin: 12px;
     background-color: none;
     padding: 8px;
     color: white;
     }



.picbox {
     margin: 4px;
     border: 1px solid black;
     padding: 4px;
     font-family: serif;
     text-align: center;
     }




/* SMALLER ELEMENTS */

.headline {
     font-family: sans-serif;
     font-size: 1.8em;
     font-weight: bold;
     text-align: left;
     clear: both;
     text-transform: uppercase;
     }

.subhead  {
     font-family: sans-serif;

     text-align: left;
     font-size: 1.4em;
     }

.pic {
     padding: 4px;
     }

.caption {
     font-family: sans-serif;
     font-size: .8em;
     margin: 4px;
     text-align: center;
     }

.navhead {
     text-align: right;
     font-family: monospace;
     font-size: 1.4em;
     font-weight: bold;
     }



.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;
     font-weight: bold;
     color: steelblue;
     }

.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;
     }


.unit {
     clear: both;
     padding: 8px;
     
     }
