body {
    padding: 0;
    margin: 0;
    background: #000 url('http://static.totaltrash.org/images/trashsmall.jpg') fixed no-repeat top center;
    color: white;
    font-family: sans-serif;
}

h2 {
    text-align: center;
}

h4.faq {
    /* border-left: 1px solid #004422; */
    border-left: 4px solid #004444;
    /* padding-bottom: 2px; */
    padding-left: 4px;
}

.full_underline {
    border-bottom: 2px solid white;
}

.mono {
    font-family: monospace;
    color: #11CC11;
}

.lefted {
    text-align: left;
}

.centered {
    text-align: center;
}

.righted {
    text-align: right;
}

.white {
    color: white;
}

.black {
    color: black;
}

.panel {
    background: rgba(0, 0, 0, .6);
}

a {
    color: #5599FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    width: 98%;
}

a.mainlink {
    color: black;
    text-decoration: none;
}

a.mainlink:hover {
    color: white;
    text-decoration: underline;
}

button {
    font-size: .8em;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
}

pre {
    color: green;
    background-color: black;
    width: 54em;
    padding: 1em;
    margin-left: 3em;
    font-weight: bold;
    font-size: 1.1em;
}

#irc {
    position: relative;
    color: white;
    background-color: transparent;
    margin-bottom: 10px;
    max-width: 45em;
    padding: 5px;
    left: -50px;
    font-family: monospace;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

textarea {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 5px;
}

div#contents {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    min-height: 200px;
    min-width: 940px;
    max-width: 940px;
}

p#totaltrash_header {
    float: left;
    top: -20px;
    left: 0px;
    padding-left: 20px;
    color: black;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
}

p#header {
    width: 470px;
    margin-left: 470px;
    font-size: x-large;
    color: black;
    text-align: center;
    margin-bottom: 25px;
}

div#totaltrash {
    font-size: 200px;
    padding-top: 50px;
    padding-left: 70px;
    padding-bottom: 70px;
}

div#info {
    padding: 2em;
}

div#info p {
    margin-left: 1em;
}

div#sidebar {
    position: relative;
    display: inline-block;
    float: left;
    width: 210px;
    margin: 0px;
    margin-right: 5px;
    padding: .5em;
}

div#sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 3px;
}

div#sidebar ul li {
    margin: 0px;
    padding: 0px;
}

div#sidebar ul li#current_section {
    margin: 3px;
    padding 3px;
    border-left: 4px solid #5588FF;
    padding-left: 6px;
    background: rgba(255, 255, 255 .2);
}

div#sidebar ul li a, div#sidebar ul li a:visited, div#sidebar ul li a:hover {
    display: block;
    text-decoration: none;
    margin: 0px;
    padding: 3px;
    color: white;
}

div#sidebar ul li a:hover {
    background: rgba(255, 255, 255, .2);
}

div#eternity {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 640px;
}

div#eternity p {
    margin-left: 1em;
}

div#eternity ul {
    list-style-type: square;
}


