/* deepwebleaks.org — stylesheet */
/* Built for 800x600. No frills. */

body {
    background-color: #0d0d0d;
    color: #cccccc;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

a {
    color: #66aaff;
    text-decoration: underline;
}

a:visited {
    color: #9966cc;
}

a:hover {
    color: #ffffff;
}

/* ---- Layout ---- */

#wrapper {
    width: 760px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* ---- Header ---- */

#header {
    border-bottom: 2px solid #444444;
    padding: 12px 0 10px 0;
    margin-bottom: 16px;
}

#site-title {
    font-family: "Courier New", Courier, monospace;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

#site-title:visited {
    color: #ffffff;
}

#tagline {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #888888;
    margin-top: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header-links {
    float: right;
    font-size: 11px;
    padding-top: 6px;
    font-family: "Courier New", Courier, monospace;
}

#header-links a {
    color: #ff6666;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Nav ---- */

#nav {
    background-color: #1a1a1a;
    border: 1px solid #333333;
    padding: 6px 10px;
    margin-bottom: 18px;
    font-size: 12px;
    font-family: "Courier New", Courier, monospace;
}

#nav a {
    margin-right: 18px;
    color: #aaaaaa;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

#nav a:hover {
    color: #ffffff;
}

/* ---- Main content ---- */

#main {
    float: left;
    width: 510px;
}

#sidebar {
    float: right;
    width: 200px;
    font-size: 12px;
}

.clearfix {
    clear: both;
}

/* ---- Article list ---- */

.article-entry {
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.article-entry h3 {
    margin: 0 0 4px 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    font-weight: bold;
}

.article-entry h3 a {
    color: #dddddd;
    text-decoration: none;
}

.article-entry h3 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.article-entry .meta {
    font-size: 11px;
    color: #666666;
    font-family: "Courier New", Courier, monospace;
    margin-bottom: 5px;
}

.article-entry p {
    margin: 0;
    color: #aaaaaa;
    line-height: 1.5;
}

.tag {
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
    background-color: #1a1a1a;
    border: 1px solid #444444;
    color: #888888;
    padding: 1px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 4px;
}

.tag-red {
    border-color: #882222;
    color: #cc4444;
}

/* ---- Section headings ---- */

h2 {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
    margin-bottom: 14px;
}

/* ---- Article page ---- */

.article-header {
    margin-bottom: 20px;
}

.article-header h1 {
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.article-header .article-meta {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #666666;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    padding: 6px 0;
    margin-top: 8px;
}

.article-body p {
    line-height: 1.7;
    margin-bottom: 14px;
    color: #cccccc;
}

.article-body .lede {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    color: #dddddd;
    border-left: 3px solid #444444;
    padding-left: 12px;
    margin-bottom: 18px;
    line-height: 1.7;
}

.source-note {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #666666;
    background-color: #111111;
    border: 1px solid #2a2a2a;
    padding: 8px 12px;
    margin: 16px 0;
}

.source-note a {
    color: #555555;
    font-size: 11px;
}

.mirror-notice {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #888888;
    border-top: 1px solid #2a2a2a;
    padding-top: 10px;
    margin-top: 20px;
    font-style: italic;
}

/* ---- Submit form ---- */

.submit-section {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    padding: 14px 16px;
    margin-top: 4px;
}

.submit-section p {
    color: #aaaaaa;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.submit-section .warning {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #888888;
    border-left: 2px solid #444444;
    padding-left: 10px;
    margin-top: 10px;
}

.form-row {
    margin-bottom: 10px;
}

.form-row label {
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.form-row input[type="text"],
.form-row textarea {
    background-color: #1a1a1a;
    border: 1px solid #333333;
    color: #cccccc;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    padding: 5px 7px;
    width: 90%;
}

.form-row textarea {
    height: 80px;
    resize: vertical;
}

.form-row input[type="submit"] {
    background-color: #1a1a1a;
    border: 1px solid #555555;
    color: #aaaaaa;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    padding: 5px 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.form-row input[type="submit"]:hover {
    background-color: #2a2a2a;
    color: #ffffff;
}

/* ---- Sidebar ---- */

.sidebar-box {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    padding: 10px 12px;
    margin-bottom: 16px;
}

.sidebar-box h4 {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666666;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 6px;
}

.sidebar-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-box ul li {
    border-bottom: 1px solid #1a1a1a;
    padding: 5px 0;
    font-size: 11px;
    color: #888888;
    line-height: 1.4;
}

.sidebar-box ul li:last-child {
    border-bottom: none;
}

.sidebar-box ul li a {
    color: #6699cc;
    font-size: 11px;
}

.status-indicator {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #449944;
}

/* ---- Footer ---- */

#footer {
    border-top: 1px solid #2a2a2a;
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 20px;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #555555;
    text-align: center;
}

#footer a {
    color: #555555;
}

.page-counter {
    margin-top: 6px;
    font-size: 10px;
    color: #444444;
}
