body {
    font-size: 12px;
    font-family: Roboto, HelveticaNeue, 'Helvetica Light', Arial, sans-serif;
    margin: 0;
}
a { text-decoration: none }
a img { border: 0 }
h2 {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.clear {
    clear: both;
    height: 0;
}
.darkgrey { color: #ababab }
.grey { color: #333 }
.left { float: left }
.line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 20px 0 20px 0;
}
.nomargin { margin: 0 }
.right { float: right }

#player {
    border: 1px solid #222;
    border-bottom-width: 0;
    background: black;
    color: #fff;
    text-align: center;
}
#details { margin: 20px 15px 0 15px }
#title {
    font-size: 140%;
    font-weight: bold;
    margin: 4px 0 4px 0;
}
#title a:hover { text-decoration: underline !important }
#byline { font-size: 90% }
#photo {
    border: 1px solid #ddd;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}
#desc {
    font-size: 110%;
    line-height: 20px;
    margin-top: 15px;
    overflow: hidden;
}
#showmore,#loadmore {
    color: #7e7e7e !important;
    background-color: #eaebf0;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 3px;
}
#loadmore {
    padding: 10px 20px;
}
#showmore:hover,#loadmore:hover { text-decoration: underline }
#moreinfo {
    background-color: #eaebf0;
    color: #7e7e7e !important ;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 5px;
    white-space: pre;
}
#moreinfo:hover { text-decoration: underline }

#playlists { margin-top: 20px }
#playlists a {
    color: #949494;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}
#playlists a:hover {
    color: #000;
    text-decoration: none !important;
}
#playlists a.active {
    border-bottom: 5px solid #000;
    color: #000;
    padding-bottom: 4px;
}
.item { margin-bottom: 0 }
#playlist #container { margin: 0 auto }

.lf_comment_count,.lf_listener_count {
    font-size: 100% !important;
    font-weight: normal !important;
}
