/* site global styling */
html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

#wrap > .container {
  padding-top: 50px;
}

#push {
  height: 60px;
}

footer {
  text-align: center;
}

.sidebar {
  background-color: #eee;
}

table.center {
  margin: auto;
}

table.fire-record {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 1.5em;
}
table.fire-record td, table.fire-record th {
  padding: 2px 5px 2px 5px;
}
table.fire-record th {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.image-right img {
  float: right;
}

.center {
  text-align: center;
}
.center img {
  width: 580px;
}

ul.taglist {
  list-style: none;
}
ul.taglist li.tag {
  display: inline;
  font-style: italic;
}

/* Pygments doesn't play well with Mathjax, this is part of
 * a fix for that, as written about by Keeler:
 * https://keeler.github.io/blog/making-mathjax-coexist-with-pygments-and-markdown/
 */
code.has-jax {
  font: inherit;
  font-size: 100%;
  background: inherit;
  border: inherit;
  color: inherit;
  background-color: inherit !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

blog h1,
blog .h1 {
  font-size: 36px;
}
blog h2,
blog .h2 {
  font-size: 24px;
}
blog h3,
blog .h3 {
  font-size: 18px;
}
blog h4,
blog .h4 {
  font-size: 16px;
  font-style: italic;
}
blog h5,
blog .h5 {
  font-size: 12px;
}
blog h6,
blog .h6 {
  font-size: 12px;
  font-style: italic;
}
blog pre code.highlight.ruby {
  padding: 0px !important;
}

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