/* @override 
	http://fetteresso.sanctusmedia.net/assets/css/custom.css
	http://fetteresso.sanctusmedia.net/assets/css/custom.css?v=1.1
	http://www.fetteresso.org/assets/css/custom.css?v=1.3 */

.gallery-item figure p {
	position: absolute;
	bottom: 0px !important;
	right: 0px;
	padding: 14px 20px;
	font-size: 22px;
	margin: 0px;
	background-color: rgba(36, 63, 113, 0.4);
	border-radius: 2px 0px 0px 0px;
	color: #ffffff;
	font-weight: 100;
}

.gallery-item figure {
	position: relative;
}

section.whats-on {
	padding-top:10px;
	padding-bottom: 20px;
	background-image: url(/assets/images/fetr-bg2.png);
	background-size: 100%;
}

article.home_event {
	display: block;
	clear: both;
	margin-bottom: 40px;
}

article.home_event time {
	float: left;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	color: #4c4c4c;
	margin-right: 20px;
	min-width: 50px;
}

article.home_event h5 {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}

article.home_event time span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	background-color: #4c4c4c;
	color: #ffffff;
}

article.home_event p {
	color: #8e8e8e;
	font-style: italic;
}

.home_title {
	margin-bottom: 20px;
}

.home_secondary {
	padding: 60px 0px;
	text-align: center;
	background-image: url(/assets/images/bay1);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-bulletin {
	margin-top: 20px;
	display: block;
}

.home-bulletin h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #7e99ca;
}

.home-bulletin time i {
	vertical-align: baseline;
}

.home-bulletin time {
	font-weight: bold;
	vertical-align: text-bottom;
	font-size: 12px;
}

.home-bulletin p {
	text-align: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.home-bulletin p.byline {
	text-align: center;
}

.home-bulletin p.read_more {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.home-bulletin p a {
	text-decoration: underline;
}

div.separator {
	width: 100%;
	height: 2px;
	border-top: 1px solid #afafaf;
	margin: 30px 0px 10px 0px;
}



.sf_embed {
	padding: 0px 30px;
}

.bulletin dl {
	text-align: left;
}

.bulletin dt {
	width: 70%;
	display: inline;
	float: left;
	height: 1.5em;
}

.bulletin dd {
	width: 30%;
	display: inline;
	text-align: right;
	float: right;
}

.page-bar {
	padding: 20px;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(top, #99bafc 0%, #e2eafa 100%);
	background-image: -moz-linear-gradient(top, #99bafc 0%, #e2eafa 100%);
	background-image: -ms-linear-gradient(top, #99bafc 0%, #e2eafa 100%);
	background-image: linear-gradient(to bottom, #99bafc 0%, #e2eafa 100%);
	border-radius: 3px;
	-moz-box-shadow: 0 0 15px #8494b5;
	box-shadow: 0 0 15px #8494b5;
}
.page-bar h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
}

.page-bar ul {
	list-style: none;
	padding-left: 0px;
}
.page-bar ul li {
	margin-bottom: 7px;
	margin-left: 0px !important;
}
.page-bar ul li a {
	font-size: 18px;
}
.page-bar ul li a:hover {
	text-decoration: none;
}
.page-bar ul li ul {
	margin: 5px 0px 5px 20px;
}
.page-bar li.selected a {
	color: #205996;
	font-weight: 700;
}

.page-bar li.selected ul li a {
	color: #3379b6;
	font-weight: normal;
}
.page-bar li.selected ul li.selected a {
	color: #205996;
	font-weight: 700;
}

.page-body h2 {
	font-size: 20px;
	color: #679aff;
	border-bottom: 1px solid #d4ddef;
} 
 
.pager-margin {
	margin-top: 30px;
	margin-bottom: 50px;
}

.home_secondary h3 {
	margin-bottom: 20px;
	border-bottom: 1px dashed #d4d4d4;
	max-width: 90%;
	margin: 0px auto 30px;
	
}
ul.subnav li {
	margin-bottom: 5px !important;
}
ul.subnav li a {
	font-size: 16px !important;
}
ul.subnav li a i {
	font-size: 12px;
	vertical-align: baseline;
}

/* SEARCH */

.search_result {
	margin-left: 20px;
	margin-right: 50px;
}

.search_result h1 {
	font-size: 1.2em;
	color: #6699ff;
	margin: 12px 0px 1px 0px;
	font-weight: bold;
}

.search_result h1 a { 
	color: #6699ff;
}

.search_result .url_path {
	color: #299d48;
	margin: 0px;
}

.search_result .url_path .last_edited {
	color: #999999;
}

.search_result p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

#signup label {
	display: block;
	margin-bottom: 0px;
	margin-top: 15px;
}
#signup input {
	width: 75%;
	padding: 5px 10px;
	border-bottom: 1px solid #b9b9b9;
}
#signup textarea {
	width: 75%;
	padding: 5px 10px;
	border-bottom: 1px solid #b9b9b9;
}
#signup textarea:focus, #signup input:focus {
	border-bottom: 1px solid #738ece;
}
#signup input[type='submit'] {
	display: block;
	width: 10%;
	margin-top: 20px;
	background-color: #748fce;
	color: #fff;
	border-radius: 2px;
}
p.thx {
	color: #459c3a;
}
.reading-section {
	padding: 50px 0px;
}

.reading-section a {
	color: #fff;
	float: right;
	text-decoration: underline;
	font-weight: 600;
}
.reading-section h3, .reading-section sub {
	text-align: center;
	display: block;
	color: #b4c9ee;
	margin-bottom: 0px;
}
.reading-section sub {
	margin-bottom: 20px;
	color: #6699ff;
	font-size: 14px;
	line-height: 18px;
}