/*
Theme Name: Sharefaith Church Website Template
Theme URI: http://www.sharefaith.com
Description: Sharefaith Church Website. Visit <a href="http://www.sharefaithwebsites.com/">Sharefaith.com</a> for graphics and  more information.
Version: 2.1.1
Author: Sharefaith.com
Author URI: http://www.sharefaith.com
Tags: 

*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}




hr {
	border: 0;
	border-bottom: 0px solid #fff;
	height: 0px;
	padding: 10px 0;
}



/*
	Main styles
*/



body, textarea, input, select {
	font: 15px/21px  Georgia, Arial;
}

body {
	color: #444444;
        background:#000;
	min-width: 1000px;
}

p {
	margin: 0 0 10px 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

a {
	color: #5a8a7f;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.overflow {
	overflow: hidden;
}

.fl_l {
	float:left;
}

.fl_r {
	float:right;
}

.bg_line {
	position:absolute;
	left:0px;
	top:0px;
	height:120px;
	width:50%;
}


#header {
	height:140px;	
	background:none;
	margin:0;
	z-index: 30; /* needs to be higher than content_container for drop downs to work in IE6&7 */
	position: relative;
}

	#header .container {
		position:relative;
		margin:0 auto;
		width:1000px;
		height:140px;
	}

#logo {
	display: block;
	position:absolute;
	left:46px;
	top:0px;
}

	#logo a {
		text-decoration:none;		
		color:#fff;
		font:bold 33px/41px Georgia,Arial;
	}
	
	#logo a span {
		display:inline-block;
		padding-top:30px;
	}
	
	#logo img {
		display:inline-block;
		vertical-align:middle;
	}

#mobile_nav {
	display: none;
}
#header .search {
	position:absolute;
	top:33px;
	left:687px;
	height:32px;
	width:269px;
	z-index:10;
}
	
	#header .search_inp {
		width:184px;
		height:16px;
		padding:8px 8px 8px 27px;
		border:none;
		background:none;
		float:left;
		zoom:1;
	}
	
	#header .search_subm {
		height:30px;
		width:45px;
		padding:0;
		background:none;
		border:0 none;
		cursor:pointer;	
		margin-left:4px;
	}

/******** MAIN NAV ********/
#main_nav {
	margin:0;
	position:relative;
	top:100px;
	left:31px;
	height:33px;
	width:940px;
}
#main_nav li {
	float:left;
	height:32px;
	margin:0 0 0 8px;
	display:block;
	position: relative;
	zoom: 1;
}
#main_nav li a {
	display:block;
	font:bold 19px/33px Geneva,Arial;
	height:32px;
	padding:0 15px 0 15px;
	text-decoration:none;
	color:#fff;
	background:none 0 0 repeat;
	float:left;
}
#main_nav li a:hover {
	color:#fff;
	background:#6d7a01 0 0 repeat;
}
#main_nav ul.sub-menu {
	-moz-box-shadow:0 4px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
	background:#fff;
	background:rgba(255,255,255,0.97);
	display:none;
	position:absolute;
	margin: 0;
	padding: 0;
	top: 32px;
	z-index:9999;
	float:left;
	clear:both;
}
#main_nav ul.sub-menu li {
	float:none;	
	margin: 0;
	padding: 3px 10px;
	color:#555;
	text-shadow:none;
	white-space:nowrap;
	height: 30px;
	z-index:9999;
}
#main_nav ul.sub-menu li a {
	padding: 0;
	margin: 0;
	color:#555;
	font-size: 80%;
	width: 100%;
}
#main_nav ul.sub-menu li:hover {
	background: #D15701;
}
#main_nav ul.sub-menu li:hover>a {
	color: #fff;
}
#main_nav ul.sub-menu li a:hover {
	background: #D15701;
	color: #fff;
}
#main_nav li:hover>ul.sub-menu {
	display:block;
}
#main_nav li:hover{
	background: #D15701;
	color: #fff;
}
#main_nav li.current_page_item a {
	background:#6d7a01 0 0 repeat;
	color:#fff;
}


#content_container {
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:20;
	padding:0 0 0px;
	background:#fff 0 -10px repeat-x;
}
#content_container_inner {
	width:950px;
}

#content hr {
		display:block;
                color:#fff;
                height:0px;
		background:none;
		border:0 none;
		padding:0;
		position:relative;
		top:0px;
		margin:0 ;
		visibility: hidden;
	}
		
	#content .post hr, #content .page hr {
		margin:31px 0 0;
		top:0;
	}
	

.gallery_container {
	background:#fff 0 0 repeat;
	padding:0px 0px 0px 0px;
	overflow:visible;
	float:right;
	height: 323px;
}

.gallery_container.inner_page {
	display:none;
}
		
	#gallery {
		position:relative;
		height:283px;
	}

	
	.slideshow_container {
		float:left;
		background-color:#fff;
		padding:0px 0px 0px 0px;
		border-right:solid 0px #fff;
		border-bottom:solid 0px #fff;
		position: relative;
	}
	
	#slideshow {
		height:323px;
                width:950px;
		overflow:hidden;
                z-index:40;
				position: relative;
	}
	#slideshow * {
		position: relative;
	}
	
#gal_nav {
	text-align: center;
	margin: 6px 0;
	padding: 0;
}
#gal_nav a {
	display: inline-block;
	height: 10px;
	margin: 3px;
	padding: 0;
	width: 10px;
}
#gal_nav a:hover {
	background-position: 0 -10px;
}
#gal_nav a.activeSlide {
	background-position: 0 -20px;
}

		
			
	.desc {
		width:225px;
		float:right;
		padding:17px 0 0 0;
	}
	
		.desc h2 {
			color:#272727;
			font:normal 18px/23px Georgia,Arial;
		}
		
		.desc h4 {
			color:#272727;
			font:normal 13px/18px Georgia,Arial;
			text-align:right;
			padding-top:10px;
		}
		
		.desc h4 b, .desc h2 b {
			color:#9b3512;
		}
			
	#content {
		float:left;
		width:532px;
		padding:20px 0 30px 30px;
		min-height:300px;
	}
	body.noWidgets #content {
		width: 870px;
	}
	
	.post, div.page {
		padding:32px 0 20px 16px;
		position: relative;
	}
	.post .post, div.page .post {
		padding: 0;
	}
	.sermons {
		position: relative;
	}
	
	#content .wp-editor-container {
		border: 0;
	}
	
		.post img, div.page img {
			max-width:100%;
			/*margin-bottom:10px; messes up*/
		}
	
	.postmeta {
		font:13px/20px Tahoma,Arial;
		color:#999792;
	}
	
/*		.postmeta .posted_bg {
			background-position:0 0;
			height:18px;
			width:15px;
			display:inline-block;
			margin:0 5px 0 0;
			vertical-align:top;
			position:relative;
		} */
		
		.postmeta .tags_bg {
			background-position:-15px 2px;
			height:18px;
			width:15px;
			display:inline-block;
			margin:0 5px 0 0;
			vertical-align:top;
			position:relative;
		}
		
	
		
	.entry.attached {
		width:380px;
		float:right;
	}
	
	.thumbnail {
		padding:6px;
		display:block;
		float:left;
		margin-bottom:10px;
		background:#fff  0 0 repeat;
	}
	
		.thumbnail img {
			padding:0;
			margin:0;
		}
		

	#sidebar {
		float:right;
		width:295px;
		background:none;
		padding:0 32px 60px 36px;
		margin:23px 0 0;
	}
	
		#sidebar ul.widgets {
			margin:0;
		}

			li.widget {
				margin:30px 0 40px 0;
				position: relative;
			}
		
				li.title h2 {
					font:normal 28px/30px Georgia,Arial;
					color:#1f1f1f;
					padding:31px 0 0 0  !important;
				}
									
				li.widget h2 {
					background:#3b2d28;
					font:normal 17px/23px Georgia,Arial;
					color:#FFF;
					border:solid 1px #e3e3e3;
				}

				li.widget ul {
					margin:0;
					padding:10px 18px 0 16px;
				}
				
					li.widget li {
						border-bottom:solid 1px #dad6ce;
						padding:4px 0 4px 16px;
					}
					
					li.widget ul.follow li {
						background:none;
						position:relative;
						padding:4px 0 4px 26px;
					}
						
							li.widget ul.follow span {
								display:block;
								position:absolute;
								top:5px;
								left:0;
								height:16px;
								width:16px;
							}
							ul.follow li.facebook span {
								background-position:0 0;
							}
							ul.follow li.twitter span {
								background-position:0 -16px;
							}
							ul.follow li.Facebook span {
								background-position:0 0;
							}
							ul.follow li.Twitter span {
								background-position:0 -16px;
							}
							ul.follow li.YouTube span {
								background-position:0 -32px;
							}
							ul.follow li.Vimeo span {
								background-position:0 -48px;
							}
							ul.follow li.Flickr span {
								background-position:0 -64px;
							}
							
					
						
						
				
				#sidebar h2 {
					padding-left:14px;
				}

				#sidebar a {
					color:#3a3a3a;
				}

			div.sidebar_bottom {
				display:none;
			}

	#footer {
		background:none;
		height:60px;
	}
	
		#footer .container {
			width:957px;
			margin:0 auto;
			position:relative;
			padding:14px 16px 0 27px;
			color:#c8c7c7;
			font-size:12px;
		}
		
			#footer .bg {
			}
			
			#footer a {
				color:#e2e1e0;
				text-decoration:underline;
			}

			#footer ul {
				margin:0;
			}
			
			#footer ul li {
				display:inline;
				padding:0 10px 0 9px ;
			}
				#footer ul li a {
					color:#c8c7c7;
					text-decoration:none;
				}
				
				#footer ul li a:hover, #footer ul li.current_page_item a {
					color:#fff;
				}
			
			#footer ul li.home {
				background:none;
			}

#footer .fl_l a {
	background: transparent url(css/sf-logo16-black.png) no-repeat;
	display: inline-block;
	height: 16px;
	margin: 0;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	padding: 0;
	text-decoration: none;
	width: 38px;
}
#footer .fl_l a:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.postmeta .posted_bg, a.comments_lnk, .postmeta .tags_bg, li.widget ul.follow span {
	background-image:url(css/socialIcons.png)  !important;
	background-repeat:no-repeat;
} 
#footer .mobile_toggle {
	clear: both;
	display: none;
	text-align: center;
	padding-bottom: 20px;/* not at bottom in mobile*/
}
@media screen and (max-width: 480px) {
	#footer {height:auto;} /* should have auto height in #footer and #footer .mobile_toggle too.*/
	
	#footer .container {height:auto;}
	
	#footer .mobile_toggle {
		display: block;
	}
}
/*
	Formatting
*/


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#444444;
}

.posttitle {
	font:bold 23px/27px Georgia,Arial;
}

.page a.comments_lnk, .page .tags_bg {
	display:none;
}

	a.comments_lnk {
		background-position:0 -44px;
		height:29px;
		width:25px;
		display:inline-block;
		text-align:center;
		font:normal 15px/18px Arial;
		color:#FFF;
		margin-left:17px;
		position:relative;
		top:-3px;
		padding:0 5px 0 0;
		vertical-align:top;
	}
	
	a.comments_lnk:hover {
		text-decoration:none;
	}

.pagetitle {
	font: bold 24px/30px Georgia,Arial;
	padding:32px 0 10px 16px;
}

.post .pagetitle {
	padding:0px 0 10px 0;
}

a.more-link {
	display:block;
	background:#5f8882;
	height:27px;
	width:204px;
	color:#FFF;
	padding:0 0 0 11px;
	line-height: 27px;
}

a.more-link:hover {
	text-decoration:none;
	color:#ededed;
}


.entry h1 {
	font: bold 22px/26px  Georgia,Arial;
	margin: 5px 0;
}

.entry h2 {
	font: bold 20px/26px  Georgia,Arial;
	margin: 5px 0;
}

.entry h3 {
	font: bold 18px/20px  Georgia,Arial;
	margin: 5px 0;
}

.entry h4 {
	font: bold 16px/20px  Georgia,Arial;
	margin: 5px 0;
}

.entry h5 {
	font: bold 15px/18px  Georgia,Arial;
	margin: 5px 0;
}

.entry h6 {
	font: bold 14px/16px  Georgia,Arial;
	margin: 10px 0;
}
.entry h3, .entry h4, .entry h5 {
	margin-top: 20px;
}

/* Begin Tables*/

.entry table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #D5C8A4;
	border-collapse: collapse;
	margin: 5px 0;
}

	.entry table.full {
		width: 100%;
	}

.entry table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #D5C8A4;
}

.entry table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #D5C8A4;
}

/*End Tables*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

.entry img {
	max-width:100%;
}

/* End Images */


/* Begin Lists */

.entry ul {
	list-style:disc outside;
	margin-left:14px;
	}

.entry li {
	margin: 7px 0 8px 0;
	}

	.entry ul li ul {
		list-style:circle outside;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type:decimal;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li ol {
	list-style-type:lower-alpha;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */

#respond {
	padding:31px 0 20px;
}

	#respond h3 {
		padding:0 0 10px 16px;
		font-size:18px;
	}

	#respond p {
		padding:5px 0 5px 16px;
		font-size:13px;
	}
	
		#respond p label {
			display:block;
			float:left;
			width:57px;
			line-height:26px;
		}

		#respond p span {
			padding-left:5px;
			font-size:10px;
		}
		
		#respond p input.inp_t {
			height:19px;
			width:246px;
			border:solid 1px #E4E4E3;
			background-color:#fff;
			padding:3px 0 3px 2px;
		}
		
		#respond p textarea {
			width:425px;
			height:204px;
			border:solid 1px #E4E4E3;
			background-color:#fff;
			padding:3px 4px;
		}
		
		#respond div {
			text-align:right;
			width:451px;
		}
		
			#respond div p {
				padding:0 0 0 9px;
			}
			
	#respond .submit_btn input {
		border:solid 1px #E4E4E3;
		background-color:#fff;
		cursor:pointer;
	}

/* End Form Elements */



/* Begin Comments*/
#comments {
	font-size:21px;
	letter-spacing:-0.5px;
	padding:20px 0 20px 26px;
}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 50px 10px 28px;
	list-style: none;
	}
	
.commentlist li.odd {
}

	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



.navigation {
	display: block;
	text-align: center;
	margin:10px 0 0 8px;
	
}
	
.navigation.comments {
	height:60px;
	margin-bottom:0;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #d5c8a4;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* pagination */

body .wp-paginate {
	background:#fff 0 0 repeat;
	height:30px;
	padding-left:9px;
	border:solid 1px #ececec;
}


body .wp-paginate li *, body .wp-paginate li a:hover {
	display:block;
	float:left;
	height:31px;
	width:33px;
	padding:0  !important;
	text-align:center;
	font:normal 14px/31px Arial;
	text-decoration:none;
	background:none;
	border:0 none  !important;
	color:#41332d;
}

body .wp-paginate li a {
	border:none;
	margin:0;
	padding:0;
}

body .wp-paginate li a:hover {
	text-decoration:underline;
}

.wp-paginate a:hover, .wp-paginate a:active {
	background:none;
}

#content .wp-paginate .current {
	border:solid 1px #e6e6e6;
	color:#FFF  !important;
	background:#5f8882;
	height:39px;
	position:relative;
	top:-4px;
	line-height:39px;
	width:24px;
}

#content .wp-paginate .next {
	background:none;
}

.wp-paginate .title {
	display:none;
}

.banner img  {
	max-width:99%;
	margin-top:26px;
}

#searchform {
	padding:0 0 0 16px;
}

#content hr.line {   border-bottom: 1px solid #aaa; visibility: visible; }
.posttitle { margin-bottom: 14px; }
li.widget ul.follow li { padding: 4px 0 4px 10px; }
li.widget ul.follow li span { position: relative; float: left; left: -10px; top: 1px; }

/* Sermon Playlist style */
.sermon_playlist .ui-resizable-s {
    background: url("css/resize-vert.png") no-repeat scroll center center transparent;
	bottom: 0;
	position: relative;
}
body .mejs-container {
	background: #999;
	/*margin-bottom: 6px;*/
}
div.sermon {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div.sermon div.title {
	margin-top: 6px;
}
body .mejs-container .mejs-controls {
	background: #b4b4b4;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(0,0,0,0.4)); 
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(0,0,0,0.4));
	background: -o-linear-gradient(top, rgba(255,255,255,0.4), rgba(0,0,0,0.4));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(0,0,0,0.4));
	background: linear-gradient(rgba(255,255,255,0.4), rgba(0,0,0,0.4));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#2f2f2f');
}
.sermon_playlist, #editsection {
	position: relative;
	background-color: #FFF;
	/*border: 1px solid #ccc;*/
	color: #444;
	font: 12px Arial;
	text-shadow: none;
}
div.sermon div.mceExternalToolbar {
	background: transparent !important;
}

.sermon_playlist a {
	color: #444;
	text-decoration: underline;
}
.leftlabel { /* fixed with in sermons and dialog */
	width: 57px;
	display: inline-block;
}
.sermon_playlist a:hover {
	color: #000;
	text-decoration: underline;
}
.sermon_playlist .audioplayer_container {
	margin: 0;
}
.sermon_playlist .btn_clip {
	float: right;
	overflow: hidden;
	width: 224px;
	height: 26px;
	text-align: right;
	margin-right: 4px;
	font-size: 11px;
}

.sermon_playlist .btn_clip a {
	display:inline-block;
}

.sermon_playlist .playing_meta {
	padding: 0 0 9px;
	height: 170px;
}
.sermon_playlist .playing_meta .meta {
	height: 100%;
	padding: 0 8px;
	overflow: auto;
}
.sermon_playlist .playing_meta .title {
	font: bold 28px/32px Arial;
}
.sermon_playlist .playing_meta .series {
}
.sermon_playlist .playing_meta .preacher {
	float: left;
}
.sermon_playlist .playing_meta .date {
	color: #777;
	float: left;
	margin-left: 40px;
}
.sermon_playlist .playing_meta .excerpt {
	clear: both;
	padding: 10px 0;
}
.sermon_playlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.sermon_playlist li {
	clear: both;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	margin: 0;
}
.sermon_playlist li .meta {
	display: none;
}
.sermon_playlist li.odd {
	background-color: #eee;
}
.sermon_playlist li:hover, .sermon_playlist li.active {
	background-color: #4899AF;
	color: white;
}
.sermon_playlist li:hover a, .sermon_playlist li.active a {
	color: white;
}
.sermon_playlist li span {
	display: block;
	float: left;
	height: 26px;
	overflow: hidden;
	padding: 0 0 0 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sermon_playlist li span.date {
	width: 80px;
}
.sermon_playlist li span.title {
	width: 195px;
	font-weight: bold;
}
.sermon_playlist li span.preacher {
	clear:right;
	width: 100px;
}
.sermon_playlist .btn_container {
	display: inline-block;
	text-align: center;
	width: 59px;
}

.ui-resizable-s {
	background-color: #f6f6f6;
	border: 1px solid #b4b4b4;
	border-width: 1px 0;
	bottom: 0;
	position: relative;
	width: auto;
}
.sermon_playlist .navigation {
	background: #b4b4b4;
	color: #333;
	margin: 0;
	padding: 5px;
	position: relative;
	height: 15px;
}
.sermon_playlist .navigation .page-numbers {
	float: left;
	margin: 0px 2px;
	padding: 0px 2px 0px 2px;
}
.sermon_playlist .navigation a {
	color: inherit;
	text-decoration: underline;
}
.sermon_playlist .navigation a:hover {
	color: #666666;
}
.sermon_playlist .overlay {
	background-color: white;
	height: 100%;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rss_links { /*padding: 8px 0;*/ text-align:right; }
.rss_links img { border: 0; height: 16px; margin: 0 !important; padding-right: 6px; width: 16px; }
.rss_links a { font-size: 14px; padding:0px 5px 0px 5px; }

/* Gallery IE8 fix */
.ngg-gallery-thumbnail img {
	max-width:none;
}

/* fix for wp 3.5's gallery */
.gallery dl {
	margin-left: 0;
}