﻿a 
{
    color: #0066FF;
    text-decoration: none;
    font-size: 12px;
}
          
a:hover 
{
    color: #FFF;
    text-decoration: none;
    background-color: #8ea2c7
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px
}   
    
img 
{
    border: none;
}

#copyright-notice
{
    margin-top: 20px;
    margin-bottom: 30px 
}

#logo  
{
    background-image: url(/images/dd_logo.png);
    background-repeat: no-repeat;
    float: right;
	width: 49px;
	height: 309px;
	margin-top: -23px
}

#player  
{
    display: none;
}

#rss-btn
{
    margin-top: 35px 
}

#playlist-box
{
    width: 515px;
	background-image: url(/images/playlistbg.png);
	background-repeat: repeat;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8ea2c7;
	border-right-color: #8ea2c7;
	border-bottom-color: #8ea2c7;
	border-left-color: #8ea2c7;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 10px;
}

#playlist-title
{
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: x-large;
}

#playlist-title > a {
	font-size: 22px;
}

#playlist-header {
    background: #d4dff1;
    width: 89%;
    position: relative;
    right: 5px;
    padding: 5px;
}

#playlist-description
{
    padding-bottom: 8px;
}

#playlist-image 
{
    float: right;
    margin-left: 10px;
}

.play-btn
{
    margin-right: 6px;
    float: left
}

.playlist-item 
{
    margin-top: 14px
}

.playlist-item-title 
{
    font-weight: bold;
}

.item-description 
{

}

.item-file-link
{
}

.item-file-type
{
    font-style: italic;
}

.item-image 
{
}