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

.green, .green a{
	color: #86a073 !important;	
}

.green a:hover{
	color: #000000;
}

p.podcasts-metadata{
	color: #a5a5a5 !important;
	font-style: italic;
}

/* What's On */
div.yellowBox{
	background-color: #ecda8e;	
}
div.yellowBox h2{
	background-color: #e4cd77;
	background-image: url("../images/headers/top-yellow.gif");
	color: #4d4d4d;
}
div.yellowBox p, div.yellowBox a{
	color: #4D4D4D !important;
}

/* Orange Box */
div.orangeBox{
	background-color: #f89d30;	
}
div.orangeBox h2{
	background-color: #c3852b;
	background-image: url("../images/headers/top-orange.gif");
	color: #ffffff;
}
div.orangeBox p, div.orangeBox a{
	color: #ffffff !important;
}


/* Red Box */
div.redBox{
	background-color: #ac003b;	
}
div.redBox h2{
	background-color: #870034;
	background-image: url("../images/headers/top-red.gif");
	color: #ffffff;
}
div.redBox p, div.redBox a{
	color: #ffffff !important;
}



/* Connect with us */
div.greyBox{
	background-color: #e5e5e5;	
}
div.greyBox h2{
	background-color: #d4d4d4;
	background-image: url("../images/headers/top-grey.gif");
	color: #4d4d4d;
}
div.greyBox h2 a{
	color: #4d4d4d;
	text-decoration: none;
}

div.greyBox p a{
	color: #4d4d4d;
}

div.greyBox p a:hover{
	text-decoration: none;	
}

/* Cafe in the crypt */
div.purpleBox{
	background-color: #747894;	
}
div.purpleBox h2{
	background-color: #616582;
	background-image: url("../images/headers/top-purple.gif");
	color: #ffffff;
}

/* Thought of the week */
div.greenBox{
	background-color: #86a174;		
}
div.greenBox h2{
	background-color: #739062;
	background-image: url("../images/headers/top-green.gif");
	color: #ffffff;
}

/* Latest news */
div.blueBox{
	background-color: #5081a9;	
}
div.blueBox h2{
	background-color: #3f6d97;
	background-image: url("../images/headers/top-blue.gif");
	color: #ffffff;
}

div.pinkBox{
	background-color: #ce7d88;	
}
div.pinkBox h2{
	background-color: #c26a75;
	background-image: url("../images/headers/top-pink.gif");
	color: #ffffff;
}

div.lillaBox{
	background-color: #a6728d;	
}
div.lillaBox h2{
	background-color: #955e7a;
	background-image: url("../images/headers/top-lilla.gif");
	color: #ffffff;
}


div.darkGreenBox{
	background-color: #809296;	
}
div.darkGreenBox h2{
	background-color: #6c7f83;
	background-image: url("../images/headers/top-dark-green.gif");
	color: #ffffff;
}





.box p, .box p a{
	color: #ffffff;
}

.box p a{
	text-decoration: underline;
}

.box h2, .box h2 a,
.box h3, .box h3 a,
.box h4, .box h4 a{
	text-decoration: none;
	color: #ffffff;
}
.box h2 a:hover,
.box h3 a:hover,
.box h4 a:hover{
	text-decoration: underline;
}


#whats-on h3{
	color: #4d4d4d;
	border-bottom: 1px solid #baad70;
}

#whats-on a{
	color: #4d4d4d;
}

#whats-on a:hover{
	color: #000000;
}


#connect-with-us p.heading{
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 6px;
}

#connect-with-us p, #connect-with-us a, 
#newsletters p, #newsletters a,
#share-this p, #share-this a,
#homeOnlineTickets p, #homeOnlineTickets a
{
	color: #4D4D4D;	
}

#homeOnlineShop p, #homeOnlineShop a
{
	color: #ffffff;	
}

div#events-calendar a.next-month, div#events-calendar a.prev-month{
	color: #4D4D4D !important;	
}