body{
    background: #262626;
    font-family: sans-serif;
    color: white;
}

#wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

a:active, a:visited, a:link{
    color: #00FFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

#header h1{
    font-weight: bold;
    font-size: 36px;
    color: #FFB114;
    letter-spacing: -1px;
    margin-bottom: -.9em;
}

.pipe{
    font-weight: bold;
    font-size: 50px;
    color: #1E7FFF;
    letter-spacing: -1px;
}

.pipe_small{
    font-weight: bold;
    font-size: 20px;
    color: #1E7FFF;
    letter-spacing: -1px;
}

#footer p{
    color: white;
    text-align: right;
    width: 100%;
    position: relative;
    right: -75px;
}

ul.menu {
    list-style: none;
   
}

.menu li {
    padding-right: 15px;
    float: left;
    text-align: center;
    height: 24px;
    color: #B8F500;
    font-size: 18px;
}

.menu li:hover{
    color: #3fF333;
    cursor: pointer;
}

.loading{
    position: absolute;
    background-color: #3f3f3f;
    color: white;
    font-size: 24px;
    padding: 12px;
    border: 3px solid #3DB1FF;
    position: absolute;
    top: 20%;
    left: 40%;
    display: none;
}

/* content! */

#content {
    border: 1px solid white;
    padding-left: 4em;
    width: 100%;
    padding-top: 1em;
    background: #5C5C5C;
    padding-bottom: 3em;
}

#content h1{
    padding-left: 0;
    color: #787878;
}

#content h3{
    padding-left: .5em;
}

#content p{
    padding-left: 1.5em;
    font-size: 12px;
    color: white;
    padding-right: 1.5em;
    margin-right: 5.5em;
}

img.inline{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    max-width: 80%;
}

a.doc {
    /*
    background-image: url("images/doc.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 4em;
    height: 10px;
    */
}

#rss_data td{
    background: #303030;
    border: 1px solid gray;
    padding: 3px;
    font-size: 12px;
}

#rss_data span.title{
    font-weight: bold;
    font-size: 16px;
}

#rss_data span.date{
    font-style: italic;
    font-size: 11px;
}

#rss_data a{
    color: #B8F500;
}

