h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #544240; }

a {
  color: #018cb0; }
  a code {
    text-decoration: underline; }

#main-container {
  background-color: #ffffff; }

.popover {
  max-width: 100%; }

.navbar-inverse {
  background-color: #f18137; }
  .navbar-inverse a.navbar-brand {
    color: #ffffff; }
  .navbar-inverse .navbar-nav li a {
    color: #ffffff;
    font-weight: bold; }
  .navbar-inverse .navbar-nav li.open {
    background-color: #f18137; }
    .navbar-inverse .navbar-nav li.open a.dropdown-toggle {
      background-color: #f18137; }
  .navbar-inverse .navbar-nav ul.dropdown-menu {
    background-color: #ffffff;
    color: #544240; }
    .navbar-inverse .navbar-nav ul.dropdown-menu li {
      background-color: #ffffff;
      color: #544240; }
      .navbar-inverse .navbar-nav ul.dropdown-menu li a {
        background-color: #ffffff;
        color: #544240;
        font-weight: normal; }

article.post div.meta {
  font-size: 80%;
  color: #666;
  margin-top: 0.8em;
  margin-bottom: 0.5em; }
article.post img {
  max-width: 900px;
  margin: 0 auto;
  display: block; }

.gist-data {
  max-height: 300px;
  overflow: auto; }

body {
  background-color: #333333;
  margin: 50px 0 0 0; }
  body .well, body .jumbotron {
    background-color: #ccc;
    color: #544240; }
    body .well small, body .jumbotron small {
      color: #ffffff; }
  body .jumbotron {
    margin-top: 20px; }
  body #about-well-image {
    background-color: white;
    margin-right: 1em; }
    body #about-well-image img {
      width: 150px;
      background-color: white;
      border: 1px solid #000;
      margin: 0.5em;
      padding: 1em; }
  body #keywords-button {
    font-size: 50%;
    color: #7f7f7f;
    font-weight: normal;
    text-decoration: none; }
  body #keywords-button:hover {
    background-color: #4d4d4d;
    color: #ffffff;
    cursor: pointer; }
  body .keyword-first-letter {
    font-weight: bold;
    color: #f18137; }
  body .i {
    font-style: italic; }
  body .b {
    font-weight: bold; }
  body .post {
    margin-bottom: 2em; }
  body p.article-date {
    text-indent: 0;
    font-size: 80%;
    color: #7f7f7f; }
  body .paginator {
    margin: 0.5em 0; }
  body .plusone-container {
    margin-left: 1em;
    display: inline; }

.tag-label {
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  position: relative;
  background: #ccc;
  margin-left: 16px;
  margin-top: 3px;
  padding: 0 15px 0 14px;
  line-height: 24px;
  font-size: 12px;
  color: #555;
  display: inline-block; }

.tag-label:first-child {
  margin-left: 7px; }

.tag-label:before {
  position: absolute;
  left: -7px;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 12px 7px 12px 0;
  border-color: transparent #ccc transparent transparent;
  content: ""; }

/* the "hole" on the left end */
.tag-label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 9px;
  left: -1px;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px #aaa; }

.tag-label:hover:before {
  border-color: transparent #f18137 transparent transparent; }

.tag-label:hover {
  background: #f18137;
  color: #ffffff;
  text-decoration: none; }

.tag-label:hover:after {
  box-shadow: inset 0 1px 1px #f18137; }

blockquote {
  font-size: 100%; }

kbd {
  border: 1px solid black;
  background-color: #a9a9a9;
  color: black;
  padding: 5px; }

h3.tag {
  text-transform: uppercase; }

h5 {
  font-weight: bold; }

#tilda {
  z-index: 10000; }
