body {
  color: rgb(51, 51, 51);
  background-color: rgb(243, 244, 234);
  background-color: rgb(232, 228, 209);
  font-family: sans-serif;
  font-size: 14px;
}

header {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0px;
  font-size: 13px;
}

.langbar {
  float: right;
}

.langbar a {
  border-bottom-style: none;
}

#container {
  background-color: rgb(243, 244, 234);
  max-width: 1000px;
  width: 100%;
  margin: 0px auto 0px auto;
  border: 1px solid rgb(200, 195, 183);
  border-radius: 4px;
}

.column-content {
  float: left;
  width: 70%;
}

.column-sidebar {
  float: left;
  width: 30%;
}

.sidebar, .content {
  overflow: hidden;
  margin: 20px;
}

.content > h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}

ul.sitenav {
  list-style-type: none;
  padding-left: 0px;
  display: inline;
}

ul.sitenav li {
  display: inline;
  margin: 0px 4px 0px 0px;
}

ul.sitenav li a {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(128, 128, 128);
  padding: 4px 6px;
  color: rgb(128, 128, 128);
  font-weight: bold;
}

ul.sitenav li a.active, ul.sitenav li a:hover{
  background: rgb(128, 128, 128);
  color: white;
}

ul.sitenav li sup {
  font-weight: normal;
  font-size: 9px;
}

.blog-title h1 {
  color: rgb(186, 181, 168);
  text-shadow: #EEE 1px 1px 2px;
  font-size: 34px;
  margin: 0.75em 0em;
  font-weight: bold;
  margin: 0px;
}

.headline-wrapper {
  margin-top: 20px;
  text-align: justify;
}

.headline-wrapper:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}

.blog-title {
  width: 90%;
  width: calc(100% - 24px);
}

.blog-title, .blog-feed {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
}

.blog-feed a {
  border-bottom-style: none;
}

.img-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0px auto auto;
}

p, ul {
  text-align: justify;
  line-height: 1.4;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 19px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0em 0.5em 0em;
}

a {
    color: rgb(44, 90, 160);
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

a:hover {
  border-bottom-style: solid;
}

a.footnote-ref, a.footnote-backref {
  border-style: none;
}

a img {
  border: 0;
}

.footnote {
  font-size: 13px;
}

hr {
  margin: 18px auto;
  border: 0px;
  height: 1px;
  background-color: rgb(200, 195, 183);
}

.sidebar hr {
  background-color: #d9d3c6;
}

code {
  background-color: rgb(231, 232, 222);
}

blockquote {
  padding-left: 10px;
  margin: 10px 0px 10px 20px;
  border-left: 2px solid rgb(200, 195, 183);
}

pre.codehilite code {
  background: none;
  font-family: monospace; 
}

.codehilite pre {
  margin: 0px;                  /* reset user-agent style */
}

.codehilite {
  font-family: monospace; 
  border-width: 2px;
  border-style: solid;
  border-color: rgb(226, 227, 217);
  border-radius: 4px;
  background-color: rgb(244, 245, 240);
  padding: 12px 14px;
  overflow: auto;
}

div.toc ul li {
  list-style-type: square;
  line-height: 1.6;
}

ul.tag_list {
  padding-top: 0px;
  margin-left: 25px;
  padding-left: 0px;
}

ul.tag_list li {
  list-style-type: none;
}

.about {
  font-size: 13px;
  opacity: 0.25;
}

.about:hover {
  opacity: 0.7;
}

.about-image {
  text-align: center;
}

.about p, ul {
  text-align: left;
  margin: 6px auto;
}

.image-block {
  text-align: center;
  margin: 1.5em auto;
}

footer {
  width: 100%;
  max-width: 1000px;
  margin: auto auto;
  margin-top: 20px;
}

footer, footer h3 {
  color: rgb(160, 160, 160);
}

.footer-column {
  float: left;
  width: 25%;
}

.footer-column-content {
  /* margin: 20px; */
  margin-left: 5px;
}

.footer-column-content a {
  color: rgb(160, 160, 160);
  border-bottom-style: none;
}

.footer-column-content a:hover {
  border-bottom-style: solid;
}

.footer-column-content h3 {
  margin-bottom: 0.5em;
}

.footer-column-content ul {
  padding-left: 0px;
}

.footer-column-content ul li {
  list-style-type: none;
  line-height: 2;
}

.footer-column-content sup {
  font-size: 8px;
}

.footer-licence {
  margin-top: 30px;
  font-size: 11px;
}

.footer-licence p {
  text-align: right;
  text-align: center;
  margin: 0.25em auto;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.devnull {
  display: none;
}

.devlinus {
  display: inline;
}

@media screen and (max-width: 800px) {
  .column-sidebar {
    display: none;
  }

  .column-content {
    width: 100%;
  }
}

@media screen and (max-width: 490px) {
  .langbar {
    display: block;
    text-align: center;
    float: none;
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  ul.sitenav {
    display: block;
    text-align: center;
    line-height: 3;
  }
  .blog-title {
    text-align: center;
  }
}
