@charset "utf-8";
/* CSS Document */

#podcastsIntro {
	width: 445px;
	height: 103px;
	padding: 35px 125px 0px 10px;
	background: url(../podcasts/graphics/introbg.jpg) no-repeat top left;
}

#podcastThumb {
	border: #000000 1px solid;
	margin: 0px 5px 5px 0px;
	float: left;
}

.podcastTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #8f6944;
}

#podcastsInfoBar {
	margin-top: 5px;
	width: 560px;
	height: 22px;
	padding-left: 10px;
	line-height: 22px;
	background: url(../podcasts/graphics/infobar.jpg) no-repeat top left;
}

#podcastsSubscribe {	
	width: 560px;
	padding: 10px 10px 10px 10px;
	background: url(../podcasts/graphics/subscribebg.jpg) repeat-y top left;
}

#podcastsSubscribe h1 {
	color: #8f6944;
	margin-bottom: 5px;	
}

#podcastsSubscribe input {
	background: url(../podcasts/graphics/inputbg.jpg) repeat-x top left;
	border: #a27b59 1px solid;
	text-align: center;
	width: 400px;
	height: 22px;
	line-height: 22px;
	float: left;
}

.podcastsHelpBox {
	width: 253px;
	min-height: 130px;
	border: #a27b59 1px solid; 
	float: left;
	background: #fcf7e4;
	margin-top: 10px;
	padding: 10px;
}

.podcastsHelpBox2 {
	width: 253px;
	border: #a27b59 1px solid; 
	float: left;
	background: #fcf7e4;
	padding: 10px;
	margin-bottom: 10px;
}

.brownFade {
	width: 125px;
	height: 26px;
	line-height: 26px;
	background: url(../podcasts/graphics/brownfade.jpg) repeat-y top left;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	text-align: right;
	padding-right: 5px;
}

.linkBox {
	background: url(../podcasts/graphics/inputbg.jpg) repeat-x top left;
	border: #a27b59 1px solid;
	text-align: center;
	width: 402px;
	height: 24px;
	line-height: 24px;
	float: left;
}	