/* @override 
	http://dev2.9marks.org/wp-content/themes/9marks/style.css
	http://dev2.9marks.org/wp-content/themes/9marks/style.css?ver=1.3
	http://dev.9marks.org/site/wp-content/themes/9marks/style.css
	http://dev.9marks.org/site/wp-content/themes/9marks/style.css?ver=1.3
	 */

/*
Author: Joe Tan (joetan54@gmail.com)
*/
@import url(fonts/styles.css);

/* test */
xmp { background: yellow;color: #000;overflow: hidden; }
html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.85;
	color: #252525;
	background: none;
	text-align: left;
}
html { 
	overflow-y: scroll; 
	-webkit-text-size-adjust:none;
	background: #fff;
	max-width: 2400px;
}
body { 
	min-width: 1100px;
	max-width: 2400px;
}
@media screen and (max-width:1100px) {
body {
	min-width: 1020px;
}
}
body:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	height: 116px;
	width: 100%;
	background: #003471;
	-o-transition: height .1s linear;
	-moz-transition: height .1s linear;
	-webkit-transition: height .1s linear;
	transition: height .1s linear;
}
body.scrolled:before {
	height: 60px;
}
html {
	border-bottom: 65px solid #003471;
}
body {
	margin-bottom: -65px;
}
body.font-size-small {
	font-size: 12px;
}
body.font-size-large {
	font-size: 18px;
}
em strong,
strong em {
	font-weight: bold;
	font-style: italic;
}
@media screen and (min-width:600px) {
	.desktop-hide {
		display: none !important;
	}
}
.mobile-only {
	display: none !important;
}
.hidden {
	display: block;
	position: absolute;
	top: -10000px;
	height: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }
.entity { font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif; }

img[align=left],
img.alignleft {	margin: 0 25px 15px 0; }
img[align=right],
img.alignright { margin: 0 0 15px 25px; }
img.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}
.center {
	text-align: center;
}
iframe {
	max-width: 100%;
}
a img {
	border: 0;
}
a {
	color: #0095da;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 0.70em 0;
	line-height: normal;
	font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 200%;
}
h2.journal {
	clear: both;
	font-family: Georgia, serif;
	font-size: 200%;
}
.hentry + h2.journal {
	margin-top: 40px;
}
h3 {
	font-size: 14px;
}
th, td {
	border: 0;
}
p {
	margin: 0 0 1em 0;
}
ul.check-marks {
	margin-left: 0;
	padding-left: 3em;
}
ul.check-marks > li {
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.check-marks > li:before {
	position: absolute;
	left: -1.5em;
	top: 0px;
	margin: 0px 0 0 0em;
	color: #0096d6;
	font-size: 140%;
	font-family: "9marks" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "L";
}
ul.check-marks.bigger {
	margin-bottom: 2em;
	padding-left: 3.5em;
}
ul.check-marks.bigger > li {
	margin-bottom: 0.5em;
}
ul.check-marks.bigger > li:before {
	font-size: 180%;
}
/* Bookstore list */
.booklist {
	margin-bottom: 2em;
	padding: 0px;
	list-style-type: none;
}
.booklist li {
	padding: 1em 0px;
	border-bottom: 1px solid #999;
}
.booklist li a {
	padding-left: 0.5em;
}

.hr {
	border: 1px solid #f5f5f5;	
	margin: 2.5em 0;
	display: block;
}
.hr hr {
	visibility: hidden;
	display: none;
}
.oembed {
	display: block;
	margin: 2em 0;
}
.oembed > iframe {
	display: block;
	width: 100%;
	min-height: 340px;
}
.intro {
	font-weight: bold;
	font-size: 105%;
	line-height: 1.65;	
}
blockquote {
	line-height: 1.85em;
}
blockquote.quote2 {
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: bold;
	color: #003e7e;
	float: right;
	margin: 0 -50px 0 30px;
	max-width: 220px;
	min-width: 220px;
	min-height: 150px;
	background: url(images/angle.png) no-repeat -35px 0px;
	padding: 30px 0 0 30px;
}
input[type="submit"],
input[type="button"],
button,
.button {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0 0 1em;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background: #003471 ;
	background-clip: padding-box;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
	background: #0095da;
	text-decoration: none;
}

button.more,
.button.more {
	background: #f5f5f5;
	color: #0095da;
	font-weight: bold;
	font-size: 14px;
}
button.more:hover, 
.button.more:hover {
	background: #d7d7d7;
}

button.unstyled,
.button.unstyled {
	padding: 3px 5px;
	background: none;
	color: #363636;
	font-size: 100%;
	font-family: arial,sans-serif;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background-image:    -moz-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background-image:      -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:     -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:         linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.unstyled:hover {
	background: #eeeeee;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	line-height: 1;
	margin: 0;
	padding: 8px;
	border: 0;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	width: 100%;
}
.expandable {
	cursor: pointer;
	position: relative;
}
.expandable > .i {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0px 0 0 10px;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.expandable.opened > .i {

}
.expandable:hover {
  color: #0095da;
}
.expandable:after {
    content: " \002B";
}
.expandable.opened:after {
    content: " \002D";
}
.expand-content {
	display: none;
	margin: 0 0 20px 0;
}

.letter {
	clear: both;
	margin: 3em 0 2em;
	padding: 2em 2em 0.5em;
    background-color: whitesmoke;
    border-left: 5px solid #0095DA;
}
.letter h2 {
	margin-bottom: 1rem;
	font-size: 18px;
    color: #003471;
}

/* @group Grid Layout */


.row {
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}
.row.group {
	margin-bottom: 0;
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}

[class*="span"] {
	float: left;
}



/* ************************************************* */
/*
600 Wide
*/
.row { margin-left: -12px; }
.row [class*="span"] { margin-left: 12px; }

.span1 { width: 39px; }
.span2 { width: 90px; }
.span3 { width: 141px; }
.span4 { width: 192px; }
.span5 { width: 243px; }
.span6 { width: 294px; }
.span7 { width: 345px; }
.span8 { width: 396px; }
.span9 { width: 447px; }
.span10 { width: 498px; }
.span11 { width: 549px; }

.row .offset1 { margin-left: 63px; }
.row .offset2 { margin-left: 114px; }
.row .offset3 { margin-left: 165px; }
.row .offset4 { margin-left: 216px; }
.row .offset5 { margin-left: 267px; }
.row .offset6 { margin-left: 318px; }
.row .offset7 { margin-left: 369px; }
.row .offset8 { margin-left: 420px; }
.row .offset9 { margin-left: 471px; }
.row .offset10 { margin-left: 522px; }
.row .offset11 { margin-left: 573px; }

.row10 { margin-left: -20px; }
.row10 [class*="span"] { margin-left: 20px; }

.row10 .span1 { width: 42px; }
.row10 .span2 { width: 104px; }
.row10 .span3 { width: 166px; }
.row10 .span4 { width: 228px; }
.row10 .span5 { width: 290px; }
.row10 .span6 { width: 352px; }
.row10 .span7 { width: 414px; }
.row10 .span8 { width: 476px; }
.row10 .span9 { width: 538px; }

.row10 .offset1 { margin-left: 82px; }
.row10 .offset2 { margin-left: 144px; }
.row10 .offset3 { margin-left: 206px; }
.row10 .offset4 { margin-left: 268px; }
.row10 .offset5 { margin-left: 330px; }
.row10 .offset6 { margin-left: 392px; }
.row10 .offset7 { margin-left: 454px; }
.row10 .offset8 { margin-left: 516px; }
.row10 .offset9 { margin-left: 578px; }






.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #578ec8;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
}

/* @end */
.wrap {
	position: relative;
	margin: 0 auto;
	width: 600px;
}
#wrap {
	padding: 116px 0 0 0;
}
#header {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1020px;
	height: 116px;
	padding: 0 180px 0 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/bg.jpg) repeat-x left top;
	-o-transition: height .1s linear;
	-moz-transition: height .1s linear;
	-webkit-transition: height .1s linear;
	transition: height .1s linear;
}

.admin-bar #header {
	margin-top: 32px;
}
@media screen and (max-width:782px) {
.admin-bar #header {
	margin-top: 46px;
}
}
#header .logo {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	-o-transition: margin .1s linear;
	-moz-transition: margin .1s linear;
	-webkit-transition: margin .1s linear;
	transition: margin .1s linear;
}
#header .logo img {
	display: block;
}
#header > .nav-menu {
	height: 100%;
}
#header > .nav-menu > .wrap {
	height: 100%;
	-o-transition: opacity .2s linear, margin .1s linear;
	-moz-transition: opacity .2s linear, margin .1s linear;
	-webkit-transition: opacity .2s linear, margin .1s linear;
	transition: opacity .2s linear, margin .1s linear;
}
#menu-close {
	display: none;
}
.nav {
	position: relative;
}
.nav ul,
.nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
	font-size: 11px;
}
.nav ul li a {
	color: white;
	text-decoration: none;
}
#lang {
	position: absolute;
	z-index: 1;
	bottom: 76px;
	left: -12px;
	padding: 0 10px 0 15px;
	max-width: 70px;
	overflow: hidden;
	-o-transition: max-width .5s linear, opacity .2s linear;
	-moz-transition: max-width .5s linear, opacity .2s linear;
	-webkit-transition: max-width .5s linear, opacity .2s linear;
	transition: max-width .5s linear, opacity .2s linear;
}
#lang:before {
	color: white;
	position: absolute;
	left: 5px;
	top: 0px;
	line-height: 30px;
	font-size: 16px;
}
#lang > ul {
	white-space: nowrap;
}
#lang > ul > li {
	display: none;
}
#lang > ul > li.selected {
	display: block;
}
#lang > ul > li > a {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
#lang > ul > li > a:hover {
	text-decoration: underline;
}
#lang.on {
	background: #003471;
	max-width: 1000px;
}
#lang.on > ul > li {
	display: inline-block;
}
#nav-top {
	position: absolute;
	bottom: 66px;
	height: 50px;
	width: 100%;
}
#nav-top > ul {
	text-align: right;
	margin-right: 0px;
}
#nav-top > ul > li {
	display: inline-block;
	margin: 0 0 0 30px;
}
#nav-top > ul > li > a {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
#nav-top > ul > li > a:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: ' ';
	height: 0px;
	width: 100%;
	background: #003471;
	background-color: rgba(0, 51, 113, 0.2);
	-o-transition: height .1s linear;
	-moz-transition: height .1s linear;
	-webkit-transition: height .1s linear;
	transition: height .1s linear;
}
#nav-top > ul > li.current-page-ancestor > a:after,
#nav-top > ul > li.current-menu-item > a:after,
#nav-top > ul > li:hover > a:after {
	height: 9px;
}
#nav-main {
	position: absolute;
	bottom: 0px;
}
#nav-main > ul {
	position: relative;
	border-top: 2px solid #319bd0;
	padding: 12px 0 0 0;
}
#nav-main > ul:after {
	content: ' ';
	display: block;
	clear: both;
}
#nav-main > ul > li {
	position: relative;
	display: block;
	float: left;
	width: 111px;
	height: 52px;
	margin: 0 20px 0 0;
	font-size: 20px;
}
#nav-main > ul > li.last {
	width: 93px;
	margin-right: 0;
	margin-left: -17px;
}
#nav-main > ul > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 0 0 0 9px;
	margin-left: -9px;
	font-family: "Helvetica Neue", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.065em;
}
#nav-main > ul > li > a:after {
	position: absolute;
	bottom: -3px;
	content: ' ';
	display: block;
	left: 0px;
	border: 9px solid white;
	border-top: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	-o-transition: bottom .1s linear;
	-moz-transition: bottom .1s linear;
	-webkit-transition: bottom .1s linear;
	transition: bottom .1s linear;
}
#nav-main > ul > li.current-post-ancestor > a:after,
#nav-main > ul > li.current-page-ancestor > a:after,
#nav-main > ul > li.current-menu-item > a:after,
#nav-main > ul > li.current-menu-parent > a:after,
#nav-main > ul > li.hover > a:after,
#nav-main > ul > li:hover > a:after {
	bottom: 0px;
}

#nav-right {
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 100px;
	height: 116px;
	padding: 0 12px 0 15px;
	background: rgba(0, 51, 113, 0.20);
	-o-transition: padding .1s linear, width .1s linear;
	-moz-transition: padding .1s linear, width .1s linear;
	-webkit-transition: padding .1s linear, width .1s linear;
	transition: padding .1s linear, width .1s linear;
}
#nav-right:after {
	position: absolute;
	z-index: -1;
	bottom: -50px;
	left: 0;
	display: block;
	content: ' ';
	border: 50px solid rgba(0,0,0,0.05);
	border-right: 112px solid transparent;
	border-left: 0;
	border-bottom: 0;
	
}
#nav-right .subscribe {
	position: absolute;
	top: 0;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: white;
	text-decoration: none;
}
#nav-right .subscribe:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: ' ';
	height: 0px;
	width: 100%;
	background: #003471;
	background-color: rgba(0, 51, 113, 0.2);
	-o-transition: height .1s linear;
	-moz-transition: height .1s linear;
	-webkit-transition: height .1s linear;
	transition: height .1s linear;
}
#nav-right .subscribe:hover:after {
	height: 9px;
}
#nav-right .donate {
	position: absolute;
	bottom: 0;
	margin-left: -9px;
	display: block;
	width: 85px;
	padding: 12px 0 0 9px;
	height: 52px;
	overflow: hidden;
	line-height: 1.1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.065em;
	text-decoration: none;
	color: white;
}
#nav-right .donate:before {
	position: absolute;
	top: 0;
	left: 9px;
	content: ' ';
	display: block;
	height: 2px;
	width: 85px;
	background: #319bd0;
	
}
#nav-right .donate:after {
	position: absolute;
	bottom: -3px;
	content: ' ';
	display: block;
	left: 0px;
	border: 9px solid #f2f3f2;
	border-top: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	-o-transition: bottom .1s linear;
	-moz-transition: bottom .1s linear;
	-webkit-transition: bottom .1s linear;
	transition: bottom .1s linear;
}
#nav-right .donate:hover:after {
	bottom: 0;
}
#search {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	background: #003471;
	-o-transition: width .1s linear;
	-moz-transition: width .1s linear;
	-webkit-transition: width .1s linear;
	transition: width .1s linear;
}
#search.on {
	width: 80%;
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: calc(100% - 280px);
}
#search button {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50px;
	text-align: center;
	border-radius: 0;
	color: #0095da;
	background: none;
	cursor: pointer;
	font-size: 28px;
}
#search button:hover {
	background-color: rgba(255, 255, 255, .1);
}
#search input[type="text"] {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	background: none;
	padding: 0 20px 0 40px;
	border: none;
	font-size: 20px;
	border-radius: 0;
	filter: none;
}
#search.on input[type="text"] {
	display: block;
	color: white;
}
#search input[type="text"]::-webkit-input-placeholder { color: #0095da; }
#search input[type="text"]:-moz-placeholder { color: #0095da; }
#search input[type="text"]::-moz-placeholder { color: #0095da; }
#search input[type="text"]:-ms-input-placeholder { color: #0095da; }


@media screen and (max-width:1055px) {
#nav-right {
	padding-right: 0;
	padding-left: 10px;
	width: 75px;
}
#nav-right .donate {
	width: 65px;
}
}




#menu-toggle {
	display: none;
	position: absolute;
	right: 45px;
	bottom: 0;
	height: 60px;
	width: 117px;
	overflow: hidden;
	padding: 0 0 0 9px;
	text-align: left;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	
	text-decoration: none;
	color: white;
	cursor: pointer;
}
#menu-toggle:before {
	position: absolute;
	bottom: -3px;
	content: ' ';
	display: block;
	left: 0px;
	border: 9px solid white;
	border-top: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	-o-transition: bottom .1s linear;
	-moz-transition: bottom .1s linear;
	-webkit-transition: bottom .1s linear;
	transition: bottom .1s linear;
}
#menu-toggle:hover:before {
	bottom: 0;
}
.scrolled #header {
	position: fixed;
	height: 60px;
	min-width: 600px;
}

.scrolled #menu-toggle {
	display: block;
}
.scrolled #header > .nav-menu {
	margin-top: -60px;
	opacity: 0;
}
.scrolled #nav-right .subscribe,
.scrolled #nav-right .donate {
	display: none;
}
body:after {
	display: none;
	position: fixed;
	z-index: 2;
	top: 60px;
	left: calc(100% - 175px);
	content: ' ';
	border: 50px solid rgba(0,0,0,0.05);
	border-right: 112px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
body.scrolled:after {
	display: block;
}
body.admin-bar:after {
	margin-top: 32px;
}
@media screen and (max-width:1100px) {
	body:after {
		left: 925px;
	}
}
/*
.scrolled #header.on #menu-toggle {
	display: none;
}
.scrolled #header.on {
	height: 116px;
}
.scrolled #header.on .logo {
	margin-top: 0;
}
.scrolled #header.on .nav, 
.scrolled #header.on #nav-right {
	display: block;
}
*/


.hentry {
	position: relative;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hentry.clickable {
	cursor: pointer;
}
.hentry.excerpt {
	padding: 20px 0 ;
	margin: 0 0 10px 0;
	border-top: 3px solid #ccc;
}
.hentry.excerpt .content,
.hentry.excerpt strong.meta {
	display: block;
	margin-left: 30px;
}
.hentry.excerpt .content .meta {
	float: left;
	margin-right: 1em;
	margin-left: 0;
}
.hentry.excerpt .meta a,
.hentry.excerpt .content .meta a {
	color: #252525;
}
.hentry.excerpt .title a:hover, 
.hentry.excerpt .content .meta a:hover,
.widget.author a:hover {
	color: #0095da;
	text-decoration: none;
}
.hentry.excerpt .content > p:last-of-type {
	margin-bottom: 0;
}
.hentry.excerpt .post_type {
	float: left;
	margin: 2px 0 0 0;
	font-size: 18px;
	height: 1em;
	color: #636363;
	text-decoration: none;
}
.hentry.excerpt .title {
	color: #252525;
	font-size: 18px;
}
.hentry.excerpt .title a {
	color: #252525;
}
.hentry.excerpt.has-thumbnail .post_type {
	margin: 0 0.5em 0 0;
}
.hentry.excerpt.has-thumbnail .content {
	margin-left: 0;
}
.hentry.excerpt.has-thumbnail .thumb {
	position: relative;
	float: right;
	display: block;
	margin: 0 0 20px 20px;
}
.hentry.excerpt.has-thumbnail .thumb:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 134, 202, 0.10);
}
.hentry.excerpt.has-thumbnail .thumb .featured-image,
.hentry.excerpt.has-thumbnail .thumb img {
	display: block;
}

.hentry.excerpt .content .speakers {
	margin-top: 1em;
}

.hentry.journal {
	padding: 2em;
	border-top: 3px solid #ccc;
}
.hentry.journal a {
}
.post-type-archive-journal .hentry.journal {
	vertical-align: text-top;
	display: block;
	float: left;
	margin: 0px 1% 30px 0;
	width: 32%;
	clear: none;
	border-top: 0;
}
.post-type-archive-journal .hentry.journal .thumb {
	display: block;
	overflow: hidden;
}

.post-type-archive-journal .hentry.journal .thumb img,
.post-type-archive-journal .hentry.journal .thumb .img {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	background: #003471;
}
.post-type-archive-journal .hentry.journal .thumb .img {
	width: 192px;
	height: 246px;
}



#query-posts > .hentry.journal:nth-child(3n+1) {
	clear: left;
}
.editors-picks.row {
	margin-left: -8%;
}
.editors-picks.row .span5,
.editors-picks.row .span6 {
	width: 42%;
	margin-left: 8%;
}
.editors-picks.row.second {
	margin-top: 50px;
}
.editors-picks.row .hentry.excerpt {
	border-top: 0;
	padding-top: 0;
}
.editors-picks.row .hentry.excerpt .content {
	margin-left: 0;
}
.editors-picks.row .hentry.excerpt .post_type {
	margin: 0 0.5em 0 0;
}
.editors-picks.row .hentry.excerpt .thumb {
	float: none;
	margin-left: 0;
	width: 100px;
}


.hentry.excerpt.author .thumb:after {
	display: none;
}
.hentry.excerpt.author .thumb,
.hentry.excerpt.author .thumb img {
	border-radius: 50%;
}
.hentry.excerpt.author .description {
	margin-bottom: 1.5em;
}
.hentry.excerpt.author ul.posts,
.hentry.excerpt.author ul.posts li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hentry.excerpt.author ul.posts {
	line-height: normal;
}
.hentry.excerpt.author ul.posts li {
	margin-bottom: 1em;
}

#banner {
	position: relative;
	height: 145px;
}
#banner.tall {
	height: 465px;
	margin-bottom: 60px;
}
#banner.tall:after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	content: ' ' ;
	height: 334px;
	background: url(images/banner.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
#banner > .bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 365px;
	height: 169px;
	background: url(images/bar-green.png) no-repeat;
}
.section-about-9marks #banner > .bar,
.section-about #banner > .bar { background-image: url(images/bar-yellow.png); }

.section-events #banner > .bar { background-image: url(images/bar-yellow.png); }
.section-journal #banner > .bar { background-image: url(images/bar-blue.png); }

#banner .section-page-title {
	position: absolute;
	left: 40px;
	top: 32px;
	width: 200px;
	color: white;
	font-family: "Helvetica Neue", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 0.9;
	text-transform: lowercase;
}
.post-type-archive #banner .section-page-title,
.single-post #banner .section-page-title {
	text-transform: none;
}
.section-journal #banner .section-page-title {
	text-transform: none;
}
.section-journal #banner .section-page-title:before {
	content: '9Marks ';
}

#banner .section-page-title br {
	display: none;
}

#banner.journal .page-title {
	position: absolute;
	color: #363636;
	bottom: 44px;
	width: 100%;
	padding: 0 180px 0 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Times, Georgia, sans-serif;
}
#banner.journal .page-title h1 {
	background: white;
	padding: 5px;
	top: -5px;
	left: -5px;
}
#banner.journal .page-title h1:after {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	background: white;
	content: ' ';
	display: block;
	width: 100%;
	height: 100px;
}
#banner.tall .page-title {
	position: absolute;
	bottom: 80px;
	width: 100%;
	padding: 0 180px 0 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#banner.tall .page-title h1 {
	font-size: 42px;
	color: white;
	line-height: 1;
}

.category #banner.tall {
	height: 615px;
}
.category #banner.tall:after {
	display: none;
}
#posts-filter {
	position: absolute;
	top: 130px;
	left: 400px;
	max-width: 600px;
	font-size: 14px;
	-o-transition: top .1s linear;
	-moz-transition: top .1s linear;
	-webkit-transition: top .1s linear;
	transition: top .1s linear;
}
#posts-filter:after {
	display: inline-block;
	content: ' ';
	height: 27px;
	width: 27px;
	background: url(images/loading.gif) no-repeat -10000px -10000px;
	vertical-align: middle;
}
#posts-filter.loading:after {
	background-position: center;
}
.admin-bar #posts-filter {
	margin-top: 32px;
}
#posts-filter label {
	position: relative;
	display: inline-block;
	min-width: 100px;
	vertical-align: middle;
	background: #f5f5f5;
	padding: 3px 10px 3px 25px;
	margin: 0 4px 4px 0;
	height: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
#posts-filter label:before {
	position: absolute;
	margin-top: -7px;
	top: 50%;
	left: 0;
	content: ' ';
	display: block;
	background: white;
	width: 15px;
	height: 15px;
	line-height: 12px;
	text-align: center;
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 20px;
}
#posts-filter label:hover,
#posts-filter label.on {
	background-color: #d7d7d7;
}
#posts-filter label.on:before {
	content: '\00d7';
	font-family: "helvetica Neue";
}
#posts-filter label input {
	position: absolute;
	top: -100px;
	left: -100px;
}
#posts-filter button {
	display: inline-block;
	background: none;
	padding: 0 15px;
	color: #0087ca;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	vertical-align: baseline;
}
#posts-filter button:hover {
	color: #464646;
}
.featured-posts {
	position: relative;
	margin: -8px 0 50px 0;
}
.featured-posts:after {
	content: ' ';
	display: block;
	clear: both;
}
.featured-posts .hentry {
	position: relative;
	clear: none;
	float: left;
	margin: 0;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	width: 20%;
	overflow: hidden;
	height: 240px;
	background: #0087ca;
	color: white;
	-webkit-transition: width .3s ease, height .3s ease;
	-moz-transition: width .3s ease, height .3s ease;
	-ms-transition: width .3s ease, height .3s ease;
	-o-transition: width .3s ease, height .3s ease;
	transition: width .3s ease, height .3s ease;
}

.featured-posts .hentry.highlight {
	background-color: #003471;
}
.featured-posts .hentry.highlight .label {
	color: #aaa;
}



.featured-posts .hentry:before {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: -1px;
	display: block;
	content: ' ';
	border: 25px solid #fff;
	border-right: 56px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
.featured-posts .hentry.large:before {
	margin: -8px 0 0 0;
	background: url(images/bar-green.png) 0 -138px no-repeat;
	width: 80px;
	height: 40px;
	border: 0;
}
.section-journal .featured-posts .hentry.large:before {
	background-image: url(images/bar-blue.png);
}
.section-journal #sidebar {
	padding-top: 0;
}
.featured-posts .hentry .title a {
	display: block;
	color: white;
	text-decoration: none;
}
.featured-posts .hentry .thumb {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.featured-posts .hentry.clickable .thumb:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(70, 70, 70, 0.75);
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-ms-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.featured-posts .hentry.clickable.highlight .thumb:after {
	background-color: rgba(0, 51, 113, 0.6);
}
.featured-posts .hentry.clickable:hover .thumb:after {
	opacity: 0.2;
}
.featured-posts .hentry:hover .post_type,
.featured-posts .hentry:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: white;
}
.featured-posts .hentry:hover {
	background-color: #999;
}
.featured-posts .hentry:hover .content {
	text-shadow: 0 0 8px #363636;
}
/*.featured-posts .hentry:hover .post_type {
	text-shadow: none;
}*/

.featured-posts .hentry .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width:1310px) {
.featured-posts .hentry.large .thumb img {
	width: auto;
	height: 100%;
}
}
@media screen and (max-width:1200px) {
.featured-posts .hentry .thumb img {
	width: auto;
	height: 100%;
}
}
.featured-posts .hentry .post_type {
	padding-left: 20px;
	font-size: 12px;
	color: #b7b7b7;
}
.featured-posts .hentry .post_type:before {
	position: absolute;
	left: 0;
	top: 2px;
	color: white;
	font-size: 14px;
}
.featured-posts .hentry .content {
	position: absolute;
	z-index: 5;
	bottom: 12px;
	left: 10px;
	margin: 0 10px 0 0;
	max-width: 200px;
}
.featured-posts .hentry.large {
	margin: 0;
	border-left: 0;
	width: 40%;
	height: 480px;
}
.featured-posts .hentry.large .content {
	left: 40px;
	max-width: 300px;
}
.featured-posts .hentry.large .title {
	font-family: "Helvetica Neue", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 36px;
	margin-bottom: 0.2em;
}
@media screen and (min-width:1400px) {
.featured-posts.journal .hentry {
	width: -webkit-calc((100% - 560px) / 3);
	width: -moz-calc((100% - 560px) / 3);
	width: calc((100% - 560px) / 3);
}
.featured-posts.journal .hentry.large {
	width: 560px;
}
}

.featured-posts .hentry h2.title {
	font-size: 18px;
	margin-bottom: .25em;
}
.featured-posts .hentry.large .post_type {
	margin-bottom: 1em;
	padding-left: 35px;
}
.featured-posts .hentry.large .post_type:before {
	font-size: 24px;
}
.featured-posts .hentry.answer {
	background: #4ab954;
}
.featured-posts .hentry.answer .author {
	display: none;
}
.featured-posts .hentry.answer:before {
	border: 70px solid #fff;
	border-right: 170px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
.featured-posts .hentry.answer:after {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: -1px;
	display: block;
	content: ' ';
	border: 140px solid #fff;
	border-left: 340px solid transparent;
	border-right: 0;
	border-top: 0;
}
.featured-posts .hentry.answer .content {
	position: relative;
	bottom: auto;
	left: auto;
	margin: auto;
	padding: 75px 0 0 10px;
	max-width: none;
}
.featured-posts .hentry.answer .title {
	position: relative;
	font-size: 14px;
	display: block;
	max-width: 140px;
}
.featured-posts .hentry.answer .title a {
	position: relative;
	z-index: 3;
	display: block;
}
.featured-posts .hentry.answer .post_type {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 10px;
	z-index: 2;
	line-height: normal;
	background: #4ab954;
}
.featured-posts .hentry.answer .post_type:before {
	display: block;
	padding: 0 2px 0 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}

.featured-posts.front-page {
	padding: 20px 0;
	margin: 0 0 80px 0;
	background: #363636;
	text-align: center;
}
.featured-posts.front-page .hentry {
	float: none;
	display: inline-block;
	width: 33%;
	max-width: 520px;
	padding: 0 10px;
	height: auto;
	vertical-align: bottom;
	background: none;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.featured-posts.front-page .hentry:before,
.featured-posts.front-page .hentry:after {
	display: none;
}
.featured-posts.front-page .hentry .main {
	display: block;
	margin: 0;
	padding: 0;
	display: block;
}
.featured-posts.front-page .hentry .main img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.featured-events {
	position: relative;
	margin: 0 0 60px 0px;
}
.featured-events:after {
	content: ' ';
	display: block;
	clear: both;
}

.featured-events .hentry {
	position: relative;
	float: left;
	clear: none;
	height: 355px;
	width: 295px;
	background: #0087ca;
	overflow: hidden;
	margin-right: 5px;
	color: white;
}
.featured-events .hentry:before {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0;
	display: block;
	content: ' ';
	border: 25px solid #fff;
	border-right: 56px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
.featured-events .hentry:hover {
	background: #999;
}
.featured-events .hentry .title {
	margin-bottom: 5px;
}
.featured-events .hentry .info {
	line-height: normal;
	font-size: 85%;
}
.featured-events .hentry .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured-events .hentry .thumb img {
	display: block;
	width: auto;
	height: 100%;
	max-width: none !important;
}
.featured-events .hentry .thumb:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(70, 70, 70);
	background-color: rgba(70, 70, 70, 0.75);
}
.featured-events .hentry:hover .thumb:after {
	background: rgba(0, 135, 202, .75);
}
.featured-events .hentry .content {
	position: absolute;
	z-index: 5;
	bottom: 12px;
	left: 10px;
	margin: 0 10px 0 0;
	max-width: 200px;
}
.featured-events .hentry .title a {
	display: block;
	color: white;
	text-decoration: none;
}

#main {
	position: relative;
}

#content {
	xmargin: 0 180px 0 260px;
	float: right;
	width: auto;
	width: -webkit-calc(100% - 440px);
	width: -moz-calc(100% - 440px);
	width: calc(100% - 440px);
	min-height: 600px;
	margin: 0 180px 0 0;
	padding-bottom: 50px;
}

#main-content ol,
#main-content ul {
	overflow: hidden;
}

#pagetitle {
	margin: 0 0 60px 0;
	color: #003471;
	font-size: 40px;
	font-weight: 200;
}

#pagetitle + .single-meta {
	margin-top: -50px;
	margin-bottom: 50px;
}
.single-meta .terms a {
	color: #252525;
}
.enclosure {
	clear: both;
}

.meta-top {
	float: left;
	margin: 5px 40px 1.5em 0;
	width: 50px;
	color: #003471;
	font-size: 75%;
	font-weight: bold;
}
.meta-top .post-type {
	display: block;
	color: #003471;
	font-weight: bold;
}
.meta-top .post-type:hover {
	text-decoration: none;
	color: #0095da;
}
.meta-top .post-type:before {
	display: block;
	margin: 0 0 5px 0;
	font-size: 24px;
}
.meta-bottom .taxonomy {
	margin: 30px 0;
}
.meta-bottom .taxonomy .terms {
	margin: 0 0 20px 0;
}
.meta-bottom .taxonomy .terms .label {
	display: block;
	color: #b7b7b7;
	font-weight: normal;
}
.meta-bottom .taxonomy .terms a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding:  5px 10px;
	background: #f5f5f5;
	color: #252525;
	font-size: 75%;
}
.meta-bottom .taxonomy .terms a:hover {
	background-color: #0095da;
	color: white;
	text-decoration: none;
}
.featured-image {
	position: relative;
	overflow: hidden;
}
.featured-image:before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 25px solid white;
	border-right: 85px solid transparent;
	border-bottom: 6px solid transparent;
	-ms-transform: scale(1.00001,1.00001); 
	-webkit-transform: scale(1.00001,1.00001);
	transform: scale(1.00001,1.00001);
}
.featured-image:after {
	position: absolute;
	bottom: -1px;
	right: -1px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 25px solid white;
	border-left: 85px solid transparent;
	border-top: 6px solid transparent;
	-ms-transform: scale(1.00001,1.00001); 
	-webkit-transform: scale(1.00001,1.00001);
	transform: scale(1.00001,1.00001);
}
.featured-image img {
	display: block;
}
.featured-image.alignright {
	float: right;
	margin: 0 -3em 1.5em 2em;
}
.featured-image.alignleft {
	float: left;
	margin: 0 2em 1.5em 0;
}
.featured-image.alignright .alignright,
.featured-image.alignleft .alignleft {
	float: none;
	margin: 0;
}
.featured-image.alignright.auto-insert {
	margin-top: 5px;
}

#sidebar {
	position: static;
	float: left;
	margin: 0;
	padding: 30px 0 0 40px;
	width: 130px;
}

#banner.tall + #main > #sidebar {
	margin-top: -375px;
	padding-top: 375px;
}

.home #sidebar {
	padding-top: 0;
}
.widget {
	position: relative;
	margin: 0 0 50px -40px;
	padding: 40px 0 0 40px;
	min-height: 120px;
	background: url(images/angle.png) no-repeat -90px 0;
	font-size: 85%;
	line-height: 1.65;
}
.widget.green {
	padding-top: 90px;
	background-image: url(images/angle-green.png);
	background-position: 0 0;
}
#sidebar .scroll-in {
	position: fixed;
	width: 160px;
	top: 150px;
	margin-left: -225px;
	padding: 0 0 1px 0;
	-webkit-transition: margin-left .3s ease;
	-moz-transition: margin-left .3s ease;
	-ms-transition: margin-left .3s ease;
	-o-transition: margin-left .3s ease;
	transition: margin-left .3s ease;
}
#sidebar.scrolled .scroll-in {
	margin-left: 0;
}

#sidebar.bottom .scroll-in {
	position: absolute;
	top: auto;
	bottom: 0px;
}
.scroll-in form.signup button {
	font-size: 14px;
}

#sidebar .fixed-bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 0 0 40px;
	width: 160px;
}
#sidebar .fixed-bottom .widget.ad {
	margin-bottom: 0;
}
.pinched-zoom #sidebar .scroll-in,
#sidebar.no-fixed .scroll-in {
	position: relative;
	top: auto;
	margin-left: 0;
}
#sidebar.no-fixed .fixed-bottom {
	position: relative;
	bottom: auto;
	margin-left: -40px;
}
.widget > h3 {
	color: #363636;
}
.widget > h3 a,
.widget.ad > h3 a {
	color: #363636;
}
.widget .icon-article:hover {
	text-decoration: none;
	color: #999;
}
.widget p:last-of-type {
	margin-bottom: 0;
}

#sidebar .widget.ad {
	background: none;
	font-size: 14px;
	min-height: 10px;
}
#sidebar ul {
    padding-left: 0;
}
.widget.ad h3 {
	display: block;
	padding: 0 0 8px 40px;
	margin: 0 0 10px -40px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 2px solid #d7d7d7;
}

.widget.ad2 h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #003471;
}
.widget.ad2 h3:before {
	font-size: 50px;
	line-height: 1;
}
.widget.ad2 strong {
	font-size: 14px;
}

.widget.ad.bottom h3.post_type {
	margin-bottom: 0;
	padding-left: 0;
    border-bottom: none;
}

.widget.event {
	background: none;
	margin: 0 0 0px -40px;
	border-top: 2px solid #ccc;
}

.widget.author {
	min-height: 150px;
	margin-right: -60px;
	padding-right: 30px;
	background-position: 0 0;
}
.widget.author .avatar {
	display: block;
	border-radius: 50%;
	margin: -40px 0 15px 0;
}
.widget.author span.avatar {
	display: block;
	width: 100px;
	height: 100px;
	background: #eee;
}
.widget.author strong {
	display: block;
	font-size: 120%;
}
.widget.author strong a {
	display: block;
	color: #000;
}
.widget h3.post_type {
	position: relative;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.widget h3.post_type:before {
	position: absolute;
	top: -1.5em;
	font-size: 16px;
}
.widget.more-posts .hentry {
	margin: 0 0 20px 0;
}
.widget.more-posts .hentry .title {
	font-weight: bold;
	display: block;
	font-size: 14px;
}
.widget.more-posts .hentry .author,
.widget.more-posts .hentry .date {
	display: block;
	color: #464646;
	/*font-size: 90%;*/
}
.widget.more-posts .hentry .author a,
.widget.more-posts .hentry .date a {
	color: #464646;
}

.widget.journal,
.widget.mailbag {
	background: none;
	padding-top: 0;
	line-height: 1.4;
}
.widget.journal .bookthumb img {
	display: block;
	margin: 0 0 20px -15px;
	max-width: 205px;
	height: auto;
}
.widget.journal .download-options h3 {
	white-space: nowrap;
}
.widget.journal .download-options ul,
.widget.journal .download-options li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget.journal .download-options ul {
	margin: 0 0 2em 0;
}
.widget.journal p a,
.widget.journal .download-options li {
	font-size: 15px;
	font-weight: bold;
}
.widget.journal .download-options li {
	margin: 0 0 0.5em 0;
}
.widget.journal .download-options li a {
	text-decoration: none;
}	
.widget.journal .download-options li a:before {
	margin: 0 0.5em 0 0;
	font-size: 20px;
}
.widget.journal .download-options li a:hover {
	color: #999;
}

.widget .posts {
	
	list-style: none;
}
.wide #content {
	width: auto;
	float: none;
	margin: 0;
}
.wide #content > .wrap {
	width: auto;
}
.wide #sidebar {
	display: none;
}


.single-meta .widget.author {
	display: inline-block;
	margin: 0 1em 0.5em 0;
	padding: 0;
	min-height: 10px;
	background: none;
}
.single-meta .widget.author .thumb {
	display: inline-block;
	vertical-align: middle;
}
.single-meta .widget.author .avatar {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	width: 60px;
	height: 60px;
}
.single-meta .widget.author strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 100%;
}
.single-meta .widget.author .description {
	display: none;
}
/* @group Church Search */
#address-search {
	margin: -50px 0 0 0;
	padding: 0 180px 50px 260px;
}
#address-search input[type="text"] {
	width: 330px;
}
#address-search button {
	padding: 8px 10px;
	font-size: 14px;
}
#map-wrap {
	position: relative;
}
#map {
	height: 630px;
	background: #f5f5f5;
}
#map-wrap .status {
	position: relative;
/*
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
*/
	padding: 0 180px 0 260px;
}
#map-wrap .status #search-header {
	padding: 10px 0;
	color: #003471;
	font-size: 42px;
	line-height: 1;
}
.church-infobubble {
	position: relative;
	padding:5px 0 0 130px;
	min-height: 115px;
}
.church-infobubble .image {
	display: block;	
	position: absolute;
	top: 5px;
	left: 0;
	width: 120px;
	height: 120px;
	background: #ccc no-repeat;
}
#map-bottom {
	padding: 50px 180px 50px 260px;
}
#map-bottom .disclaimer {
	color: #851313;
}
#map-bottom .disclaimer strong {
	color: #db3131;
	text-transform: uppercase;
}
#map-bottom #message {
	margin-bottom: 1em;
}

#map-join {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 10;
	width: 150px;
	padding: 30px 20px 20px 20px;
	background: white;
}
#map-join:after {
	content: ' ';
	position: absolute;
	bottom: -50px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border: 50px solid white;
	border-right: 190px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
#map-join:before {
	content: ' ';
	position: absolute;
	top: -50px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border: 50px solid white;
	border-left: 190px solid transparent;
	border-right: 0;
	border-top: 0;
}
#map-join a {
	position: relative;
	display: block;
	padding: 0 0 0 24px;
	margin: 0 0 20px 0;
	font-weight: bold;
	line-height: normal;
}
#map-join a:before {
	position: absolute;
	top: 1px;
	left: 0;
	color: #000;
	margin-right: 5px;
	font-weight: normal;
	font-size: 16px;
}
#map-join a:hover {
	text-decoration: none;
	color: #999;
}

.hentry.church {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #e3e3e3;
}
.hentry.church.hasImage {
	min-height: 130px;
}
.hentry.church .title {
	margin: 0;
	font-size: 18px;
}
.hentry.church .meta {
	margin: 0 0 1em;
}
.hentry.church .image {
	float: right;
	margin: 0 0 1em 1em;
	display: block;
	position: relative;
	width: 120px;
	height: 120px;
	background: url(images/loading.gif) center no-repeat;
}
/* @end */

/* @group Search */

.search .hentry.church {
	border-bottom: 0;
	padding: 20px 0;
	margin: 0;	
}
.search .hentry.church .meta {
	margin-bottom: 0;
}
.search .hentry.excerpt {
	margin: 0;
}

/* @end */

/* @group Subnav */

#subnav {
	position: relative;
	margin-bottom: 50px;
	width: 170px;
	margin: 0 0 200px 0px;
	padding: 0 0 0 0px;
}
#main > #subnav {
	float: left;
	margin: 30px 0 50px 40px;
}
#subnav .menu-toggle {
	display: none;
}
#subnav ul,
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav > ul > li {
	margin: 0 0 0 -40px;
	padding: 0 0 0 40px;
	border-bottom: 2px solid #d7d7d7;
	line-height: normal;
}
#subnav > ul > li > a {
	position: relative;
	display: block;
	padding: 8px 0;
	font-weight: bold;
	text-decoration: none;
}
#subnav > ul > li > a:after {
	display: none;
	position: absolute;
	top: 10px;
	left: -40px;
	content: ' ';
	width: 12px;
	height: 12px;
	background: #999;
}
#subnav > ul > li.selected > a,
#subnav > ul > li.current_page_item > a,
#subnav > ul > li.current_page_ancestor > a {
	color: #999;
}
#subnav > ul > li.selected > a:after,
#subnav > ul > li.current_page_item > a:after,
#subnav > ul > li.current_page_ancestor > a:after {
	display: block;
}
#subnav > ul > li > a:hover {
	text-decoration: underline;
}
#banner.tall + #main > #sidebar > #subnav {
	margin-top: -375px;
}
.tall-banner #subnav {
	width: 170px;
	min-height: 315px;
	margin-bottom:260px;
}
.tall-banner #subnav > ul {
	position: relative;
	background: white;
	padding: 10px 30px 10px 20px;
}
.tall-banner #subnav > ul:before {
	position: absolute;
	top: -60px;
	left: 0;
	content: ' ';
	display: block;
	border: 170px solid white;
	border-top: 60px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
.tall-banner #subnav > ul:after {
	position: absolute;
	bottom: -60px;
	left: 0;
	content: ' ';
	display: block;
	border: 170px solid white;
	border-bottom: 60px solid transparent;
	border-right: 0;
	border-top: 0;
}

.tall-banner #subnav > ul > li {
	margin: 0 0 10px 0;
}
.tall-banner #subnav > ul > li:last-of-type {
	margin-bottom: 0;
}


/* @end */

/* @group Related */

#related {
	position: relative;
	margin: 130px 0 0 0;
	padding: 0 180px 0 280px;
	height: auto;
	background: #f5f5f5;
}
#related:before {
	position: absolute;
	top: 0px;
	left: 0;
	content: ' ';
	display: block;
	height: 35px;
	border: 100px solid white;
	border-right: 280px solid transparent;
	border-left: 0;
	border-bottom: 0;
}
#related .posts {
	position: relative;
	z-index: 1;
	margin: 0;
	top: -30px;
	padding-left: -webkit-calc((100% - 440px)/2 - 100px);
	padding-left: -moz-calc((100% - 440px)/2 - 100px);
	padding-left: calc((100% - 440px)/2 - 100px);
	background: #f5f5f5;
	line-height: 1.65;
}
#related .posts:after {
	content: ' ';
	display: block;
	clear: both;
}
#related .posts > .col {
	position: relative;
	width: 290px;
	padding: 15px 0 0 10px;
	float: left;
	background: #f5f5f5;
	height: auto;
}
#related .posts > .col:after {
	position: relative;
	content: ' ';
	display: block;
	clear: both;
}
#related .posts > .col .label {
	display: block;
	position: absolute;
	top: -2em;
	font-weight: normal;
	font-style: normal;
	color: #b7b7b7;
}
#related .posts > .col + .col {
	border-left: 2px solid white;
}
@media screen and (max-width:1080px) and (min-width:1020px) {
#related .posts > .col + .col {
	margin-top: 2.5em;
}
}
#related .posts .hentry.excerpt.title {
	float: left;
	clear: none;
	width: 140px;
	margin: 0px;
	padding: 0px 30px 0 0px;
	font-size: 85%;
	color: #464646;
	border: 0;
}
#related .posts .hentry.excerpt.title .post_type {
	float: none;
	display: block;
	margin: 0 0 10px;
}
#related .posts .hentry.title a {
	display: block;
	color: #464646;
	text-decoration: none;
}
#related .posts .hentry:hover .post_type, #related .posts .hentry:hover a {
	color: #0095da;
	text-decoration: none;
}
/* @end */

/* @group Promos */
#journal-promos {
	position: relative;
	margin: 80px 0 0 0;
	height: 425px;
	background: #999;
	color: white;
}
#journal-promos .nav {
	position: absolute;
	z-index: 10;
	top: 110px;
	width: 74px;
	height: 74px;
	background: #999;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
#journal-promos .nav.prev {
	margin-left: -80px;
}
#journal-promos .nav.prev.on {
	left: 0;
	margin-left: 0;
}
#journal-promos .nav.prev:hover {
	margin-left: -5px;
}
#journal-promos .nav.prev:before {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -8px;
	margin-top: -24px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 24px solid white;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 0;
}
#journal-promos .nav.prev:after {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -10px;
	margin-top: -24px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 24px solid #999;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 0;
}
#journal-promos .nav.next {
	margin-right: -80px;
}
#journal-promos .nav.next.on {
	right: 0;
	margin-right: 0;
}
#journal-promos .nav.next:hover {
	margin-right: -5px;
}
#journal-promos .nav.next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -24px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 24px solid white;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-right: 0;
}
#journal-promos .nav.next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -24px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 24px solid #999;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-right: 0;
}
#journal-promos .window-wrap {
	position: relative;
	top: -25px;
	height: 450px;
	overflow: hidden;
}
#journal-promos .window {
	position: relative;
	top: 0px;
	width: 100%;
	height: 450px;
	padding: 0 20px 50px 0;
	overflow: scroll;
}
#journal-promos .window .slider {
	display: block;
	white-space: nowrap;
	visibility: hidden;
}
#journal-promos.on .window .slider {
	visibility: visible;
}
#journal-promos .window .slider:after {
	content: ' ';
	display: inline-block;
	position: relative;
	width: 50px;
	height: 100%;
}

#journal-promos .hentry {
	float: none;
	vertical-align: text-top;
	display: inline-block;
	margin: 0 15px;
	width: 230px;
	clear: none;
	padding: 0;
	border: 0;
}
#journal-promos .hentry.animate {
	-webkit-transition: left .8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: left .8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: left .8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: left .8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: left .8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
x#journal-promos .hentry.touch {
	-webkit-transition: left .1s linear;
	-moz-transition: left .1s linear;
	-ms-transition: left .1s linear;
	-o-transition: left .1s linear;
	transition: left .1s linear;
}
#journal-promos .hentry .thumb {
	display: block;
	margin: 0 0 30px 0;
}
#journal-promos .hentry .thumb img,
#journal-promos .hentry .thumb .img {
	display: block;
	width: 230px;
	height: 295px;
	background: #003471;
}
#journal-promos .hentry .title {
	white-space: normal;
	font-size: 18px;
	color: white;
}
#journal-promos .hentry .title a {
	color: white;
}
#journal-promos .hentry:hover a,
#journal-promos .hentry .title a:hover {
	text-decoration: none;
	color: #003471;
}
#journal-promos .hentry .date {
	font-size: 12px;
}
/*Footer journal images hover */
.slider:after {
	content: ' ';
	display: block;
	clear: both;
}
.slider .hentry .thumb:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 295px;
	/*background: rgba(70, 70, 70, 0.75);*/
}
.slider .hentry:hover .thumb:after {
	background: rgba(0, 135, 202, .5);
}

#footer-promos {
	position: relative;
	clear: both;
	margin: 0 0 0px 0;
	padding: 0px 180px 0px 260px;
	min-height: 300px;
	border-bottom: 3px solid white;
	border-top: 3px solid white;
}
#footer-promos .boxes {
	margin: 0 auto;
	min-width: 715px;
	max-width: 1024px;
	border-left: 4px solid white;
}
#footer-promos .boxes:after {
	content: ' ';
	display: block;
	clear: both;
}
#footer-promos .boxes .box {
	float: left;
	clear: none;
	width: 33%;
	height: 100%;
	overflow: hidden;
	border-right: 4px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}
#footer-promos .boxes .box img {
	display: block;
	width: 100%;
	height: auto;
}
#footer-promos .promo {
	float: left;
	width: 180px;
	height: 270px;
	margin: -280px 0 0 -260px;	
	padding: 0px 30px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #003471;
	font-size: 14px;
}
#footer-promos .promo:after {
	position: absolute;
	content: ' ';
	z-index: -1;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	background: #003471;
}
#footer-promos .promo a {
	line-height: normal;
	color: #0095da;
	text-decoration: none;
}
#footer-promos .promo a.icon-map {
	display: block;
	margin: 0 0 30px 0;
}
#footer-promos .promo a.icon-map:before {
	color: white;
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	font-size: 70px;
}
#footer-promos .promo > a:hover {
	color: white;
	text-decoration: none;
}
#footer-promos .promo h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1;
}
#footer-promos .promo h2 a {
	color: white;
	line-height: 0.8;
}
#footer-promos .social {
	margin: -300px -180px 0 0;
	float: right;
}
#footer-promos .social:after {
	position: absolute;
	z-index: -1;
	content: ' ';
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
	background: #696e72 url(images/social.jpg) right bottom repeat-x;
	background-size: auto 100%;
}
#footer-promos .social ul {
	margin: 20px 0 0 0;
	padding: 0 20px;
	list-style: none;
}
#footer-promos .social ul li {
	margin: 0 0 15px 0;
}
#footer-promos .social ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	color: #f5f5f5;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
#footer-promos .social ul li a:hover {
	opacity: 0.75;
}


#footer-promos-short {
	position: relative;
	padding: 15px 180px 15px 260px;
	background: #696e72 url(images/social.jpg) right bottom repeat-x;
}
#footer-promos-short .social {
	position: absolute;
	top: 20px;
	left: 10px;
}
#footer-promos-short .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-promos-short .social ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}
#footer-promos-short .social ul li a,
#footer-promos-short .feed a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	color: #f5f5f5;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
#footer-promos-short .social ul li a:hover {
	opacity: 0.75;
}
#footer-promos-short .feed {
	position: absolute;
	top: 20px;
	right: 10px;
}
#footer-promos-short .feed:hover {
	opacity: 0.75;
}
/* @end */

#page-tools {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0;
	width: 50px;
	color: white;
	padding-bottom: 1px;
}
.tall-banner #page-tools {
	top: 0px;
}
#page-tools.fixed {
	position: fixed;
	top: 200px;
	margin-top: 0 !important;
}
@media screen and (max-width:1000px) {
	#page-tools.fixed {
		position: absolute;
	}
}
#page-tools.bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

#page-tools ul,
#page-tools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page-tools > ul {
	margin-bottom: 50px;
}
#page-tools > ul > li {
	margin: 0;
	position: relative;
}
#page-tools > ul > li > a {
	display: block;
	padding: 10px 0;
	margin: 0 5px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	color: #bbb;
}
#page-tools > ul > li:last-child > a {
	border-bottom: 1px solid #dcdcdc;
}
#page-tools > ul > li > a:hover {
	text-decoration: none;
	color: #0095da;
}
#page-tools > ul > li.share {
	border-bottom: 0;
	margin: 0 0 5px 0;
}
#page-tools > ul > li.share > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
	background: #999;
	color: white;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border: 0;
}
#page-tools > ul > li.share > a:hover {
	background: #0095da;
}
#page-tools > ul > li a > .at300bs {
	visibility: hidden;
}
#page-tools > ul > li .addthis_button_email > .at300bs,
#page-tools > ul > li .addthis_button_email > .aticon-email {
	display: none;
}
#page-tools > ul > li > a.font-size {
	font-family: Times,serif;
	font-size: 120%;
	line-height: 1;
}
#page-tools ul > li > .select {
	display: none;
	position: absolute;
	top: 0px;
	right: 100%;
	padding: 0 0px;
	font-family: Times,serif;
	white-space: nowrap;
	background: white;
	box-shadow: 0px 0px 5px #444;
}
#page-tools ul > li.on > .select {
	display: block;
}

#page-tools ul > li > .select a {
	display: inline-block;
	padding: 0;
	width: 40px;
	color: #999;
	line-height: normal;
	font-size: 28px;
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
}
#page-tools ul > li > .select a:hover {
	background: #eee;
	text-decoration: none;
}
#page-tools ul > li > .select .reset {
	position: absolute;
	display: block;
	padding: 2px 0;
	bottom: -1.8em;
	left: 0;
	width: 100%;
	font-size: 13px;
	font-family: sans-serif;
}
#page-tools > ul > li > a.comments-count {
	margin-bottom: 20px;
	color: #7d7d7d;
	line-height: 42px;
	font-size: 18px;
}
#page-tools > ul > li > a.comments-count span {
	position: relative;
	display: block;
}
#page-tools > ul > li > a.comments-count:before {
	position: absolute;
	top: 7px;
	left: 7px;
	content: ' ';
	display: block;
	width: 36px;
	height: 27px;
	border-radius: 5px;
	background: #f4f4f4;
}
#page-tools > ul > li > a.comments-count:after {
	position: absolute;
	left: 18px;
	top: 34px;
	content: ' ';
	width: 0;
	height: 0;
	border: 10px solid #f4f4f4;
	border-bottom: 0;
	border-right: 15px solid transparent;
	border-left: 0;
	-ms-transform: scale(1.00001,1.00001); 
	-webkit-transform: scale(1.00001,1.00001);
	transform: scale(1.00001,1.00001);
}
#page-tools.home {
	position: absolute;
	top: 0px !important;
	margin-top: -50px !important;
	width: auto;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	
	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	transform: rotate(-90deg);
}
#page-tools.home.fixed {
}
#page-tools.home > a {
	white-space: nowrap;
	display: inline-block;
	margin: 0 0 0 300px;
	padding: 10px 20px;
	width: auto;
	background: #999;
	color: white;
	font-weight: bold;
	font-size: 16px;
	    
}
#page-tools.home > a:hover {
	background-color: #0095da;
	text-decoration: none;
}

/* @group About 9 Marks */

h3.mark {
	position: relative;
	padding: 12px 12px 12px 75px;
	background: #f5f5f5;
	line-height: 20px;
	-o-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-webkit-transition: background .1s linear;
	transition: background .1s linear;
}
h3.mark:hover {
	color: #999;
}
h3.mark > .num {
	position: absolute;
	left: 5px;
	top: 12px;
	font-size: 20px;
	line-height: 20px;
	color: #999;
}
h3.mark.opened {
	background-color: #0090d5;
}
h3.mark.opened:hover {
	color: white;
}

#the-marks {
	margin: 3em 0 0;
	padding: 0 0 2em 0;
}
/* @end */

/* @group Footer */

#footer {
	position: relative;
	padding: 20px 180px 20px 260px;
	height: 25px;
	line-height: 25px;
	background: #003471;
	border-bottom: 3px solid white;
}
#footer .about {
	position: absolute;
	left: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	margin: -15px 0 0 0;
	padding: 0 0 0 35px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.065em;
}
#footer .about:hover {
	color: #0095da;
}
#footer .about:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 28px;
	text-align: center;
	color: #0095da;
}
#nav-footer {
	text-align: center;
	letter-spacing: 0.05em;
}
#nav-footer ul {
	text-align: right;
}
#nav-footer > ul > li {
	display: inline-block;
	margin: 0 15px;
}
#nav-footer > ul > li > a:hover {
	text-decoration: underline;
}

/* @end */



/* @group Paging */
.posts-nav {
	clear: both;
	margin: 0 0 40px 0;
}
.posts-nav:after {
	content: ' ';
	display: block;
	clear: both;
}
.posts-nav ul {
	margin: 0;
	padding: 0;
}
.posts-nav ul li {
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 5px;
	list-style: none;
	color: #aaa;
}
.posts-nav ul li.page_info {
	display: none;
}
.posts-nav ul li a {
	line-height: normal;
	display: block;
	float: left;
	padding: 2px 4px;
	text-decoration: none;
	color: #aaa;
}
.posts-nav ul li:hover {
	background: #003471;
	color: white;
}
.posts-nav ul li:hover > a, .posts-nav ul li:hover > span.a {
color: white;
}
.posts-nav ul li.active_page {
	background: #003471;
	color: #fff;
}
.posts-nav ul li.active_page a {
	color: #fff;
}

#more-posts {
	display: block;
	width: 100px;
	text-align: center;
	margin: 0 auto 80px auto;
	padding: 10px;
	color: #0095da;
	text-transform: uppercase;
	background: none;
	font-weight: bold;
}
#more-posts:before {
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 50%;
	margin-left: -30px;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 50px solid #ebebeb;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom:0;
	-o-transition: top .1s linear;
	-moz-transition: top .1s linear;
	-webkit-transition: top .1s linear;
	transition: top .1s linear;
}
#more-posts:hover:before {
	top: 8px;
}
#more-posts:after {
	position: absolute;
	bottom: -50px;
	right: 50%;
	margin-right: -15px;
	margin-top: -15px;
	content: ' ';
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/loading.gif) no-repeat -10000px -10000px;
}
#more-posts.loading:after {
	background-position: center;
}
#more-posts.done {
	color: #555;
	cursor: default;
}
#more-posts.done:before {
	display: none;
}
/* @end */

/* @group Comments */
#comments {
	clear: both;
	margin: 50px 0;
}
#comments-load {
	position: relative;
	display: block;
	margin: 0 auto 20px auto;
	width: 165px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	perspective: 800px;
	
}
#comments-load .num {
	display: block;
}
#comments-load:before {
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -30px;
	z-index: -1;
	content: ' ';
	display: block;
	border: 50px solid #ebebeb;
	border-bottom: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	
}
#comments-load.on:before {
	top: -10px;
	border: 50px solid #ebebeb;
	border-top: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}


/* @end */

form.signup {
	position: relative;
	height: 36px;
	background: #f5f5f5;
	border-radius: 3px;
}
form.signup button {
	position: absolute;
	bottom: 5px;
	right: 0;
	padding: 0;
	margin: 0;
	width: 250px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #e4e4e4;
	color: #0095da;
	font-size: 19px;
	font-weight: bold;
}
form.signup button:hover,
form.signup button:hover a,
form.signup button a:hover,
form.signup button:active,
form.signup button:focus {
	color: #e4e4e4;
	background-color: #0095da;
	text-decoration: none;
}
.icon-play:before {
	float: right;
	line-height: 26px;
	padding: 0 10px 0 0; 
}

form.signup label strong {
	display: block;
	float: left;
	padding: 5px 10px;
	line-height: 26px;
	color: #999;
	border-right: 2px solid #fff;
	font-size: 19px;
	border: 0;
}
form.signup input[type="email"] ::-webkit-input-placeholder { font-size: 14px; }
form.signup input[type="email"] :-moz-placeholder { font-size: 14px; }
form.signup input[type="email"] ::-moz-placeholder { font-size: 14px; }
form.signup input[type="email"] :-ms-input-placeholder { font-size: 14px; }
form.signup input[type="email"] {
	display: block;
	width: 425px;
	float: left;
	line-height: 20px;
	background: none;
	font-size: 14px;
}

#sidebar form.signup {
	margin: 0 -20px 0 -40px;
	height: auto;
}
#sidebar form.signup label strong {
	display: block;
	float: none;
	width: auto;
	padding-left: 40px;
	padding-right: 30px;
	min-height: 110px;
}
#sidebar form.signup input[type="email"] {
	width: auto;
	float: none;
	padding-left: 40px;
}

/* @group Captions */


.wp-caption {
	margin-bottom: 1em;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	display: block;
	margin:0 auto;
	float:none;
}
.wp-caption.alignright {
	margin: 0 0 1.5em 1.5em;
}
.wp-caption.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.wp-caption.alignnone {
	margin: 1.5em 0;
}
.wp-caption .wp-caption-text {
	margin: 8px 0 0;
	font-size: 12px;
	font-style: italic;
	color: #003e7e;
}
.wp-caption .wp-caption-text p {
	margin: 0;
}

/* @end */

/* @group Ninja Forms integration */

.ninja-forms-field-error {
	color: red;
}

/* @end */
