@font-face {
  font-family: 'Broken Chalk';
  font-style: normal;
  font-weight: 400;
  src: local('Broken Chalk'), url(/font/BrokenChalk.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  html { box-sizing: border-box; height: 100%; font-size: 10px; } *, *::before, *::after { box-sizing: inherit; 
  }
  body {
    overflow: scroll;
    }
  body, html {
/*    padding: 3px 3px 3px 3px;*/
    font-family: Verdana, sans-serif;
    font-size: 1em;
  }

  a {
    color: inherit;
    text-decoration: none;
    }
  
  a:hover {
    text-shadow: 0px 0px 10px grey;
    }

  #menu_left {
        background-color: #333;
        z-index: 100;
        position: fixed;
        top: 0px;
        left: 0;
        width: 20%;
        height: 2160px;
        padding-top: 50px;
        text-align: center;
        
        font-size: 4em;
        color: white;
        font-family: 'Broken Chalk', sans-serif;
        }
  #logo {
        width: 100%;
        }

  #menu_left p {
        text-align: left;
        font-size: 0.7em;
        margin-top: 0.5em;
        padding-left: 0.5em;
        }
        
  #top_nav {
        text-align: left;
        background-color: #fff;
        z-index: 101;
        position: fixed;
        top: 0px;
        left: 25%;
        width: 75%;
        height: 4em;
        border-bottom: 2px solid darkgrey;
        box-shadow: 0px 20px 25px white;
        }
  #top_search {
        z-index: 102;
        position: fixed;
        right: 5%;
        width: 25%;
        top: .5em;
        }        
  #content {
        z-index: 100;
        position: relative;
        top: 3em;
        left: 25%;
        width: 60%;
        height: 100%;
        padding-bottom: 250px;
        background-color: #fff;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Open Sans Condensed', sans-serif;
        }
  .article_wrapper {
        display: flex;
        padding-top: 3em;
        clear: left;
        width: 100%;
        align-items: stretch;
        flex-flow: row;
        }
  .article_preview {
        width: 20%;
        min-width: 20%;
        }
  .article_preview img {
        width: 100%;
        padding-right: 1em;
        }
  .article {
        width: 100%;
        }
  .article table {
        width: 50%;
        }
  .article p {
        margin-top: 1em;
        width: 50%;
        }
  .article img {
        width: 100%;
        display: block;
        max-width: 100%;
        }
  span.date {
        color: #aaa;
        }
  span.menu {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 2em;
        padding-left: 50px;
        }



/* Search Form */
form.search input[type=text] {
  padding: 10px;
  font-size: 1.5em;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #eee;
}

form.search button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #333;
  color: white;
  font-size: 1.5em;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.search button:hover {
  background: #999;
}
