/* CSS Document */

.sermonSeries {  }

	.sermonSeries h1 { padding: 0 0 25px; margin: 0 0 40px; border-bottom: 1px dotted; }
	
	.sermonSeries h2 {  margin: 0 0 10px !important;}
	
	.sermonSeries p { margin: 0 0 30px; }
	
	.sermonSeries p span { background: url(readmore-plussign.gif) right 5px no-repeat; display: inline-block; padding: 0 19px; color: #316274; text-decoration: underline; cursor: pointer; }
	.sermonSeries p span.btnSeriesReadLess { background-image: url(readmore-minussign.gif); }
	
	.sermonSeriesWeekSelector { width: 271px; height: 37px; background: url(bgWeekSelector.gif); margin: 0 0 30px; position: relative; }
	
		.sermonSeriesSelectedWeek { color: #204755; font-weight: bold; text-transform: uppercase; font-size: 16px; padding: 9px 0 0px 15px; height: 19px; overflow: hidden; }
		
		.sermonSeriesWeekSelector ul { display: none; position: absolute; margin: 0 !important; top: 37px; left: 0; width: 241px; padding: 15px; background: #fff; box-shadow: 4px 4px 4px rgba(0,0,0,0.1); }
		.sermonSeriesWeekSelector ul li { list-style: none !important; padding: 5px 0; font-size: 14px; cursor: pointer; }
		.sermonSeriesWeekSelector ul li:hover { background: #316274; color: #fff; padding: 5px; }
	
	.sermonSeriesVideoContainer { margin: 0 0 40px; }
	
		.sermonSeriesVideo { display: none; }
	
	.seriesAssetContainer { overflow: auto; }
	
		.seriesAssetContainer h2 { padding: 0 0 4px; border-bottom: 1px dotted; margin: 0 0 13px !important; font-size: 22px !important; }
		.seriesAssetContainer span { font-weight: bold; color: #40382f; }
	
		.sermonSeriesAudioContainer { width: 277px; float: left; margin: 0 45px 0 0; }
		
			.sermonSeriesAudioContainer h2 { background: url(bgSeriesAudio.gif) right 0px no-repeat; }
			
			.sermonSeriesAudio {display: none;  }
		
		.sermonSeriesNotesContainer { width: 277px; float: left; }
		
			.sermonSeriesNotesContainer h2 { background: url(bgSeriesNotes.gif) right 0px no-repeat; }
		
			.sermonSeriesNotes {display: none;  }