@charset "UTF-8";
html {
  zoom: 125%;
}

/*$jb-beige-med: #a5a195;*/
body {
  color: #53473a;
  background-color: #bbae9e;
  /*background-color: $jb-red-darker;*/
  /*font-family: Andale Mono,monospace;*/
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

span.dark {
  color: #53473a;
  text-align: center;
}

span.punch {
  color: #942629;
}

div.lightbox {
  background-color: #dad3cb;
  padding-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: auto;
}
div.lightbox h2, div.lightbox h3 {
  /*text-transform: lowercase;*/
  color: #71614f;
  margin-top: 25px;
  margin-bottom: 5px;
  line-height: 1.2em;
}
div.lightbox h2 a:link, div.lightbox h2 a:visited, div.lightbox h3 a:link, div.lightbox h3 a:visited {
  color: #53473a;
  text-decoration: none;
}
div.lightbox h3, div.lightbox h4, div.lightbox h5, div.lightbox h6 {
  margin-left: 20px;
}
div.lightbox a:link, div.lightbox a:visited {
  color: #942629;
  text-decoration: none;
}
div.lightbox a:hover {
  color: #FFF;
}
div.lightbox a:active {
  color: #FFF;
}
div.lightbox sup {
  font-size: 0.8em;
  line-height: 0em;
  position: relative;
  vertical-align: baseline;
  top: 0em;
}
div.lightbox sup a:link {
  color: #71614f;
  background-color: #bbae9e;
  text-decoration: none;
  border-radius: 2px;
  margin-left: 5px;
  padding-left: 5px;
  margin-right: 5px;
  padding-right: 5px;
}
div.lightbox sup a:visited {
  color: #71614f;
  background-color: #bbae9e;
}
div.lightbox sup a:hover {
  color: #b07572;
  background-color: #942629;
  text-decoration: none;
  border-radius: 2px;
}
div.lightbox blockquote {
  background-color: #bbae9e;
  color: #53473a;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-style: italic;
  font-size: 12px;
    border-left: 4px solid #a69580;
  text-align: justify;
  text-justify: inter-word;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
div.lightbox blockquote p {
  margin-left: 0px;
}
div.lightbox blockquote p code {
  background-color: #bbae9e;
  margin: 0px;
  padding: 0px;
}
div.lightbox blockquote sup a:link, div.lightbox blockquote sup a:visited {
  color: #dad3cb;
  background-color: #71614f;
}
div.lightbox blockquote sup a:hover {
  color: #b07572;
  background-color: #942629;
  text-decoration: none;
  border-radius: 2px;
}
div.lightbox blockquote ul {
  margin-left: 20px;
  padding-left: 0px;
}

div.lightbox-header {
  background-color: #dad3cb;
  overflow: auto;
  padding: 5px;
}
div.lightbox-header a:link, div.lightbox-header a:visited {
  color: #942629;
  text-decoration: none;
}
div.lightbox-header a:hover {
  color: #FFF;
}
div.lightbox-header a:active {
  color: #FFF;
}
div.lightbox-header h2, div.lightbox-header h3 {
  /*text-transform: lowercase;*/
  color: #a69580;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2em;
  margin-left: 0px;
}

div.lightbox-slim {
  background-color: #dad3cb;
  overflow: auto;
  padding: 0px;
}
div.lightbox-slim a:link, div.lightbox-slim a:visited {
  color: #942629;
  text-decoration: none;
}
div.lightbox-slim a:hover {
  color: #FFF;
}
div.lightbox-slim a:active {
  color: #FFF;
}
div.lightbox-slim h2, div.lightbox-slim h3 {
  /*text-transform: lowercase;*/
  color: #71614f;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2em;
}

div.darkbox {
  color: #bbae9e;
  background-color: #271616;
  padding: 5px;
  overflow: auto;
}

div.breaker {
  height: 4px;
  overflow: hidden;
}

div.redbox {
  background-color: #dad3cb;
  color: #71614f;
  padding: 5px;
}

#topredbox {
  background-color: #472928;
  color: #b07572;
  padding: 25px;
  font-style: italic;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 600px;
  /*text-align:justify;*/
  /*text-justify:inter-word;*/
}

#navcontainer {
  color: #dad3cb;
  padding: 10px;
}
#navcontainer a:link, #navcontainer a:visited {
  color: #bbae9e;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  border: 1px solid #271616;
  border-radius: 4px;
}
#navcontainer a.active {
  color: #dad3cb;
  text-decoration: none;
  border: 1px solid #71614f;
}
#navcontainer a:hover {
  color: #FFF;
  text-decoration: none;
}

#jbohren {
  padding-right: 10px;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navcontainer ul li {
  display: inline;
}

.highlight {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.highlight pre {
  margin-left: 20px;
  margin-top: 0px;
}

.caption {
  margin: 0px;
  margin-left: 20px;
  background-color: #bbae9e;
  color: #53473a;
  padding: 5px;
  overflow-x: auto;
  font-style: italic;
  border-radius: 5px 5px 0 0;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
  color: #FFF;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #b07572;
}

#footer {
  padding: 10px;
  max-width: 600px;
  text-align: center;
  color: #71614f;
}

p {
  margin-left: 20px;
}

pre {
  /*background-color: $jb-beige-light;*/
  margin-left: 20px;
  line-height: 1.3;
  overflow-x: auto;
}
pre::-webkit-scrollbar {
  height: 12px;
  background-color: #bbae9e;
  border-radius: 0 0 5px 5px;
}
pre::-webkit-scrollbar-thumb:horizontal {
  background-color: #a69580;
  border-radius: 0 0 5px 5px;
}
pre code {
  font-size: 10px;
  padding: 10px;
  color: #53473a;
  box-sizing: border-box;
  display: block;
  background-color: #d0c7bc;
  float: left;
  min-width: 100%;
}

p code, li code {
  font-size: 10px;
  color: #71614f;
  background-color: #d0c7bc;
  border-radius: 2px;
  margin-left: 2px;
  padding-left: 5px;
  margin-right: 2px;
  padding-right: 5px;
  white-space: nowrap;
}

.footnotes ol li p {
  margin: 0px;
}

#homecol {
  float: left;
  max-width: 350px;
}

#sidecol {
  float: right;
  width: 250px;
  margin-bottom: 20px;
}

.posts li {
  margin-bottom: 8px;
}
.posts li span.date {
  color: #a69580;
}

.quick-title {
  float: left;
  margin-top: 0.5em;
}

ul.tags-right {
  float: right;
}

ul.post-tags {
  margin-left: 20px;
}

ul.tags {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style-type: none;
}
ul.tags li {
  color: #71614f;
  line-height: 30px;
  display: inline;
  background-color: #bbae9e;
  border: 1px solid;
  border-color: #a69580;
  /*margin-top: 10px;*/
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ol.pagination {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  padding: inherit;
  margin: inherit;
}
ol.pagination li {
  display: inline-block;
  float: left;
}
ol.pagination li a:link {
  color: #71614f;
  background-color: #dad3cb;
  border-color: #a69580;
  border: 1px solid #a69580;
  margin: 0px;
  margin-right: -1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
}
ol.pagination li a:visited {
  color: #71614f;
  background-color: #dad3cb;
  border-color: #a69580;
}
ol.pagination li a:hover {
  background-color: #942629;
  border-color: #a69580;
  color: #dad3cb;
  border: 1px solid #a69580;
  text-decoration: none;
  display: block;
}
ol.pagination li.disabled a:link, ol.pagination li.disabled a:visited, ol.pagination li.disabled a:hover {
  color: #a69580;
  background-color: #dad3cb;
}
ol.pagination li.active a:link, ol.pagination li.active a:visited, ol.pagination li.active a:hover {
  color: #942629;
  background-color: #bbae9e;
  border-color: #a69580;
}
ol.pagination li.start a {
  border-radius: 4px 0 0 4px;
}
ol.pagination li.end a {
  border-radius: 0 4px 4px 0;
}

div.footnotes OL {
  margin-left: 20px;
  padding-left: 0px;
  counter-reset: item;
}
div.footnotes LI {
  margin-left: 0px;
  margin-bottom: 5px;
  display: block;
}
div.footnotes LI:before {
  float: left;
  content: counter(item) " ";
  counter-increment: item;
  color: #71614f;
  background-color: #bbae9e;
  border-radius: 2px;
  padding-left: 5px;
  margin-right: 5px;
  padding-right: 5px;
}

/*
 *div.breaker {
 *  color: #1f1e1c;
 *  background-color: #a5a195;
 *  background-position: 0 0;
 *  text-align: left;
 *  display: block;
 *  margin: 0;
 *  padding: 0;
 *  width: 100%;
 *  height: 5px;
 *  clear: both;
 *  vertical-align: middle;
 *
 *  span.title {
 *    color: #2d2b28;
 *    font-size: 12px;
 *    font-weight: bold;
 *    background-color: #cec6bd;
 *    text-align: left;
 *    margin: 0 0 0 54px;
 *    padding: 0 10px;
 *    position: relative;
 *    top: -5px;
 *    width: auto;
 *
 *    span.date {
 *      color: #c5030a;
 *      font-size: 9px;
 *      font-weight: bold;
 *      padding-left: 10px;
 *      position: relative;
 *      top: 0;
 *    }
 *  }
 *}
 *
 *
 */
a:link, a:visited {
  color: #942629;
  text-decoration: none;
}

a:hover {
  color: #FFF;
}

a:active {
  color: #FFF;
}

/*# sourceMappingURL=main.css.map */