/*
Theme Name: Twenty Eleven
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
*/

* {
	padding: 0;
	margin: 0;
}

:focus {
	outline: 0;
}

body {
	font: 18px "freight-sans-pro",sans-serif;
	line-height: 24px;
	color: #333;
	background: url('img/wrapper.jpg');
}

h1, h2, h3, h4 h5 {
	font-weight: normal !important;
	font-family: "freight-text-pro",sans-serif;
}

input, textarea {
	font: 16px "freight-text-pro",sans-serif;
	line-height: 20px;
	color: #333;
}

textarea {
	padding: 10px;
}

a {
	text-decoration: none;
	color: #37425b;
	border-bottom: 1px solid #37425b;
	outline: none;
}

a:hover {
	color: #65141b;
	border-bottom: 1px solid #65141b;
}

h1 {
	font: 38px georgia;
}

h2 {
	font: 32px "ff-meta-serif-web-pro",serif;
	margin: 0 0 20px 0;
	color: #00162c;
}

h4 {
	font: 24px georgia;
}

strong {
	font-weight: bold;
	color: #000;
}

em {
	font-style: italic;
}

/* STRUCTURE */

.holding {
	width: 1025px;
	overflow: hidden;
	margin: 0px auto;
}

#wrapper {
	width: 1025px;
	float: left;
	background: url('img/backback.jpg') repeat-y;
	padding: 0 0 30px 0;
}

/* RELATED */

.related {
	overflow: hidden;
	width: 300px;
}

.related dl {
	overflow: hidden;
}

.related dt {
	width: 150px;
	float: none;
}

.related dt img {
	width: 140px;
	padding: 4px;
	border: 1px solid #eee;
	height: 140px;
}

.related dt a img {
	text-decoration: none !important;
	border: none !important;
}

.related dd {
	width: 150px;
	float: none;
}

/* HOME PARISHES */

.parishes {
	overflow: hidden;
	width: 300px;
}

.parishes dl {
	overflow: hidden;
}

.parishes dl dt {
	width: 140px;
	float: left;
}

.parishes dl dt img {
	width: 120px;
	margin: 0 20px 0 0;
}

.parishes dl dd {
	width: 160px;
	float: left;
}

.parish {
	
}

.parish ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.parish ul li {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* PEOPLE */

.people ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.people ul li {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* DEFAULT PROFILE */


.avatar {
	width: 130px !important;
	max-width: 130px !important;
	height: auto !important;
	max-height: auto !important;
	margin: 0 0 0 10px;
}

.avatar img {
	width: 130px;
	height: 130px;
}

/* MEGA MENU */

.megamenu {
	width: 975px;
	margin: 0px auto;
	position: relative;
	display: block;
}

.megamenu:hover {
	
}

.megamenu ul {
	margin: 0;
	overflow: hidden;
	display: block;
	width: 975px;
	background: url('img/nav.jpg') repeat-x;
}

.megamenu ul li  {
	float: left;
	list-style: none;
}

.megamenu ul li ul li {
	border: none;
	text-decoration: none !important;
	padding: 10px 10px !important;
}

.megamenu ul li a {
	color: #fff;
	text-decoration: none;
	border: none;
	display: block;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font: 18px "freight-sans-pro",sans-serif;
}

.megamenu ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

.megamenu ul li:hover {
	background: #051d32;
}

.megamenu ul li ul {
	display: none;
}

.megamenu ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 9999;
	left: 0;
	padding: 20px;
	width: 935px !important;
	background: #051d32 !important;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
//	min-height: 160px;
}

.megamenu ul li:hover ul li {
	padding: 0;
	margin: 0;
}

.megamenu a {
	color: #333;
	text-decoration: none !important;
	display: inline-block;
}

.megamenu ul li:hover ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.megamenu ul li:hover ul li {
	//background: #a0a4a8;
}

.megamenu ul li ul li.page_item ul.children {
	display: none;
}

.megamenu ul li ul li a:hover {
	border: none;
	text-decoration: underline !important;
}

.megamenu ul li ul li a {
	text-align: left !important;
}

.row h3 {
	color: #fff;
}

/* MENU ROWS */

span.current a {
	
	text-decoration: underline !important;
}

span.current a:hover {
	
}

.row p {
	margin: 0 0 5px 0;
	padding: 0;
}

.row h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

ul.rows li.page_item a {
	width: 320px;
	float: left;
	margin: 0 0 3px 0;
}

.row.one {
	width: 150px;
	float: left;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.row.one a {
	margin: 0 0 3px 0;
	padding: 0;
}

.row.two {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

.row.three {
	width: 450px;
	float: left;
}

.row.four {
	width: 600px;
	float: left;
}

.row.five {
	width: 750px;
	float: left;
}

.row.fifth {
	width: 187px;
	float: left;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.row.fifth h3 {
	font-weight: normal;
	font-size: 20px;
}

.row.fifth a {
	margin: 0 0 3px 0;
	padding: 0;
}

/* SINGLE PARISH */

section {
	width: 975px;
	margin: 0px auto;
	overflow: hidden;
}

section .main {
	width: 600px;
	float: left;
}

section .sidebar {
	width: 300px;
	margin: 0 0 0 60px;
	float: left;
}

.sidebar .block {
	margin: 30px 0 0 0;
	padding: 10px 0 0 10px;
}

/* SINGLE PARISH - META */

.meta {
	
}

.meta dl {
	overflow: hidden;
	width: 300px;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.meta dl dt {
	width: 100px;
	float: left;
}

.meta dl dd {
	width: 200px;
	float: left;
}

/* ARCHIVE PRAYERS */

ul.prayers {
	overflow: hidden;
	width: 975px;
	margin: 0 0 0 40px;
}

ul.prayers li {
	float: left;
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	width: 160px;
}

ul.prayers li.prayer {
	width: 350px;
}

/* FOOTER */

section#bottom {
	background: url('img/footer.jpg') repeat-x;
	overflow: hidden;
	width: 100%;
	min-width: 100%;
	min-height: 240px;
	padding: 20px 0;
	margin: 40px 0 0 0;
}

section#bottom footer {
	width: 975px;
	overflow: hidden;
	margin: 0px auto;
	
}

footer p {
	font-size: 17px;
	text-align: center;
	color: #eee;
}

section#bottom footer .rows {
	overflow: hidden;
}

section#bottom footer .row {
	width: 192px;
	float: left;
}

section#bottom footer .row h3 {
	color: #fff;
}

section#bottom footer .row ul li {
	list-style: none;
}

section#bottom footer .row ul li a {
	color: #fff;
	text-decoration: none;
	border: none;
}

section#bottom footer .full {
	width: 1025px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #eee;
}

section#bottom footer .full .newsletter {
	width: 300px;
	float: left;
}

section#bottom footer .full .newsletter form {
	
}

section#bottom footer .full .newsletter form input[type="text"] {
	padding: 5px;
}

section#bottom footer .full .newsletter form input[type="submit"] {
	background: #fff;
	padding: 5px 10px;
	border: none;
	color: #000;
}


input[type="submit"]:hover {
	cursor: pointer;
	background: #eee;
	color: #000;
}

section#bottom footer .full .social {
	width: 660px;
	float: right;
}

section#bottom footer .full .social ul li {
	float: right;
	margin: 0 0 0 20px;
	list-style: none;
}

/* PARISHES ARCHIVE */

dl.parish {
	width: 260px;
	float: left;
	padding: 0 0px 40px 37px;
	text-align: center;
	min-height: 230px;
}

dl.parish dt {
	width: 260px;
	float: none;
}

dl.parish dt .avatar,
dl.parish dt .default {
	width: 260px;
	margin: 0;
	padding: 0;
}

dl.parish .avatar,
dl.parish .default {
	width: 240px;
	height: 180px;
	min-width: 240px !important;
	min-height: 180px !important;
	max-width: 240px !important;
	max-height: 180px !important;
}

dl.parish .avatar img {
	min-width: 240px !important;
	min-height: 180px !important;
}

dl.parish dd {
	width: 260px;
	float: none;
}

.avatar a img {
	border: none;
	text-decoration: none;
}

/* ALPHABET */

ul.alpha {
	margin: 0 0 20px 0;
	overflow: hidden;
}

ul.alpha li {
	list-style: none;
	float: left;
}

ul.alpha li a {
	display: block;
	padding: 10px;
	margin: 0 10px 10px 0;
	background: #ffffaa;
	border: none;
}

/* LOGO */

a.logo {
	background: url('img/homelogo.png') no-repeat;
	width: 737px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	margin: 40px auto;
	text-decoration: none;
	border: none;
}

.bottom {
	width: 1025px;
	height: 25px;
	background: url('img/bottom.jpg');
	margin: 0px auto;
}

.hold {
	overflow: hidden;
}

.slide-holder {
	width: 946px;
	overflow: hidden;
	margin: 0px auto;
}

.slide-photo {

}

.slide-content {
	
}

.slide-content .text {
	padding: 20px;
}

.slide-content .text h2 {
	padding: 0 0 20px 0;
}

.slide-content .text p {
	font-size: 18px;
}

.block {
	background: url('img/blank.png');
	border-radius: 10px;
	border: 1px solid #fff;
	float: left;
}

.block.full {
	background: inherit;
}

.socialblock {
	width: 225px;
	border-radius: 0px;
	border: none;
	float: left;
	margin: 30px 0 0 0;
}

.twitter_button {
	margin: 0 0 0 20px;
}

.block h3 {
	text-transform: uppercase;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.social_icons h3 {
	text-transform: uppercase;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.block h3 a {
	text-decoration: none !important;
}
.block a {
	color: #790009;
	text-decoration: underline !important;
	border: none !important;
}

.block a:hover {
	color: #001933;
	text-decoration: underline !important;
	border: none !important;
} 

.block h3 a, .block h3, .block h4 a {
	font-size: 20px;
	margin: 0 0 5px 0;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	border: none;
}

.block h3 a:hover, .block h3:hover, .block h4 a:hover {
	text-decoration: underline;
}

.inside {
	margin: 10px !important;
}

p.all {
}

.block.full {
	width: 600px;
	margin: 0 0 20px 0;
	border: none !important;

}

.mini_calendar {
	float: left;
	width: 320px;

	margin: 0 0 20px 0px;
}

.the_calendar {
	background: url('img/blank.png');
	
	
	background: #fff;
	overflow: hidden;
	padding: 10px !important;
	border-radius: 10px;
	border: 1px solid #fff;
}

.mini_events {
	float: left;
	width: 262px;
	margin: 0 0 0 17px;
}

.the_events { 
	padding: 10px;
	background: url('img/blank.png');
	border-radius: 10px;
}

.mini_events h3 {
	color: #333;
}

.block.side {
	width: 320px;
	float: left;
}

.area {
	width: 946px;
	margin: 40px auto 0;
	overflow: hidden;
}

.sidebar {
	width: 310px;
	float: left;
}

.block {
	margin-bottom: 10px;
	//padding: 10px 0 0 10px;
}

.main {
	margin: 0 0 0 22px;
	width: 600px;
	float: left;
}

.holder {
	width: 930px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0 20px;
}

.text p {
	margin: 0 0 15px 0;
}

.text ul {
	margin: 0 0 0 40px;
}

.text ul li {
	margin: 0 0 5px 10px;
	list-style: square;
}

/* SINGLE PEOPLE */

.single-people {
	
}

.single-people h2 {
	font-size: 26px;
	margin: 0 0 30px 0;
}

.single-people-photo {
	width: 320px;
	float: left;
}

.single-people-photo img {
	width: 280px;
	height: auto;
	padding: 9px;
	background: #fff;
}

.single-people-details {
	width: 580px;
	float: left;
}

/* SINGLE PEOPLE MINISTRY */

.single-people-ministry {
	overflow: hidden;
	width: 100%;
	padding: 30px 0 0 0;
}

.related-ministry {
	width: 200px;
	float: left;
}

.related-ministy-details {
	width: 600px;
	float: left;
}

.related-ministy-details dl {
	width: 500px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.related-ministy-details dl dt {
	width: 120px;
	float: left;
}

.related-ministy-details dl dd {
	width: 200px;
	float: left;
}

/* RELATED POSTS */

.related a,
.related a img {
	text-decoration: none !important;
	border: none;
}

.related a img {
	padding: 9px;
	background: #fff;
}

.related a {
	text-align: center;
	display: block;
}


/* SINGLE MINISTRY PEOPLE */

.single-ministry {
	width: 600px;
	float: left;
}

.single-ministry-photo {
	margin: 0 0 20px 0;
}

.single-ministry h2 {
	font-size: 26px;
	margin: 0 0 30px 0;
}

.single-ministry-people {
	overflow: hidden;
	width: 100%;
	margin: 40px 0 0 0;
}

.single-ministry-side {
	width: 290px;
	float: left;
	margin: 0 0 0 40px;
}

.single-ministry-side h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

.ministry-list {
	font-size: 18px;
}

.ministry-list p {
	margin: 0 0 5px 0;
	padding: 0;
}

.related-people {
	width: 200px;
	float: left;
}

.related-people-details {
	width: 400px;
	float: left;
}

.related-people-details h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}

.related-people-details dl {
	width: 500px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.related-people-details dl dt {
	width: 120px;
	float: left;
}

.related-people-details dl dd {
	width: 200px;
	float: left;
}

/* ARCHIVE PARISH */

.parish-directory {
	
}

.parish-directory h2 {
	margin: 0 0 30px 0;
	font-size: 36px;
}

.parish-row {
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
	min-height: 180px;
}

.parish-row h3 a {
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

.parish-row a {
	text-align: center !important;
	display: block;
	border: none;
	text-decoration: none;
}

.parish-row img {
	width: 140px;
	padding: 9px;
	background: #fff;
}

/* ARCHIVE PEOPLE */

.people-directory {
	width: 740px;
	float: left;
}

.people_side {
	width: 180px;
	float: left;
}

.people_side a {
	display: block;
	border: none;
	color: #37425b !important;
	font-size: 15px;
}

.people_side h3 {
	font-size: 24px;
	line-height: 28px;
}

.people-directory h2 {
	margin: 0 0 30px 0;
	font-size: 36px;
}

.clergy ul li {
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
	min-height: 285px;
	list-style: none;
	font-size: 15px;
    line-height: 18px;
}

.clergy ul li .avatar a img {
	border: none;
	text-decoration: none;
	display: block;
	width: 130px;
	height: auto !important;
}

img.photo {
	display: none !important;
}

.clergy ul li h3 {
	margin: 5px 0 5px 0;
}

/* ARCHIVE PRAYERS */

.details p {
	margin: 0 0 10px 0;
}

/* IMAGE ALIGNMENT */

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

div.alignright {
	float: right;
	margin: 20px 0 20px 20px;
	font-style: italic;
}

div.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
	font-style: italic;
}

div.alignleft a,
div.alignright a,
div.alignright a img,
div.alignleft a img {
	border: none !important;
	text-decoration: none !important;
}

/* FAITH PAGE */

.faithpage {
	
}

.faith-page ul {
	padding: 0 0 0 20px;	
	overflow: hidden;
}

.faith-page ul li {
	margin: 0 0 5px 0;
	list-style: disc;
}

.faith-page ul li ul {
	padding: 5px 0 0 20px;
	overflow: hidden;
}

.faith-page ul li ul li {
	margin: 0 0 5px 0;
	list-style: square;
}

/* ARCHIVE SCHOOL */

.school-list {
	margin: 0 0 30px 0;
}

.school-list h3 {
	margin: 0 0 5px 0;
}

.school_post img {
	max-width: 350px !important;
	min-width: 350px !important;
	height: auto;
}

.story-one {
	width: 270px;
	float: left;
	margin: 10px 35px 10px 20px;
}

.story-one h4,
.story-two h4 {
	font-size: 16px;
	line-height: 23px;
	margin: 0 10px 10px 0;
}

.story-two {
	width: 280px;
	margin: 10px 0 10px 0;
	float: left;
}

.row_persons {
	width: 420px;
	float: left;
}

.row_person {
	width: 210px;
	float: left;
	color: #eee;
	font-size: 14px;
}

.row_person_links {
	width: 680px;
	float: left;

}

.row_person_links a {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.row_person_links ul#right {
	margin: 0 !important;
	padding: 0 !important;
}

.row_person_links li,
.row_person_links li a {
	margin: 0 !important;
	padding: 0 !important;
}

.row_person ul {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.row_places {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
}

.row_places a {
	display: block;
}

.row_map {
	width: 260px;
	float: left;
}

.row_map img {
	max-width: 260px;
}

.row_faith a {
	display: block;
	width: 220px;
	font-size: 14px;
	margin: 0 0px 5px 0 !important;
	padding: 0 !important;
}

.row_map img {
	padding: 9px;
	border: 1px solid #333;
	background: #fff;
	width: 400px;
}

.row_person_links h3, .row_person h3, .megamenu ul li .row_person h3 a, .row_places h3, .megamenu ul li h3, .row_map h3, .row_map h3 a {
	font-size: 28px !important;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	text-indent: 0;
	color: #fff;
}

.row_person a {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

.row_person h3,
.row_person_links h3 {
	margin: 0 0 10px 0;
}

/* SCHOOL ARCHIVE */

.school_directory {
	overflow: hidden;
}

body.parent-pageid-1662 .text img {
	min-width: 300px !important;
	height: auto !important;
}

.school_post {
	min-height: 600px;
	margin: 0 30px 20px 60px;
	float: left;
	width: 360px;
}

.school_post h3 {
	margin: 0 0 10px 0;
}

a.more-link {
	display: none !important;
}


.return {
	margin: 40px 0 0 0;
	overflow: hidden;
} 

.return a:hover {
	border: none;
}

/* PAGES */

.page_content {
	//width: 700px;
	//float: left;
}

.page_content ol {
	margin: 0 0 20px 20px;
}

.page_content ol li {
	margin: 0 0 4px 0;
}

.page_content ul {
	margin: 0 0 20px 20px;
}

.page_content ul li {
	margin: 0 0 4px 0;
}

/* MAP */

.large_map {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.page_title {
	font: 38px georgia;
	margin: 0 0 20px 0;
	text-transform: capitalize;
}

/* CONTACT */

.contact_form {
	width: 400px;
	float: left;
}

.contact_form input {
	border: 1px solid #666;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.contact_form input[type="submit"] {
	background: #fff;
	color: #333;
	padding: 10px 40px;
	margin: 10px 0 0 0;
}

.contact_form input[type="submit"]:hover {
	background: 
	color: #fff;
}

.contact_form textarea {
	width: 348px;
}

.contact_people {
	width: 475px;
	float: left;
}

.contact_people p {
	margin: 0 0 30px 0;
}

.contact_people strong {
	font-weight: bold;
}

/* FAITH */

.faith_page {
	width: 975px;
	overflow: hidden;
}

.faith_content {
	width: 560px;
	float: left;
	margin: 0 40px 0 0;
}

.faith_content p {
	margin: 0 0 20px 0;
}

.faith_content h4 {
	margin: 0 0 20px 0;
}

.faith_links {
	width: 330px;
	float: left;
}

.faith_links h4 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 5px 0; 
	padding: 0;
}

.faith_links ul {
	
}

.faith_links a {
	margin: 0 0 5px 0 !important;
	display: block;
	text-decoration: none;
	border: none;
}

.faith_links a:hover {
	text-decoration: none;
	border: none;
}

.faith_links ul li {
	margin: 0 0 0 20px;
}

.faith_links ul li {
	list-style: none;
}

.faith_links ul li ul li {
	list-style: square;
}

/* IMAGE IN POST */

.wp-caption, .wp-caption-text {
	font-weight: normal !important;
	color: #444;
	text-align: center;
	font-size: 15px;
}

/* ORGANISATIONS */

.organistations_links {
	width: 270px;
	float: left;
	margin: 0 0 0 60px;
}

.organistations_links h4 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 5px 0; 
	padding: 0;
}

.organistations_links ul li {
	list-style: none;
}

.organistations_links ul li ul.children li {
	list-style: none;
}

.organistations_links ul li ul.children li a {
	margin: 0 0 5px 0;
	display: block;
	border: none;
}

/* BREADCRUMBS */

.breadcrumbs {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.breadcrumbs a {
	padding: 0 5px;
	margin: 0 5px 5px;
}

/* PEOPLE */

.person ul li {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
	list-style: none;
	font-size: 15px;
}

h2 span {
	font-size: 24px !important;
	text-align: right !important;
	margin: 0 0 0 20px;
}

.gallery_photos {
	
}

.gallery_photos ul {
	margin: 0 0 0 0px;
}

.gallery_photos ul li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}

.gallery_photos ul li img {
	width: 65px;
	height: 60px;
}

/* BISHOP PAGE */

img.bishop_photo {
	float: right;
	margin: 0 40px 0 0;
}

.bishop_links {
	
}

.bishop_links ul {	
	margin: 40px 0 0 20px;
}

.bishop_links ul li {
	list-style: square;
	margin: 0 0 5px 0;
}

.bishop_links ul li a {
	font-size: 18px !important;
}

.row_story {
	margin: 0px auto;
	width: 900px;
	overflow: hidden;
}

.row_story h3 {
	float: left;
	text-align: center;
}

.row_story {
	text-align: center;
}

.row_map h3 a,
.row_person h3 a,
.row_story h3 a {
	color: #fff !important;
	font-weight: normal !important;
	font: 24px "freight-text-pro",sans-serif !important;
}

.row_schools {
	margin: 0 0 0 30px;
}

.row_schools h3 {
	float: left;
}

.row_schools h3 a {
	color: #fff !important;
	font-weight: normal !important;
	font: 24px "freight-text-pro",sans-serif !important;
}

/* PLACES */

.post-type-archive-parishes .breadcrumbs {
	display: none;
}

/* images */

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter,
img.aligncenter {
	display: block;
	   margin-left: auto;
	   margin-right: auto 
}

img.alignnone {
	float: none;
	display: block;
	margin: 0px auto;
}

.section {
	margin: 0 0 40px 0;
}

/* HOME EVENTS */

body.home table.fc-header {
	//display: none;
}

body.home #rhc-icalendar-modal {
//	display: none;
}

.mini_cal {
	width: 300px;
}

body.post-type-archive-events .fc-event-time {
	display: none !important;
}

dl.events_list h3 {
 	margin: 10px 0 0 0;
}
 
dl.events_list {
	width: 285px;
	float: left;
	margin: 0 0 10px 20px;
	min-height: 145px;
}

dl.events_list dt {
	font-weight: bold;
}

dl.events_list dd {
	margin: 10px 0;
}

p.view {
	display: block;
	text-align: right;
	margin: 0 20px 10px 0;
}

.blog_posts {
	margin: 0 10px 0 0;
}

a.blog_title {
	display: block;
	margin: 20px 0 0 0;
}

.block.side.social {
	background: none !important;
}

.lil_tab {
	background: url('img/grad.jpg') repeat-x;
	margin: 0 0 20px 0;
	padding: 10px;
	min-height: 65px;
}

img a, 
a img {
	border: none !important; 
}

td p {

}

.area h3,
.area h3 a {
	color: #333;
}

body.home .rhcalendar {
	width: 300px !important;
	margin: 0 !important;
	float: left !important;
}

body.home .fc-header-title h2 {
	font-size: 18px !important;
	margin: 10px 0 0 0;
}

.photospace {
	width: 550px !important; 
}

.controls a {
	color: #333 !important;
}

.controls {
	margin: 0 0 10px 0 !important;
}

.photospace .caption {
	margin: 0 !important;
	color: #000 !important;
	text-align: center !important;
}

.photospace a {
	border: none !important;
	text-decoration: none !important;
}

.education_links h4 {
	margin: 0 0 10px 0;
}

.social_icons {
	display: block;
	margin: 0px 0 0 30px;
}

.social_icons li {
	overflow: hidden;
	border: none !important; 
}

a.twitter {
	background: url('img/twitter.png') no-repeat;
	height: 64px;
	display: block;
	padding: 12px 0 0 75px;
	text-decoration: none;
	border: none;
}

a.facebook {
	background: url('img/facebook.png') no-repeat;
	height: 64px;
	display: block;
	padding: 12px 0 0 75px;
	text-decoration: none;
	border: none;
}

/* HOME GALLERY */

.small_gallery {
	margin: 20px 0 0 3px;
	background: url('img/blank.png');
	border-radius: 5px;
	padding: 10px 10px 10px 20px;
}

a img.noborder {
	text-decoration: none !important;
	border: none !important;
}

.small_gallery img {
	width: 88px;
	height: 56px;
	float: left;
	margin: 0 5px 5px 0;
}

p.viewit {
	margin: 10px 0 0 0;
	text-align: right;
}

aside#upcoming_events_widget-3 {
	padding: 0px 0 0 0 !important;
	margin: 0px 0 0 0 !important;
}

.fc-view {
	line-height: 18px !important;
}

.fullCalendar td.fc-day {
	padding: 0 !important;
}

a.prev {
	display: block;
	background: url('img/previous.png') no-repeat;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: absolute;
	left: 30px;
	top: 230px;	
	float: left;
}

a.next{
	display: block;
	background: url('img/next.png') no-repeat;
	width: 60px;
	height: 60px;
	text-indent: -9999px;	
	position: absolute;
	left: 830px;
	top: 230px;
	float: left;
}

a.play {
	display: none;	
}

a.pause {
	display: none;
}

a.nolink {
	border: none !important;
}

.photospace {
	margin: 0 !important;
}

.prayer_excerpt a {
	display: none;
}

.infodonate {
	float: left;
	margin: 10px 20px 0 0;
}

img.donate_button {
	float: left;
}

.donating {
	overflow: hidden;
}

.photospace .gal_content, .photospace .loader, .photospace .slideshow a.advance-link {
width: 400px;
min-height: 800px !important;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: none !important;
}

a.twitter1 {
	display: block;
	background: url('img/twitter1.png') no-repeat;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	border: none !important;
	text-decoration: none !important;
	margin: 0 0 15px 0;
}

a.facebook1{
	display: block;
	background: url('img/facebook1.png') no-repeat;
	width: 200px;
	height: 91px;
	text-indent: -9999px;
	border: none !important;
	text-decoration: none !important;
}

body.parent-pageid-2808 img.attachment-medium {
	display: none;
	
}

.fb_edge_widget_with_comment {
position: absolute !important;
}

body.parent-pageid-3719 .the_feature {
	display: none;
}

.the_item {
	padding: 0 10px 0 0;
}

.menu-welcome-container {
	display: block !important;
}

.menu-welcome-container ol,
.menu-education-container ol,
.menu-tourists-container ol {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fc-events-holder {
width: 80% !important;
}

.fe-extrainfo-container {
	background: none !important;
	border: 0 !important;
}

.dbox-title {
	display: none !important;
}

.fc-events-holder .fc-event-list-holder .fc-event-list-item {
	margin-bottom: 0px !important;
	padding: 10px 10px !important;
	min-height: 40px !important;
}

.rhc-info-cell {
	float: left !important;
	width: 150px !important;
}

.fe-maincol {
	width: 100% !important;
}

.dbox-description {
	width: 100% !important;
}

.rhc .row-fluid [class*=span] {
	min-height: 0px !important;
}

.fc-event-list-holder {
	margin: 30px 0 0 0 !important;
}

.fe-extrainfo-container2 {
	background: none !important;
}

.rhc.fe-extrainfo-container {
	margin-bottom: 0 !important;
} 

.rhc-description {
	display: none !important;
}

.fc-content {
	margin: 0 !important;
}

.block a {
	font: 18px "freight-sans-pro",sans-serif !important;
	line-height: 24px !important; 
}

span.fc-header-title h2 {
	font-size: 24px !important;
}

.rhc-info-cell {
	display: none !important;
}

body.home .rhc-info-cell {
	display: block !important;
}

.the_events p.all a {
	margin: 20px 0 0 0 !important;
	display: block !important;
}

.rhc-widget-upcoming-item {
	min-height: inherit !important;
	padding: 4px 0 16px 0 !important; 
}

.fc-event-list-content {
	min-height: inherit !important;
}

.the_events h3 {
	font-size: 20px !important;
	font-weight: nonrmal !important;
}

.block h3 a {
	font-size: 22px !important;
	font-weight: bold !important;
}

.fc-header-right {
	display: none !important;
}

.fc-button-rhc_search,
.fc-button-prevYear,
.fc-button-nextYear {display: none !important;
}

body.page-id-6148 .fc-header-left,
body.page-id-1594 .fc-header-left {
	float:right
}

body.home .fc-header-left, body.home .fc-header-right {
	display: block !important;
}

span.fc-header-title h2 {
font-size: 48px !important;
text-align: left !important;
}

.fc-header-center {
	text-align: center;
	min-height: 40px;
}

body.home .fc-header-title h2 {
	text-transform: uppercase;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important
}

body.home .fc-header-row {
	margin: -10px 0 0 0;
}

body.home .fc-header-left {
	margin: -0px 0 0 0 !important;
}

body.home .fc-header-center {
	display: none !important;
}

.icon-postmeta-fc_start,
.fe-extrainfo-value rhc_date,
.rhc-widget-date-time {
display: block !important;
}


.rhcalendar .rhc-info-cell {
  display: block !important;
}

.rhcalendar .dbox-title,
.rhcalendar .rhc-info-cell:nth-child(2) {
  display: none !important;
}

.fe-maincol-1,
.rhc_event-empty-taxonomy {display: none !important;}

.rhcalendar label.fe-extrainfo-label, .fe-extrainfo-value {float: none;}


.rhcalendar label.fe-extrainfo-label, .fe-extrainfo-value {
  /* float: left; */
  width: 35%;
}

.rhcalendar .fe-extrainfo-label, .rhc-info-row div.rhc-info-cell .fe-extrainfo-label {
  font-weight: bold;
  margin-right: 3px;
  margin-bottom: -6px;
  width: 100%;
  display: inline-block !important;
}

body.fc-view-rhc_event .fc-start, .fc-end, .fc-tax-venue {font-size: 16px !important;}

body.fc-view-rhc_event .fc-start, .fc-end, .fc-tax-venue {
  font-size: 13px;
  margin-bottom: 10px;
  width: 100% !important;
  margin: 10px 0 0 0 !important;
}

.rhc-info-cell.rhc_event-empty-taxonomy {
  display: none !important;
}

.rhcalendar .rhc-info-cell {
  float: left !important;
  width: 40% !important;
}

.rhcalendar .fe-extrainfo-holder {
  padding: 0;
  font-family: 'Lato', sans-serif;
}

.rhcalendar .fc-event-list-holder .fc-event-list-content h4 {
  margin: -13px 0 10px;
  text-decoration: none;
}


.photospace .slideshow img {
vertical-align: top;
    width: 660px !important;
    display: block;
    margin: 0px auto;
    max-height: 800px !important;
    /* max-width: 100% !important; */
    height: inherit;
}

body.page-id-9733 .photospace {
    height: 830px !important;
}