body {
  background-color: #252a41;
  color: #fff;
  margin: auto;
  max-width: 1000px;
  font-family: interstate, sans-serif;
  font-weight: 400;
  font-size: 110%;
  font-style: normal;
  font-display: swap;
  line-height: 1.45em; }

header, idbar, navbar, content, footer, space1, space2 {
  padding: 20px; }

header {
  color: #aeb7b3;
  background-color: #252a41;
  padding: 30px; }
  header h1 {
    display: none;
    font-size: 3.0em;
    color: #f5f5f0;
    padding: 20px 0 3px 0;
    margin: 0 0 0 0; }
    header h1 a {
      color: inherit; }
      header h1 a:hover {
        color: inherit;
        text-decoration: none; }

idbar {
  background-color: #252a41;
  padding-left: 50px;
  color: #aeb7b3;
  margin-top: -100px; }
  idbar .intro {
    margin: 15px 0 15px 0;
    font-size: 2.1em;
    line-height: 1.13em;
    font-family: bely, sans-serif;
    font-display: swap;
    font-weight: 100;
    color: #f5f5f0;
    color: #bec3da; }
  idbar li {
    padding-left: 5px; }
    idbar li::marker {
      content: "\02713";
      font-size: 1.1em;
      font-weight: bold;
      color: #414a72; }
  idbar #portrait_image {
    width: 100%; }

content {
  background-color: #414a72;
  border-radius: 1px;
  color: #161927;
  padding-top: 20px; }

footer {
  display: none; 
  color: #aeb7b3;
  padding-left: 7px; }

h1, h2, h3, h4, h5, h6 {
  font-family: interstate-compressed, sans-serif;
  font-display: swap;
  font-weight: 400; }

.post {
  margin-left: -35px;
  border: 35px solid #efefe6;
  border-width: 20px 35px 18px 35px;
  background-color: #efefe6;
  width: 100%;
  border-radius: 1px;
  margin-top: 0.5rem;
  margin-bottom: .75rem; }
  .post h1 {
    font-family: bely-display, sans-serif;
    font-display: swap;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.1em;
    margin: 1.25rem 0 1.5rem 0; }
    .post h1 a {
      color: #161927; }
  .post img, .post .youtube_video, .post lite-youtube {
    width: 100%;
    margin-left: -25px;
    border: 25px solid #fff;
    border-width: 25px;
    height: auto;
    box-shadow: 0px 2px 4px 0px rgba(10, 10, 10, 0.5); }
  .post .youtube_video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .post .youtube_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .post .metadata {
    font-size: 0.75rem;
    color: #9ea9a4; }
    .post .metadata a {
      color: inherit; }
  .post.link p {
    margin: 0;
    padding: 0;
    line-height: 1.3em; }
  .post.link .metadata {
    margin: 0;
    padding: 0; }
  .post.link a.to_destination {
    color: #161927; }
    .post.link a.to_destination:after {
      content: "\0219D";
      color: #161927;
      font-weight: 1;
      font-size: 2.0rem;
      margin-left: 0.25rem;
      margin-top: -1px;
      display: inline-block;
      position: absolute; }
    .post.link a.to_destination:hover {
      background-color: #f4db96; }
      .post.link a.to_destination:hover:after {
        color: #d62839; }
  .post.fulltext p a {
    color: #d62839; }
  .post.fulltext blockquote {
    font-style: italic;
    font-family: bely, sans-serif;
    font-display: swap;
    background-color: #e2e2da;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .post:first-of-type {
    margin-top: 0.0rem; }
  .post a {
    color: #d62839;
    text-decoration: none; }
    .post a .permalink {
      color: #d62839; }
    .post a:hover {
      text-decoration: underline; }

a {
  color: #efcb68;
  text-decoration: none; }
  a .permalink {
    color: #d62839; }
  a:hover {
    color: #d62839;
    text-decoration: underline; }

.draft-label {
  background-color: #f00;
  color: #fff;
  font-weight: 100; }

.math {
  text-align: center;
  background-color: #e2e2da; }
  .math math {
    padding: 20px;
    font-family: interstate, sans-serif;
    font-display: swap; }
    .math math mfrac mrow {
      font-size: 1.0em;
      line-height: 0;
      padding: 5px; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    padding: 3px 5px;
    border: 1px solid #cbcbbd;
    background-color: #e5e5d6; }
  table td {
    border: 1px solid #cbcbbd;
    background-color: #f9f9f6; }

.small {
  font-size: 0.75rem; }

.faded {
  color: #ababab; }
