/*
#ebebeb: grey | body background
#555555: dark grey | body text
#8c012a: maroon | brand colour used in header
#9e002f: brighter maroon | used for higher contrast
#cfb53b: gold | Headlines and decoration
*/

/* BASE
----------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	background: #ededed;
	color: #555555;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.857em;
	line-height: 1.25em;
	margin-bottom: 0.3em;
}

h2 {
	color: #9e002f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.714em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 0.3em;
}

h2.small {
	font-size: 1.429em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

h2:first-child {
	margin-top: 0;
}

a:link, a:visited {
	color: #9e002f;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

blockquote {
	background: url("../images/interface/listing-band-silver.png") no-repeat center top;
	margin: 1.4em 0;
}

blockquote p {
	background: url("../images/interface/listing-band-silver.png") no-repeat center bottom;
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.714em;
	line-height: 1.25;
	padding: 0.6em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centre {
	text-align: center;
}

.nobkgd {
	background-image: none !important;
}

.gold {
	color: #cfb53b;
}

.grey {
	color: #999999;
}

/* LAYOUT
----------------------------------------------------------------------------------------*/

.l-constrained {
    margin: auto;
	position: relative;
	width: 980px;
}

.l-header {
	height: 162px;
	margin: 0;
	overflow: hidden;
	width: 100%;	
}

.l-topstrip {
   background-color: #8c012a; 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98012e), to(#700122));
   background-image: -webkit-linear-gradient(top, #98012e, #700122); 
   background-image: -moz-linear-gradient(top, #98012e, #700122); 
   background-image: -ms-linear-gradient(top, #98012e, #700122);
   background-image: -o-linear-gradient(top, #98012e, #700122);
   height: 50px;
}

.l-content {
	margin-left: auto;
    margin-right: auto;
	width: 980px;
}

.l-footer {
	background: #252525 url("../images/interface/body-band-gold.png") no-repeat center 9px;
	text-align: center;
}

.l-content:after, .l-footer:after {
  content: "";
  display: table;
  clear: both;
}

.main {
	float: left;
	margin: 0 0 0 40px;
	width: 588px;
}

.main-wide {
	clear: both;
	width: 980px;
}

.sidebar {
	float: right;
	margin: 0 40px 0 0;
	width: 276px;
}

.l-content.home-page .col3 {
	float: left;
	margin-left: 37px;
	width: 302px;
}

.l-content.home-page .col3:first-child {
	margin-left: 0;
}


/* MODULES
----------------------------------------------------------------------------------------*/

/*------- branding -------*/

.logo {
	background: url("../images/interface/bristol-cathedral.gif") no-repeat 0 0;
	float: right;
    height: 50px;
	margin-top: 39px;
    text-indent: -9999em;
	width: 300px;
}

.logo a {
	display: block;
	height: 50px;
	width: 300px;
}

/*------- top strip navigation -------*/

.topnav {
	float: left;
	height: 50px;
	line-height: 50px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.topnav li {
	float: left;
	margin-right: 15px;
}

.topnav a {
	color: #fff;
	font-size: 0.929em;
}

/*------- main navigation -------*/

.sitenav {
	float: left;
	height: 112px;
	line-height: 120px;
	list-style: none;
	margin: 0;
	max-width: 670px;
	overflow: hidden;
}

.sitenav li {
	float: left;
	margin-right: 15px;
}

.sitenav a {
	color: #6f6f6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.214em;
}

.sitenav a:hover, .sitenav li.here a, .sitenav li.parent-here a {
	color: #000;
	text-decoration: none;
}

/*------- sidebar navigation -------*/

.sectionav {
	list-style: none;
	margin-bottom: 30px;
	overflow: hidden;
}

.sectionav li {
	border-top: 1px solid #cfb53b;
}

.sectionav > li > ul > li {
	padding-left: 30px;
}

.sectionav a {
	color: #7d7d7d;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.143em;
	line-height: 1.25;
	padding: 7px 0;
}

.sectionav a:hover, .sectionav li.here > a, .sectionav li.parent_here > a {
	color: #000;
	text-decoration: none;
}

/*------- event navigation -------*/

.eventnav {
	list-style: none;
	margin-bottom: 30px;
	overflow: hidden;
}

.eventnav li {
	border-top: 1px solid #cfb53b;
	overflow: hidden;
	padding: 8px 0;
}

.eventnav h5 {
	color: #9e002f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.143em;
	line-height: 1.25;
	margin: 0 0 0.1em 0;
}

.eventnav h5 a {
	color: #9e002f;
}

.eventnav h5 a:hover {
	color: #000;
	text-decoration: none;
}

.eventnav p {
	line-height: 1.3em;
	margin: 0;
}

.callout.home .eventnav {
	list-style: none;
	margin: 8px 0 0 0;
	overflow: hidden;
}

.callout.home .eventnav li {
	background: url("../images/interface/callout-band-silver.png") no-repeat center top;
	border-top: none;
}

.callout.home .eventnav li:last-child {
	padding-bottom: 0;	
}

.callout.home .eventnav h5 {
	margin: 0 20px 0.1em 20px;
}

.callout.home .eventnav p {
	line-height: 1.3em;
	margin: 0 20px;
}

/*------- content formatting -------*/

.main ul {
	list-style: none;
	margin: 0 0 1em 10px; 
	padding: 0;
}

.main ul li {  
	background: url("../images/interface/bullet-gold.gif") no-repeat 0 7px; 
	margin-bottom: 0.3em; 
	padding: 0 0 0 17px; 
}

.main ol {
	list-style-type: decimal;
	margin: 0 0 1em 2em;
	padding: 0;
}

.main ol li {  
	margin-bottom: 0.3em;  
}

/*------- buttons & links -------*/

a.btn {
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a.btn.arrow {
	background: url("../images/interface/arrow-gold.gif") no-repeat center right;
	padding-right: 12px;
}

a.btn.doc {
	background: url("../images/interface/icon-doc.gif") no-repeat center left;
	padding-left: 16px;
}

a.btn.audio {
	background: url("../images/interface/icon-audio.gif") no-repeat center left;
	padding-left: 17px;
}

a.btn.email {
	background: url("../images/interface/icon-email.gif") no-repeat center left;
	padding-left: 20px;
}

.profile-email {
	clear: right;
	float: right;
	margin-top: 10px;
	width: 220px;	
}

.profile-email a {
	background: url("../images/interface/icon-email.gif") no-repeat center left;
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 20px;
}

/*------- search form -------*/

#search-form {
	background-color: #fff;
	float: right;
	height: 26px;
	margin-top: 12px;
	width: 248px;
	
}

#search-form input[type="text"] {
	border: 0;
	color: #898989;
	float: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 0.929em;
	margin: 0;
	padding: 5px 0 5px 8px;
	width: 16em;
}

#search-form input[type="submit"] {
	background: url("../images/interface/search-button.gif") #fff no-repeat 0 0;
	border-width: 0;
	font-size: 0;
	line-height: 999px;
	float: right;
	height: 26px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 28px;
}

#search-form input[type="submit"]:hover {
	background: url("../images/interface/search-button-active.gif") no-repeat 0 0;
}

/*------- content -------*/

.l-content.home-page {
	padding: 3px 4px 0 4px;
	/*padding-bottom: 10px;*/
	margin-bottom: 30px;	
}

.l-content.text-page {
	background: #fff;
	-webkit-border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 60px;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	padding-bottom: 40px;
}

/*------- hero area -------*/

.home-page .hero {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	height: 358px;
	margin: 0 auto 30px auto;
	position: relative;
	width: 980px;
}

.text-page .hero {
	-webkit-border-radius: 3px 3px 0 0; 
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	height: 250px;
	width: 980px;
}

.hero .caption {
	background: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	margin-top: 0px;
	padding: 20px 30px 10px 30px;
	width: 370px;
}

.hero h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.857em;
	letter-spacing: 1px;
}

.hero p {
	font-size: 1.143em;
}

.hero a {
	color: #cfb53b;	
}

/*------- intro area -------*/

.text-page .intro {
	background: url("../images/interface/body-band-gold.png") no-repeat center 9px;
	float: left;
	margin-bottom: 30px;
	padding: 0 100px;
	text-align: center;
	width: 780px;
}

.badge {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 52px;
	margin: -20px auto 12px auto;
	position: relative;
	width: 49px;
	z-index: 10;
}

.badge.faith {background-image: url("../images/interface/icon-faith-and-worship.png");}
.badge.whats-on {background-image: url("../images/interface/icon-whats-on.png");}
.badge.news {background-image: url("../images/interface/icon-news.png");}
.badge.about-us {background-image: url("../images/interface/icon-about-us.png");}
.badge.cathedral {background-image: url("../images/interface/icon-cathedral.png");}
.badge.visiting-us {background-image: url("../images/interface/icon-visiting-us.png");}
.badge.music {background-image: url("../images/interface/icon-music.png");}
.badge.christmas {background-image: url("../images/interface/icon-christmas.png");}
.badge-holder {float: left;	margin-bottom: 20px; width: 980px;}
.badge.footer {background-image: url("../images/interface/icon-footer.png");}
.badge.remembrance {background-image: url("../images/interface/icon-remembrance.png");}

.section-title {
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.429em;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.intro p {
	color: #7d7d7d;
	font-size: 1.286em;
}

.intro .divider {
	background: url("../images/interface/divider-intro.gif") no-repeat center 0;
	clear: both;
	height: 16px;
}

/*------- sidebar area -------*/

.sidebar h4 {
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.143em;
	line-height: 1.25;
	margin-bottom: 7px;
	text-transform: uppercase;
}

/*------- listings -------*/

.listing {
	overflow: hidden;
}

.listing-thumb {
	float: right;
}

.main .listing:first-child, .main-wide .listing:first-child {
	background-image: none;
}

.main .listing {
	background: url("../images/interface/listing-band-silver.png") no-repeat center top;
	padding: 21px 0 20px 0;
}

.main .listing .entry {
	float: left;
	width: 340px;
}

.main-wide .listing {
	background: url("../images/interface/body-band-silver.png") no-repeat center top;
	padding: 21px 140px 20px 140px;	
}

.main-wide .listing .entry {
	float: left;
	width: 444px;
}

.listing-info {
	list-style: none;
	overflow: hidden;	
}

.listing-info li {
	color: #000;
	float: left;
	font-size: 1.071em;
	margin-right: 20px;	
}

.listing-info .ico {
	background-image: url("../images/interface/event-icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	height: 20px;
	margin-right: 6px;
}

.listing-info .ico-date {
	background-position: 0 0;
	width: 21px;
}

.listing-info .ico-time {
	background-position: -31px 0;
	width: 16px;
}

.listing-info .ico-place {
	background-position: -57px 0;
	width: 18px;
}

/*------- callout area -------*/

.callout {
	-webkit-border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
}

.callout .title {
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.571em;
	line-height: 1.25;
	margin: 20px 20px 0 20px;
	text-transform: none;
}

.callout p {
	margin: 1em 20px 0 20px;	
}

.callout .inset {
	-webkit-border-radius: 3px 3px 0 0; 
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.callout .section-title {
	font-size: 1.071em;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: -5px;
}

.callout.home {
	background: #ffffff url("../images/interface/callout-band-gold.png") no-repeat center 159px;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.callout.home .inset {
	display: block;
	height: 150px;
	width: 303px;
}

.callout.aside {
	background-color: #ebebeb;	
}

.callout.aside.prayers {margin-bottom:15px;}
.callout.aside.prayers h4 {margin-bottom:1em;}

.callout.aside .inset {
	height: 150px;
	width: 276px;
}

.socialinks {
	list-style: none;
	margin: 1em 0 0 25px;
	overflow: hidden;
}

.callout.home .socialinks {
	margin-left: 35px;
}

.socialinks li {
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
	width: 115px;
}

.socialinks a {
	color: #8c012a;
}

.socialinks .ico {
	background-image: url("../images/interface/social-links.png");
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 0;
	vertical-align: bottom;
	height: 22px;
	margin-right: 5px;
	width: 24px;
}

.socialinks .ico-mail {
	background-position: 0 0;
}

.socialinks .ico-facebook {
	background-position: -32px 0;
}

.socialinks .ico-news {
	background-position: -66px 0;
}

.socialinks .ico-twitter {
	background-position: -99px 0;
}

/*------- grid -------*/

.l-grid {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.l-grid > li {
    display: inline-block;
	vertical-align: top;
}

.l-grid.overview {
	clear: both;
	padding-left: 8px;
}

.l-grid.overview li {
	background: none;
	margin: 0 0 30px 32px;
	padding: 0;
	width: 276px;
}

.l-grid.overview .title {
	border-bottom: 1px solid #cfb53b;
	font-size: 1.143em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

.l-grid.gallery {
	margin: 30px 0 0 -17px;
}

.l-grid.gallery li {
	background: none;
	height: 122px;
	margin: 0 0 21px 17px;
	padding: 0;
	width: 182px;
}

/*------- filter form -------*/

#filter-form {
	margin: 15px 0;
}

#filter-form label, #filter-form select, #filter-form input {
	vertical-align: baseline;
}

#filter-form label {
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.333em;
	margin: 0 10px;
}

#filter-form select {
	color: #555555;
	font-family: font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.133em;
	min-width: 10em;
	padding: 4px;
}

#filter-form input[type="text"] {
	color: #555555;
	font-family: font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.133em;
	min-width: 10em;
	padding: 4px;
}

#filter-form input[type="submit"] {
	background: #8c012a url("../images/interface/form-btn-bkgd.gif") no-repeat right 0;
	-webkit-border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-width: 0;
	color: #fff;
	font-family: font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.071em;
	font-weight: bold;
	height: 31px;
	line-height: 1;
	margin-left: 10px;
	padding: 0 34px 0 12px;
}

#filter-form input[type="submit"]:hover {
	background-position: right -31px;
}

/*------- tour map -------*/

.tour-map {
	background: url("../images/interface/tour-bkgd.gif") no-repeat 0 0;
	height: 449px;
	position: relative;
	width: 588px;
}

.tour-map ul {
	margin: 0;
}

.tour-map ul li {
	background: none;
	height: 42px;
	padding: 0;
	position: absolute;
	text-indent: -9999em;
	width: 22px;
}

li.tour-nave {
	left: 151px;
	top: 119px;
}

li.tour-south-transept {
	left: 284px;
	top: 184px;
}

li.tour-chapter-house {
	left: 312px;
	top: 251px;
}

li.tour-newton-chapel {
	left: 337px;
	top: 201px;
}

li.tour-quire {
	left: 355px;
	top: 106px;
}

li.tour-elder-lady-chapel {
	left: 361px;
	top: 13px;
}

li.tour-nave-altar {
	left: 278px;
	top: 106px;
}

li.tour-high-altar {
	left: 441px;
	top: 106px;
}

li.tour-berkeley-chapel {
	left: 483px;
	top: 216px;
}

li.tour-eastern-lady-chapel {
	left: 538px;
	top: 114px;
}

li.tour-north-transept {
	left: 278px;
	top: 13px;
}

li.tour-south-choir-aisle {
	left: 404px;
	top: 153px;
}

li.tour-cloister {
	left: 131px;
	top: 286px;
}

.tour-map a {
	background: url("../images/interface/tour-pins.png") no-repeat 0 0;
	display: block;
	height: 42px;
	width: 22px;
}

.tour-map a:hover, .tour-map li.here a {
	background: url("../images/interface/tour-pins.png") no-repeat right 0;
}

.tour-map ul li .popup {
	background: #fff;
	-webkit-border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	display: none;
	text-indent: 0;
	left: -122px;
	margin-top: 10px;
	padding: 12px 14px 0 14px;
	position: absolute;
	width: 240px;  
	z-index: 1;
}

.tour-map ul li:hover .popup {
	display: block;
}

.popup h3 {
	color: #8c012a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.286em;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0.1em;
}

.popup img {
	position: absolute;
	top: -14px;
	left: 123px;
}

/*------- pagination -------*/

.pagination {
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.143em;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.pagination a {
	color: #cfb53b;	
}

.main .pagination {
	background: url("../images/interface/listing-band-silver.png") no-repeat center top;
}

.main-wide .pagination {
	background: url("../images/interface/body-band-silver.png") no-repeat center top;
}

/*------- footer -------*/

.l-footer p, .l-footer a {
	color: #fff;
}

.l-footer .contact {
	font-size: 1.143em;
	margin-bottom: 0.5em;	
}

.l-footer .privacy {
	color: #fff;
	font-size: 0.929em;
	margin-bottom: 30px;
}

.l-footer .privacy li {
	display: inline-block;
	margin: 0 6px;	
}

.footlinks {
	background: url("../images/interface/footlink-divider.gif") repeat-y center 0;
	clear: both;
	list-style: none;
	margin-bottom: 35px;
	overflow: auto;
}

.footlinks > li {
	float: left;
	padding: 0 14px;
	width: 140px;
}

.footlinks > li.first {
	padding-left: 0;
}

.footlinks > li.last {
	padding-right: 0;
}

.footlinks h5 {
	color: #cfb53b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

.footlinks h5 a {
	color: #cfb53b;	
}

.footlinks > li > ul > li {
	color: #fff;
	line-height: 1.3;
	font-size: 0.929em;
	list-style: none;
	margin-bottom: 7px;
}

/*------- sitemap -------*/

#nav-sitemap, #nav-sitemap ul {
	list-style: none;	
}

#nav-sitemap li.level-1 {
	background: url("../images/interface/body-band-silver.png") no-repeat center top;
	padding: 21px 140px 20px 140px;	
}

#nav-sitemap li.first {
	background-image: none;
}

#nav-sitemap a {
	color: #555555;
}

#nav-sitemap li.level-1 > a {
	color: #9e002f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

/** Google Translate Dropdown **/
.google-translate-wrap {
  display: block;
  position: absolute;
  right: 257px;
  top: 11px;
  line-height: 21px;
}

/** Additional intro link **/

p.intro-link {
	background: url("../images/interface/body-band-gold.png") no-repeat center 9px;
	padding: 30px 0 30px 0;
	width: 600px;
	margin:30px auto 10px auto;
  }