/* Style sheet for the Lincoln County 250th base page */

* { margin: 0;
    padding: 0; }

a:link { text-decoration: underline;
         color: blue; }

a:visited { text-decoration: underline;
            font-weight: 200;
            color: gray; }
          
a:hover  { text-decoration: underline; }

body { width: 100%;
       min-width: 850px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12pt;
       border-style: none;
       border: 0;
       margin: 0;
       padding: 0;
       text-align: left;
       text-decoration: none;
       color: black;
       background-color: rgb(90%,90%,100%); }

div#partition { width: 100%;
                height: 4em;
                font: 1.5em Helvetica, sans-serif;
                text-align: center;
                background-color: silver; }
                
div#partition img { width: 150px;
                    margin-left: 15px;
                    margin-top: 0.85%;
                    float: left; }                

h1 { height: 1.5em;
     background-color: #F7BE81;
     font-size: small;
     text-align: right;
     padding-right: 1em;
     display: block;
     border: thin solid black; }

h2 a.event { width: 46%;
             height: 1.5em;
             margin-left: 2%;
             margin-bottom: .5em;
             font-size: medium;
             text-align: center;
             float: left;
             color: white;
             background-color: #B080F0; }     
         
h2 a.hist { width: 46%;
            height: 1.5em;
            margin-right: 2%;
            margin-bottom: .2em;
            font-size: medium;
            text-align: center;
            float: right;
            color: white;
            background-color: #B080D0; }     
     
div#links { border-bottom: double thick blue; }                
                
#links table { width: 100%; }                

#links table tr { text-align: center; }
                
#links table tr td { width: 15%;
                     border: solid thin red; }                
          
#links table tr td#soc { width: 15%;
                         border: solid thin red;
                         font-weight: bolder; }                
          
div.publicity { float: right;
                width: 78%;
                text-align: center;
                border-left: solid thick blue; }    

p { padding-left: 0.8em; }

p.promo { margin-left: 1.5em;
          margin-right: 1.5em;
          font-weight: bold;
          font-size: large; }                
                
p.public a { color: blue;
             font-size: large;
             font-weight: bold; }
           
div#event { width: 84%;
            float: right; }
            
div#calend { margin-top: 1.5em;
             margin-left: 1em; }
             
div#calendT { text-align: center;
              font-weight: bold;
              margin-top: 4em;
              margin-left: -2em;
              margin-bottom: 1em; }  
              
div#logo { margin-top: 2em;
           margin-left: -1em;
           font-weight: bold; }                       

div#logo p { width: 14em;
             font-size: small; }

div#credits { clear: both;
              width: 100%;
              border: thick double black;
              font-size: 0.64em;
              font-weight: bold;
              text-align: center;
              color: blue; }        
 