body {
    margin: 0;
    background: #2b4428 url("background.gif");
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #1c261a;
    font-size: 16px;
}

table {
    border-collapse: collapse;
}

a {
    color: #003399;
}

a:visited {
    color: #663399;
}

a:hover {
    text-decoration: underline;
}


/* Main website box */

#page {
    width: 760px;
    margin: 25px auto;
    background: #f8f3e5;
    border: 3px ridge #8a7555;
}


/* Top title area */

#header {
    background: #44663d;
    color: white;
    text-align: center;
    padding: 24px 20px 20px;
    border-bottom: 3px solid #2f492b;
}

#header h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    letter-spacing: 1px;
    margin: 0 0 6px;
}

#header h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 12px;
    color: #e8e1d2;
}

#header p {
    font-size: 13px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d8ccb4;
}


/* Navigation */

#nav {
    background: #d8ccb4;
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #9d8d71;
}

#nav a {
    text-decoration: none;
    font-weight: bold;
    margin: 0 12px;
}


/* Page contents */

#content {
    padding: 28px;
    line-height: 1.7;
}

#content p {
    margin-bottom: 22px;
}


/* General typography */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-family: Georgia, "Times New Roman", serif;
    color: #263b22;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 12px;
}

#content h1 {
    font-size: 30px;
}

#content h2 {
    font-size: 22px;
}

#content h3 {
    font-size: 19px;
}

#content h4 {
    font-size: 17px;
}

#content h5 {
    font-size: 15px;
}

#content h6 {
    font-size: 13px;
    text-transform: uppercase;
}

#content strong {
    font-weight: bold;
}

#content em {
    font-style: italic;
}


/* Lists */

#content ul,
#content ol {
    margin: 0 0 22px 30px;
    padding: 0;
}

#content li {
    margin-bottom: 8px;
}


/* Quotes */

#content blockquote {
    margin: 20px 30px;
    padding: 10px 18px;
    border-left: 4px solid #8a7555;
    background: #eee5d3;
    font-style: italic;
}


/* Images */

#content img {
    max-width: 100%;
    height: auto;
    border: 1px solid #b5a586;
}

#content figure {
    margin: 20px 0;
}

#content figcaption {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 6px;
}


/* Tables inside content */

#content table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #b5a586;
}

#content th {
    background: #d8ccb4;
    padding: 8px;
    text-align: left;
    border: 1px solid #b5a586;
}

#content td {
    padding: 8px;
    border: 1px solid #b5a586;
}


/* Code and preformatted text */

#content code {
    font-family: "Courier New", monospace;
    background: #eee5d3;
    padding: 2px 5px;
    border: 1px solid #d1c3a6;
}

#content pre {
    background: #222;
    color: #eee;
    padding: 15px;
    overflow-x: auto;
    font-family: "Courier New", monospace;
    border: 2px solid #8a7555;
}


/* Horizontal lines */

#content hr {
    border: 0;
    border-top: 1px dashed #999;
    margin: 30px 0;
}


/* Entry date */

.date {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #999;
    padding-bottom: 8px;
    margin-bottom: 25px;
}


/* Previous / Next entry navigation */

.entry-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 25px;
    font-size: 13px;
    font-weight: bold;
}

.entry-nav a {
    text-decoration: none;
}

.entry-nav .left {
    text-align: left;
}

.entry-nav .center {
    text-align: center;
}

.entry-nav .right {
    text-align: right;
}

.entry-nav.bottom {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px dashed #999;
}


/* Archive lists */

.entry-list {
    line-height: 1.8;
}

.entry-list ul {
    margin-left: 25px;
}


/* Forms */

#content input,
#content textarea,
#content select,
#content button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#content input,
#content textarea,
#content select {
    background: #fffaf0;
    border: 1px solid #b5a586;
    padding: 6px;
}

#content button {
    background: #44663d;
    color: white;
    border: 1px solid #2f492b;
    padding: 6px 12px;
    cursor: pointer;
}


/* Footer */

.footer {
    text-align: center;
    font-size: 11px;
    color: #555;
    padding: 20px;
    background: #e4d8c3;
    border-top: 1px solid #b5a586;
}

.footer img {
    margin: 3px;
}