/* 
	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: 1.2.2
	License: GNU General Public License
	License URI: license.txt
*/

/* @group Reset and Base Set-up */

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%; 
	-webkit-font-smoothing:antialiased; 
	font-smoothing:antialiased;  
} 

/* MEDIA */
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 */

/* @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; }

body { 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 }
h5 { font-size: 17px; line-height: 1; margin-bottom: 20px }
h6 { font-size: 16px; 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  {
	font-style: italic;
	background: url(images/quote.png) no-repeat left top;
	margin-left: 10px;
	padding: 15px 15px 15px 38px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}

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

/* @end */

/* @group Global */

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

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

.slides:after,
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	visibility: hidden; 
}

*:first-child+html .clearfix { 
	zoom: 1; /* IE7 */ 
}
 
.clearfix,
* html .slides { 
	height: 1%; 
}

.btn,
.button,
input[reset],
input[submit],
input#submit {
	background-color: #DB3E25;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 4px 10px 5px;
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	outline: none;
}

.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 black;
	-webkit-box-shadow: 0 2px 30px black;
	box-shadow: 0 2px 30px black;
	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;
}

.half-left {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 24px;
}

.half-right {
	width: 48%;
	float: right;
	margin-left: 2%;
	margin-bottom: 24px;
}

.hidden {
	display: none;
}

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

/* @end */

/* @group 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: 45px;
}

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

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

#logo img {
	max-width: 99%;
	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;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1;
}

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

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

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; 
}

/* @end */

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: 4px 12px 1px;
	border-right: 1px dotted #ccc;
	margin: 5px 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;
}

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

/* @end */

/* @group Flex Slider */

.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;
	overflow: hidden;
}

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

.flexslider .slides img {
	max-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;
}

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

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

/* Direction Nav */
.flex-direction-nav { 
	height: 0; 
}

.flex-direction-nav li a {
	width: 22px; 
	height: 29px;
	display: block; 
	background: url(images/slider-arrows-light.png) no-repeat; 
	position: absolute; 
	bottom: 12px; 
	cursor: pointer; 
	text-indent: -9990em;
	margin: 0;
}

.flex-direction-nav li a.flex-next {
	background-position: -22px;
	left: 32px;
}

.flex-direction-nav li a.flex-prev {
	background-position: 0;
	left: 10px;
}

.flex-direction-nav li .disabled {
	opacity: .3; 
	filter:alpha(opacity=30); 
	cursor: default;
}

/* @end */

/* @group Static Home */

.static {
	padding-left: 7px;
}

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

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

.static img {
	float: left;
	background: url(images/loading.gif) no-repeat center #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;
}

/* @end */

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

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

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

/* @group Page Layouts */

.page-left {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 580px;
}

.page-full {
	padding: 20px;
}

.page-right {
	float: right;
}

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

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

.archive article {
	margin-bottom: 75px;
}

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

p.post-meta a,
p.post-footer a,
p.post-meta a:visited,
p.post-footer a:visited {
	color: #c2c1c3;
}

p.post-footer {
	margin-bottom: 0;
}

p.post-footer {
	border-bottom: 1px solid #4d4949;
}

p.post-footer a.right {
	background-color: #4d4949;
	color: #fff;
	padding: 3px 7px;
	margin-top: -6px;
}

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

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

.pagination span.current {
	font-size: 18px;
	position: relative;
	top: 1px;
}

/* @end */

/* @group Staff and Podcasting */

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

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;
}

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

.description {
	clear: both;
	padding-top: 10px;
}

.description p {
	padding-bottom: 45px;
}

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

li.podcast-episode {
	border-bottom: 1px solid #d8d8d8;
	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;
	background: url(images/podcast-details.png) no-repeat left top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 5px;
}

ul.podcast-details li.series {
	background-position: 0 -118px;
}

ul.podcast-details li.speaker {
	background-position: 0 -88px;
}

ul.podcast-details li.audio {
	background-position: 0 -26px;
}

ul.podcast-details li.download {
	background-position: 0 2px;
}

ul.podcast-details li.notes {
	background-position: 0 -56px;
}

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


/* @end */

/* @group Widgets */

aside.home-lower {
	position: relative;
	overflow: hidden;
	margin: 32px 0 10px 15px;
}

.widget {
	position: relative;
	float: left;
	width: 268px;
	padding: 10px;
	margin: 0 14px 22px 8px;
	background-color: #171617;
	border: 1px dotted #6a6a6a;
}

.widget.ot-facebook {
	height: 275px;
	overflow: hidden;
}

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

.organizedthemes_contact ul {
	list-style: none;
}

.organizedthemes_contact iframe {
	width: 100%;
}

h2.widget-title,
h3.widget-title {
	margin: -11px -11px 15px;
	padding: 3px 10px;
	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: 20px;
}

ul.social-icons li a {
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	float: left;
	margin-right: 3px;
	background: url(images/social-icons-silver.png) no-repeat;
	margin-bottom: 3px;
}

li#facebook a {
	background-position: 0 0;
}

li#twitter a {
	background-position: 0 -230px;
}

li#google a {
	background-position: 0 -116px;
}

li#flickr a {
	background-position: 0 -39px;
}

li#foursquare a {
	background-position: 0 -78px;
}

li#itunes a {
	background-position: 0 -154px;
}

li#rss a {
	background-position: 0 -192px;
}

li#vimeo a {
	background-position: 0 -268px;
}

li#youtube a {
	background-position: 0 -307px;
}

.organizedthemes_contact h6 {
	clear: both;
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 10px;
}

.newsletter input#email {
	border: 1px dotted #6a6a6a;
	background-color: #000;
	color: #6D6D6D;
	font-style: italic;
	width: 200px;
	padding: 2px;
	height: 16px;
}

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

.newsletter input.button {
	margin-left: -5px;
}

.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 {
	padding-left: 30px;
	background: url(images/podcast-icons-widget.png) no-repeat left top;
}

.last-podcast .listen {
	background-position: 0 -25px;
}

.last-podcast .notes {
	background-position: 0 -49px;
}

p.podcast-link {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
}

p.podcast-link a,
p.podcast-link a:visited {
	color: #fff;
	background-color: #DB3E25;
	padding: 2px 7px;
}

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

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

.widget.home-posts {
	width: 580px;
}

.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;
}

a.rsswidget img {
	display: none;
}

/* @end */

/* @group Footer */

footer {
	width: 960px;
	margin: 15px auto 20px;
}

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

footer p {
	margin-bottom: 0;
}

.footer-left {
	padding-top: 3px;
}

/* @end */

/* @group 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;
}

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

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

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

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

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

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

.wp-caption {
	text-align: center;
	padding: 7px 2px 2px;
	background-color: #ccc;
}

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

/* @end */

/* @group 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 {
	clear: both;
	margin-bottom: 20px;
	position: relative;
	min-height: 98px;
	border-bottom: 1px solid #444;
}

.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;
}

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

.reply p {
	margin: 0;
}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea#comment {
	width: 100%;
	border: none;
	padding: 4px;
	-moz-box-shadow: inset 0 1px 2px black;
	-webkit-box-shadow: inset 0 1px 2px black;
	box-shadow: inset 0 1px 2px black;
	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;
}

/* @end */

/* @group The Events Calendar */

#tribe-events-content h2.entry-title a,
#tribe-events-content h2.entry-title a:visited {
	color: #DB3E25;
}

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

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

/* @end */

/* @group Light Color Style */

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

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 .flexslider {
	-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 {
	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 .btn,
body.light .button,
body.light input[reset],
body.light input[submit],
body.light input#submit,
body.light p.podcast-link a,
body.light p.podcast-link a:visited {
	color: #fff;
	background-color: #1C3554;
}

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

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

body.light .last-podcast span {
	background-image: url(images/podcast-icons-widget-dark.png);
}

body.light ul.podcast-details li {
	background-image: url(images/podcast-details-dark.png);
}

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;
}

/* @end */

/* 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;
	}
	
	aside.top-sidebar,
	aside.home-lower {
		width: 740px;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	aside.top-sidebar .widget {
		clear: both;
		width: 690px;
		float: none;
		border: none;
		margin-top: 20px;
		min-height: 0;
	}
	
	article.home-top {
		padding: 20px 20px 0;
	}
	
	.static img.attachment-primary {
		margin-right: 0;
		margin-left: 40px;
		float: none;
	}
	
	.static img.attachment-secondary {
		margin-left: 31px;
	}
	
	aside.home-lower .widget {
		margin: 5px 25px 20px 47px;
	}
	
	aside.home-lower .home-posts {
		width: 690px;
		clear: both;
		margin: 10px 9px 10px 15px;
	}
	
	#content {
		width: 90%;
		margin: 10px auto;
		float: none;
	}
	
	.pagination {
		margin-bottom: 30px;
		margin-top: -20px;
	}
	
	aside#sidebar {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	
	aside#sidebar .widget {
		margin: 10px 17px;
	}
	
	footer.primary {
		width: 750px;
	}

}

/* Small Tablets & Phones */
@media only screen and (max-width: 767px) {
	
	.wrap {
		width: 90%;
	}
	
	#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;
		text-align: center;
		margin-top: 0;
	}
	
	#tagline {
		width: 100%;
		text-align: center;
	}
	
	#logo {
		position: relative;
		left: auto;
		float: left;
		padding: 6px 2px 2px;
	}
	
	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;
	}
		
	.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;
	}
	
	aside.top-sidebar {
		width: 100%;
		margin: 0;
	}
	
	aside.home-lower {
		padding: 0;
		margin: 0;
	}
	
	aside.top-sidebar .widget,
	aside.home-lower .widget,
	aside#sidebar .widget {
		width: 90%;
		border: none;
		float: none;
		min-height: 0;
		margin-left: 3%;
	}
	
	aside.home-lower .widget.home-posts {
		width: 90%;
	}
	
	aside.home-lower #home-posts {
		width: 100%;
	}
	
	aside#sidebar {
		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 {
		width: 90%;
		margin: 10px auto;
		float: none;
	}
	
	article.staff-list {
		height: auto;
	}
	
	footer.primary {
		width: 90%;
		background-image: none;
	}
	
	.footer-left,
	.footer-right {
		background-image: none;
		height: auto;
	}
	
}

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

}

.footer-right {display:none;}