.navpodcast {
    background: url(../images/nav/podcast_d.jpg) top left no-repeat;
}

img.rssimage {
    opacity:0.6;
    filter:alpha(opacity=60);
    padding-bottom: 7px;
    border: 0px;
}

img.rssimage:hover {
    opacity:1.0;
    filter:alpha(opacity=100);
}


.episodelist {
    padding: 10px 0px 0px 30px;
}
.episodelist a {
    color: #ED0724;
    font-weight: 700;
}
.episodelist a:hover {
    color: #000;
    font-weight: 700;
}
.episodelist dd {
    padding: 0px 0px 5px 20px;
}

.songelementhead {
    padding-left: 10px;
    border-bottom: 1px solid #CCC;
}

.songelement {
    padding: 5px 0px 0px 5px;
}

.subscriberss {
    font-style: italic;
    padding-bottom: 7px;
}
.subscriberss img {
    padding-right: 7px;
}
