@charset "utf-8";
.podcast {
	padding: 5px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

#podcasts {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	margin-left: 40px;
}

.podcast:hover {
	background-image: url(../images/podcasts/hover_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.button  {
	float: left;
	margin-right: 10px;
}
.save { float: right; }

.title  {
	font-weight: bold;
	color: #329CCE;
	font-size: small;
	margin-bottom: 1px;
}
.information  {
	font-size: x-small;
	color: #666666;
	margin-bottom: 1px;
}
.name {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.speaker { margin-bottom: 15px; }



#contentPodcasts {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentPodcasts .content {
	background-color: #fff;
	width: 480px;
	text-align: left;
	color: #000000;
}
#subscribe {
	border: 1px solid #989898;
	width: 160px;
	padding: 5px;
	text-align: center;
}
#subscribe  .header {
	font-size: medium;
	font-weight: bold;
	color: #e33906;
}
#subscribe .subheader {
	font-style: italic;
	color: #8E8E8E;
}

#subscribe img {
	margin-top: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.title a:link { text-decoration: none; }


.title a:hover {
	text-decoration: none;
	color: #004B76;
}

