/* Global CSS rules for Radio 
 *
 * Single source for css rules that apply to all radio web sites. (For mobile sites, use radioglobal-mobile.css)
 * 
 * Class attributes have been added to the body tag, with class="blogdirectory". This means exceptions can be made like so:
 * #buynow { font-size: 20px; }
 * .dnto #buynow, .ideas #buynow { display:none; }  
 * 
 * .cclistenpopup rules need !important because rule is loaded from a content connector stylesheet AFTER THE TEMPLATE LOADS, so it overrides template styles. 
 * 
 */
 
.cclistenpopup {
	margin: 7px 0 0 0 !important;
}

.cclistenpopup a {
	color: #37497C !important;	
}

#page_podcasts .podcastinfo {
	width: 380px;
	margin-left: 240px;
}
