@charset "UTF-8";
/* CSS Document */

/* content fixes */

#main strong {
	font-family:'Humanist 777 W01 Bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}

/* responsive images */

#content > img {
	max-width:100%;
}

/* responsive iframe */


/* >>>>>>>>>>>> audio/video <<<<<<<<<<<<<<<<<<< */

.video-page #content form, .media-page #content form {
	display:none;
}

.audio-page .rss-link {
	display:none;
}

.audio-container-list, .media-container-list {
	
}

.audio-container, .media-container {
	/*background:url(http://www.mereanglicanism.com/themes/1/images/container-border.png) left bottom repeat-x;*/
	border-top:6px solid #DFDFDF; 
	clear:left;
	padding:22px 0 18px;
	min-height:95px;
	position:relative;
}

.media-container:first-child {
	border-top:none;
}

.audio-controls, .media-controls {
	float:left;
	vertical-align:top;
}

.audio-controls a div, .media-controls a div {
	margin:6px 8px 10px 0;
}

.audio-controls .video-play-button .audio-controls-image, .media-controls .video-play-button .media-controls-image, .video-page .play-button .media-controls-image {
	background:url(http://www.mereanglicanism.com/themes/1/images/video-play.png) center center no-repeat;
	height:30px;
	width:30px;
}

.audio-controls .play-button .audio-controls-image, .media-controls .audio-play-button .media-controls-image, .audio-page .play-button .media-controls-image {
	background:url(http://www.mereanglicanism.com/themes/1/images/audio-play.png) center center no-repeat;
	height:30px;
	width:30px;
}

.audio-controls .download-button .audio-download-image, .media-controls .download-button .media-download-image {
	background:url(http://www.mereanglicanism.com/themes/1/images/audio-download.png) center center no-repeat;
	height:30px;
	width:30px;
}

.audio-controls img, .media-controls img {
	display:block;
	margin:6px 8px 10px 0;
}

.audio-image, .media-image {
	float:left;
	vertical-align:top;
}

.audio-image img, .media-image img {
	border:3px solid #d7d7d7;
	margin:0 10px;
}

.audio-meta, .media-meta {
	display:table;
	padding:0 0 0 10px;
	vertical-align:top;
}

.media-meta .separator {
	display:inline-block;
	margin:0 4px;
	text-align: center;
}

.audio-meta .title, .media-meta .title {
	color:#525250;
	font-family:'Felix Titling W00',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:400;
	margin:0 0 12px;
	padding:0;
	text-align:left;
	text-transform:uppercase;
}

.audio-meta .author, .media-meta .author {
	color:#666;
	display:inline-block;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
}

.audio-meta .date, .media-meta .date {
	color:#666;
	display:inline-block;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
}

.audio-meta .time, .media-meta .time {
	color:#666;
	display:inline-block;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
}

.audio-meta .description, .media-meta .description {
	color:#666;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
	margin:8px 0 2px;
}

.media-meta .tags {
	display:none;
}

.audio-meta .tags, .media-meta .tags a {
	color:#b0292f;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
}

.audio-meta .print-button, .audio-meta .audio-link-1, .audio-meta .audio-link-2, .media-meta .print-button, .media-meta .media-link-1, .media-meta .media-link-2 {
	display:inline-block;
	margin:8px 4px 0 0;
}

.audio-meta .audio-link-1 .audio-link-1-image, .media-meta .media-link-1 .media-link-1-image {
	background:url(http://www.mereanglicanism.com/themes/1/images/audio-notes-button.png) center center no-repeat;
	height:14px;
	width:40px;
}

.audio-meta .audio-link-1 .audio-link-1-title, .media-meta .media-link-1 .media-link-1-title {
	display:none;
}

.audio-meta .notes-button, .media-meta .notes-button {
	display:inline-block;
	margin:8px 4px 0 0;
}

.audio-meta .audio-link-2 .audio-link-2-image, .media-meta .media-link-2 .media-link-2-image {
	background:url(http://www.mereanglicanism.com/themes/1/images/audio-print-button.png) center center no-repeat;
	height:14px;
	width:38px;
}

.audio-meta .audio-link-2 .audio-link-2-title, .media-meta .media-link-2 .media-link-2-title {
	display:none;
}

#main ul.audio-paging, #main ul.media-paging {
	list-style:none;
}

#main ul.media-paging li.page-prev, #main ul.media-paging li.page-next {
	display:inline-block !important;
}

#main ul.audio-paging li, #main ul.media-paging li {
	background:none;
	display:inline-block;
	margin:0 3px;
}

/* Video */

.video-page .media-controls {
	display:table;
}

.video-page .media-controls a {
	/*display:table-cell;*/
	height:90px;
	vertical-align:middle;
}

.media-categories-container {
	display:none;
}

.video-container-list {
	
}

.video-container {
	background:url(http://www.mereanglicanism.com/themes/1/images/container-border.png) left bottom repeat-x;
	padding:22px 0 18px;
	position:relative;
}

.video-controls {
	float:left;
	vertical-align:top;
}

.video-controls img {
	display:block;
	margin:38px 8px 10px 0;
}

.video-image {
	float:left;
	vertical-align:top;
}

.media-image .media-thumbnail {
	max-width:160px;
}

.video-image img {
	border:3px solid #d7d7d7;
	margin:0 10px;
}

.video-meta {
	display:table;
	padding:0 0 0 10px;
	vertical-align:top;
}

.video-meta .title {
	color:#58595b;
	font-family:'Optima LT W01 Demi Bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
	margin:0 0 12px;
	text-transform:uppercase;
}

.video-meta .author {
	color:#821b1e;
	display:inline-block;
	font-family:'Optima LT W01 Demi Bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
}

.video-meta .date {
	color:#821b1e;
	display:inline-block;
	font-family:'Optima LT W01 Demi Bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
}

.video-meta .time {
	color:#821b1e;
	display:inline-block;
	font-family:'Optima LT W01 Demi Bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
}

.video-meta .description {
	color:#4a4a4b;
	font-family:'ITCFranklinGothicW01-Bk 812647',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
	margin:8px 0 2px;
}

.video-meta .tags {
	color:#821b1e;
	font-family:'ITCFranklinGothicW01-Bk 812647',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
}

.video-meta .print-button {
	display:inline-block;
	margin:8px 4px 0 0;
}

.video-meta .notes-button {
	display:inline-block;
	margin:8px 4px 0 0;
}

/* >>>>>>>>>>>> staff <<<<<<<<<<<<<<<<<<<< */

.staff-page #main .separator {
	border-top:6px solid #DEDEDE;
}

.staff-page #main .separator:last-child {
	border-top:none;
}

.staff-member {
	/*border-bottom:4px solid #e2e9ed;*/
	clear:left;
	margin:8px 0;
	padding:16px 0;
}

.staff-member:first-child, .staff-member:nth-of-type(0) {
	/*border-top:none;*/
}

#main .staff-picture {
	display:inline-block;
	margin:0 22px 0 0;
	vertical-align:top;
	width:130px;
}

#main .staff-details {
	display:inline-block;
	width:725px;
}

#main .staff-name {
	color:#525250;
	/*display:inline;*/
	font-family:'Felix Titling W00',serif;
	font-size:24px;
	font-weight:400;
	margin-bottom:6px;
	margin-top:0;
	text-transform:uppercase;
}

/*#main-content .staff-name:after {
	content:" : ";
}*/

#main .staff-title {
	color:#666;
	/*display:inline;*/
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
	margin-bottom:6px;
}

#main .staff-bio {
	color:#666;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	line-height:140%;
}

#main .staff-contact, #main .staff-facebook, #main .staff-twitter, #main .staff-linkedin, #main .staff-website, #main .staff-email, #main .staff-flickr {
	display:inline-block;
	margin-right:3px;
	margin-bottom:0;
}

#main .staff-contact .delimiter {
	display:none;
}

#main .staff-contact a {
	/*background-color:#e9b447;
	border-radius:3px;
	color:#d34f1e;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;*/
	background:url(http://www.mereanglicanism.com/themes/1/images/staff-icon-email.png) center center no-repeat;
	display:inline-block;
	height:23px;
	text-indent:-9999px;
	width:23px;
}

#main .staff-contact .staff-phone {
	display:inline-block;
	margin-left:3px;
}

#main .staff-facebook a {
	background:url(http://www.mereanglicanism.com/themes/1/images/staff-icon-facebook.png) center center no-repeat;
	display:inline-block;
	height:23px;
	text-indent:-9999px;
	width:23px;
}

#main .staff-twitter a {
	background:url(http://www.mereanglicanism.com/themes/1/images/staff-icon-twitter.png) center center no-repeat;
	display:inline-block;
	height:23px;
	text-indent:-9999px;
	width:23px;
}

#main .staff-linkedin a {
	background:url(http://www.mereanglicanism.com/themes/1/images/staff-icon-linkedin.png) center center no-repeat;
	display:inline-block;
	height:23px;
	text-indent:-9999px;
	width:23px;
}

#main .staff-website a {
	background:url(http://www.mereanglicanism.com/themes/1/images/staff-icon-website.png) center center no-repeat;
	display:inline-block;
	height:23px;
	text-indent:-9999px;
	width:23px;
}

@media only screen and (max-width: 900px) {

#main .staff-details {
     width: auto;
}

#main .staff-name {
     margin-top: 8px;
}

}

/* >>>>>>>>>>> Search <<<<<<<<<<<< */

.search-page {
}

.search-page .search-form {
	border-bottom:4px solid #e2e9ed;
	padding-bottom:20px;
}

.search-page .search-form fieldset {
	border:none;
}

.search-result {
	margin-bottom:20px;
}

.search-page #main h2.search-result-title {
	margin-bottom:8px;
}

.search-page #main h2.search-result-title a {
	color:#003663;
	font-family:'Myriad W01 Regular',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}

/* >>>>>>>>>>>> form <<<<<<<<<<<<<< */

.ccm-form .ccm-form-element {
	clear:left;
}

#main .ccm-form label {
	color:#666;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
	margin:12px 0 4px;
}

.ccm-form .ccm-form-element input[type="text"] {
	background-color:#f5f4f4;
	border:none;
	width:50%;
}

.ccm-form .ccm-form-element textarea {
	background-color:#f5f4f4;
	border:none;
}

#main .ccm-form .radioPair, #main .ccm-form .checkboxPair {
	/*clear:left;*/
	color:#666;
	display:block;
	/*float:left;*/
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin:12px 0;
	/*width:100%;*/
}

.radioPair > input, .checkboxPair > input {
	float:left;
}

.ccm-form .ccm-form-element input[type="radio"], .ccm-form .ccm-form-element input[type="checkbox"] {
	border:none;
	margin:0;
	width:30px;
}

.ccm-form .ccm-form-element select {
	width:auto;
}

.ccm-form input[type="file"] {
	border:none;
}

#main .ccm-form input[type="submit"] {
	background-color:#b8b8b9;
	border:none;
	border-radius:3px;
	color:#fff;
	float:none;
	font-family:'Myriad W01 Regular',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	width:auto;
}

/* >>>>>>>>>>>>> blog <<<<<<<<<<<<<<< */

.blog-page #sidebar {
	padding:20px 0 0 25px;
}

.blog-page .holder h3 {
	background: url(http://www.mereanglicanism.com/themes/1/images/sep-002.png) repeat-x scroll 0 100% transparent;
	color: #414141;
    font: 17px/21px 'EgyptienneFLTW01-65Bold',Helvetica,sans-serif;
    margin: 0;
	padding-left:10px;
    text-transform: uppercase;
}

.blog-category-head {
	color:#4A4A4B;
	font-family:'TradeGothicW01-BoldCn20 675334',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	margin:0 20px 8px 20px;
	text-transform:uppercase;
}

.blog-category-head img {
	vertical-align:middle;
}

.blog-sidebar-list {
	list-style:none;
	margin-top:0;
	padding-left:0;	
}

.blog-page .two-columns .blog-sidebar-list li {
	background:none;
	padding:0;
}

.blog-sidebar-list a {
	color:#4A4A4B;
	display:block;
	font: 15px/18px 'EgyptienneFLTW01-65Bold',sans-serif;
	margin:2px 0;
	padding:3px 0 3px 24px;
	text-decoration:none;
}

.blog-archive-list {
	list-style:none;
	padding:0;
}

.blog-post {	
	clear:left;
	margin:8px 0 0;
	padding:16px 0 6px 30px;
}

.blog-posts .blog-post {
	border-top:6px solid #DFDFDF;
	margin-left:20px;
	padding-left:10px;
}

.blog-post:first-child {
	border-top:none;
	margin-top:0;
}

.blog-page #page-name h1 a {
	color:#fff;
	text-decoration:none;
}

.blog-page #main-content {
	padding-top:0;
}

#main .blog-post h1, .blog-page #main .blog-posts h1 {
	background:url(http://www.mereanglicanism.com/themes/1/images/blog-icon.png) left 4px no-repeat;
	border:none;
	color:#525250;
	font-family:'Felix Titling W00',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
	margin:0 0 -3px;
	padding:0 0 4px 44px;
	text-align:left;
	text-transform:uppercase;
}

#main .blog-post h1 a, .blog-page #main h1 a {
	color:#525250;
	text-decoration:none;
}

#main .blog-post-meta, #main .blog-post p.blog-post-meta {
	color:#666;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	margin:0;
	padding:0 0 12px 44px;
}

#main .blog-post-meta a {
	color:#b0292f;
}

/*#main-content .blog-post-meta a:first-child {
	color:#821b1e;
	text-decoration:none;
	text-transform:uppercase;
}*/

#main .blog-post-meta .post-author {
	color:#666;
}

#main .blog-post-meta .categories a {
	color:#b0292f;
}

#subscribe-buttons {
	margin:-6px 0 0 40px;
	position:absolute;
	right:60px;
	top:30px;
}

#blog-back {
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin:50px 0 30px;
	text-align:center;
}

#blog-back a {
	color:#b0292f;
	text-decoration:none;
}

#main .blog-post p {
	color:#666;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:140%;
	padding-left:44px;
}

.blog-more-button:before {
    content: "+ ";
}

.blog-more-button {
    font-size: 18px;
    text-transform: capitalize;
}

.blog-page #content .blog-post {
	/*border:none;*/
}

.blog-page #content .blog-post h1, .blog-page #content h1 {
	/*background:url(http://www.mereanglicanism.com/themes/1/images/blog-head-bg.png) left 4px no-repeat;
	color:#747373;
	font-family:'Trade Gothic W01 Roman',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:30px;
	padding:0 0 0 30px;
	margin:0 0 6px 0;*/
}

.blog-page #main .blog-post-meta {
	color:#666;
	/*margin:0 0 18px;
	padding:0;*/
}

.blog-page #content .blog-post-meta a {
	text-decoration:none;
}

#blog-social-wrapper {
	color:#666;
	font-family:'Humanist 777 W01 Light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}

#blog-buttons {
	margin:20px 20px 12px 29px;
}

#blog-buttons a {
	border-radius:3px;
	color:#d34f1e;	
	font-size:11px;
	margin:8px 0;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}

#main .blog-post-paging {
	padding-left:0;
}

#main .blog-post-paging li {
	background:none;
	display:inline-block;
	list-style:none;
}

#main .blog-post-paging li a {
	margin:0 4px;
}