#header{

}

.stream-ad a{
	color:#efefef;
}
.stream-msg .msg a{
	color:#999;
}
li.stream-item{
    background: #272C30;
    border-bottom:1px solid #272727;
    border-top: none;
}
li.stream-song{
    background: #272C30;
}
li.stream-song .artwork{

}
li.stream-song .icon{
    color:#222;
    text-shadow:none;
}
li.stream-song .info{
    text-shadow:none;
}
li.stream-song .info .title{
    color:#ccc;
}
li.stream-song .info .artist{
    font-size:80%;
    color:#555;
}
li.stream-song .info .timestamp{
    color:#555;
    font-size:80%;
}


li.stream-msg{
}
li.stream-msg .type-icon{
    width:16px; height:16px;
    position:absolute;
    top:48px; left:42px;
    background-repeat: no-repeat;
    background-image: url(/images/social-icons.png);
}
li.stream-msg .info{
	text-shadow: none;
}
li.stream-msg .info .caption{
    font-weight:bold;
    font-size: 95%;
    color:#ccc;
}
li.stream-msg .info .msg{
    color:#ccc;
}
li.stream-msg .info .reply-to{
    font-size:80%;
    margin-bottom:5px;
    color:#777;
    padding-left:4px;
    border-left:1px solid #ccc;
}
li.stream-msg .info .reply-to .reply-content{
    line-height:1.3em;
}
li.stream-msg .info .media{
    display:block;
}
li.stream-msg .info a.voicemail{
    width:32px;
    height:32px;
    text-decoration:none;
}
li.stream-msg .info .media img{
    padding:3px;
    -webkit-box-shadow:0 0 1px #888;
}
li.stream-msg .info .media-tap img{
    -webkit-box-shadow:0 0 1px #000;
}
li.stream-msg .info .timestamp, li.stream-msg .info .network{
    color:#888;
    font-size:80%;
}
li.stream-tap{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
    background-image:-moz-linear-gradient(top, #666, #333);
    background-image:-o-linear-gradient(top, #666, #333);
    background-image: -ms-linear-gradient(top, #666, #333);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333')";
}
li.stream-tap .info,
li.stream-tap .info .timestamp,
li.stream-tap .info .caption,
li.stream-tap .info .network{
    color:#fff;
    text-shadow:none;
}

li.stream-ad{
    background:#272C30;
    text-decoration:none;
}
li.ad-tap{
    background:#fff;
}
li.stream-ad .image{
    position:absolute;
    border:3px solid #fff;
    -webkit-box-shadow:0px 0px 1px #888;
    -moz-box-shadow:0px 0px 1px #888;
    -o-box-shadow:0px 0px 1px #888;
    box-shadow:0px 0px 1px #888;
}
li.stream-ad a .info .title{
    color:#ccc;
}
li.stream-ad .info .msg{
    color:#aaa;
}