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


#topButtons{
	width:980px;
	padding-right:50px;
	padding-left:50px;
}


.podcastTextCurrent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-align: left;
	position:absolute;
}

.podcastTextPrevious{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-align: right;
	position:absolute;
}

#podcastAreaCurrent{
	background-image:url(images/current_logo.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	width:300px;
	padding-left:180px;
	padding-top:32px;
	padding-bottom:20px;
	position:relative;
	
}

#podcastAreaPrevious{
	background-image:url(images/previous_logo.png);
	background-position:right 10px;
	background-repeat:no-repeat;
	width:300px;
	padding-right:180px;
	padding-top:58px;
	position:relative;
}

#downloadButtonCurrent{
	width:200px;
	padding-left:120px;

}
#downloadButtonPrevious{
width:200px;
	padding-right:120px;
}

#olderPodcastsSection{
	background-image:url(images/older_box.png);
	background-position:center;
	background-repeat:no-repeat;
	width:980px;
	height:262px;
	position:relative;
}

#olderPodcasts{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#archiveButton{
	width:150px;
	padding-left:20px;
	padding-right:20px;

}

a:link {
	color: #970000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}