
/* player and playlist go side by side */
#player, div.playlist {
    float:left;        
    margin-right:20px; 
}

div.playlist {
    width:150px;        
}

/* player dimensions */
#player, #player img {
    display:block;                
    width:400px;
    height:300px;
    border:0px;        
}

/* play button on top of splash image */
div.play {
    background:url(../images/play.png) no-repeat;
    width:50px;
    height:50px;
    position:relative;
    top:-140px;
    left:125px;    
    opacity:0.9;
    margin-bottom:-50px;
}

div.play:hover {
    opacity:1.0;        
}


/* item stages: normal, hover, playing, paused */
div.items a:hover {
    background-position:0 -68px;    
}

div.items a.playing, div.items a.paused {
    color:#000;    
}

div.items a.playing {
    background-position:0 -136px;        
}

div.items a.paused {
    background-position:0 -68px;    
}


/* small navigational dots */
div.navi {
    width:60px;    
    float:left;
    margin:10px 0 0 50px;
    height:11px;
    overflow:hidden;
}

.box {
    border:1px solid #CCD6E7;
    padding:10px;
}

#vidbar h4{
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    text-decoration: none;
}
.typography #vidbar #morevids li{
    padding:0;
}
.typography #vidbar #morevids li a{
    color: #000;
}
#radiobar h4{
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    text-decoration: none;
}
.typography #radiobar #moreradio li{
    padding:0;
}
.typography #radiobar #moreradio li a{
    color: #000;
} 

.main .typography #box-youtube{
    margin-top:10px;
    background-color: #ffffff;
    width: 600px;
}
#box-youtube img {
    float:left;
    margin-bottom:20px;
    margin-right:10px;
}

#box-youtube input {
    width:360px;
}

div.navi span {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(../images/dots.png) 0px 0px no-repeat;        
    cursor:pointer;
}

div.navi span:hover {
    background-position:0 -8px;        
}

div.navi span.active {
    background-position:0 -16px;
    cursor:default;
}
/* player and playlist go side by side */
#player, #playlist {
    float:left;        
    margin-right:20px; 
}

/* player dimensions */
#player, #player img {
    display:block;                
    width:600px;
    height:500px;
    border:0px;
    margin:10px 0 10px 0;
    border: 0px solid #000;
    padding:10px;        
}

#playlist {
    width:150px;        
}


/* overlay play button */
div.play {
    background:url(../images/play.png) no-repeat;
    width:50px;
    height:50px;
    position:relative;
    top:-140px;
    left:125px;    
    opacity:0.9;
    margin-bottom:-50px;
}

div.play:hover {
    opacity:1.0;        
}


/* playlist entry */
#playlist a {
    padding-top:20px;
    width:150px;
    height:68px;
    display:block;
    text-decoration:none;
}

#playlist p {
    font-size:11px;
    width:130px;
    padding:8px 0 0 12px;
    margin:0px;        
}

#playlist p.time {
    padding-top:0px;
    color:#777;
    margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
    background-position:0 -68px;    
}

#playlist a.playing, #playlist a.paused {
    color:#000;    
}

#playlist a.playing {
    background-position:0 -136px;        
}

#playlist a.paused {
    background-position:0 -68px;    
}
.main {
    padding-right: 5px;
}