/* 
	Theme Name: Epic
	Theme URI: http://www.organizedthemes.com/epic
	Description: A responsive WordPress theme for churches
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 2.0.8
	License: GNU General Public License
	License URI: license.txt
*/

/* Reset
----------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

a img { border: 0 }

html { 
	height: 100%; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
} 

body { 
	margin: 0; 
	min-height: 100%;
	height: auto !important;
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.jquery-lightbox { /* Fixes box sizing bug in lightbox evolution */
	box-sizing: content-box;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
}

/* Forms
----------------------------------------------- */

textarea,
input[type="text"]
input[type="password"] {
	border: 1px solid #ddd;
	color: #3e3e3e;
	font-size: 14px;
}

input[placeholder] { 
	text-overflow: ellipsis; 
}

::-moz-placeholder { /* firefox 19+ */
	text-overflow: ellipsis; 
}

input:-moz-placeholder { 
	text-overflow: ellipsis; 
}

a.button,
input.button,
input[type="button"],
input[type="submit"] {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 12px 18px;
	text-decoration: none;
	border: none;
	background-color: #e23d1d;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
}

a:hover.button,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #47575a;
}

select.tinynav:focus,
input:focus,
textarea:focus {
	outline: none;
}

/* Typography
----------------------------------------------- */

body {
	font: 16px/1.3 Lucida, Verdana, sans-serif;
}

p {
  margin: 0 0 25px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
	color: #fff;
	font-family: Lucida, Verdana, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: 48.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}


ul,
ol {
  padding: 0;
  margin: 0 0 25px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

blockquote {
	border: none;
	margin: 5px 5px 20px;
	position: relative;
	padding: 25px 30px 5px 77px;
}

blockquote:before {
	content: "\e0c8";
	left: 5px;
	top: 0;
	position: absolute;
	color: #ccc;
	font: 60px 'Icons';
}

blockquote p {
	color: #514f4f;
	font-style: italic;
}

blockquote cite {
	display: block;
	text-align: right;
}

blockquote cite:before {
	content: '\2014';
	margin-right: 2px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

@font-face {
	font-family: 'Icons';
	src:url('font/Icons.eot');
	src:url('font/Icons.eot?#iefix') format('embedded-opentype'),
		url('font/Icons.woff') format('woff'),
		url('font/Icons.ttf') format('truetype'),
		url('font/Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1.title,
h2.title {
	font-size: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.21);
}

/* Global Styles
----------------------------------------------- */

body {
	color: #D7D7D7;
	background: no-repeat center top #3a393a;
}

a, 
a:visited { 
	color: #325267; 
	text-decoration: none; 
}

a:hover { 
	color: #474847; 
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.wrap {
	margin: 105px auto 0;
	width: 960px;
	position: relative;
	background-color: #363636;
	background-image: -webkit-gradient(linear, right bottom, left bottom, from(#181718), color-stop(0.489, #363636), to(#181718));
	background-image: -moz-linear-gradient(180deg, #181718 0%, #363636 48.9%, #181718 100%);
	-moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
	padding-bottom: 25px;
}

.outside-logo { /*positions logo above navigation bar*/
	width: 960px;
	margin: 45px auto 18px;
	position: relative;
}

.outside-logo #logo,
.outside-logo #text-logo {
	float: left;
}

.outside .wrap {
	margin-top: 7px;
}

header.primary nav {
	float: right;
}

.outside header.primary nav {
	float: left;
}

.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.shadow {
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.51);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.51);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.51);
	opacity: 1;
}

.hidden {
	display: none;
}

hr {
	border-top: 1px dotted #6a6a6a;
	margin-bottom: 20px;
}

/* Header
----------------------------------------------- */

header.primary {
	position: relative;
	z-index: 20;
	background-color: #141414;
}

header.primary a,
header.primary a:visited {
	color: #fff;
}

#tagline {
	position: absolute;
	top: -35px;
	right: 0;
	color: #ccc;
}

.outside #tagline {
	position: relative;
	top: auto;
	right: auto;
	float: right;
	margin-top: 12px;
}

#tagline p,
#tagline h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-style: italic;
}

#logo,
#text-logo {
	float: left;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#logo p,
#logo h1 {
	margin: 0;
	padding: 0;
}

#text-logo h1,
#text-logo p {
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.64);
	padding-top: 2px;
	padding-left: 10px;
	font-size: 26px;
	line-height: 1;
}

.outside #text-logo h1,
.outside #text-logo p {
	font-size: 40px;
	margin-bottom: 10px;
}

/* Navigation
----------------------------------------------- */

#mobile-menu { 
	display: none;
}

header.primary .menu, 
header.primary .menu * { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

header.primary .menu { 
	line-height: 1.0; 
}

header.primary .menu ul { 
	position: absolute; 
	top: -999em; 
	width: 10em; 
}

header.primary .menu ul li { 
	width: 100%;
}

header.primary .menu li:hover { 
	visibility: inherit;  
}

header.primary .menu li { 
	float: left; 
	position: relative; 
}

header.primary .menu a { 
	display: block; 
	position: relative; 
}

header.primary .menu li:hover ul,
header.primary .menu li.sfHover ul { 
	top: 26px; 
	z-index: 99; 
}

header.primary ul.menu li:hover li ul,
header.primary ul.menu li.sfHover li ul { 
	top: -999em;
}

header.primary .menu li:hover ul,
header.primary.menu li.sfHover ul { 
	left: 0; 
	top: 26px; 
	z-index: 99; 
}

header.primary .menu a.sf-with-ul { 
	padding-right: 2.25em; 
	min-width: 1px; 
}

header.primary ul.menu li li:hover ul,
header.primary ul.menu li li.sfHover ul {
	width: 200px;
	left:  200px; /* match ul width */
	top: 0;
}

header.primary ul.menu li li li:hover ul,
header.primary ul.menu li li li.sfHover ul {
	left:	200px; /* match ul width */
	top:	0;
}

header.primary .menu li a,
header.primary .menu li a:visited {
	font-size: 16px;
	padding: 6px 12px;
	border-right: 1px dotted #ccc;
	margin: 0;
}

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

header.primary .menu li:last-child a {
	border: none;
}

header.primary .menu li ul li a,
header.primary .menu li ul li a:visited {
	border: none;
	background: transparent;
}

header.primary .menu li ul li a:hover {
	background-color: #141414;
}

header.primary .menu li ul {	
	background-color: #2a2a2a;
	margin-top: 5px;
}

header.primary .menu li ul li ul {
	margin-top: 0;
}

header.primary .menu li ul.sub-menu {
	margin-left: 0;
	overflow: visible !important;
}

header.primary .menu li.no-click a,
body.light header.primary .menu li.no-click a {
	background: none;
	cursor: default;
}

.home-top {
	padding: 28px 20px;
}

/* Flexslider
----------------------------------------------- */

.flexslider {
	width: 100%; 
	margin: 0 0 20px; 
	padding: 0;
	position: relative; 
	zoom: 1;
}

.home .flexslider {
	margin-bottom: 0;
}

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

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden; /* Hide the slides before the JS is loaded. Avoids image jumping */
} 

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.no-js .slides > li:first-child {
	display: block; /* Fallback for people without javascript */
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

.flex-container {
	zoom: 1; 
	position: relative;
}

.ie8 .flex-caption { /* IE rgba() hack */
	background:none; 
	filter:filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); 
	zoom: 1;
}

.flex-caption {
	width: 96%; 
	padding: 2%;
	margin: 0; 
	position: absolute; 
	left: 2%; 
	bottom: 15px; 
	background: rgba(0,0,0,.7); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.8); 
	font-size: 16px; 
	line-height: 18px;
}

.flex-direction-nav a {
	margin: 0; 
	padding: 0;
	line-height: 0;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 1000;
	cursor: pointer; 
	-webkit-transition: all .3s ease;
	top: 50%;
	font-family: 'Icons';
	font-size: 0;
	opacity: 0;
}

.flex-direction-nav .flex-next {
	right: 35px;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 53px;
	opacity: .7;
}

.flex-direction-nav a:active.flex-next,
.flex-direction-nav a:active.flex-prev {
	opacity: 1;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flex-direction-nav .flex-next:before {
	content: "\e0e4";
	font-size: 30px;
	padding: 10px 5px;
	background-color: #000;
	color: #fff;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 12px;
	opacity: .7;
}

.flex-direction-nav .flex-prev:before {
	content: "\e0e6";
	font-size: 30px;
	padding: 10px 5px;
	background-color: #000;
	color: #fff;
}

.flex-control-nav {
	display: none;
}

/* Home Page
----------------------------------------------- */

.static {
	padding-left: 7px;
}

.static-1.fit-video {
	width: 621px;
	float: left;
	margin-right: 10px;
}

.static .static-2.fit-video {
	width: 296px;
	height: 197px;
	float: left;
}

.static img {
	float: left;
	background-color: #000000;
	margin-bottom: 9px;
}

.static:hover img {
	opacity: .7;
	transition: all .4s;
	-moz-transition: all .4s; 
	-webkit-transition: all .4s; 
	-o-transition: all .4s;
}

.static:hover img:hover {
	opacity: 1;
	transition: all .4s;
	-moz-transition: all .4s; 
	-webkit-transition: all .4s; 
	-o-transition: all .4s;
}

.static img.attachment-primary {
	margin-right: 9px;
	width: 608px;
	height: 403px;
}

.static img.attachment-secondary {
	width: 296px;
	height: 197px;
}

#top-sidebar.flexslider {
	float: left;
	width: 608px;
}

.top-sidebar {
	float: right;
	width: 290px;
}

.top-sidebar .widget {
	margin-left: 0;
	margin-right: 0;
	float: right;
}

/* Page Layouts
----------------------------------------------- */

#content {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 580px;
	word-wrap: break-word;
}

#content.page-full,
.content-full #content {
	width: 100%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

.content-right #content {
	float: right;
	margin-left: 0px;
	margin-right: 30px;
}

#sidebar {
	width: 300px;
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}

.content-full #sidebar {
	display: none;
}

.content-right #sidebar {
	float: left;
	margin-right: 0;
	margin-left: 30px;
}

#sidebar .widget {
	margin-right: 0;
	margin-left: 0;
}

.blog article,
.archive article {
	margin-bottom: 32px;
	padding-bottom: 32px;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
}

.archive article .video {
	margin-bottom: 15px;
}

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

.archive article .wp-post-image {
	margin-bottom: 20px;
}

.pagination {
	text-align: center;
	position: relative;
}

.pagination span.current {
	position: relative;
}

a.prev.page-numbers {
	margin-right: 5px;
	position: relative;
	top: 6px;
	font: 25px 'Icons';
}

a.next.page-numbers {
	margin-left: 5px;
	position: relative;
	top: 6px;
	font: 25px 'Icons';
}

/* Staff
----------------------------------------------- */

article.staff-list {
	clear: both;
	margin-bottom: 20px;
}

article.staff-list h2 {
	font-size: 28px;
}

article.staff-list img {
	float: left;
	margin-right: 20px;
}

p.job-title {
	font-style: italic;
	margin-bottom: 5px;
}

p.staff-meta {
	margin-bottom: 5px;
}

.single article.staff-list {
	height: auto;
}

/* Podcasting
----------------------------------------------- */

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

.description {
	clear: both;
	padding: 20px;
}

.description p:last-of-type {
	margin-bottom: 0;
}

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

li.podcast-episode {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

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

li.podcast-episode img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

li.podcast-episode p {
	margin-bottom: 0;
	font-size: 13px;
}

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

ul.podcast-details li {
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

ul.podcast-details li:before {
	font-family: 'Icons';
}

.podcast-player {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul.podcast-series {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}

li.podcast-series-item {
	width: 280px;
	height: 170px;
	float: left;
	margin: 13px;
	text-align: center;
	position: relative;
}

li.podcast-series-item img {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	height: auto;
	position: absolute;
}

li.podcast-series-item .series-title {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 280px;
	height: 170px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background-color: rgba(0, 0, 0, 0.84);
}

li.podcast-series-item .series-title a {
	width: 280px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
}

li.podcast-series-item:hover .series-title {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

li.podcast-series-item .series-title a h3 {
	color: #fff;
	position: relative;
	top: 10%;
	margin-right: 10%;
	margin-left: 10%;
}

li.podcast-series-item:hover .series-title a h3 {
	top: 40%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.ie8 li.podcast-series-item .series-title {
	display: none;
}

/* Widgets
----------------------------------------------- */

.home-lower {
	position: relative;
	margin: 0;
	padding: 0 20px 20px;
}

.widget {
	position: relative;
	float: left;
	width: 288px;
	padding: 10px;
	margin: 0 0 28px;
	background-color: #171617;
	word-wrap: break-word;
}

.widget p:last-child {
	margin-bottom: 0;
}

.organizedthemes_contact ul {
	list-style: none;
}

.organizedthemes_contact li.tel {
	margin-bottom: 15px;
}

.organizedthemes_contact iframe {
	width: 100%;
}

h2.widget-title,
h3.widget-title {
	margin: -10px -11px 15px;
	padding: 3px 10px;
	font-size: 24px;
	color: #fff;
	background-color: #DB3E25;
}

.widget-title a,
.widget-title a:visited {
	color: #fff;
}

ul.address,
ul.times,
ul.social-icons {
	margin: 15px 0 0;
}

ul.times {
	border-bottom: 1px solid #d5d5d5;
}

ul.times li {	
	font-size: 16px;
}

ul.social-icons li a {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-top: 3px;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
	background-color: #444;
	font: 18px 'Icons';
}

ul.social-icons li a:visited {
	color: #fff;
}

ul.social-icons li a:hover {
	background-color: #e03d1d;
}

li#facebook a:before {
	content: "\e03c";
}

li#twitter a:before {
	content: "\e02a";
}

li#google a:before {
	content: "\e038";
}

li#flickr a:before {
	content: "\e03b";
}

li#yelp a:before {
	content: "\e024";
}

li#itunes a:before {
	content: "\e070";
}

li#rss a:before {
	content: "\e04e";
}

li#vimeo a:before {
	content: "\e028";
}

li#youtube a:before {
	content: "\e023";
}

li#pinterest a:before {
	content: "\e031";
}

p.newsletter-into {
	clear: both;
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 10px;
}

.newsletter input#email {
	border: none;
	background-color: #000;
	color: #6D6D6D;
	font-style: italic;
	width: 200px;
	padding: 6px;
}

.gecko .newsletter input#email {
	padding: 6px;
}

.newsletter input.button {
	margin-left: -5px;
	padding: 5px 8px 6px;
	border-radius: 0;
}

.last-podcast h4 a {
	color: #fff;
}

.last-podcast h4 {
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 20px;
}

.last-podcast p,
.last-podcast .meta a,
.last-podcast .meta a:visited {
	color: #E6E6E6;
	margin-bottom: 7px;
}

.last-podcast p.meta {
	font-size: 12px;
	font-style: italic;
}

.last-podcast span:before {
	font-family: 'Icons';
}

.podcast-meta .download:before,
.podcast-meta .listen:before,
.podcast-meta .notes:before {
	font-family: 'Icons';
	margin-right: 6px;
}

.podcast-meta .download:before,
.last-podcast .download:before {
	content: "\e0b0";
	margin-right: 3px;
}

.podcast-meta .listen:before,
.last-podcast .listen:before {
	content: "\e005";
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.podcast-meta .notes:before,
.last-podcast .notes:before {
	content: "\e09d";
	margin-right: 2px;
	position: relative;
	top: 1px;
}

.last-podcast p.podcast-meta {
	margin-bottom: 5px;
}

.full-archive {
	margin-top: 20px;
	margin-bottom: 4px;
	text-align: right;
}

.full-archive a.button {
	padding: 5px 12px;
}

ul.tweets {
	list-style: none;
	margin: 0 5px;
}

ul.tweets li {
	position: relative;
	padding: 5px 7px;
	margin-bottom: 10px;
	background-color: #1f1f1f;
}

.home-lower .widget.featured-posts {
	width: 603px;
}

.featured-posts .post {
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
}

.post-highlight h4 {
	font-size: 26px;
	margin-bottom: 5px;
}

.post-highlight p:last-child {
	margin-bottom: 25px;
}

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

.featured-posts a.more-posts {
	display: block;
	margin-bottom: 8px;
}

a.rsswidget img {
	display: none;
}

form#searchform label {
	display: none;
}

input#s {
	padding: 11px;
	width: 165px;
}

.ot-facebook iframe {
	max-width: 100%;
}

/* Footer
----------------------------------------------- */

footer.primary {
	width: 960px;
	margin: 15px auto 20px;
	padding-bottom: 30px;
}

footer.primary,
footer.primary a,
footer.primary a:visited {
	color: #a5a5a5;
}

footer.primary p {
	font-size: 14px;
}

/* Images
----------------------------------------------- */

.alignleft {
    float: left;
    margin: 0 15px 30px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

.alignright {
    float: right;
    margin: 0 0 30px 15px;
}

.alignnone {
    float: none;
    display: block;
    margin: 0 0 30px 0;
}

p.size-full {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
}

.wp-caption {
	text-align: center;
	max-width: 100%;
	padding: 1.2%;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
}

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

/* Comments
----------------------------------------------- */

#comments {
	clear: both;
}

h2.comments-title {
	border-bottom: 1px solid #444;
	padding-bottom: 2px;
	margin-bottom: 20px;
	margin-top: 30px;
}

ol.commentlist {
	margin: 0;
	list-style: none;
}

.commentlist li.comment {
	clear: both;
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
	min-height: 98px;
	border-bottom: 1px solid #444;
}

.commentlist > li ul {
	margin-bottom: 10px;
}

.commentlist li.pingback {
	min-height: 0;
}

.commentlist li .avatar {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.commentlist cite.fn {
	font-size: 20px;
}

.comment-meta {
	font-size: 12px;
	margin-bottom: 5px;
}

.commentlist li .reply {
	/*opacity: 0;*/
}

.commentlist li:hover .reply {
	opacity: 1;
}

#comments .reply {
	position: absolute;
	top: 0;
	right: 0;
}

#comments .reply p {
	margin: 0;
}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea#comment {
	width: 100%;
	border: none;
	padding: 10px;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
	background-color: #e8e8e8;
}

#commentform input:focus#author,
#commentform input:focus#email,
#commentform input:focus#url,
#commentform textarea:focus#comment {
	background-color: #fff;
}

p.form-allowed-tags {
	display: none;
}

/* The Event Calendar
----------------------------------------------- */

#tribe-events-pg-template {
	width: 100%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

body.light #tribe-events-content h2.entry-title a,
body.light #tribe-events-content h2.entry-title a:visited {
	color: #1C3554;
}

.tribe-events-event-list-meta table tbody td {
	background: transparent;
	color: #ccc;
}

.light .tribe-events-event-list-meta table tbody td {
	color: #000;
}

/* Light Style
----------------------------------------------- */

body.light {
	background-color: #fbfbfb;
	color: #000;
}

body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light h6 {
	color: #222;
}

body.light a,
body light a:visited {
	color: #1C3554;
}

body.light #text-logo p,
body.light #text-logo h1 {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

body.light #tagline p,
body.light #tagline h2 {
	color: #000;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

body.light header {
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3),to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #f3f3f3, #dcdcdc);
	background-image: -moz-linear-gradient(top, #f3f3f3, #dcdcdc);
	background-image: -o-linear-gradient(top, #f3f3f3, #dcdcdc);
	background-image: -ms-linear-gradient(top, #f3f3f3, #dcdcdc);
	background-image: linear-gradient(top, #f3f3f3, #dcdcdc);
}

body.light header.primary a,
body.light header.primary a:visited,
body.light header.primary ul li ul li a:hover {
	color: #1C3554;
}

body.light header.primary li a:hover {
	background-color: #efefef;
}

body.light header.primary .menu li ul {
	background-color: #efefef;
}

body.light header.primary ul li ul li a {
	background: transparent;
}

body.light header.primary .menu li ul li a:hover {
	background-color: #dcdcdc;
}

body.light .wrap {
	-moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.37);
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.37);
	padding-bottom: 25px;
	background: none #f4f4f4;
}

body.light .widget {
	background-color: #fff;
	border: none;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
}

body.light .flex-viewport {
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.58);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.58);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.58);
}

body.light .widget-title {
	color: #fff;
	background-color: #1C3554;
}

body.light .widget-title a,
body.light .widget-title a:visited {
	color: #fff;
}

body.light .widget.ot-facebook {
	background-color: #fff;
}

body.light .last-podcast p,
body.light .last-podcast .meta a,
body.light .last-podcast .meta a:visited {
	color: #000;
}

body.light a.button,
body.light input.button,
body.light input[type="button"],
body.light input[type="submit"],
body.light ul.social-icons li a,
body.light ul.social-icons li a:visited {
	color: #fff;
	background-color: #1C3554;
}

body.light a:hover.button,
body.light input:hover.button,
body.light input:hover[type="button"],
body.light input:hover[type="submit"],
body.light ul.social-icons li a:hover {
	color: #fff;
	background-color: #0d1927;
}

body.light input:focus,
body.light textarea:focus {
	outline-color: #1C3554;
}

body.light .newsletter input#email {
	background-color: #f4f4f4;
	border: none;
}

body.light blockquote p  {
	background-image: none;
	text-shadow: none;
}

body.light p.post-footer {
	border-bottom: 1px solid #1C3554;
}

body.light p.post-footer a.right {
	background-color: #1C3554;
	color: #fff;
}

body.light ul.tweets li {
	background-color: #f2f2f2;
}

body.light footer,
body.light footer a,
body.light footer a:visited {
	color: #000;
}

body.light hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
}

/* Portrait Tablets
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	.wrap {
		width: 750px;
	}
	
	#logo {
		position: relative;
		width: 100%;
		text-align: center;
		left: auto;
		padding-top: 7px;
		padding-bottom: 6px;
	}
	
	.outside-logo { /*positions logo above navigation bar*/
		width: 750px;
		margin: 45px auto 18px;
		position: relative;
	}
	
	.outside-logo #logo {
		float: none;
		text-align: center;
	}
	
	#tagline {
		width: 100%;
		text-align: center;	
	}
	
	.outside-logo #tagline {
		float: none;
		text-align: center;
		margin-top: 5px;
	}
	
	header.primary nav {
		padding-bottom: 3px;
		width: 100%;
	}
	
	header.primary nav ul {
		text-align: center;
	}
	
	header.primary nav ul li {
		display: inline-block;
		float: none;
	}
	
	header.primary nav ul li ul li {
		text-align: left;
	}
	
	#top-sidebar.flexslider {
		width: 100%;
		height: auto;
		min-height: 0;
		margin: 0 0 20px;
	}
	
	.top-sidebar,
	.home-lower {
		width: 740px;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.top-sidebar .widget {
		clear: both;
		width: 690px;
		float: none;
		border: none;
		margin-top: 20px;
		min-height: 0;
	}
	
	.home-top {
		padding: 20px;
	}
	
	.static img.attachment-primary {
		margin-right: 0;
		margin-left: 40px;
		float: none;
	}
	
	.static img.attachment-secondary {
		margin-left: 31px;
	}
	
	.home-lower .widget {
		margin: 11px 0 22px;
		width: 338px;
	}
	
	.home-lower .widget.featured-posts {
		width: 699px;
		clear: both;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#content {
		width: 90%;
		margin: 10px auto;
		float: none;
	}
	
	.pagination {
		margin-bottom: 30px;
		margin-top: -20px;
	}
	
	#sidebar,
	.content-right #sidebar {
		width: 100%;
		margin: 20px auto;
		float: none;
	}
	
	#sidebar .widget {
		float: left;
		margin: 11px 37px 22px;
		width: 300px;
	}
	
	footer.primary {
		width: 750px;
	}

}

/* Small Tablets and Phones
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	.wrap {
		width: 90%;
	}
	
	#logo,
	#text-logo {
		position: relative;
		width: 100%;
		text-align: center;
		left: auto;
		padding-top: 7px;
		padding-bottom: 6px;
	}
	
	.outside-logo { /*positions logo above navigation bar*/
		width: 90%;
		margin: 10px auto;
		position: relative;
	}
	
	.outside-logo #logo {
		float: none;
		text-align: center;
	}
	
	.outside-logo #tagline {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	
	#tagline {
		width: 100%;
		text-align: center;
		margin: 0 auto 5px;
	}
	
	#logo {
		position: relative;
		left: auto;
		float: left;
		padding: 6px 2px 2px;
	}
	
	header.primary nav {
		display: none;
	}
	
	#mobile-menu ul {
		display: none;
	}
	
	#mobile-menu { 
		display: block;
	}
	
	select.tinynav {
		border: none;
		width: 92%;
		background-color: #1b3554;
		-webkit-appearance: none;
		color: #fff;
		font-weight: 700;
		-webkit-background-clip: padding-box;
		padding: 2% 10%;
		margin: 4%;
	}
		
	.wrap .flexslider,
	#top-sidebar.flexslider {
		width: 100%;
		height: auto;
		min-height: 0;
		margin: 0 0 10px;
		clear: both;
	}
	
	.static img.attachment-primary {
		margin-right: 9px;
		width: auto;
		max-width: 100%x;
		height: auto;
	}
	
	.flex-caption {
		position: relative; 
		bottom: auto; 
		background-color: #000; 
		color: #fff;
		margin: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}
	
	.top-sidebar {
		width: 100%;
		margin: 0;
	}
	
	.top-sidebar .widget,
	.home-lower .widget,
	#sidebar .widget {
		width: 90%;
		border: none;
		float: none;
		min-height: 0;
		margin-left: 3%;
	}
	
	.home-lower .widget.featured-posts {
		width: 90%;
	}
	
	#sidebar,
	.content-right #sidebar,
	.home-lower {
		width: 100%;
		margin: 0 auto;
	}
	
	p.podcast-link {
		float: none;
		position: relative;
		text-align: left;
	}
	
	.mejs-container {
		max-width: 90%;
	}
	
	#home-posts {
		width: 90%;
		margin-left: 10px;
	}
	
	#content,
	.content-right #content,
	.content-full #content,
	.content-left #content {
		width: 90%;
		margin: 10px auto;
		float: none;
	}
	
	article.staff-list {
		height: auto;
	}
	
	footer.primary {
		width: 90%;
	}
	
	footer.primary p {
		margin-bottom: 5px;
	}
	
	.footer-left,
	.footer-right {
		height: auto;
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#content .tribe-events-event-entry,
	#content .tribe-events-event-list-meta {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		border: none; 
	}
	
	#content span.tribe-events-calendar-buttons,
	#content span.tribe-events-month-nav {
		display: block;
		clear: both;
		float: none;
		position: relative;
		text-align: center;
	}
		
}

/* Small Tablets Only
----------------------------------------------- */
@media only screen and (min-width: 550px) and (max-width: 767px) {
	
	.home-lower .widget {
		width: 42%;
		float: left;
		margin: 10px 1%;
	}
	
	#sidebar .widget {
		width: 42%;
		float: left;
		margin: 10px 4%;
	}
	
	#home-posts {
		margin: 20px auto;
		float: none;
		clear: both;
	}
	
	.newsletter input#email {
		width: 60%;
	}
	
	ul.podcast-series {
		text-align: center;
	}

}

/* Smartphones Only
----------------------------------------------- */
@media only screen and (max-width: 549px) {
	
	#sidebar .widget {
		width: 90%;
		float: none;
		margin: 10px auto;
	}
	
	.home-lower .widget {
		width: 88%;
		float: none;
		margin: 10px auto;
	}
	
	h1.title,
	h2.title {
		font-size: 32px;
	}
	
	h1 {
	  font-size: 40px;
	}
	
	h2 {
	  font-size: 26px;
	}
	
	h3 {
	  font-size: 20px;
	}
	
	input#s {
		width: 125px;
	}
	
	.newsletter input#email {
		width: 160px;
	}
	
	li.podcast-series-item {
		max-width: 100%;
		height: auto;
		float: none;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	li.podcast-series-item img {
		position: relative;
	}
	
	li.podcast-series-item .series-title {
		max-width: 100%;
		height: 100%;
	}
	
	li.podcast-series-item .series-title a {
		max-width: 100%;
		height: 100%;
	}
	
}

/* Animated Loading
----------------------------------------------- */

.animated{
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.animated.hinge{
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.home .fadeIn {
	-webkit-animation-delay: 0, .7s;
}

.fadeIn {
	-webkit-animation-delay: 0, .4s;
}