body {
    color: #CCCCCC;
    background: #505050 url(img/black-body.jpg) repeat-x fixed;
}

#wrapper,
#serendipityLeftSideBar,
#serendipityRightSideBar,
#content {
    background-color: #000000;
}

#sitenav {
    background: #fff url('img/black_nav.png') top left;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #000000;
}

#sitenav ul a {
    background: #fff url('img/black_nav.png') top left;
    border-right: 1px solid #333333;
    color: #FFFFFF!important;
}

#sitenav ul li a:hover,
#sitenav .currentpage a {
    background: #333333 url('img/black_nav.png') bottom left;
}


#content {
    color: #FFCC00;
    padding-top: 15px;
}

#content img{border:0}

.serendipitySideBarTitle{
    background: none;
    border:0;
    color: #FFCC00;
}

.serendipitySideBarContent {
    background:none;
    border: 0;
}

a,
a:link,
a:visited {
    color: #FF00FF;
}

#footer {
    color: #000000;
}


/* Trevor edits */
#serendipity_banner { height: 70px; }

/* now playing */
#now_playing {
    border:1px solid #000000;
    /*width: 80%;*/
    margin:0 auto;
    padding: 0;
    background-color: #000000;
}

#now_playing .sidetitle {
    padding: 5px 0;
    text-align:center;
    background-color: #000000;
    margin:2px;
    font-weight: bold;
}

#now_playing img{
    border:0
}

#now_playing .side-album-image{
    float:left;
    margin:10px;
}

#now_playing .side-album-meta{
    padding-top:10px
}