﻿/* NEW SERMON STYLES */

#sermonModule ul, #sermonModule li {color:inherit;line-height:normal;height:auto;margin:0;padding:0}

#sermonModule h1 {
	font-size: 20px;
	}

#sermonModule .mButton {
	color: #404040;
	position: relative;
	display: inline-block;
	line-height: 22px;
	font-size: 13px;
	text-shadow: 0 1px 0 #ffffff;
	padding: 0 8px;
	border: 1px solid #bbbbbb;
	margin: 8px 0;
	background: #f4f3f0;
	background: -moz-linear-gradient(top, #f4f3f0 0%, #e6e5e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f3f0), color-stop(100%,#e6e5e4));
	background: -webkit-linear-gradient(top, #f4f3f0 0%,#e6e5e4 100%);
	background: -o-linear-gradient(top, #f4f3f0 0%,#e6e5e4 100%);
	background: -ms-linear-gradient(top, #f4f3f0 0%,#e6e5e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f0', endColorstr='#e6e5e4',GradientType=0 );
	background: linear-gradient(top, #f4f3f0 0%,#e6e5e4 100%);
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	   -moz-box-shadow: inset 0 1px 0 #ffffff;
	        box-shadow: inset 0 1px 0 #ffffff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	}

#sermonModule .mButton:hover {
	color: #404040;
	background: #f8f7f4;
	background: -moz-linear-gradient(top, #f8f7f4 0%, #edeceb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f4), color-stop(100%,#edeceb));
	background: -webkit-linear-gradient(top, #f8f7f4 0%,#edeceb 100%);
	background: -o-linear-gradient(top, #f8f7f4 0%,#edeceb 100%);
	background: -ms-linear-gradient(top, #f8f7f4 0%,#edeceb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f4', endColorstr='#edeceb',GradientType=0 );
	background: linear-gradient(top, #f8f7f4 0%,#edeceb 100%);
	}

#sermonModule h1 strong {
	font-size: larger;
	text-transform: none;
	letter-spacing: normal;
	}

#sermonModule {
	color: #404040;
	}

#sermonModule .accent {
	color: #8E1C1C;
	}

#sermonModule .browseContainer {
	position: relative;
	}

#sermonModule .browseContainer .smTitle {
	float: left;
	font-style: italic;
	line-height: 26px;
	height: 26px;
	margin-right: 2px;
	}

#sermonModule .browseContainer ul.filters {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	}

#sermonModule .browseContainer ul.filters a {
	color: #404040;
	}

#sermonModule .browseContainer ul.filters li.filter {
	cursor: default;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0 8px;
	line-height: 26px;
	height: 26px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}

#sermonModule .browseContainer ul.filters li.filter.current,
#sermonModule .browseContainer ul.filters li.filter.current a.filter {
	color: #8E1C1C;
	background-color: #ededed;
	}

#sermonModule .browseContainer ul.filters li.filter a.filter img {
	vertical-align: -2px;
	margin-left: 4px;
	}

#sermonModule .browseContainer ul.filters li.filter:hover {
	display: block;
	float: left;
	background-color: #ededed;
	}

#sermonModule .browseContainer ul.filters li.hasDropdown {
	position: relative;
	padding-right: 20px;
	background-image: url(../images/dropdown-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	}

#sermonModule .browseContainer .dropdown {
	display: none;
	position: absolute;
	font-size: 11px;
	z-index: 50;
	top: 26px;
	left: 0;
	padding: 10px 0;
	min-width: 160px;
	white-space: nowrap;
	background: #ffffff;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	        box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	}

#sermonModule .browseContainer .dropdownColumns {
	top: 26px;
	left: 450px;
	margin-left: -410px;
	white-space: normal;
	}

#sermonModule .browseContainer ul.filterItems {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #cccccc;
	}

#sermonModule .browseContainer ul.filterItems:last-child {
	border-right: none;
	}

#sermonModule .browseContainer ul.filterItems li.filterItem {
	display: block;
	margin: 0;
	}
	
#sermonModule .browseContainer ul.filterItems li.filterItem.current {
	color: #8E1C1C;
	background-color: #ededed;
	}
	
#sermonModule .browseContainer ul.filterItems li.filterItem.current a {
	color: #8E1C1C;
	}

#sermonModule .browseContainer ul.filterItems li.filterItem a {
	display: block;
	padding: 5px;
	line-height: 15px;
	color: #404040;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}

#sermonModule .browseContainer ul.filterItems li.filterItem span {
	display: block;
	padding: 5px;
	line-height: 15px;
	font-weight: bold;
	}

#sermonModule .browseContainer ul.filterItems li.filterItem:not(.current) a:hover {
	background-color: #ededed;
	color: #404040;
	}
	
#sermonModule .browseContainer ul.filterItems li.filterItem:not(.current) a[disabled="disabled"] {
	color: #A6A6A6;
	}

#sermonModule .tabsContainer {
	width: 100%;
	margin: 6px 0 24px;
	background-color: #f3f3f3;
	background-image: url(../images/cccccc.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	}

#sermonModule .tabsContainer .padding {
	padding: 14px 8px 0 8px;
	}

#sermonModule .tabsContainer .tab {
	float: left;
	cursor: pointer;
	padding: 0 14px;
	margin-right: 4px;
	border: 1px solid transparent;
	line-height: 30px;
	font-size: 14px;
	color: #404040;
	background: none;
	}

#sermonModule .tabsContainer .tab.current {
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	background: #ffffff;
	}

#sermonModule .tabsContainer .tab:not(.current):hover {
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
	border-right-color: #e3e3e3;
	border-bottom-color: #cccccc;
	background: #f7f7f7;
	}

#sermonModule #people {
	}

#sermonModule .hItem {
	cursor: pointer;
	display: block;
	float: left;
	margin: 6px 10px 6px 0px;
	padding: 14px 5px 10px;
	text-align: center;
	width: 200px;
	line-height: 20px;
	}

#sermonModule .hItem:hover {
	background: #f8f8f8;
	border-bottom-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	text-decoration: none;
	padding: 12px 3px 8px;
	margin: 6px 10px 6px 0px;
	border: 2px solid #efefef;
	line-height: 20px;
	}

#sermonModule .hItem .photo {
	width: 160px;
	height: 120px;
	margin: 0 auto;
	border: 5px solid #E3E3E3;
	overflow: hidden;
	background-image: url(../images/no-photo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	}

#sermonModule .hItem:hover .photo {
	border-color: #dfdfdf;
	}

#sermonModule .hItem .photo img {
	border: none;
	}

#sermonModule .hItem .subheading {
	font-weight: normal;
	color: #404040;
	}

#sermonModule .contentContainer {
	}

#sermonModule .contentContainer .leftColumn {
	float: left;
	width: 28%;
	}

#sermonModule .contentContainer .leftColumn img {
	max-width: 100%;
	}

#sermonModule .contentContainer .leftColumn ul {
	color: #cccccc;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 15px;
	}

#sermonModule .contentContainer .leftColumn li {
	line-height: 20px;
	}

#sermonModule .contentContainer .rightColumn {
	float: left;
	width: 62%;
	padding-left: 6%;
	padding-right: 4%;
	}

#sermonModule .contentContainer .rightColumn .item {
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	}

/* END NEW SERMON STYLES */

.iconGuideElement {
	width: 100%;
	height: 25px;
	padding: 6px 0;
	}

.iconGuideElement img {
	position: relative;
	float: left;
	top: 3px;
	margin-right: 5px;
	}

.iconGuideElement div {
	position: relative;
	float: left;
	top: 5px;
	}

.buttonSubscribe {
	width: 200px;
	height: 60px;
	margin: 10px 0;
	}

.buttonSubscribe .text {
	position: relative;
	top: 16px;
	left: 60px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
	}

.buttonSubscribe strong {
	font-size: 14px;
	color: #95493d;
	}

.podcast {
	background: url(../images/buttonPodcastBG.png) 0 0 no-repeat;
	}

.rss {
	background: url(../images/buttonRssBG.png) 0 0 no-repeat;
	}


#columnRight {
	width: 83.33%;
	margin: 0 auto;
	padding: 70px 0;
	}

.selectMonth {
	float: right;
	}

.sermonElementWrapper {
	width: 100%;
	margin: 15px 0 15px 0;
	background-color: #f4f2ec;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}

.sermonElement {
	position: relative;
	padding: 20px;
	}

.sermonElement h1 strong {
	letter-spacing: .15em;
	}

.latest {
	border-bottom: none;
	margin-bottom: 40px;
	}

.sermonElementFooter {
	}

.verses {
	position: relative;
	float: left;
	margin-top: 4px;
	}

.verses img {
	position: relative;
	float: left;
	margin-right: 4px;
	}

.verses .text {
	position: relative;
	float: left;
	top: 7px;
	}

.sermonIcons {
	position: relative;
	float: right;
	width: auto;
	}
.vertRule{
	display: inline;
	float: left;
	height: 25px;
	margin: 0 6px;
	width: 2px;
	}
.sermonIcons img {
	position: relative;
	float: left;
	top: 3px;
	}
#col2-wrapper #columnRight .bg{background: #f6f4ee;}	
.sermonDescription{
	margin: 10px 0 0 0;
	padding: 12px 5px 0;
	border-top: 1px solid #DEDCD4;
	}
.sermonDescription ul{
	margin: 3px 0 0 8px;
	}
.sermonDescription ul li{
	list-style: inside;
	line-height: 20px;
	}
.sermonNotes{
	cursor: pointer;
	display: inline;
	}
.sermonIcons img {
    border: medium none;
}
.shareMenu{ position: absolute; z-index: 10; top: 27px; right: -4px; display: none; }
.shareMenu span{display: block; }
.shareIcon{ width: 38px; height: 27px; background: url(../images/dropdownSprite.png) no-repeat -38px 0; }

.shareSermon{ margin: -2px 0 0 -10px; float: left; position: relative; }
.shareSermon:hover .shareIcon{ background: url(../images/dropdownSprite.png) no-repeat 0 0; }

.shareFacebook{ width: 149px; height: 28px; background: url(../images/dropdownSprite.png) no-repeat 0 -27px; }
.shareFacebook:hover{ background: url(../images/dropdownSprite.png) no-repeat -149px -27px; }

.shareTwitter{ width: 149px; height: 26px; background: url(../images/dropdownSprite.png) no-repeat 0 -55px; }
.shareTwitter:hover{ background: url(../images/dropdownSprite.png) no-repeat -149px -55px; }

.shareEmail{ width: 149px; height: 32px; background: url(../images/dropdownSprite.png) no-repeat 0 -81px; }
.shareEmail:hover{ background: url(../images/dropdownSprite.png) no-repeat -149px -81px; }


.pnlLivestream { padding: 4px; margin-bottom: 10px; }
#livestream { position: relative; }

.streamTitle {
	text-align: center;
	font-family: 'PT Serif', Serif;
	font-weight: normal;
	font-size: 170%;
	color: #296390;
	margin-bottom: 10px;
	}

#livestream .times {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	}

.streamTitle img {
	margin-right: 5px;
	}

.status {
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	}

.status:hover, .request:hover {
	color: white;
	}

.status.ontheair {
	display: block;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: white !important;
	text-align: center;
	padding: 0 16px 0 6px;
	background-color: #633F3C;
	background-image: url(../images/arrow-live.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	}

.status.offline {
	cursor: default !important;
	display: block;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	color: white !important;
	padding: 0 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #b3b1a1;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	}
.request{
	display: block;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	color: white !important;
	padding: 0 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #122f47;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	
}

.textNoSermons {
	text-align: center;
	padding: 40px 0;
	font-size: 22px;
	font-style: italic;
	}

.actions {
	width: 300px;
	position: relative;
	background: #ffffff;
	
	padding: 10px;
	}

.actions h3 {
	color: #296390;
	margin-top: 6px;
	margin-bottom: 10px;
	}

.action {
	margin: 6px 0;
	}

.actionLabel {
	float: right;
	height: 27px;
	line-height: 27px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
	}

.actions .shadow {
	position: absolute;
	width: 193px;
	height: 17px;
	bottom: -18px;
	left: 1px;
	background: url(/pages/sermons/images/actions-shadow.png) 0 0 no-repeat;
	}