/*   
Theme Name: Peacemaker
Theme URI: http://www.scheetzdesigns.com
Author URI: http://www.scheetzdesigns.com
Description: The Premium WordPress Theme for Churches
Author: Justin Scheetz
Version: 1.5.1
License: GNU General Public License
License URI: license.txt
Tags: two-columns, three-columns, fixed-width, threaded-comments
*/

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

.icon-font { font-size:25px; line-height:15px; font-family:'PulsarJS'; font-weight:normal; }

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 13px;
    line-height: 1.2;
    font-family: arial, sans-serif;
    color: #000;
    background: #fff;
    min-width: 100%;
}

.sticky, .gallery-caption, .bypostauthor { }

a { color: #47b2c3; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; resize: none; }

header, nav, section, article, aside, footer { display: block; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -9999px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -9999px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

footer, #footer-push { height: 50px; }
footer .top {
	background: rgb(47,47,47);
	background: -moz-linear-gradient(top, rgba(47,47,47,1) 0%, rgba(54,54,54,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,47,1)), color-stop(100%,rgba(54,54,54,1)));
	background: -webkit-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(54,54,54,1) 100%);
	background: -o-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(54,54,54,1) 100%);
	background: -ms-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(54,54,54,1) 100%);
	background: linear-gradient(to bottom, rgba(47,47,47,1) 0%,rgba(54,54,54,1) 100%);
}
footer .top { position: relative; box-shadow: 0 5px 5px rgba(0,0,0,.2); }
footer .top .shell { overflow: hidden; padding-top: 36px; padding-bottom: 40px; }
footer .bottom { background: #202020; padding: 17px 0; height: 20px; }
footer .bottom p { font-size: 11px; line-height: 17px; color: #8e8e8e; }
footer .bottom p a { color: #f2f2f2; margin-left: 8px; }
footer .bottom p a:hover { text-decoration: none; color: #fff; }

header { padding:0; position: relative; z-index: 20; }

header nav { position:absolute; bottom:30px; right:0; }
header nav ul { list-style: none; }
header nav > ul > li { float: left; height: 31px; position: relative; }
header nav > ul > li > a { float:left; font-size: 14px; line-height: 31px; height:31px;  padding: 0 13px 25px 13px; position: relative; margin:0; -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; }
header nav > ul > li a:hover,
header nav > ul > li:hover a { text-decoration: none; }
header nav > ul > li.current > a,
header nav > ul > li:hover > a { color: #000; }
header nav > ul > li > .dropdown { top: 61px; left: 0; }
header nav > ul > li > a > .arrow { width: 15px; height: 10px; overflow: hidden; position: absolute; top: 10px; right: -12px; margin-left: -7px; display: none; z-index: 10; background: url(_theme_styles/images/nav-arrows.png) no-repeat 0 -20px; }
header nav > ul > li.has-dd > a { padding-right:35px; }
header nav > ul > li.has-dd:hover a { top: 5px; }
header nav > ul > li.has-dd:hover .dropdown a { top:0; }
header nav .dropdown { background: url(_theme_styles/images/dropdown.png); background: rgba(0,0,0,.6); position: absolute; width: 220px; display: none; }
header nav .dropdown a { display: block; font-size: 13px; line-height: 50px; padding: 0 10px 0 20px; height: 50px; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff !important; -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; border-right: 0; }
header nav .dropdown a .icon-font { line-height:33px; }
header nav .dropdown li + li a { border-top: solid 1px #999; border-color: rgba(255,255,255,.2); }
header nav .dropdown li {font-size: 0; line-height: 0; position: relative; width: 220px; }
header nav .dropdown > ul > li:first-child { border: none; }
header nav .has-dd .dropdown .has-dd:hover > a { border-right: 4px solid #fff; margin-right: -4px; }
header nav .has-dd .dropdown .has-dd:hover > a .icon-font { display:none; }
header nav .dropdown .has-dd > a .icon-font { float:right; }
header nav .dropdown .has-dd:hover > a .icon-font { left:5px; }
header .dropdown .dropdown { top: 0; left: 224px; }
header nav .dropdown .dropdown li:first-child a { border-top: 0; }
header nav .icon-font { position:absolute; top:9px; right:5px; }

header #mobile-nav,
header #mobile-nav ul { display:none; }

#featured-image { height:200px; }

#bottom { padding: 36px 0 30px; position: relative; z-index: 5; }
#bottom { -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4); -moz-box-shadow: 0 0 20px rgba(0,0,0,.4); box-shadow: 0 0 20px rgba(0,0,0,.4); }
#bottom h4, .top h4 { font-weight: bold; text-transform: uppercase; font-size: 18px; line-height: 40px; padding: 0 0 10px; color: #fff; }
#bottom ul, .top ul { list-style: none; }
#bottom .shell, .top .shell { overflow: hidden; }
#bottom .shell > ul > li, .top .shell > ul > li { position: relative; }
#bottom .shell, .top .shell { overflow: hidden; }
.widget span.prev,
.widget span.next { background: url(_theme_styles/images/arrows.png); width: 20px; height: 14px; -moz-transition: all linear .15s; -ms-transition: all linear .15s; -o-transition: all linear .15s; -webkit-transition: all linear .15s; transition: all linear .15s; position: absolute; top: 14px; cursor: pointer; }
.widget span.prev:hover,
.widget span.next:hover { }
.widget span.prev { float: left; background-position: 0 0; right: 29px; }
.widget span.prev:hover {  background-position: 0 -14px; }
.widget span.next { float: right; background-position: -20px 0px; right: 0; }
.widget span.next:hover { background-position: -20px -14px; }

#sidebar .widget span.prev,
#sidebar .widget span.next { background: url(_theme_styles/images/arrows_dark.png); }
#sidebar .widget span.prev { margin-top:-8px; float: left; background-position: 0 0; right: 29px; }
#sidebar .widget span.prev:hover {  background-position: 0 -14px; }
#sidebar .widget span.next { margin-top:-8px; float: right; background-position: -20px 0px; right: 0; }
#sidebar .widget span.next:hover { background-position: -20px -14px; }


#countdown { border-top: solid 1px #ddd; text-align: center; margin: 40px 0 0; padding-bottom: 45px; }
#countdown h2 { position: relative; display: inline-block; background: #fff; padding: 0 11px; font-size: 45px; line-height: 55px;font-weight: normal; margin: -30px 0 30px; }
#countdown h2 a:hover { text-decoration:none; color:#000; }
#countdown h2 a {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#countdown h3 { position: relative; color: #888; font-size: 20px; line-height: 35px;font-weight: normal; margin-top: -30px; }
#countdown h3 .countdown_section { display:inline; float: left; width: auto !important; }

#features { background: #fff; padding: 36px 0 0; position: relative; z-index: 6; -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4); -moz-box-shadow: 0 0 20px rgba(0,0,0,.4); box-shadow: 0 0 20px rgba(0,0,0,.4); }
#page-wrap { background: #fff; padding: 0; position: relative; }
#page-wrap.no-image { border-top:1px solid #ddd; }

#features .shell { overflow: hidden; }
#page-wrap .shell { padding-top:30px; padding-bottom:30px; }

#logo { float: left; }
#logo a { width:300px; height:90px; text-indent:-9999px; display: block; }
#logo a { background:url('_theme_styles/images/logo.png') no-repeat left center; }

#slider { width: 100%; height: 553px; overflow: hidden; position: relative; z-index: 7; background: #f2f2f2; }
#slider ul { list-style: none; }

#slider .flex-direction-nav { width: 100%; height: 0; position: absolute; top: 241px; left: 0; z-index: 10; }
#slider .flex-direction-nav li { float: left; display: inline; line-height: 0; height: 0; }
#slider .flex-direction-nav a { opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70); position: absolute; top: 0; background: url(_theme_styles/images/slider-arrows.png) no-repeat 0 0; width: 62px; height: 72px; -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; }
#slider .flex-direction-nav a:hover { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
#slider .flex-direction-nav a.flex-prev { background-position: 0 0; left: 0; }
#slider .flex-direction-nav a.flex-next { background-position: right 0; right: 0; }
#slider .light .flex-direction-nav a.flex-prev { background-position: 0 bottom; left: 0; }
#slider .light .flex-direction-nav a.flex-next { background-position: right bottom; right: 0; }

#wrap { height: auto !important; height: 100%; margin: 0 0 -50px; overflow: hidden; }

.button { display: inline-block; font-size: 15px; line-height: 25px; color: #fff; text-transform: uppercase; padding: 6px 16px; border-radius: 3px; background: #0ca6bd; color: #fff; font-weight: bold; -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; }
.button + .button { margin-left: 10px; }
.button:hover { text-decoration: none; background: #222; background: rgba(0,0,0,.5); color: #fff; }

.contact-widget { width: 100%;; margin: 0 25px; }
.contact-widget ul { font-size: 13px; line-height: 20px; color: #fff; }
.contact-widget li a { color: #fff; }

.theme-widget-social-icons-widget .socials { width: 100%; overflow: hidden; }
.theme-widget-social-icons-widget .socials div { float: left; }
.theme-widget-social-icons-widget .socials div + div { padding-left: 10px; }
.theme-widget-social-icons-widget .socials a { display: block; font-size: 0; line-height: 0; text-indent: -9999px; width: 32px; height: 32px; background-image: url(_theme_styles/images/socials.png); opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; }
.theme-widget-social-icons-widget .socials a:hover { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
.theme-widget-social-icons-widget .facebook a { background-position: 0 0; }
.theme-widget-social-icons-widget .twitter a { background-position: -32px 0; }
.theme-widget-social-icons-widget .vimeo a { background-position: -64px 0; }
.theme-widget-social-icons-widget .linkedin a { background-position: -96px 0; }
.theme-widget-social-icons-widget .youtube a { background-position: -128px 0; }
.theme-widget-social-icons-widget .rss a { background-position: -160px 0; }

.continue { display: inline-block; font-family: 'Helvetica', arial, sans-serif; font-weight: bold; font-size: 11px; text-transform: uppercase; padding: 0 8px; background: url(_theme_styles/images/overlay.png); -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; line-height: 24px; }
.continue:hover { text-decoration: none; margin-left: 5px; }

.half { float: left; width: 49%; }
.half + .half { float: right; }

.image-slider { width: 100%; height: 553px; position: relative; overflow: hidden; }
.image-slider li { width: 100%; height: 553px; background-position: 50% 0; background-repeat: no-repeat; display: none; }
.image-slider li iframe { width: 100%; }
.image-slider .play-video { position: absolute; top: 50%; width: 72px; border-radius: 100%; height: 72px; background: url('_theme_styles/images/play-ico.png'); margin: -36px 0 0 -36px; z-index: 15;  -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; }
.image-slider .play-video:hover { background-color: rgba(255,255,255,.5); }
.image-slider li .flex-direction-nav { display: none; height: 0px; line-height: 0px; }
.image-slider li > a { background:rgba(0,0,0,0); display: block; height: 100%; width: 100%; }
.image-slider li > a:hover { background:rgba(0,0,0,0.2); display: block; height: 100%; width: 100%; }
.image-slider li > a {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.image-slider .caption { position: absolute; left: 0; width: 100%; font-size: 16px; line-height: 21px; }
.image-slider .overlay { width: 692px; min-height: 56px; padding: 20px 226px 10px 22px; margin: 0 auto; overflow: hidden; position: relative; }
.image-slider li .overlay-dark { color:#fff; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; position:absolute; top:0; left:0; width:100%; height:553px; background:#000; }

.image-slider .caption h2 { font-size: 24px; line-height: 30px; font-weight: normal; padding-bottom:10px; }
.image-slider .caption p { padding-bottom: 10px; }
.image-slider .caption .text { width: 405px; position: absolute; top: 0; }
.image-slider .caption .button { position: absolute; top: 25px; right: 26px; }
.image-slider .caption .player-wrapper { width: 892px; height: 24px; position: relative; display: none; padding-bottom: 12px; margin-top: 9px; }
.image-slider .caption .player { position: absolute; top:0; left:0; width: 100%; height: 24px; }
.image-slider .caption .player audio { width:100%; }
.image-slider .caption .play-video img { display: block !important; margin: 0 auto; max-width: 100%; }
.image-slider .caption .video { display: none; position: absolute; left: 0; width: 940px; top: -254px; }
.image-slider li.middle .caption h2 { padding-bottom:0; }

.image-slider li.light .flex-direction-nav a.flexPrev { background-position: 0 bottom; }
.image-slider li.light .flex-direction-nav a.flexNext { background-position: right bottom; }
.image-slider li.light .overlay { background: url('_theme_styles/images/light.png') repeat; background:rgba(255,255,255,0.5); }
.image-slider li.light .text { color: #fff; }

.image-slider li.alignleft .text { text-align: right; left: 0; right: auto; }
.image-slider li.alignleft .play-video { left: 100%; margin: -36px 0 0 36px; }
.image-slider li.alignright .text { text-align: left; left: auto; right: 0; }
.image-slider li.alignright .play-video { right: 100%; margin: -36px 36px 0 0; }

.image-slider li.dark .play-video { background-position:0 -72px; }
.image-slider li.dark .play-video:hover { background-color: rgba(0,0,0,0.2); }

.image-slider li.dark .overlay { background: url(_theme_styles/images/dropdown.png); }

.image-slider li.light .caption { color: #000; }
.image-slider li.dark .caption { color: #fff; }

.image-slider li.middle.light .caption { color: #fff; }
.image-slider li.middle.dark .caption { color: #000; }

.image-slider li.top .caption { top: -100%; }
.image-slider li.top .overlay { border-radius: 0 0 5px 5px; }
.image-slider li.top .button { top: auto; bottom: 25px; }

.image-slider li.bottom .caption { bottom: -100%; }
.image-slider li.bottom .overlay { border-radius: 5px 5px 0 0; }

.image-slider li.middle .caption { bottom: -100%; }
.image-slider li.middle .overlay { width: 940px; min-height: 0; height: 0; padding: 0; background: transparent; overflow: visible; }

.map-widget { background: #fff; padding: 8px; box-shadow: 0 5px 5px rgba(0,0,0,.5); }
.map-widget iframe { display: block; }

.no-rgba header nav .dropdown li { border: none; /*background: url('_theme_styles/images/dropdown-border.png') 0 0 repeat-x;*/ padding-top: 1px; }
.no-rgba header nav .dropdown .dropdown { top: 1px; }

.widget { position:relative; margin-bottom:15px; }
.widget h3 { font-weight: bold; font-size: 16px; line-height: 22px; color: #fff; }
.widget h6, .widget .tweet_time { display:block; font-size: 11px; line-height: 14px; font-weight: normal; color: #fff; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75; padding:5px 0 12px; }
.widget p, .widget .tweet_text { font-size: 13px; line-height: 20px; padding: 0 0 10px; color: #fff; }
.widget a { color: #fff; }
.widget .container { width: 100%;; overflow: hidden; position: relative; }
.widget ul { width: 100%;; }
.widget ul > li { border-top: 1px solid #ddd; border-color: rgba(255,255,255,.5); padding: 16px 0 21px; }
.widget .tweet_time { padding:0; margin-bottom:-6px; }
.widget ul > li .player { font-size:0; line-height:0; }

.caroufredsel_wrapper, .caroufredsel_wrapper .slides { width:100% !important; }

#sidebar .widget { color:#000; margin-bottom:30px; }
#sidebar .widget h3 { color: #000; padding:0; border:none; margin:0 0 5px; }
#sidebar .widget h6 { position:relative; top:-5px; }
#sidebar .widget h6, #sidebar .widget .tweet_time a { color: #888; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }
#sidebar .widget p, #sidebar .widget .tweet_text { font-size: 13px; line-height: 20px; padding: 0 0 10px; color: #000; }
#sidebar .widget ul > li { border-top: 1px solid #ddd; padding: 16px 0 17px; font-size:13px; line-height:17px; }
#sidebar .theme-widget-upcoming-events ul > li { padding:0; }
#sidebar .player { display:none; }
#sidebar .continue.button-player { margin-bottom: 4px; }

#sidebar .widget .children,
.widget .children {
	margin-top: 20px;
	margin-bottom: -20px;
}
#sidebar .widget .children li,
.widget .children li {
	padding-left: 20px;
}

.schedule-widget { width: 100%; }
.schedule-widget ul { font-size: 13px; line-height: 24px; color: #fff; }

.shell { width: 940px; margin: 0 auto; padding: 0 20px; position:relative; }

.player-container p { display: none; font-size: 0; line-height: 0; text-indent: -4000px; }

.sermons-widget { font-size: 11px; line-height: 19px; padding: 0 0 8px; }
.sermons-widget h3 { font-weight: bold; font-size: 16px; line-height: 22px; color: #fff; }
.sermons-widget h6 { font-size: 11px; line-height: 22px; font-weight: normal; color: #fff; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75; padding: 0 0 8px; }
.sermons-widget p { font-size: 13px; line-height: 20px; padding: 0 0 10px; color: #fff; }
.sermons-widget a { color: #fff; }
.sermons-widget .player { display: none; }

.theme-widget-upcoming-events li a { display: block; font-size: 11px; line-height: 19px; background: transparent; -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; clear: both; color: #fff; padding: 12px 0; }
.theme-widget-upcoming-events li .icon { float: left; width: 16px; height: 16px; margin: 4px 10px 0 0; }
.theme-widget-upcoming-events li .icon-dark { display:none; }
.theme-widget-upcoming-events li .icon img { display: block; }
.theme-widget-upcoming-events li .text { display: block; width: 240px; margin:0 0 0 26px; padding-right:24px; }
.theme-widget-upcoming-events li .text strong { font-weight: bold;  font-size: 16px; line-height: 21px; color: #fff; display: block; }
.theme-widget-upcoming-events li .meta { font-size:11px; line-height:15px; display:block; padding-top:5px; font-family:sans-serif; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75; }
.theme-widget-upcoming-events li .meta strong { display:inline; font-size:11px; line-height:10px; font-family:sans-serif !important; }
.theme-widget-upcoming-events li a:hover { text-decoration: none; background: url(_theme_styles/images/overlay.png); padding: 12px 0 12px 15px; margin-right: -15px; }
.theme-widget-upcoming-events ul > li { padding:0; }

#sidebar .theme-widget-upcoming-events li .meta, #sidebar .theme-widget-upcoming-events li .meta strong { color:#000 !important; }
#sidebar .theme-widget-upcoming-events li a:hover { background:#f5f5f5; }
#sidebar .theme-widget-upcoming-events li .icon { display:none; }
#sidebar .theme-widget-upcoming-events li .icon-dark { display:block; float: left; width: 16px; height: 16px; margin: 4px 10px 0 0; }

#sidebar #wp-calendar { width:100%; }
#sidebar #wp-calendar caption { font-weight:bold; font-size:16px; line-height:21px; margin-bottom:5px; background:#f2f2f2; padding:7px 0; }
#sidebar #wp-calendar thead th, #sidebar #wp-calendar tbody td { border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px 0; text-align:center; }
#sidebar #wp-calendar thead tr th:first-child, #sidebar #wp-calendar tbody tr td:first-child { border-left:1px solid #ddd; }
#sidebar #wp-calendar tbody tr:last-child td:last-child { border:none; }

#search .field { border: none; padding: 10px 15px; width: 202px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#sidebar #search .field { border: 1px solid #CCC; padding: 10px 15px; width: 202px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#search .button { border:none; padding:5px 14px 6px; }

#sidebar .theme-widget-social-icons-widget .socials a { background-image: url(_theme_styles/images/socials_dark.png); }

/* Fluid Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { position: relative; margin:10px 4% 5px 0; float: left; }
.last { margin-right: 0 !important; clear: right; }
.clearboth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; }

.text-widget .one_half { margin-top:0; }
.text-widget .column-left { float:left; width:60%; text-align:left; }
.text-widget .column-right { float:right; width:40%; text-align:right; }

/* Page Styling */
#page { background:#fff; }
#page.homepage { background:transparent; border-top: double 4px #ddd; padding: 45px 0; }

#content.left { float:left; width:610px; }
#sidebar { float:right; width:290px; padding:0 0 0 30px; }

#content.full { float:none; width:930px; }

#content.right { float:right; width:610px; }
#sidebar.left { float:left; width:290px; padding:0 30px 0 0; }

/* Page Styling */
#content h1, #sidebar h1 { font-size: 40px; line-height: 48px; font-weight: normal; color: #000; margin:0 0 20px; padding:0;letter-spacing:  -1px; }
#content h2, #sidebar h2 { font-size: 25px; line-height: 33px; font-weight: normal; margin:0 0 15px; padding:0; }
#content h3, #sidebar h3 { font-size: 20px; line-height: 30px; font-weight: bold; color: #000; border-top:1px solid #ddd; padding:10px 0 0; margin:0 0 15px; }
#content h4, #sidebar h4 { font-size: 17px; line-height: 27px; font-weight: bold; color: #000; margin:0 0 15px; padding:0; }
#content h5, #sidebar h5 { border-top:1px dashed #ccc; background:#f5f5f5; text-shadow:1px 1px 0 #fff; padding:18px 20px; font-size:12px; line-height:17px; color:#888; font-weight:normal; margin:0 0 15px; }
#content p { font-size: 15px; line-height: 22px; color: #000; padding:0; margin:0 0 15px; }
#content p#breadcrumbs { margin: 0; font-size: 11px; color:#888; }
#content blockquote { background: url('_theme_styles/images/blockquote.png') 0 5px no-repeat; padding: 0 0 20px 60px; margin: 20px 0 0 30px; display: block; }
#content blockquote p { color:#888; }
#content img { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; display: block; margin:0; padding:0; }
#content .image { text-align: center; font-size: 11px; display: block; }
#content .image.left { margin: 0 20px 0 0; }
#content .image.right { margin: 0 0 0 20px; }
#content ul, #content ol { font-size: 15px; line-height: 22px; padding:0; margin:0 0 22px 35px; }
#content ul li, #content ol li { padding:0 0 5px; }
#content .wp-caption.alignright, #content img.alignright { float:right; margin:7px 0 15px 30px; }
#content .wp-caption.alignleft, #content img.alignleft { float:left; margin:7px 30px 15px 0; }
#content .wp-caption.aligncenter, #content img.aligncenter { margin:7px auto 15px; }
#content .wp-caption.alignright img,
#content .wp-caption.alignleft img,
#content .wp-caption.aligncenter img { margin:0 auto; }
#content .wp-caption-text { font-size:11px; text-align:center; color:#888; padding-top:5px; }
#content .event-info-left { float:left; width:100px; margin:0 0 10px; }
#content .event-info-right { float:left; width:auto; margin:0 0 10px; }
#content .video-block { margin:0 0 20px; }

#sidebar h3 { font-size:17px; line-height:24px; }

/* Galleries */
#content .gallery { padding:18px 0 0; }
#content .gallery .image { float:left; display:block; margin: 0 3% 2% 0; width: 17.6%; }
#content .gallery .image.post-style { float:none; width:610px; margin:0; }
#content .gallery .image.medium { width:31%; margin:0 3.5% 2% 0; }
#content .gallery .image.last { margin-right:0; }
#content .gallery .image a { width:100%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; overflow:hidden; position:relative; opacity:1; display:block; margin:0; padding:0; }
#content .gallery .image a img { width:100%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#content .gallery .image span.plus, #content .gallery .image span.gallery-icon { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; display:block; position:absolute; top:105%; left:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url('_theme_styles/images/plus.png'); background-position:center center; background-repeat:no-repeat; }
#content .gallery .image span.gallery-icon { background-image:url('_theme_styles/images/gallery.png'); }
#content .gallery .image figcaption { position:relative; text-align:center; display:block; font-size:12px; margin-bottom:13px; }
#content .gallery .image:hover figcaption { color:#000; }
#content .gallery .image a:hover img { zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; opacity: 0.4; }
#content .gallery .image a:hover span.plus,
#content .gallery .image a:hover span.gallery-icon { top:50%; zoom:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }

#content .gallery .image img,
#content .gallery .image span.plus,
#content .gallery .image span.gallery-icon,
#content .gallery .image figcaption {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#content .gallery-post-thumb { width:610px; height:350px; display:block; margin:0; }
#content .single-audio-player { margin:0 0 10px; }
#content .single-post .vid-frame { margin:0 0 15px; }

#content p.event-info { border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:25px 0 15px; margin-bottom:20px; line-height:19px; font-size:14px; }
#content p.event-info-inlist { line-height:19px; font-size:14px; }
#content .upcoming-event-posts .date-circle { line-height:36px; text-transform:uppercase; font-size:50px; text-align:center; display:block; color:#fff; padding:16px 20px 24px; width:80px; height:80px; -moz-border-radius:80px; -webkit-border-radius:80px; border-radius:80px; }
#content .upcoming-event-posts .date-circle .small { font-family:sans-serif; display:block; font-size:15px; }

#content .single-post { border-top:1px solid #ddd; padding-top:15px; }
#content .postlist-thumbnail img { -webkit-filter:grayscale(1); -moz-border-radius:130px; -webkit-border-radius:130px; border-radius:130px; width:130px; height:130px; }
#content .single-post:hover .postlist-thumbnail img { -webkit-filter:grayscale(0); }
#content .post-content { padding:0 0 30px; }
#content .post-content a.more { font-size:11px; font-weight:bold; text-transform:uppercase; display:inline-block; padding:5px 8px; color:#fff; background:#888; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#content .post-content a.more:hover { text-decoration:none; margin-left:4px; }
#content .post-content .post-meta { font-size:12px; line-height:17px; margin-top:-10px; color:#888; }
#content .post-content h3 { border:none; padding-top:0; }

#content .post-content a.more, #content .postlist-thumbnail img {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/* Custom Gallery Widget Styles */
.widget .gallery-thumb { width:100%; margin:0 0 10px; height:auto; }
.widget .gallery-thumb:hover { opacity:0.7; }
.widget .gallery-thumb {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.widget .gallery-thumb .caption {
	display:block;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:11px;
	text-decoration:none;
}

.widget .gallery-thumb:hover .caption {
	text-decoration:none;
}



/* Pagination */
#pagination {
   margin: 0 0 30px;
   padding: 20px 0;
}

#pagination ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#pagination li {
   background: none;
   display: inline;
   float: left;
   margin: 0;
   padding: 0 6px 0 0 !important;
}

#pagination li span,#pagination li a {
   text-align: center;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
   display: block;
   font-weight: bold;
   font-size: 12px;
   line-height: 12px;
   width: 12px;
   height: 12px;
   padding: 8px;
}

#pagination li span {
   background: #ccc;
   color: #222;
   text-shadow: 1px 1px 0 #ddd;
}

#pagination li a {
   color: #fff;
}

#pagination li a:hover {
   text-decoration: none;
}

/* Comment Styling */
#comments-block { padding:30px 0 0; }
#reply-title { display: none; }
#respond { padding: 0 0 15px; }
#respond .textarea_wrap { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 2.5% 3%; margin: 0 0 15px; height: 100px; width: 94%; }
#respond textarea#comment { width: 100%; border: none; -webkit-resize: none; -moz-resize: none; resize: none; height: 100px; line-height:19px; font-family:sans-serif; }
#respond input#author,#respond input#email,#respond input#url { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: "Lucida Grande",sans-serif; padding: 8px 11px; margin: 0 10px 10px 0; width: 250px; }
#respond p.comment-form-author,#respond p.comment-form-email,#respond p.comment-form-url { font-size:13px; font-weight: bold; text-transform: uppercase; height: 45px; padding:0; position: relative; margin-bottom: 0 !important; }
#respond p.comment-form-author input,#respond p.comment-form-email input,#respond p.comment-form-url input { position: absolute; left: 70px; }
#respond p.comment-form-author label,#respond p.comment-form-email label,#respond p.comment-form-url label { position: relative; top: 8px; }
#respond p.comment-form-author span.required,#respond p.comment-form-email span.required,#respond p.comment-form-url span.required { position: relative; top: 10px; }
#respond span.required { font-weight: bold; }
#respond p.form-allowed-tags { color: #999999; font-size: 11px; line-height: 15px; }
p.closed-comments { display: none; }
#page ol.commentlist { list-style: none; margin: 0 0 15px 0; }
#page ol.commentlist li.comment div.vcard cite.fn { font-style: normal; font-size: 13px; text-transform: uppercase; font-weight: bold; }
#page ol.commentlist li.comment div.vcard cite.fn a.url { text-decoration: none; }
#page ol.commentlist li.comment div.vcard img.avatar { float: right; margin: 5px 0 10px 10px; }
#page ol.commentlist li.comment div.vcard span.says { font-size: 17px; font-style: italic; font-family: "Georgia", serif; }
#page ol.commentlist li.comment div.comment-meta { padding:0 0 5px; font-size: 10px; line-height:14px; }
#page ol.commentlist li.comment div.comment-meta a { text-decoration: none; }
#page ol.commentlist li.comment p { margin:0; font-size: 14px; line-height: 20px; padding: 5px 0; }
#page ol.commentlist li.comment div.reply { font-size: 12px; }
#page ol.commentlist li.comment div.reply a { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-weight: bold; text-decoration: none; margin: 7px 0 0; display: inline-block; border: none; padding:2px 6px; font-size: 11px; line-height:15px; text-transform: uppercase; font-family: sans-serif; text-shadow: none; }
#page ol.commentlist li.comment ul.children { border-top:1px solid #ddd; list-style: none; margin: 15px 0 0 15%; }
#page ol.commentlist li.comment ul.children li.depth-2 { border: none; margin: 0 0 10px; }
#page ol.commentlist li.comment ul.children li.depth-3 { border: none; margin: 0 0 10px; }
#page ol.commentlist li.comment ul.children li.depth-4 { border: none; margin: 0 0 10px; }
#page ol.commentlist li.comment ul.children li.depth-5 { border: none; margin: 0 0 10px; }
#page ol.commentlist li.parent { margin: 0 0 10px; }
#respond .textarea_wrap { -webkit-box-shadow: inset 1px 1px 5px #ccc; -moz-box-shadow: inset 1px 1px 5px #ccc; box-shadow: inset 1px 1px 5px #ccc; border: 1px solid #bbb; background: #fff; }
#respond textarea#comment { color: #555; }
#respond input#submit {  }
#respond input#author,#respond input#email,#respond input#url { -webkit-box-shadow: inset 1px 1px 5px #ccc; -moz-box-shadow: inset 1px 1px 5px #ccc; box-shadow: inset 1px 1px 5px #ccc; border: 1px solid #bbb; background: #fff; color: #555; }
#page ol.commentlist li.comment { padding: 15px 0; margin: 0 0 15px; background: #fff; border-top:1px solid #ddd; }
#page ol.commentlist li.comment div.vcard span.says { color: #888; }
#page ol.commentlist li.comment div.comment-meta a { color: #888; }
#page ol.commentlist li.comment div.reply a { background: #888; color: #fff; }
#page .entry ol.commentlist li.comment ul.children li.depth-2 { padding:15px 0 10px 20px; list-style:none!important; background: #fff; }
#page .entry ol.commentlist li.comment ul.children li.depth-3 { padding:15px 0 10px 40px; list-style:none!important; background: #fff; }
#page .entry ol.commentlist li.comment ul.children li.depth-4 { padding:15px 0 10px 60px; list-style:none!important; background: #fff; }
#page .entry ol.commentlist li.comment ul.children li.depth-5 { padding:15px 0 10px 80px; list-style:none!important; background: #fff; }
.comment-awaiting-moderation { font-size:11px; line-height:16px; }
#respond input#submit { display: inline-block; font-weight: bold; font-size: 11px; line-height: 27px; padding: 0 10px; border:none; cursor:pointer; border-radius: 3px; text-transform: uppercase; color: #fff; }
#respond input#submit:hover { text-decoration: none; }
.comment #respond { padding: 15px 0 15px; border-top:1px solid #ddd; margin-top:20px; }
#respond input#submit:hover { background-color:#555; }