@charset "utf-8";
/* CSS Document */

.tblaudio {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.3em;
}

	.tblaudio th {
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		color: #772224;
		padding: 4px 0 7px 0;
		border-bottom: 1px dotted #dfe2e4;
	}
	
	.tblaudio td {
		padding: 7px 0 7px 0;
		border-bottom: 1px dotted #dfe2e4;
	}
	
		.tblaudio td a {
			float: right;
		}
	
		.tblaudio td.date {
			font-size: 11px;
			width: 95px;
		}
		
		.tblaudio td.bold {
			font-weight: bold;
		}
		
			.tblaudio td.bold span.tblaudio-author {
				font-weight: normal;
				font-size: 11px;
				padding-top: 2px;
				display: block;
			}
			
			.tblaudio td.bold span.tblaudio-top {
				padding-top: 5px;	
			}
			
				.tblaudio td.bold span.tblaudio-author strong {
					display: inline-block;
					width: 70px;
					font-size: 10px;
					text-transform: uppercase;
				}
		
			.tblaudio td.bold a {
				text-decoration: underline;
				float: none;
			}
	
	.tblaudio td.prev {
		border-bottom: none;
		text-align: right;
		font-size: 11px;
		padding: 4px 0 6px 0;
	}
	
		.tblaudio td a.mp3, .tblaudio td a.video, .tblaudio td a.notes, .tblaudio td a.videob, .tblaudio td a.videoa, .tblaudio td a.videoqa, .tblaudio td a.video2, .tblaudio td a.pdf {
			margin: 0 0 0 5px;
			opacity: .6;
			background-position: 50% 50%;
			width: 16px;
			height: 16px;
			padding: 0;
			text-indent: -9999px;
		}
	
		.tblaudio td a.mp3 {
			background: url(http://cdn.championforest.org/i/icons/ipod.gif) no-repeat 0 0;
		}
		
		.tblaudio td a.video, .tblaudio td a.video2 {
			background: url(http://cdn.championforest.org/i/icons/television_a.gif) no-repeat 50% 50%;
		}
		
		.tblaudio td a.videoa {
			background: url(http://cdn.championforest.org/i/icons/television_a2.png) no-repeat 50% 50%;
		}
		
		.tblaudio td a.videob {	
			background: url(http://cdn.championforest.org/i/icons/television_b2.png) no-repeat 50% 50%;
		}
		
		.tblaudio td a.videoqa {	
			background: url(http://cdn.championforest.org/i/icons/television_qa.gif) no-repeat 50% 50%;
		}
		
		.tblaudio td a.pdf {	
			background: url(http://cdn.championforest.org/i/icons/acrobat.gif) no-repeat 50% 50%;
		}
		
		.tblaudio td a.notes {
			text-indent: -9999px;
			width: 16px;
			height: 20px;
			padding: 0;
		}
		
		.tblaudio td.tbl-audio-icons {
			width: 90px;
		}
		
		.page td a.video, .page td a.videoa, .page td a.videob, .page td a.mp3, .page td a.notes, .page td a.pdf {
			clear: both !important;
			float: none !important;
			padding: 0 0 0 25px;
			display: block;
			margin: 2px 0 2px 0;
		}
		
		.page td a.mp3 {
			background: url(http://cdn.championforest.org/i/icons/ipod.gif) no-repeat 0 0;
		}
		
		.page td a.video {
			background: url(http://cdn.championforest.org/i/icons/television_a.gif) no-repeat 0 0;
		}
		
		.page td a.pdf {
			background: url(http://cdn.championforest.org/i/icons/acrobat.gif) no-repeat 0 0;
		}
		
		.page td a.videoa {
			background: url(http://cdn.championforest.org/i/icons/television_a2.png) no-repeat 0 0;
		}
		
		.page td a.videob {
			background: url(http://cdn.championforest.org/i/icons/television_b2.png) no-repeat 0 0;
		}
		
.podcast a {
	float: left;	
	margin: 0 15px 0 0;
	padding-bottom: 25px;
}

.podcast h3 {
	clear: both;	
}

#podcast {
	border: 2px solid #dedace;
	-moz-border-radius: 9px;  
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

	#podcast div.pod-item {
		float: left;
		width: 136px;
		padding: 15px 20px 15px 20px;
		text-align: center;
	}
	
		#podcast div.pod-item h4 {
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: black;
			margin: 0;
		}
		
		#podcast a {
			display: block;
			text-indent: -9999px;
			height: 67px;
			text-decoration: none;
			background: url(/i/thm/09/itunes.png) no-repeat 0 0;
			float: left;
		}
		
		#podcast div.pod-links {
			margin: 14px auto 0 auto;
			width: 94px;
		}
		
		#podcast a.itunes {
			width: 48px;
			margin-right: 9px;
		}
		
		#podcast a.xml {
			width: 37px;
			background-position: -48px 0;
		}
		
			#podcast a.itunes:hover {
				background-position: 0 -67px;	
			}
			
			#podcast a.xml:hover {
				background-position: -48px -67px;	
			}
	
	#podcast div.pod-clear {
		clear: both;
		height: 5px;
	}
