p {
    font-family: 'Merriweather', sans-serif;
    font-size:110%;
}

.recent_posts a{
    color: #3767a0;
    font-size:1.1em;
    font-family:"Trebuchet MS", Arial, "Bitstream Vera Sans", sans-serif;
}


#content h1 {
    font-family: "Bangers", sans-serif;
    color: #46749e;
}

h1#title {
    text-align:center;
    font-family: 'Snowburst One', cursive;
    color:rgb(99, 15, 21);
    font-size:300%;
}

#chatbar {
    position:fixed;
    width:100%;

    left:0;
    top:0;
    background-color: #3b3b3b;
    display:block;
    z-index: 99999;
    text-align:center;
    padding:2px;
    color:white;
    overflow-x:hidden;
    overflow-y:hidden;
}

#chatbar a {
    color:#91ddff;
}

.index_listing a {
    font-family: "Bangers", sans-serif;
    color: #46749e;
}

.index_listing h1 {
    margin-bottom:0;
}

#hiremelist li { margin:5px;}