@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome.eot");
  src: url("fonts/fontawesome.eot?#iefix") format("embedded-opentype"),
    url("fonts/fontawesome.woff") format("woff"),
    url("fonts/fontawesome.ttf") format("truetype"),
    url("fonts/fontawesome.svg?#fontawesome") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LiberationMono";
  src: url("fonts/LiberationMono-Regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-LightItalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-BoldCondensed-webfont.woff") format("woff");
  font-stretch: condensed;
  font-style: normal;
  font-weight: bold;
}
article, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
}

ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.icons li span:first-child, [class^="icon-"], [class*=" icon-"] {
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  line-height: 1em;
  margin-right: 0.3em;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
}

ol.icons li span:first-child {
  margin-left: -0.1em;
  margin-right: 0.1em;
}

ol.icons li span:first-child:before, [class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}

a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
}

ol.icons li span:first-child, li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  text-align: center;
  width: 1.25em;
}

ol.icons li span:first-child:before {
  content: "";
}

.icon-date:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}
.code .c {
  color: #999988;
}

.code .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.code .k {
  font-weight: bold;
}

.code .o {
  font-weight: bold;
}

.code .cm {
  color: #999988;
}

.code .cp {
  color: #999999;
  font-weight: bold;
}

.code .c1 {
  color: #999988;
}

.code .gd {
  color: #000000;
  background-color: #ffdddd;
}

.code .ge {
  font-style: italic;
}

.code .gr {
  color: #aa0000;
}

.code .gh {
  color: #999999;
}

.code .gi {
  color: #000000;
  background-color: #ddffdd;
}

.code .go {
  color: #888888;
}

.code .gp {
  color: #555555;
}

.code .gs {
  font-weight: bold;
}

.code .gu {
  color: #aaaaaa;
}

.code .gt {
  color: #aa0000;
}

.code .kc {
  font-weight: bold;
}

.code .kd {
  font-weight: bold;
}

.code .kp {
  font-weight: bold;
}

.code .kr {
  font-weight: bold;
}

.code .kt {
  color: #445588;
  font-weight: bold;
}

.code .m {
  color: #009999;
}

.code .s {
  color: #bb8844;
}

.code .na {
  color: #008080;
}

.code .nb {
  color: #999999;
}

.code .nc {
  color: #445588;
  font-weight: bold;
}

.code .no {
  color: #2266cc;
}

.code .ni {
  color: #800080;
}

.code .ne {
  color: #990000;
  font-weight: bold;
}

.code .nf {
  color: #990000;
  font-weight: bold;
}

.code .nn {
  color: #555555;
}

.code .nt {
  color: #000080;
}

.code .nv {
  color: #ff99ff;
}

.code .ow {
  font-weight: bold;
}

.code .mf {
  color: #009999;
}

.code .mh {
  color: #009999;
}

.code .mi {
  color: #009999;
}

.code .mo {
  color: #009999;
}

.code .sb {
  color: #bb8844;
}

.code .sc {
  color: #bb8844;
}

.code .sd {
  color: #bb8844;
}

.code .s2 {
  color: #bb8844;
}

.code .se {
  color: #bb8844;
}

.code .sh {
  color: #bb8844;
}

.code .si {
  color: #bb8844;
}

.code .sx {
  color: #bb8844;
}

.code .sr {
  color: #808000;
}

.code .s1 {
  color: #bb8844;
}

.code .ss {
  color: #bb8844;
}

.code .bp {
  color: #999999;
}

.code .vc {
  color: #448822;
}

.code .vg {
  color: #448822;
}

.code .vi {
  color: #448822;
}

.code .il {
  color: #009999;
}
html {
  font-size: 100%;
}

body {
  background-color: #fafafa;
  color: #333333;
  font-family: Roboto, sans-serif;
  margin: 0 20px;
}

#header, main, #footer {
  margin: 0 auto;
  max-width: 960px;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  #header, main, #footer {
    min-width: 640px;
    max-width: 640px;
  }
}

main, #footer {
  clear: both;
}
main a, #footer a {
  color: #117ccc;
  cursor: pointer;
  text-decoration: none;
}
main a:hover, #footer a:hover {
  color: #333333;
  text-decoration: underline;
  -moz-text-decoration-color: #117ccc;
  -moz-text-decoration-style: solid;
}

.clear {
  clear: both;
}

#header #header-box {
  border-bottom: #cccccc solid 1px;
  text-align: right;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  #header #header-box {
    text-align: center;
  }
}
#header h1 {
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  #header h1 {
    display: inline-block;
    float: none;
  }
}
#header h1 a {
  background-image: url("logo.png");
  display: block;
  height: 90px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 90px;
}

#nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  #nav {
    border-top: #cccccc solid 1px;
    clear: both;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  #nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  * html #nav {
    zoom: 1;
  }
}
#nav li {
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 0 0;
  margin: 0 0 0 1.85em;
  padding: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#nav li.current, #nav li:hover {
  border-top-color: #117ccc;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#nav li.current a, #nav li:hover a {
  color: #333333;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#nav li a {
  color: #aaaaaa;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 126px;
  text-decoration: none;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  #nav li a {
    line-height: 2;
  }
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -40px;
}

.footer-columns section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 10px !important;
  margin-left: 40px;
}

@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  .footer-columns .latest-stuff {
    display: none;
  }
}

#footer {
  line-height: 1.5;
  margin-top: 20px;
}
#footer #footer-box {
  padding: 20px 0;
}
#footer .latest-stuff li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer p {
  clear: both;
  margin: 0.2em 0;
  padding: 0;
}
#footer li.fresh {
  font-weight: bold;
}
#footer .bottom {
  clear: both;
  color: #888888;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
}

main article footer.meta section, main aside.sidebar section, #footer-box section {
  border-top: #cccccc solid 1px;
  font-size: 0.9rem;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}
main article footer.meta section h2, main aside.sidebar section h2,
#footer-box section h2 {
  clear: none !important;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-stretch: condensed;
  margin: 0 0 16px 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
main article footer.meta section h2 .additional,
main aside.sidebar section h2 .additional, #footer-box section h2 .additional {
  text-transform: none;
}
main article footer.meta section li, main aside.sidebar section li,
#footer-box section li {
  margin-bottom: 0.5em;
}

main {
  min-height: 400px;
  text-align: justify;
}
main h1, main h2, main h3, main h4 {
  clear: both;
  font-family: Roboto, sans-serif;
  line-height: 1.3;
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  text-align: left;
  width: 640px;
}
main h1 {
  font-size: 2rem;
  margin-top: 1em;
}
main h2 {
  font-size: 1.4rem;
}
main h3 {
  font-size: 1.2rem;
}
main h4 {
  font-size: 1rem;
}

.additional {
  color: #888888;
  font-size: 0.8em;
  font-weight: normal;
}

.history {
  display: table;
}
.history li {
  display: table-row;
}
.history li time, .history li a {
  display: table-cell;
  padding: 8px 0 0 0;
}
.history li time {
  color: #888888;
  font-size: 0.8rem;
  padding-right: 16px;
  text-align: right;
  white-space: nowrap;
}
.history li a {
  border-left: #888888 solid 1px;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 16px;
}
.history li a span {
  position: relative;
}
.history li a span:before {
  background-color: #fafafa;
  border: #888888 solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  left: -21px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.history-detailed li {
  margin: 0 0 1em 0;
}
.history-detailed li a {
  display: block;
  font-weight: bold;
}
.history-detailed li .meta {
  color: #888888;
  display: block;
  font-size: 0.9rem;
}

main img.float, main .float-right {
  float: right;
  margin: 0.2em 0 0.4em 1.2em;
}

main .float-left {
  float: left;
  margin: 0.2em 1.2em 0.4em 0;
}

.article {
  clear: both;
  padding: 0 20px;
}
.article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .article {
  zoom: 1;
}

.article-body {
  float: left;
  line-height: 1.5;
  width: 640px;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  .article-body {
    width: 100%;
  }
}
.article-body p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.article-body .document ol {
  list-style: decimal;
  margin: 0 0 0 1.5em;
  padding: 0;
}

article footer.meta, aside.sidebar {
  margin-left: 640px;
  padding-left: 40px;
  text-align: left;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  article footer.meta, aside.sidebar {
    clear: both;
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  article footer.meta section, aside.sidebar section {
    border: 0 !important;
  }
}
article footer.meta p, aside.sidebar p {
  margin: 0;
  padding: 0;
}

article.release {
  border-top: #cccccc double 4px;
}
article.release:first-child {
  border: none;
}
article.release h1 {
  padding-left: "-20px";
  position: relative;
}
article.release h1 a.permalink {
  display: inline-block;
  font-size: 0.7em;
  left: "-20px";
  position: absolute;
  text-decoration: none;
  top: 0;
  visibility: hidden;
  width: 20px;
}
article.release h1:hover a.permalink {
  visibility: visible;
}
article.release footer.meta li {
  color: #888888;
  padding: 0 0.5em 4px 0.5em;
}
article.release footer.meta li time {
  color: #333333;
}
article.release footer.meta li.download {
  margin-top: -4px;
  padding: 0;
}
article.release footer.meta li.download a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border: #cccccc solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.12) inset;
  cursor: pointer;
  display: block;
  font-style: normal;
  padding: 4px 0.5em;
}
@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  article.release footer.meta li.download a {
    display: inline-block;
    margin: 0;
    width: auto;
  }
}
article.release footer.meta li.download a .icon-download {
  color: #888888;
}
article.release footer.meta li.download a:hover {
  background-color: rgba(17, 124, 204, 0.5);
  border-color: #333333;
  text-decoration: none;
}
article.release footer.meta li.download a:hover .additional,
article.release footer.meta li.download a:hover .icon-download {
  color: #333333;
}

img {
  border: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.figure img, img.framed {
  background-color: #ffffff;
  border: #cccccc solid 1px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

img.padded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 9px;
}

.figure.align-center {
  display: table;
  margin: 0.5em auto;
}
.figure.align-left {
  float: left;
  margin: 0 0.75em 0.5em 0;
}
.figure.align-right {
  float: right;
  margin: 0 0 0.5em 0.75em;
}
.figure p {
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-align: left;
}

blockquote {
  border-left: #cccccc solid 0.3em;
  margin: 0;
  padding-left: 0.7em;
}

pre.code {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0;
  clear: both;
  display: block;
  line-height: 1.5;
  margin: 0 "-20px";
  overflow: auto;
  padding: 1em 20px;
}

pre.code, tt {
  background-color: #f4f4f4;
  font-family: LiberationMono, "Courier New", monospace;
  font-size: 0.85rem;
}

@media only screen and (max-device-width: 1020px), only screen and (max-width: 1020px) {
  aside.sidebar ol.tags {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  aside.sidebar ol.tags li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
  }
}
aside.sidebar ol.tags li a {
  padding: 0 0.2em;
}
aside.sidebar ol.tags li.selected a, aside.sidebar ol.tags li a:hover {
  background-color: #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333333 !important;
}
