@import url(/Artemis/static/styles/misc.css);

body {
    color: black;
    background: #e7e7e7;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 0.85em;
}

a {
    color: #2382ff;
}

a:hover {
    color: #103d77;
    text-decoration: underline;
}

blockquote {
    background: #d8d8d8;
    padding-left: 1em;
    border-left: 4px solid #79a;
    margin-left: 2em;
}

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    margin: 0;
}

h1, h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
}

p {
    margin: 0;
    margin-bottom: 1em;
    line-height: 1.45em
}

.header-outer {
    background: #011521;
}

.header {
    margin: auto;
    padding: 5px 0;
    width: 800px;
}

.header img {
    margin-left: -20px;
    border: none;
}

.nav {
    background: #d6d6d6 url(/Artemis/static/images/nav-background.png) repeat-x top left;
    border-top: 2px solid black;
    border-bottom: 1px solid #aaa;
}

.nav ul {
    display: block;
    padding: 10px 0;
    margin: auto;
    width: 800px;
    list-style: none;
}

.nav li {
    display: inline;
    padding-right: 20px;
}

.nav a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5em;
    padding: 10px;
    border: none;
    /* Why IE6? WHY? */
    text-decoration: none !important;
    color: #666;
}

.nav a:hover {
    background: transparent url(/Artemis/static/images/nav-hover-bg.png) repeat-x bottom left;
    border: none;
    border-bottom: 3px solid #02a0ff;
    color: #013554;
}

.content-outer {
    background: transparent url(/Artemis/static/images/background.png) no-repeat center -50px;
}

.content-inner {
    width: 760px;
    min-height: 250px;
    background: #f3f3f3 url(/Artemis/static/images/content-bg.png) repeat-x top left;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 20px;
    padding-bottom: 0;
    margin: 20px auto 0 auto;
}

.content {
}

.content h1 {
    color: #013554;
    margin-bottom: 0.75em;
}

.content h2 {
    margin: 0.8em 0 0.5em 0;
    border-bottom: 1px solid #888;
    color: #444;
}

.content p {
}

.footer {
    margin-top: 2em;
}

.footer .info-block {
    float: left;
    width: 380px;
    font-size: 0.75em;
    background: #222;
    margin: 0 10px;
}

.footer .info-block h1 {
    font-size: 1.5em;
    background: #333;
    padding: 10px;
    color: #15b4f9;
}

.footer .info-content {
    padding: 10px;
}

.footer .info-content p {
    line-height: 1.5em;
    margin-top: 0.5em;
}

.footer p.copyright {
    clear: left;
    font-size: 0.7em;
    text-align: center;
    color: #555;
}

table.server-list {
    width: 100%;
    border-collapse: collapse;
}

.server-list th, .server-list td {
    border: 1px solid #999;
    padding: 5px;
}

.server-list td {
    background: #eee;
}

.server-list th {
    background: #ccc;
    text-align: left;
}

.terminator {
    clear: both;
}

.posts {
    border-bottom: 1px solid #999;
}

.post-inner {
    margin-bottom: 2em;
}

.posts .even .post-inner {
}

.posts h2 {
    margin: 0;
    margin-bottom: 0.5ex;
    padding: 0;
    border: none;
    border-bottom: 1px solid #999;
}

.posts h2 a {
    color: #444;
    text-decoration: none;
}

.posts h2 a:hover {
    color: #2382ff;
    text-decoration: underline;
}

.posts .empty h2 {
    border: none;
    text-align: center;
}

.posts .post-info {
    color: #666;
    margin-bottom: 1em;
    margin-left: 1em;
    font-size: 0.8em;
}

.timeline {
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
    border: 1px solid #aaa;
    border-left: none;
    border-right: none;
    background: #ddd;
    padding: 1ex 0;

    background: #ddd url(/Artemis/static/images/timeline-bg.png) repeat-x center;
    margin: 0 -20px;
    margin-bottom: 2em;
}

.timeline .time {
    vertical-align: middle;
}

.timeline .time a {
    text-decoration: none;
}

.timeline .time a:hover {
    text-decoration: underline;
}

.timeline .smallest {
    font-size: 0.8em;
}

.timeline .small {
    font-size: 1.25em;
    margin: 0 5%;
}

.timeline .current {
    font-size: 2em;
    margin: 0 5%;
}

.single-post h1 {
    margin: 0;
}

.single-post .post-info {
    margin-left: 1em;
    color: #666;
}

.feeds {
    font-size: 0.8em;
    text-align: center;
    padding: 5px 0 0 0;
}

.feed-link {
    background: transparent url(/Artemis/static/images/feed-icon-14x14.png) no-repeat;
    padding-left: 19px;
}
