* {
    margin:0;
    padding:0
}
body {
    background:#000;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#949494;
    text-align:center
}
#container {
    margin:10px 10px 10px 20px;
    text-align:left;
    width:800px
}
#tags h1 {
    color:#ddd;
    border:0;
    font-size:26px;
    line-height:23px
}
#tags p {
    margin-top:5px
}
#controls {
    background-color:#000;
    clear:right;
    height:110px;
    padding-bottom:10px;
    padding-top:10px;
    position:fixed;
    top:0;
    width:100%;
    z-index:1
}
#nowplaying {
    width:500px;
    height:100%;
    float:left;
    background-color:#000
}
#nowplaying-song {
    width:491px;
    color:#333;
    height:71px;
    margin-bottom:10px;
    float:left;
    background:url(/img/playercontrols_background.png) 0 0 no-repeat
}
#nowplaying-song p {
    margin:2px 5px 5px 10px;
    line-height:33px;
    font-size:27px
}
#volumeslider {
    float:left;
}
#tags {
    float:left;
    width:245px;
    text-align:right
}
#postlist {
    margin-top:130px;
    margin-bottom:10px
}
#footer {
    clear:both;
    margin-bottom:10px;
    text-align:left
}
a {
    color:#fff;
    text-decoration:none
}
a:hover {
    color:#cec1a9
}
p {
    line-height:18px;
    margin-bottom:9px
}
.post h1 a {
    font-family:Georgia;
    font-weight:normal;
    font-size:14px;
    line-height:18px;
    padding:0 0 9px 0;
    padding:5px;
    width:175px;
    height:50px;
    display:block
}
.transparant {
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    opacity:0.90;
    -khtml-opacity:0.90
}
.post:hover .playing:hover a a:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    -khtml-opacity:1
}
.post {
    width:185px;
    height:60px;
    float:left;
    margin-right:10px;
    background-color:#2B2825;
    margin-bottom:10px;
    position:relative;
    overflow:hidden
}
.post a {
    color:#fff;
    text-decoration:none
}
.post:hover {
    background-color:#D6156C
}
#player {
    width:1px;
    height:1px
}
.playing {
    background-color:#D6156C
}
.playing:hover {
    background-image:url(/img/stop.png)
}
.contact {
    position:absolute;
    left:485px;
    top:22px
}
.selected {
    font-weight:bold;
    color:#cec1a9
}
#filterbar {
    position:relative;
    margin:0px 10px 0px 0px;
    width:495px;
    height:31px;
    float:left
}
#filterbar li {
    width:77px;
    height:28px;
    position:absolute;
    background:url(/img/playercontrols_sprite.png) 0 0 no-repeat;
    display:block;
    list-style:none;
    margin-right:3px
}
#filterbar a {
    width:77px;
    height:28px;
    display:block;
    margin-right:3px
}
#filterbar a:hover {
}
#filterbar #filtersearch {
    left:0px;
    width:326px;
    background-position:-0px -41px
}
#filterbar #filterinput {
    background:url(/img/playercontrols_sprite.png) 0 0 no-repeat;
    background-position:-0px -41px;
    border:none;
    height:28px;
    width:295px;
    color:#CCC;
    font-size:20px;
    padding:1px 0 0 5px
}
#filterbar #filterartist {
    left:332px
}
#filterbar .filterartistnormal {
    background-position:0px -77px
}
#filterbar .filterartistdown {
    background-position:-162px -77px
}
#filterbar .filterartistup {
    background-position:-324px -77px
}
#filterbar #filterdate {
    left:415px
}
#filterbar .filterdatenormal {
    background-position:-81px -77px
}
#filterbar .filterdatedown {
    background-position:-243px -77px
}
#filterbar .filterdateup {
    background-position:-405px -77px
}
.form {
    text-align:left;
}
.form p {
    color: #000;
}
.form h1 {
    color: #000;
    margin-bottom:10px;
}
.form p {
    color: #000;
}
#share {
    float:left;
    margin-left:20px;
    margin-top:5px;
    width:40px;
}
#share img {
    border:none;
}
.shareitem {
    float:left;
    margin-bottom:10px;
}
#sharearrow {
    background-image:url("/img/share.png");
    background-position:right center;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:79px;
    width:86px;
}

