html, body { height: 100%;}
body {
    background: #000000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f1f0f0;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: orange;
}

a:hover {
    color: red;
}

.sitename {
    margin-left: 25px;
}

.sitename a {
    color: silver;
}

.sitename h2 {
    font-size: .7em;
    margin-left: 3px;
}

.container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header, .contentouter {
    width: 920px;
    background: #232323;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-bottom {
    background: #2C3845;
    height: 30px;
}

.menu {
    margin-left: 50px;
    margin-top: 5px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 0.8em;
}

.title, .centered {
    text-align: center;
}

.linksitem {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

.center_outer {
    position: relative;
    float: right;
    right: 50%;
}

.center_inner {
    position: relative;
    float: right;
    right: -50%;
}

.clear {
    clear:both;
}

.content {
    padding: 25px;
}

.content h1 {
    font-size: 1.5em;
}

.content h2 {
    font-size: 1.1em;
}

.content h3 {
    font-size: 0.9em;
    font-style: italic;
}

.content table td {
    padding-right: 30px;
}

.content pre {
    font-size: 0.9em;
    color: lime;
}

.content img {
    border: 0;
    padding: 20px;
}
/* Syntax Highlighing */
.Identifier { color: #00ffff; font-weight: bold; }
.Constant   { color: #ff40ff; font-weight: bold; }
.Special    { color: #ff6060; font-weight: bold; }
.Statement  { color: #ffff00; font-weight: bold; }
.Type       { color: orange;  font-weight: bold; }
.Comment    { color: #00ffff; font-weight: bold; }

