body {
    background: #1a1a1a url(/assets/bg.png) repeat;
    color: white;
    font-family: Helvetica Neue Light,HelveticaNeue-Light,Helvetica Neue,Calibri,Cambria,Arial,Helvetica,sans-serif;
    font-size: 1.0em;
    line-height: 1.5em;
}
h1,h2,h3,h4,h5 {
    color: yellow;
}
li {
    color: white;
}
hr {
    color: #676;
    background-color: #676;
}
strong {
    color: #ffc;
}
a, a:visited {
    color: #9fb;
    text-decoration: none;
}
a:active {
    color: #9fb;
    text-decoration: none;
}
a:hover {
    color: #9fb;
    text-decoration: underline;
}

textarea {
    width: 550px;
    height: 140px;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background-color: #333;
    border:1px solid #444;
    color: white;
}
h1 {
    color: #8fa;
    font-size: 1.8em;
}
h2 {
    color: #89e;
    font-size: 1.1em;
}


/* header */
div#header {
    margin-bottom: 1.5em;
}
div#header h1 {
    margin: 0;
    padding: 0;
}
div#header h2 {
    margin: 0;
    padding: 0;
}

/* sidebar */
div#sidebar a, div#sidebar a:visited {
    display: block;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.9em;
    text-decoration: none;
    padding-left: 2ex;
    margin-right: 2ex;

    background-color: #333;
    color: white;
    text-shadow: 0 2px 3px #666;
}
div#sidebar a:hover, div#sidebar a:active, div#sidebar a.active {
    background-color: #aaa;
    color: black;
    text-shadow: 0 2px 3px #777;
}


/* content */
div#main p {
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 0.5em 0 1.0em;
}

div#main h2 a {
    display: block;
    margin-top: 1.5em;
    color: #89e;
}

div#main ul li {
    margin-bottom: 0.5em;
}

/* footer */
div#footer {
    text-align: center;
    font-size: 0.85em;
}
