* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  font-family: monospace;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0 18px;
}
@media only screen and (min-width: 48em) {
  body {
    padding: 0 36px;
  }       
}     
a:link {
  color: darkcyan;
  text-decoration: none;
}
a:visited {
  color: darkmagenta;
}
a:hover {
  color: orangered;
}
hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  height: 1px;
}
ul, ol, p {
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
}
h1, h2 {
  font-weight: normal;
  margin-top: 1em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}

.u-shove {
  margin-bottom: 18px;
}
@media only screen and (min-width: 48em) {
  .u-shove {
    margin-bottom: 36px;
  }       
}     

.u-shove--large {
  margin-bottom: 36px;
}
@media only screen and (min-width: 48em) {
  .u-shove--large {
    margin-bottom: 72px;
  }       
}     

.u-textCenter {
  text-align: center !important;
}
.u-center {
  margin: 0 auto;
  max-width: 40em;  
}


.Header {
  clear: both;
  margin: 0 auto;
  max-width: 40em;
  padding-top: 18px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .Header {
    margin-bottom: 36px;
  }
}
  .Header li {
    display: inline;
    list-style: none;
  }
  .Header li:after {
    content: ",";
  }
  .Header li:last-child:after {
    content: "";
  }

  .Header a {
    color: black;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .Header a:hover {
    color: orangered;
  }
  .Header .active {
    border-bottom: 1px solid;
  }
  .Header .deem {
    color: grey;
    font-weight: normal;
  }

.Log {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  max-width: 40em;
}

@media only screen and (min-width: 48em) {
  .Log {
    border-bottom: none;
    /*float: left;*/
    /*margin-right: 36px;*/
    /*padding-right: 36px;*/
  }       
}     

.Post {
  max-width: 40em;
}
  .Post-meta {

  }
  .Post-date {
    font-size: 10px;
    text-transform: uppercase;
  }
  .Post-date:link {
    color: gray;
  }
  .Post-date:visited {
    color: gray;
  }
  .Post-date:hover {
    color: orangered;
  }
  .Post-title {}
  .Post-title a {
    border-bottom: none;
    color: black;
  }
  .Post-title a:hover {
    color: orangered;
  }
  .Post-title a:visited {
    color: gray;
  }
  .Post-fin {
    color: gray;
    vertical-align: middle;
  }
  .Post ul {
    border-bottom: 0.0833em solid #eee;
    border-top: 0.0833em solid #eee;
    margin-bottom: 1.41667em;
    padding-top: 1.41667em;
  }
  .Post li {
    margin-bottom: 1.5em;
  }
  .Post-body a {
    border-bottom: 1px solid;
  }
  .Post img {
    height: auto;
    width: 100%;
  }
  .Post-body hr {
    border-style: dashed;
    margin-bottom: 1.41667em;
    margin-left: auto;
    margin-right: auto;
    width: 33px;
  }
  .Post-body blockquote {
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
  }
  .Post-body .cite {
    text-align: right;
  }

.List {}
.List--bare {
  margin-left: 0;
  padding-left: 0;
}
  .List--bare li {        
    list-style: none;
  }

.LinkRoll {}

@media only screen and (min-width: 48em) {
  .LinkRoll {
    padding-right: 4em;
    max-width: 48em;
    min-width: 24em;

      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
    column-gap: 2em;          
      -webkit-column-width: 12em;
      -moz-column-width: 12em;
    column-width: 12em;         
  }
}           
  .LinkRoll-segment {
    margin-top: 0;
    padding-top: 0;

    /* Allows for wrapped lines to be indented. */
    padding-left: 18px;
    text-indent: -18px;
  }

.LinksOfNote {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 48em) {
  .LinksOfNote {
    border-bottom: none;
    float: left;
    padding-right: 4em;
    width: 24em;
  }
}     
  .LinksOfNote-segment {}

.vcard {}
  .vcard--hero {
    font-weight: bold;
  }

.Footer {
  clear: both;
  margin: 0 auto;
  max-width: 40em;
  padding-top: 18px;
  width: 100%;

  border-top: 1px solid #ccc;
}


.pagination {
  margin-bottom: 36px;
  text-align: center;
}
  .pagination li {
    display: inline;
  }
    .pagination a:link {
      color: gray;
      font-size: 12px;
      margin: 0 5px;
    }
    .pagination a:visited {
      color: gray;
    }
    .pagination a:hover {
      color: orangered;
    }
    .pagination .active a:link {
      color: black;
    }
    .pagination .active a:visited {
      color: black;
    }
    .pagination .active a:hover {
      color: orangered;
    }
    .pagination .disabled a:link {
      color: #ccc;
    }
    .pagination .disabled a:visited {
      color: #ccc;
    }
    .pagination .disabled a:hover {
      color: #ccc;
    }
