/* podcast.css */


/* mini-player */
div#podcast_player {
	width: 230px;
	height: 50px;
	
	background-image: url(/_img/podcast_player.png);
	background-repeat: no-repeat;
	
	margin: 0 0 0 0;
	padding: 5px;
	
	overflow: hidden;
}
div#podcast_player #podcast_name {
	font-style: italic;
	color: #ffffff;
	
	position: relative;
	left: 5px;
}
div#podcast_player #podcast_audio {
	position: relative;
	top: 3px;
}


/* resources */
p#resources a {
	display: block;
	
	padding: 2px 5px;
	
	border: 0 none;
	
	background-color: transparent;
}
p#resources a:hover {
	background-color: #ffffff;
}


