h1, h2, h3 { font-family: Livory-Regular; }
nav        { display: block; }

.nav {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.nav, .sitemap {
    font-family: 'Livory-Regular', Georgia;
}

.nav li {
    display: inline-block;
    margin-right: 0.3em;
}

.nav li:not(:last-child):after {
    content: "\00b7";
    margin-left: 0.55em;
}

.nav li a,
.sitemap {
    color: #2e2e2e;
    text-decoration: none;
    font-size: 1.3em;
}

.nav li a:hover {
    border-bottom: 1px dotted #2e2e2e;
}

/* general formatting */
body .header,
body .footer {
    border-color: rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dotted #2e2e2e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Livory-Regular', Georgia;
    line-height: 1.2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

hr {
    border: 2px solid #f0eeec;
    border-top: none;
    border-left: none;
    border-right: none;
}

tr {
    font-size: 20px;
    line-height: 1.5em;
}

ul {
    padding: 0 0 0 1em;
    list-style-type: disc;
    line-height: 1.4em;
}

ul ul  {
    padding: 0 0 0 1.25em;
}

/* code formatting */
.highlighter-coderay pre,
pre code {
    padding: 0;
    background: none;
    border: none;
}

.content pre * {
    font-family: monospace;
}

.highlighter-coderay,
pre,
code {
    background: #f0eeec;
    padding: 0.5em;
    border: 1px solid #EAE8E5;
    border-radius: 5px;
    font-size: 20px;
}

.language-shell .code {
    background: #333;
    color: #0f0;
}

code {
    padding: 0 0.25em;
}

.widget {
    text-align: center;
}

/* banner */
.banner {
    background: #fee;
    border: 2px solid #ebb;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Livory-RegularItalic', Georgia;
    display: inline-block;
}

.banner a {
    color: #00c;
}

/* header */
.header {
    background: #f1f0ed;
    color: #2e2e2e;
    padding: 0.5em 0 1.1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
}

.header a {
    color: #2e2e2e;
}

.header h1:after {
    content: "\00a0";
}

.header h1 span {
    font-size: 0.8em;
}

.header h1,
.header h2 {
    margin: 0;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Livory-RegularItalic', Georgia;
    font-weight: 400;
}

.header h1,
.header h2,
.header .search {
    vertical-align: baseline;
    line-height: 1.45em;
}

.header .spider {
    font-family: sans-serif;
    letter-spacing: 0;
}

.header hr {
    margin: 0 0 1em 0;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    border-left: none;
    border-right: none;
}

.header .search {
    position: absolute;
    top: 0.3em;
    right: 0;
    height: 1.9em;
    font-size: 1em;
    border: 1px solid #95b87a;
    border-radius: 0.25em;
    text-indent: 0.5em;
    width: 13em;
    border: none;
}

.header .search input,
.header .search a {
    display: block;
}

.header .sitemap {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    line-height: 1.2em;
}

.nav {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.nav, .sitemap {
    font-family: 'Livory-Regular', Georgia;
}

.nav li {
    display: inline-block;
    margin-right: 0.3em;
}

.nav li:not(:last-child):after {
    content: "\00b7";
    margin-left: 0.55em;
}

.nav li a,
.sitemap {
    color: #2e2e2e;
    text-decoration: none;
    font-size: 1.3em;
}

.nav li a:hover {
    border-bottom: 1px dotted #2e2e2e;
}

.header .sitemap:hover {
    color: #2e2e2e;
    opacity: 1.0;
    text-decoration: none;
    border: none;
}
