/* @override 
	http://www.mission68.org/_css/media.css
	http://mission68.org/_css/media.css
*/

/* @group Sermon List */

.sermonbox{
   width: 412px;
   float: left;
   clear: both;
   margin-bottom: 30px;
}
#content .post .sermonbox {
	margin-bottom: 15px;
}

.sermonbox .sermon-meta{
   float: left;
   display: inline;
   width: 280px;
}

.sermonbox .series-thumb img {
	width: 60px;
	height: 37px;
	float: left !important;
	margin: 0 !important;
	padding-bottom: 15px !important;
	margin-right: 10px !important;
	padding-right: 5px;
	display: block;
	border-right: 1px dotted #b7b6ad;
}

.sermonbox .series-image img {
	width: 410px;
	margin: 0 !important;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	margin-bottom: 25px;
}

div.series-summary {
	border-bottom: 1px dotted #b7b6ad;
	margin-bottom: 1em;
}

#content .sermonbox h4 {
	font-size:1.6em !important;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0 !important;
	margin-bottom: 3px;
}
 
#content .sermonbox h4 a {
 	color: #3e4346;  
 	text-decoration: none;
}

#content .sermonbox h4 a:hover{
	color:#00a6c8 !important;
	text-decoration: underline !important;
}

#content .sermonbox p {
   font-style: italic;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #95958d !important;
   margin: 0 !important;
}

#content .sermonbox p.sermon-source,
#content .sermonbox .sermon-meta p {
   color: #818181;
   font-size: 11px;
}

#content .sermonbox p.series-passage,
div.series-passage a {
	font-style: italic;
	background: url(/_img/mini-mag.png) no-repeat 0px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 13px;
	font-size: 12px;
	text-decoration: none !important;
}
div.series-passage a:hover {
	text-decoration: underline !important;
}

#content .sermonbox p a{
   line-height: 1.5em;
   text-decoration:none;
   color: #00a6c8;
}
#content .sermonbox p a:hover{
   text-decoration: underline;
   color: #00a6c8;
}
#content .sermonbox p.serieslink{
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
#content .sermonbox ul.media-links{
   float: right;
   margin: 0;
}
#content .post .sermonbox ul {
	background: #f1f8ff;
	border: 1px solid #c3d4d5;
	padding: 10px 20px;
	width: auto;
	color: #65645e;
	float: left;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#content .media-links li{
   float: left;
   display: inline;
}

.media-links li.sl_listen a,
.media-links li.al_listen a,
#content .post .sermonbox .media-links li.al_listen a {
   background: url(/_img/_btn/media-buttons.png) no-repeat left top;
   display: block;
   width: 31px;
   height: 22px;
   margin: 0;
   padding: 0;
}

.media-links li.sl_listen a:hover,
.media-links li.al_listen a:hover,
#content .post .sermonbox .media-links li.al_listen a:hover {
	background: url(/_img/_btn/media-buttons.png) no-repeat left bottom;
}

.media-links li.sl_download a,
#content .post .sermonbox .media-links li.sl_download a {
   background: url(/_img/_btn/media-buttons.png) no-repeat right top;
   display: block;
   width: 29px;
   height: 22px;
   margin: 0;
   padding: 0;
}

.media-links li.sl_download a:hover,
#content .post .sermonbox .media-links li.sl_download a:hover{
	background: url(/_img/_btn/media-buttons.png) no-repeat right bottom;
}
.media-links li.sl_notes a,
#content .post .sermonbox .media-links li.sl_notes a {
   background: url(/_img/_btn/media-buttons.png) no-repeat -57px top;
   display: block;
   width: 26px;
   height: 22px;
   margin: 0;
   padding: 0;
}

.media-links li.sl_notes a:hover,
#content .post .sermonbox .media-links li.sl_notes a:hover {
	background: url(/_img/_btn/media-buttons.png) no-repeat -57px bottom;
}

.media-links li.sl_video a,
#content .post .sermonbox .media-links li.sl_video a,
.media-links li.sl_watch-video a{
   background: url(/_img/_btn/media-buttons.png) no-repeat -31px top;
   display: block;
   width: 26px;
   height: 22px;
   margin: 0;
   padding: 0;
}
.media-links li.sl_video a:hover,
#content .post .sermonbox .media-links li.sl_video a:hover,
.media-links li.sl_watch-video a:hover {
	background: url(/_img/_btn/media-buttons.png) no-repeat -31px bottom;
}

.media-links li a{
   display: block;
   height: 22px;
   width: 29px;
   text-indent: -9999px;
}

#content .sermonbox ul.share-links{
   clear: both;
   border-top: 1px dotted #B7B6AD;
   float: left;
   padding: 0;
   margin: 10px 0 0;
   padding-top: 5px;
   width: 100%;
   background: url(/_img/media-list-bg.png) no-repeat top;
}

#content .sermonbox ul.share-links li{
   float: left;
}

#content .sermonbox ul.share-links li a{
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
   color: #00a6c8 !important;
   padding: 0 10px;
   background: url(/_img/secondary-divider.gif) no-repeat right 2px;
}

#content .sermonbox ul.share-links li.last a{
   background: none;
}

#content .sermonbox ul.share-links li.first a{
   padding-left: 0;
}

#content .sermonbox ul.share-links li a:hover{
   color: #2a2b2d !important;
   text-decoration:underline;
}

/* @end  */

/* @group Sermon Sidebar */

#sorting h4{
   font-size: 1.2em;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 10px;
}

#sorting select{
   margin-bottom: 4px;
   width: 200px;
}

#sorting p{
   font-size: 1.2em;
   margin-top: 5px;
}

#sorting p a{
   color: #fff;
}

#sorting p a:hover{
   text-decoration: underline;
}
#sorting p.all{
	margin-bottom: 25px;
}

/* @end  */

/* @group Pagination */

#sermon-content h4{
   font-size: 1.3em;
   margin-bottom: .5em;
   margin-top: 0;
}

.pagination,
.post-pagination{
   float: left;
   	margin:0;
	height:18px;
	margin-bottom: 25px;
	padding-bottom:10px;
	border-bottom:dotted 1px #b7b6ad;
	width: 100%;
}

.pagination-inner{
   	background:url('/_img/paginate.png') no-repeat right top;
   	float: right;
   	height: 18px;
}

.pagination span,
.post-pagination span{
   	display:block;
	float:left;
	font-size:12px;
	color:#8a8982;
	width:auto;
	padding-right:6px;
	padding-top:4px;
}

p#pagination	{
	float:left;
	margin:0;
	position:relative;
	padding-right:56px;
}

#pagination a {
	display:block;
	font-size:12px;
	float:left;
	width:16px;
	height:15px;
	text-align:center;
	background:#eeeeed;
	margin-right:3px;
	color:#8a8982;
	padding-top:2px;
	text-decoration: none;
}

#pagination a:hover {
	background: #53595d;
	text-decoration: none;
	color: #fff;
}

#pagination a#current {
	background:#84a02f;
	color:#fff;
}  

#pagination a#next, #pagination a#off, #pagination a#previous {
	display:block;
	width:21px;
	height:18px;
	background:url('/_img/paginate.png') no-repeat;
	text-indent:-999em;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	overflow:hidden;
}

#pagination a#previous	{ background-position:left bottom; right:23px; }
#pagination a#next		{ background-position:right bottom; right:0; }
#pagination a#off		{ display:none; }
#pagination a:focus		{ outline:none; }

/* @end  */

/* @group Featured Area */

#featured-inner{
   background: #282b2d url(/_img/footer-burst.png) no-repeat center top;  
}

/*#media-archive-page #featured-inner {
   background: #282b2d url(/_img/_featured/featured-archive-color.jpg) no-repeat center top;
} */

/* @end  */

/* @group Sermon Detail */

#sermon-comments{
   clear: left;
}

#sermon-comments h4{
   margin-bottom: 1em;
}

#sermon-comments form h4{
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: .5em;
}

#sermon-comments textarea{
   width: 300px;
   height: 100px;
   margin-bottom: 5px;
}

#content .comment p.comment-name{
   color: #b7b6ad;
   border-bottom: 1px dotted #B7B6AD;
   margin-bottom: .25em;
}

.comment{
   margin-bottom: 20px;
}

.comment-text{
   margin-bottom: 1em;
   color: #64635d;
   font-size: 1.15em;
   line-height: 1.3;
}

p.comment-thanks{
   font-style: italic;
}

#sermon-detail .text{
   clear: left;
   margin-bottom: 1em;
   color: #64635d;
   font-size: 1.3em;
   line-height: 1.4;
   border-bottom: 1px dotted #b7b6ad;
   padding-bottom:1em ;
}

/* @group  */

/* @group Worship List */

.sermon-meta .worship-thumb {
	background: url(/_img/_bg/album-art-bg.png) no-repeat;
	float: left;
	width: 81px;
	height: 81px;
	margin-right: 10px;
	border-right: 1px dotted #b7b6ad;
	padding-right: 5px;
}
.sermon-meta .worship-thumb img {
	height: 73px;
	width: 73px;
	margin: 4px 0 0 4px !important;
	padding: 0 !important;
}
.sermon-meta ul.worship-meta li {
	font-size: 11px !important;
	float: left;
	padding-right: 12px;
}
/* @end */