/* Style sheet for the Edgecomb Historical Society Flye collection */

#title { text-align: center;
         font-size: 250%;
         font-weight: bold; }  
           
#date { width: 70%;
        margin-left: 27%;
        margin-bottom: 1em;
	    border-bottom: double black medium;
	    text-align: center;
        font-size: 150%;
        font-weight: bold; }           
         
#thumb { clear: both;
	     float: left;
	     width: 25%;
	     text-align: center;
	     padding-left: 0.2em;
	     padding-right: 0.2em;
	     margin-right: 1em;
	     border: solid green 1px; }
         
#thumb img { width: 50%; }
         
#thumb img.limit { width: 60%; }

#list { margin-left: 15em;
        list-style-type: disc; }

#indx { clear: left;
        float: left;
        text-align: center;
        line-height: 150%;
        padding: 1em 1em 0em;
        margin-right: 1em;
        margin-top: 2em;
        margin-bottom: 1em;
        border: solid blue thick; }
        
#draft { width: 100%;
         height: 3em;
         border: solid black; }
         
.left { width: 12%;
        font-weight: bold;
        text-align: center;
        font-size: xxlarge;
        float: left; }
         
.right { width: 12%;
         font-weight: bold;
         text-align: center;
         font-size: xxlarge;
         float: right; }
        
#minutes { margin-left: 1em;
           margin-right: 0.5em;
           font-size: 75%; }  
           
ol.marker {list-style-type: disc; }           
           
span.correctOut {text-decoration: line-through; }

span.correctIn {text-decoration: underline; }
           
#notes { font-size: 80%;
         font-weight: bold;
         font-style: italic; }     
         
p.leader { font-weight: bold;
           text-align: center; }
           
a.localink { font-weight: normal;
             color: blue;
             text-decoration: none; }
  
a.lowlight { font-weight: bold;
             color: #BBBBBB;
             text-decoration: none; }

a:visited.localink { font-weight: normal;
                     color: blue;
                     text-decoration: none; }
            
a:hover.localink  { text-decoration: underline; }
      