@font-face {
    font-family: 'saxmono';
    src: url('/fonts/saxmono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #202224;
    color: #beced0;
    font-family: 'saxmono';
    font-size: 16px;
    letter-spacing: .3px;
}
#head {
    border-bottom: none;
    text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
    color: #cd6e42;
    font-weight: normal;
    text-transform: uppercase;
}
#head h1 {
    font-size: 1.5em;
}
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
    color: #646086;
    font-weight: normal;
    border-bottom: none;
    text-transform: uppercase;
}
.markdown-body h2 .fa-link,
.markdown-body h3 .fa-link,
.markdown-body h4 .fa-link {
    color: #3d4047;
}
.markdown-body h2 {
    font-size: 1.5em;
}
.markdown-body h3 {
    font-size: 1.3em;
}
.markdown-body h4 {
    font-size: 1em;
}
a,
a:link,
a:visited {
    color: #62a8b2;
}
a:active,
a:hover,
a:focus {
    color: #33708c;
    text-decoration: none;
}
.markdown-body code {
    background-color: #3d4047;
    color: #beced0;
    font-family: 'saxmono';
    font-size: 13px;
    padding: 1px 1px 1px 1px;
    border-radius: 5px;
    border-color: #3d4047;
}
.markdown-body pre {
    background: #161719;
    color: #dceef1;
    font-family: 'saxmono';
    border-radius: 5px;
    border-color: #76b660;
    border-width: 1px;
    border-style: solid;
}
.markdown-body pre code {
    color: #dceef1;
    font-family: 'saxmono';
    white-space: pre-wrap;
}
.highlight .nt {
    color: #beced0;
}
.markdown-body ul {
    list-style: '- '
}
.markdown-body table thead {
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}
.markdown-body table tr,
.markdown-body table tr:nth-child(2n) {
    background-color: #161719;
}
.markdown-body table tr th,
.markdown-body table tr td {
    border: 1px solid #3d4047;
}
.minibutton a {
    background: #161719;
    color: #beced0;
    border: none;
    text-shadow: none;
}
.minibutton a:active,
.minibutton a:hover,
.minibutton a:focus {
    background: #161719;
    color: #33708c;
    border: none;
    text-shadow: none;
}
#head #searchbar div#searchbar-fauxtext {
    border-color: #3d4047;
    background: #161719;
}
#head #searchbar div#searchbar-fauxtext input#search-query,
#head #searchbar div#searchbar-fauxtext input#search-query.ph {
    background: #161719;
    color: #beced0;
    font-family: 'saxmono';
}
#head #searchbar div#searchbar-fauxtext a#search-submit {
    background: #161719;
    border-color: #3d4047;
}
#head #searchbar div#searchbar-fauxtext a#search-submit span {
    background-position: -431px -25px;
}
.results h1 strong {
    color: #76b660;
    font-weight: normal;
}
.results p#no-results strong {
    color: #8d3636;
    font-weight: normal;
}
#error {
    background-color: #161719;
    border: none;
}
#error h1 {
    color: #cd6e42;
}
.page #footer {
    border-top: none;
    margin-left: 10px;
}
#footer p#last-edit,
#footer p#last-edit b {
    color: #3d4047;
    font-weight: normal;
}
