@font-face {
    font-family: 'DotGothic16';
    src: url('http://old.azqu.org/DotGothic16.eot');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'DotGothic16', monospace, "Courier New", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
    padding: 35px 15px 70px 15px;
    text-align: center;
}

/* 3. header and navigation (best viewed on 4:3 and 5:4 resolutions) */
#nav-wrapper {
    width: 940px;
    margin: 0 auto 35px auto;
    text-align: center;
}

#nav {
    font-family: "Times New Roman", Times, serif;
    font-size: 27px; /* proportional scale */
    letter-spacing: 2px;
    margin-bottom: 20px;
    white-space: nowrap;
}

#nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 14px;
    display: inline-block;
}

#nav a:hover, #nav a.active {
    text-decoration: underline;
}

.nav-divider {
    border: 0;
    border-top: 1px solid #ffffff;
    height: 1px;
    color: #ffffff; /* Fixes IE6 hr 3D bevel quirk */
    width: 880px;
    margin: 0 auto;
}

/* page titles */
.big-title {
    font-family: 'DotGothic16', monospace, "Courier New", Tahoma, sans-serif;
    font-size: 64px;
    font-weight: normal;
    letter-spacing: 6px;
    margin: 40px 0 45px 0;
    text-align: center;
    display: inline-block;
    height: 75px;
    line-height: 75px;
}

/* main content */
#content-container {
    width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
}

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

.archive-section {
    margin-top: 45px;
}

.lowered-section {
    margin-top: 55px;
}

.maretu-section {
    margin-top: 50px;
}

/* journal entries */
.journal-entry {
    margin: 35px auto;
    text-align: left;
    width: 760px;
}

.journal-header {
    border-bottom: 1px dashed #444444;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.journal-date {
    font-size: 11px;
    color: #888888;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.journal-title {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
}

.journal-body {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
}

.journal-divider {
    border: none;
    border-top: 1px dashed #333333;
    width: 50%;
    margin: 35px auto;
}

/* 7. respect page */
.category-title {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 40px 0 15px 0;
    text-decoration: underline;
    font-weight: normal;
    text-align: center;
}

table.names-table {
    width: 760px;
    margin: 0 auto 20px auto;
    border-collapse: collapse;
}

table.names-table td {
    width: 33%;
    vertical-align: top;
    text-align: center;
    line-height: 2.1;
    font-size: 14px;
    letter-spacing: 1px;
}

.special-thanks {
    margin-top: 55px;
    margin-bottom: 25px;
    text-align: center;
}

/* 8. azqupai image */
.pixel-banner {
    margin: 55px auto 25px auto;
    text-align: center;
}

.pixel-banner img {
    border: 1px solid #333333;
    padding: 6px;
    background-color: #0a0a0a;
    height: auto;
}

/* 9. global links and also static footer */
a {
    color: #ffffff;
}

#footer {
    margin-top: 75px;
    font-size: 11px;
    color: #888888;
    letter-spacing: 1px;
    text-align: center;
}

#footer p {
    margin: 6px 0;
}
