/*  
Theme Name: Authentic Theme
Theme URI: http://www.organizedthemes.com/authentic-theme
Description: An upgrade for your church website
Version: 1.1.0
Author: Organized Themes
Author URI: http://www.organizedthemes.com

License:  GNU General Public License
License URI:  http://www.opensource.org
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded */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;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* HTML5 elements */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* @end */

/* @group Type */

h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-weight: normal; font-style: normal; margin-top: 0; }

p, li, ol, ul, span, div, label, legend, form, fieldset, input, ul li, ol, li { font: normal normal 14px/1.2 "Lucida Grande", Lucida, Verdana, sans-serif; }

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px }
h2 { font-size: 24px; line-height: 1; margin-bottom: 12px }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px }
h4 { font-size: 18px; line-height: 1; margin-bottom: 20px }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

a img, a:visited img, a:hover img {border: none;}

blockquote p  {
	margin-left: 20px;
	margin-right: 20px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	padding: 5px;
	font-style: italic;
	border: 1px solid #c0c0c0;
}

/* @end */

/* @group Global */

body 			{ margin: 0; color: #000; background: #fff center top; }

a, a:visited 	{ color: #4d6251; text-decoration: none; }
a:hover 		{ color: #000  }
.left 			{ float: left  }
.right 			{ float: right }
.clear 			{ clear: both  }

.clearfix:after { content: "."; display: block; clear: both; margin: 0; padding: 0; height: 0; visibility: hidden; }
* html .clearfix             	{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix 	{ zoom: 1; } /* IE7 */
.clearfix 						{ height: 1%; }

.wrap { width: 978px; margin: 0 auto; }

a.button, a:visited.button {
	font-size: 20px;
	padding: 6px 40px 6px 15px;
	color: #fff;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	background: #4c4c4c url(images/button-arrow.png) no-repeat right center;
}

a:hover.button {
	background-color: #2a2a2a;
}

.shadow {
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #000;
}

.shadow-small {
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

/* @end */

/* @group Header */

header {
	height: 150px;
	position: relative;
	z-index: 1002;
}

#text-logo {
	position: absolute;
	top: 32px;
}

#text-logo h1, #text-logo p {
	line-height: 1;
	font-size: 36px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	word-spacing: 0;
}

#logo {
	position: absolute;
	top: 25px;
}

#logo a:hover, #text-logo a:hover { opacity: .7; }

header nav {
	position: absolute;
	right: 0;
	top: 40px;
}

header ul.menu {
	float: right;
	list-style: none;
	margin: 0;
}

header ul.menu li { float: left; }

/* @group Superfish Drop Downs--do not edit */

.menu, .menu * 			{ margin: 0; padding: 0; list-style: none; }
.menu 					{ line-height:	1.0; }
.menu ul 				{ position: absolute; top: -999em; width: 10em; }
.menu ul li 			{ width: 100%; }
.menu li:hover 			{ visibility: inherit;  }
.menu li 				{ float: left; position: relative; }
.menu a 				{ display: block; position: relative; }
.menu li:hover ul,
.menu li.sfHover ul 	{ top: 2.5em; z-index: 99; }
ul.menu li:hover li ul,
ul.menu li.sfHover li ul{ top: -999em;}
.menu li:hover ul,
.menu li.sfHover ul 	{ left: 0; top: 28px; z-index: 99; }
.menu a.sf-with-ul 		{ padding-right: 2.25em; min-width: 1px; }

/* @end */

.menu li ul {
	width: 160px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 10px;
	background-color: #4c4c4c;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	width: 160px;
	left:  190px;
	top: -30px;
}

.menu li li a, .menu li li a:visited {
	color: #fff;
	font-size: 14px;
	width: 140px;
	float: none;
	padding: 8px 0;
	margin: 0;
}

.menu li li a:hover {
	color: #b4b3b4;
}

.menu li ul li ul {
	width: 140px;
	margin-top: 20px;
	margin-left: -30px;
}

.menu li li li a   { color: #fff; }

.menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

header .menu a, header .menu a:visited {
	color: #4c4c4c;
	line-height: 1.4;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

header .menu a:hover { color: #000 }
header .menu li 	 { margin-left: 7px; }

header .menu .button a, header .menu .button a:visited {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #4c4c4c;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

header .menu .button a:hover {
	background-color: #2a2a2a;
}

/* @end */

/* @group Home Page */

.home-top { margin-bottom: 97px; }

.home-media {
	float: left;
	display: inline;
	width: 670px;
}

/* @group Orbit Slider */

.featured {
	width: 670px;
	height: 350px;
	overflow: hidden;
	background: #737373 url(images/loading.gif) no-repeat center;
}

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; 
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; 
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; 
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(images/rotator-black.png) no-repeat;
    z-index: 3; 
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; 
}

span.rotator.move { left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(images/timer-black.png) repeat 0 0; 
}

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; 
}

span.pause.active { background: url(images/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active { opacity: 1 }
div.slider-nav 	  { display: block }

div.slider-nav span {
    width: 23px;
    height: 28px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
	background-image: url(images/slider-arrows.png);
	bottom: -37px;
}

div.slider-nav span.right { right: 0; background-position: right; }
div.slider-nav span.left  { left:  0; background-position: left; }

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    left: 50%;
	margin-left: -50px;
    padding: 0;
	bottom: -57px;
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(images/bullets.png) no-repeat 0 -2px;
    height: 19px;
    overflow: hidden;
	width: 24px;
}

.orbit-bullets li.active { background-position: 0 -21px; }

/* @end */

.home-sidebar {
	float: right;
	display: inline;
	width: 278px;
}

.home-lower { margin-right: -40px; }

/* @end */

/* @group Page Styles */

.content { width: 670px; display: inline; }
.sidebar { width: 283px; display: inline; }

.page-left  { float: left; }
.page-right { float: right; }

p.post-meta {
	font-size: 12px;
	margin-bottom: 14px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9e9e9e;
}

body.single .post { border: none; }

ul.staff-list {
	list-style: none;
	margin:	0;
}

ul.staff-list li {
	margin-bottom: 30px;
	padding-right: 20px;
	margin-left: 3px;
}

ul.staff-list img {
	float: left;
	margin-right: 25px;
	position: relative;
	z-index: 2;
	background: #737373 url(images/loading.gif) no-repeat center;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #000;
	margin-left: -3px;
}

div.staff-list-content {
	position: relative;
	top: 30px;
	z-index: 1;
	padding: 10px;
	height: 170px;
	background-color: #bdbdbd;
}

.staff-list-content p { margin-bottom: 0; }

.staff-more {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.staff-more p  { padding: 0; }
#staff-sidebar { text-align: right; }

#staff-sidebar img{
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

#staff-sidebar h3 {
	font-style: italic;
	margin-top: 7px;
}

.top-podcast { 
	padding-bottom: 40px;
	border-bottom: 1px solid #9e9e9e; 
}

ul.podcast-list {
	margin: 0;
	list-style: none;
}

ul.podcast-list p { margin-bottom: 0; }

li.top-podcast img {
	float: left;
	margin-right: 30px;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #000;
}

li.top-podcast p { margin-bottom: 5px; }

li.podcast-episode {
	padding: 10px;
	border-bottom: 1px solid #9e9e9e;
}

li.podcast-episode img {
	float: left;
	margin-right: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}

li.podcast-episode h3 { 
	margin-bottom: 4px;
	margin-top: 4px;
}

.podcast-single-content { padding: 1px; }
	
.podcast-single-content img {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

.podcast-single-content ul { list-style: none; }

/* @end */

/* @group Contact & Live Pages */

.page-left-contact, .page-left-live {
	float: left;
	display: inline;
	width: 330px;
}

.page-left-contact h1 {
	background: url(images/marker-pointer.png) no-repeat right center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.page-left-live h1 { border-bottom: #000 solid 1px; }

.page-right-contact, .page-right-live {
	float: right;
	display: inline;
	width: 600px;
}

.page-right-contact iframe,
.page-right-contact img,
.page-right-contact object,
.page-right-contact embed,
.page-right-live iframe,
.page-right-live img,
.page-right-live object,
.page-right-live embed {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	position: relative;
	z-index: 1;
}

.media-item {
	margin-bottom: 50px;
	padding-bottom: 5px;
}

.media-item .video {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}

.media-item h2 {
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
	text-shadow: #353535 2px 2px 5px;
}

/* @end */

/* @group Widgets */

.home-lower .widget {
	float: left;
	display: inline;
	width: 282px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.sidebar .widget {
	width: 282px;
	margin-bottom: 30px;
}

h4.widget-title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 4px;
	font-size: 32px;
}

.home-lower #widget_ot_contact {
	width: 672px;
	float: left;
	display: inline;
}

.address-left {
	float: left;
	display: inline;
	width: 282px;
}

.address-left h4 { background: url(images/marker-pointer.png) no-repeat right top; }

.address-left ul {
	list-style: none;
	margin-left: 0;
}

.address-right {
	float: right;
	display: inline;
	width: 360px;
}

.address-right iframe,
.address-right img {
	width: 360px;
	overflow: hidden;
}

.sidebar .address-right, .sidebar .address-right iframe  {
	width: 283px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget.podcast p {
	font-style: italic;
	margin-bottom: 5px;
	color: #6a6a6a;
	font-size: 13px;
}

.widget.podcast h5 {
	font-size: 26px;
	color: #6a6a6a;
}

.podcast-meta {
	height: 34px;
	background: url(images/podcast-box.png) no-repeat center top;
	margin-bottom: 17px;
}

.podcast-meta p {
	font-size: 18px;
	padding-top: 9px;
	font-weight: normal;
	font-style: normal;
}

.podcast-meta span {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	margin-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.listen 	{ background-image: url(images/play-arrow.png); }
span.notes 		{ background-image: url(images/notes.png);
	padding-left: 27px;
}
span.download 	{ background-image: url(images/download-arrow.png); padding-left: 28px; }

.fb-widget { background-color: #fff; }

.widget_ot_flickr img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}

.widget-title.subscribe {
	background: url(images/podcast-feed.png) no-repeat right center;
}

/* @end */

/* @group Facebook Page */

.facebook-page {
	width: 520px;
	margin: 20px auto 0;	
}

.facebook-page .featured {
	width: 520px;
	height: 350px;
	overflow: hidden;
	background: #737373 url(images/loading.gif) no-repeat center;
}

.facebook-video embed,
.facebook-video object,
.facebook-video iframe {
	width: 520px;
	height: 350px;
	background: #737373 url(images/loading.gif) no-repeat center;
	margin-bottom: 20px;
}

.facebook-page .orbit-wrapper { margin-bottom: 60px; }
.facebook-page .video.shadow  { margin-bottom: 30px; }

.facebook-page-widgets .widget {
	float: left;
	display: inline;
	width: 250px;
	padding: 5px;
	margin-bottom: 20px; 
}

.facebook-page .widget_featured_video iframe,
.facebook-page .widget_featured_video object,
.facebook-page .widget_featured_video embed {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}

.facebook-page .widget-title   { font-size: 24px; }
.facebook-page .podcast-meta   { background-image: none; margin-bottom: 0; }
.facebook-page .podcast-meta p { padding: 0; }
.facebook-page .podcast h5 	   { font-size: 20px; }

.facebook-page .download,
.facebook-page .listen,
.facebook-page .notes {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 5px;
}

.facebook-page .widget_ot_flickr img { margin-right: 8px; }
.facebook-page footer p 		{ margin-bottom: 0; font-size: 12px; }
.facebook-page footer a, 
.facebook-page footer a:visited { color: #6a6a6a }
.facebook-page .footer-left  	{ width: 200px; }
.facebook-page .footer-right 	{ width: 320px; }

/* @end */

/* @group Footer */

footer { 
	padding-top: 11px;
	margin-top: 29px;
	border-top: 1px solid #6a6a6a;
	color: #6a6a6a;
}

footer a, footer a:visited { color: #6a6a6a }

.footer-left {
	float: left;
	display: inline;
	width: 350px;
}

.footer-right {
	float: right;
	display: inline;
	width: 550px;
	text-align: right;
}

.footer-right a 	  { opacity: .7; }
.footer-right a:hover { opacity: 1; }

/* @end */

/* @group Images and Gallery */

.gallery img {
	margin-right: 12px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.wp-caption {
	text-align: center;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	padding-top: 5px;
	margin-bottom: 15px;
}

p.wp-caption-text {
	margin-bottom: 0;
	font-style: italic;
	font-size: 12px;
}

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

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

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

/* @end */

/* @group Fancybox */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 20px #000;
	-moz-box-shadow: 0px 1px 20px #000;
	box-shadow: 0px 1px 20px #000;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over { color: #FFF; text-align: center }

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap 	  { display: inline-block; }
#fancybox-title-wrap span { height: 32px; float: left; }

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left  { left: 0px }
#fancybox-right { right: 0px }

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover 
	{ visibility: visible }

#fancybox-left:hover span  { left: 20px }
#fancybox-right:hover span { left: auto; right: 20px; }

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

.fancybox-ie .fancy-bg { background: transparent !important; }

/* @end */

/* @group Paging */

body.post-type-archive-podcast .paging,
body.tax-series .paging {
	margin-top: 17px;
}

.pages  { float: right; }

.page-link {
	margin-bottom: 12px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi .current {
	margin-left: 4px;
	margin-right: 4px;
}

.nav-next 	  { float: right; }
.nav-previous { float: left; }

/* @end */

/* @group Comments */

#comments   { margin-top: 20px; }
h3.comments { font-size: 28px; color: #4c4c4c; margin-bottom: 24px; }

#commentlist {
	list-style: none;
	margin-left: 0;
}

#commentlist li {
	position: relative;
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c6c6c6;
}

#commentlist .comment-gravatar {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 80px;
	background-color: #4c4c4c;
	padding-bottom: 3px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}

.comment-author-name strong {
	font-size: 18px;
	padding-right: 3px;
}

.comment-content blockquote p {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;	
}

#commentlist .comment-gravatar a { color: #fff; }
.comment-author-name p 			 { margin-bottom: 0; }
textarea#comment 				 { width: 95%; }

input#author, input#email, input#url, textarea#comment {
	border: 1px solid #a6a6a6;
	padding: 5px;
}

input#author, input#email, input#url { width: 300px; }
input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	border-color: #4c4c4c;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);	
}

.comment-input-form p { margin-bottom: 2px; }

input#submit {
	border: none;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #4c4c4c;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	line-height: 1.6;
	cursor: pointer;
}

input#submit:hover { background-color: #000; }

/* @end */
