@font-face {
  font-family: 'ChunkFiveRegular';
  src: local('ChunkFive Regular'), local('ChunkFive'), url('/fonts/Chunkfive.otf') format('opentype'); }

h1 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: ChunkFiveRegular, 'Rockwell Extra Bold', 'Arial Black', Arial, sans-serif;
  font-weight: bold;
  font-size: 96px;
  text-align: center;
  font-family: "ChunkFiveRegular"; }
  h1 a:link, h1 a:visited {
    color: #1D9F28;
    text-decoration: none; }
  h1 a:hover, h1 a:active {
    background-color: #eee;
    color: #115F17; }

h3 {
  font-family: ChunkFiveRegular, 'Rockwell Extra Bold', 'Arial Black', Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  font-family: "ChunkFiveRegular"; }

a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px; }

a:link, a:visited {
  color: #1BA127;
  text-decoration: none; }

a:hover, a:active {
  text-shadow: none;
  background-color: #1BA127;
  color: white; }

code, pre {
  font-family: monospace; }

body {
  background-color: #eee;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 17px; }

.entry {
  background: #FeFeFe;
  color: #001A2B;
  text-shadow: white 1px 1px 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 50px;
  width: 600px;
  margin: 20px auto;
  -webkit-box-shadow: 2px 2px 2px #DDD;
  -moz-box-shadow: 2px 2px 2px #DDD;
  box-shadow: 2px 2px 2px #DDD; }
  .entry li {
    padding: 5px;
    list-style-type: none; }
    .entry li .post-title {
      margin-left: -10px; }
    .entry li .post-details {
      margin-top: 10px;
      margin-left: 10px; }

#nav ul {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px; }
#nav li {
  font-size: 175%;
  text-align: center;
  list-style-type: none;
  display: inline;
  margin-left: 30px; }
#nav li.first {
  margin-left: -45px; }

#current a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px;
  color: white;
  background-color: #115F17; }

#footer {
  text-align: center; }

