@charset "UTF-8";
/* CSS Document */

#podcasts {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:white;
	width: 465px;
	position: absolute;
	top: 194px;
	left: 212px;
	z-index: 1;
}

#youtube {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:white;
	width: 465px;
	position: absolute;
	top: 390px;
	left: 212px;
	z-index: 1;
}
#tv {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:white;
	width: 465px;
	position: absolute;
	top: 461px;
	left: 213px;
	z-index: 1;
}

#podcasts #subscribe, 
#podcasts #listen,
#youtube #watch,
#tv #watch
{
	margin-left:10px;
}

#podcasts ul {
	margin-top:-10px;
}

#podcasts a, #youtube a, #tv a {
	font-weight:bold;
	color:white;
}

#podcasts h3, #youtube h3, #tv h3 {
	margin-bottom:-5px;
	margin-top:-15px;
}
