* {
    margin: 0;
    padding: 0;
}

body {
    font: arial;
    background: url(/gfx/bg.jpg) repeat top right;
}

#container {
    width: 420px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

#container.article {
    width: 630px;
}

h1, h2, h3, p {
    margin: 10px 0;
}

h1 {
    margin-top: 1em;
}

h2, h3 {
    border-bottom: 4px solid #000;
    margin-top: 2em;
}

h3 {
    border-bottom: 2px solid #000;
}

ul, ol {
    margin-left: 30px;
}

li, dt {
    margin: 10px 0;
}

dt {
    font-weight: bold;
}

code {
    background: #eee;
    font-family: monospace;
}

pre, div.code {
    background: #eee;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-family: monospace;
    white-space: pre;
    overflow: auto;
}

table {
    border-collapse: collapse;
}

table caption {
    font-size: 80%;
    margin: 2px 0;
    font-style: italic;
}

table td, table th {
    border: 1px solid #ccc;
    padding: 2px 5px;
    background: #fff;
}

p.warning {
    background: #fee;
    border: 1px solid #fcc;
    padding: 8px 12px;
    
}

section {
    width: 200px;
    float: left;
    margin: 10px 0 50px;
}

section#activity {
    margin-right: 20px;
}

section ul {
    list-style: none;
    margin: 0;
}

#activity li {
    width: 192px;
    max-height: 192px;
    overflow: hidden;
    margin: 0;
    background: url(/gfx/map.png) no-repeat center center;
}

#activity div {
    padding: 4px;
}

#activity div.img {
    width: 10000px;
    padding: 0;
    margin-left: -4904px;
    border: none;
}

#activity a {
    text-shadow: 0 0 2px #fff;
}

#activity img {
    display: block;
    margin: auto auto;
}

a.atom {
    display: block;
    margin: 5px 0;
    font-size: 80%;
    text-align: right;
    width: 100%;
}

footer {
    clear: both;
    margin-top: 50px;
    border-top: 4px solid #000;
    padding: 10px 0 50px;
    font-size: 80%;
    text-align: center;
}

