.navbar {
    background-image: url("/images/bg.png");
    color: #ffffff;
    height: 128px;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand-logo {
    border: 0px;
}

.navbar-brand-tagline {
    float: right;
    position: relative;
    bottom: -75px;
}

.navbar-title {
    padding-top: 74px;
    margin-left: 17%;
    font-size: 2.4em;
    line-height: 1.4;
    white-space: nowrap;
}

.collapse.in {
    border-color: #00295D;
    background: #00295D;
    text-align: center;
}

.collapsing {
    border-color: #00295D;
    background: #00295D;
    text-align: center;
}

.navbar-toggle {
    margin-right: -95px;
}

.selected {
    background-color: yellow;
}

h1, .header {
    background-color: #0d215d;
    color: white;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    width: 100%;
}

h1 > a {
    color: white;
}

.tagtitle {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
}

#feed {
  background-image: url("/files/feed.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 24px;
  vertical-align: middle;
}

.floaty {
  float: right;
}

.console {
    background-color: black;
    color: white;
    font-family: courier;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

.console .prompt {
    color: darkgreen;
}

.console .comment {
    color: cyan;
}

.listing {
    background-color: darkblue;
    border: 1px solid #0d215d;
    color: yellow;
    font-family: courier;
    margin-left: 20px;
    margin-right: 20px;
}

.sidebar {
    background-color: lightgrey;
    border: 1px solid #0d215d;
    float: right;
    width: 45%;
    margin-left: 1.25em;
}

.container {
    width: 100%;
    font-size: 18px;
}

.pitch {
  background-color: #dddddd;
  border-left: 1px solid #888888;
}

.pitch p {
  color: #333;
}

blockquote {
  line-height: 1;
  font-size: 100%;
}

/* if I use a heading in the body of an asciidoctor post, the first para gets
special styling.  Reset that - don't want it */
p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p {
  font-size: inherit; line-height: inherit;
}

.sidebarblock {
    float: right;
    text-align: center;
    margin-left: 1.25em;
}


body {
  font-size: 15px;
}

