/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* body {
  background-color: white;
  color: black;
  font-family: Verdana;
} */

/* Start https://www.cursors-4u.com */ 
* {
  cursor: url(https://ani.cursors-4u.net/others/oth-9/oth868.ani), url(https://ani.cursors-4u.net/others/oth-9/oth868.png), auto !important;
} /* End https://www.cursors-4u.com */

body {
  background-color: #526d42;
  background-image: url("https://www.transparenttextures.com/patterns/cartographer.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  font-family: 'Pixelify sans', lato, calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight:400;
  text-shadow: 0px 0px 1px #bbb;
  color:#222;
  letter-spacing: 1px;
  line-height:16px;}



#left {
    width:220px;
    background-color: transparent;
    margin: 0px;
    margin-top:0px;
    padding:0px;
    border:0px solid #666;
    position:absolute;
    top:209px;
    left:200px;
  }
      
#content {
  width:615px;
  background-color: transparent;
  margin: 0px;
  margin-top:0px;
  padding:0px;
  border:0px solid #666;
  position:absolute;
  top:209px;
  left:394px;
}
      
.box {
  background:#D4D0C8;
  border-left:2px solid #666;
  border-right:2px solid #aaa;
  border-bottom:2px solid #928F88;
  border-top:2px solid #666;
  padding:4px;
  margin-bottom:4px;
}

  #header {
    text-align:left;
    color:#2F498C;
    background:#D4D0C8;
    font-size:20px;
    letter-spacing:2px;
    padding-left:4px;
    border-left:2px solid #666;
    border-right:2px solid #aaa;
    border-bottom:2px solid #928F88;
    border-top:2px solid #666;
    line-height:10px;
    width:805px;
    height:90px;
    line-height:90px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    position:absolute;
    top:60px;
    left:200px;
  }  
      
      
.siteurl {
  text-align:left;
  color:#000;
  background:#D4D0C8;
  letter-spacing:2px;
  padding-left:4px;
  border-left:2px solid #666;
  border-right:2px solid #aaa;
  border-bottom:2px solid #928F88;
  border-top:2px solid #666;
  /*line-height:10px; */
  width:805px;
  height:15px;
  line-height:15px;
  position:absolute;
  top:158px;
  left:200px;
} 

    #navigation {
      width:805px;
      background-color: transparent;
      position:absolute;
      top:180px;
      left:200px;
    }
    
    .navi {
      float:left;
      display:block;
      font:9px arial black, calibri;
      border-left:2px solid #666;
      border-right:2px solid #aaa;
      border-bottom:2px solid #928F88;
      border-top:2px solid #666;
      margin-right:4px;
      padding:5px;
      min-width:80px;
      text-align:center;
      background:#D4D0C8;
      text-transform:uppercase;
    }
      
      .title {
        font:9px arial black, calibri;
        text-transform:uppercase;
        color:#FFF;
        background:#E3F4E2 url(https://64.media.tumblr.com/24edcf69b43d44676493a5b517aa225e/9aa6415c11a612ea-90/s640x960/e6ee5ec70e3166f12308004fc1b3c5b742dc8e0e.pnj);
        letter-spacing:3px;
        padding-left:4px;
        border-bottom:1px solid #fff;
        padding-top:2px;
      }
      
  .index {
    max-width:800px;
    margin:0 auto 5px auto;
    padding:20px;
    background:#D4D0C8;
    border:1px solid #d4d0c8;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    font-family:'Pixelify sans', lato, calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:2;
    color:#000;
  }
  
    #inheading {
      width:100%;
      margin:0 0 10px 0;
      display:flex;
      justify-content:space-between;
      background:#D4D0C8;
      text-align:center;
      text-transform:uppercase;
      letter-spacing:2px;
      font-size:10px;
      position:sticky;
      top:0;
    }
    
  .intitle {
     padding:0 10px;
     background:#aaa;
     border:1px solid rgba(0,0,0,0.1);
     border-radius:5px;
     box-sizing:border-box; 
  }
    
    #row1 {
     width:calc(33% - 5px);
    }
    
    #row2 {
     width:calc(22% - 5px);
    }
    
    #rowinfo {
     width:calc(45% - 5px);
    }
    
    #rowdiv {
     width:100%;
     border:none;
     background:#526d42;
     height:1px; 
    }
    
.timeline {
 margin:10px auto 0 auto;
 width:600px;
 font-size:14px;
 color:#341539;
 text-transform:uppercase;
 text-align:justify;
 line-height:150%; 
}

  #timetitle {
   font-size:27px;
   text-align:right;
   letter-spacing:3px; 
  }
  
  #datetitle {
   background:#000;
   color:#fff;
   display:block;
   width:140px;
   height:25px;
   line-height:25px;
   text-align:center;
   font-size:13px;
   letter-spacing:2px;
   border-radius:10px/30px;
   -webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.3);
   box-shadow:1px 1px 3px 0 rgba(0,0,0,0.3); 
  }
  
  #eventinfo {
   padding:10px 0 20px 70px;
   border-top:1px dotted #666;
   width:100%;
   margin-top:12.5px; 
  }
  
  #tesscopy {
   display:block;
   text-align:right;
   font-family:helvetica,arial,sans-serif;
   color:#aaa;
   text-decoration:none;
   letter-spacing:2px;
   font-size:8px;
  }
      
a:link, a:visited, a:active { 
color:#2F498C;text-decoration:none;}
      
a:hover {
color:#444;}