body {
  background: #fffbfa;
  color: #204;
  font-family: "XCharter", "Times New Roman", Times, serif;
}

a { text-decoration: none; }
a, a:link { color: #40c; }
a:visited { color: #720; }
a:hover { text-decoration: underline; }
a:active { color: #68ff95; }

#header {
  position: relative;
  border-bottom: 3px solid #c3bbcc;
}

#ansuz-rune {
  float: left;
  width: 80px;
  height: 80px;
}

#rssbutton {
  position: absolute;
  background: #c3bbcc;
  right: 3px;
  top: 2px;
  width: 50px;
  text-align: center;
  font-family: "Roboto", Helvetica, sans-serif;
}

#rssbutton a:link, #rssbutton a:visited,
#rssbutton a:hover {
  color: #204;
  text-decoration: none;
}

#contentsidewrap::after {
  content: "";
  clear: both;
  display: table;
}

#content {
  width: 100%;
  float: left;
  position: relative;
  top: 0;
}

#sidebar {
  width: 100%;
  float: left;
}

.support-img {
  max-width: 90%;
}

@media only screen and (min-width: 820px) {
  #content {
    width: auto;
    max-width: 880px;
    margin-left: 335px;
  }

  #sidebar {
    width: 320px;
    margin-right: -330px;
    position: relative;
    top: 0;
    left: calc(28px - 100vw);
  }

  pre {
    max-width: calc(100vw - 330px);
  }
}

@media only screen and (min-width: 1245px) {
  #sidebar {
    left: -1215px;
  }
}

#footer {
  clear: both;
  width: 100%;
  margin-top: 18px;
  border-top: 3px solid #c3bbcc;
}

h1, h1 a, h1 a:link, h1 a:visited {
  color: #204;
  font-family: "Roboto", Helvetica, sans-serif;
}

h2, h3, h4,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited {
  color: #720;
  font-family: "Roboto", Helvetica, sans-serif;
}

h1 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.subtitle {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #204;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 120%;
  font-style: italic;
}

.center {
  text-align: center;
}

pre, code {
  font-family: "IBMPlexMono", Courier, monospace;
}

.pre-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.icon {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.2em;
}

#content blockquote {
  border-left: 3px solid #c3bbcc;
  padding-left: 6px;
}

#content img {
  width: initial;
  max-width: 100%;
}

.comment {
  margin-top: 19px;
}

.comment-bullet {
  float: left;
  margin-right: 4px;
}

.commentform_row input {
  max-width: 95%;
}

.flatten-list, .tagcloud {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.flatten-list li {
  display: inline-block;
}

@font-face {
  font-family: "XCharter";
  src: url("/fonts/xcharter-roman-webfont.woff2") format("woff2"),
       url("/fonts/xcharter-roman-webfont.woff") format("woff"),
       url("/fonts/xcharter-roman-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "XCharter";
  src: url("/fonts/xcharter-italic-webfont.woff2") format("woff2"),
       url("/fonts/xcharter-italic-webfont.woff") format("woff"),
       url("/fonts/xcharter-italic-webfont.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "XCharter";
  src: url("/fonts/xcharter-bold-webfont.woff2") format("woff2"),
       url("/fonts/xcharter-bold-webfont.woff") format("woff"),
       url("/fonts/xcharter-bold-webfont.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "XCharter";
  src: url("/fonts/xcharter-bolditalic-webfont.woff2") format("woff2"),
       url("/fonts/xcharter-bolditalic-webfont.woff") format("woff"),
       url("/fonts/xcharter-bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-regular-webfont.woff2") format("woff2"),
       url("/fonts/roboto-regular-webfont.woff") format("woff"),
       url("/fonts/roboto-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-italic-webfont.woff2") format("woff2"),
       url("/fonts/roboto-italic-webfont.woff") format("woff"),
       url("/fonts/roboto-italic-webfont.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-bold-webfont.woff2") format("woff2"),
       url("/fonts/roboto-bold-webfont.woff") format("woff"),
       url("/fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-bolditalic-webfont.woff2") format("woff2"),
       url("/fonts/roboto-bolditalic-webfont.woff") format("woff"),
       url("/fonts/roboto-bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "IBMPlexMono";
  src: url("/fonts/ibmplexmono-light-webfont.woff2") format("woff2"),
       url("/fonts/ibmplexmono-light-webfont.woff") format("woff"),
       url("/fonts/ibmplexmono-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "IBMPlexMono";
  src: url("/fonts/ibmplexmono-lightitalic-webfont.woff2") format("woff2"),
       url("/fonts/ibmplexmono-lightitalic-webfont.woff") format("woff"),
       url("/fonts/ibmplexmono-lightitalic-webfont.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "IBMPlexMono";
  src: url("/fonts/ibmplexmono-bold-webfont.woff2") format("woff2"),
       url("/fonts/ibmplexmono-bold-webfont.woff") format("woff"),
       url("/fonts/ibmplexmono-bold-webfont.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "IBMPlexMono";
  src: url("/fonts/ibmplexmono-bolditalic-webfont.woff2") format("woff2"),
       url("/fonts/ibmplexmono-bolditalic-webfont.woff") format("woff"),
       url("/fonts/ibmplexmono-bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
