@import url(https://fonts.googleapis.com/css?family=Wellfleet);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 20px;
	padding: 10px 0;
}

body, span, .norm {
	font-family: Constantina,Georgia,'Nimbus Roman No9 L',serif;
	color: #000000;
	background: #F9F9F9;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
}

.mceContentBody, .mceContentBody span {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	background: #ffffff;
	font-size: 0.9375em;
}

.norm, .mceContentBody .norm, .h2, div.content .h2, .mceContentBody .h2, .h3, div.content .h3, .mceContentBody .h3, .h4, div.content .h4, .mceContentBody .h4 {
	display: inline;
}

h1, h2, .h2, div.content .h2, .mceContentBody .h2, h3, .h3, div.content .h3, .mceContentBody .h3, h4, .h4, div.content .h4, .mceContentBody .h4 {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	color: #b11f32;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.1875em;
}

h1 {
	font-size: 1.4375em;
}

h2 {
	font-size: 1.25em;
	font-style: italic;
	margin-top: 0;
}

.h2, div.content .h2, .mceContentBody .h2 {
	color: #b11f32;
	font-size: 19px;
	font-style: italic;
	line-height: 1em;
	/* display: inline-block;
	margin-top: 21px; */
}

h3 {
	font-size: 1.175em;
}

.h3, div.content .h3, .mceContentBody .h3 {
	color: #b11f32;
	font-size: 18px;
	line-height: 1em;
	/* display: inline-block;
	margin-top: 12px; */
}

h4 {
	font-size: 0.9375em;
}

.h4, div.content .h4, .mceContentBody .h4 {
	color: #b11f32;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	/* display: inline-block;
	margin-top: 12px; */
}

.mceContentBody li {
	list-style: disc inside none;
}

p {
	line-height: 1.6875em;
	margin: 0.6875em 0 0.9375em 0;
}

.mceContentBody p {
	margin: 0;
}

a {
	font-size: 1em;
	text-decoration: none;
	color: #b11f32;
}

.mceContentBody a {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

strong {
	color: #b11f32;
	font-weight: bold;
	font-size: 1.175em;
}

.container {
	background: #F9F9F9;
}

#headergrad {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	z-index: -2;
	background: rgb(0,51,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(0,0,102) 0%, rgb(0,51,204) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,102)), color-stop(100%,rgb(0,51,204))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(0,0,102) 0%,rgb(0,51,204) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(0,0,102) 0%,rgb(0,51,204) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(0,0,102) 0%,rgb(0,51,204) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(0,0,102) 0%,rgb(0,51,204) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#0033cc',GradientType=0 ); /* IE6-9 */
}

header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}

#sitelogo {
	width: 185px;
	height: 110px;
	margin: 0;
	float: left;
	background: url("/logo2.jpg") no-repeat center center;
}
#sitelogo p {
	/* delete this p */
	height: 40px;
	background: #f0f0f0;
	margin: 10px 10px;
	padding: 25px 0;
	text-align: center;
	border: 1px solid #c8c8c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sitetitle {
	display: block;
	/* width: 575px; */
	width: 750px;
	float: left;
	margin: 24px 0 0 25px;
}
#sitetitle h1 {
	color: #b11f32;
	/* text-shadow: 1px 1px 2px rgba(204, 0, 0, 0.2);
	text-shadow: 0 0 14px #A2B5EC; */
	font-size: 2.125em;
	letter-spacing: 2px;
	font-family: 'Wellfleet', cursive;
	font-weight: normal;
}
#sitetitle h2 {
	color: #b11f32;
	/* text-shadow: 1px 1px 1px rgba(204, 0, 0, 0.1);
	text-shadow: 0 0 14px #E8ECFA; */
	font-size: 1em;
	margin: 0;
}

#sitesearch {
	float: right;
	height: 30px;
	padding: 0;
	margin: 20px 0 0 0;
}
#sitesearch form input[type="text"], #sitesearch form [type="submit"] {
	float: left;
	margin: 0;
	padding: 0;
	color: #b11f32;
	background: #ffffff;
	font-size: 0.875em;
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-weight: bold;
	border: none;
}
#sitesearch form input[type="text"] {
	width: 203px;
	height: 1.1875em;
	padding: 0.3125em 0 0.3125em 0.0625em;
	text-indent: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#sitesearch form input[type="submit"] {
	width: 32px;
	height: 1.8125em;
	padding: 0.25em 0 0.3125em 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#sitesearch form input[type="submit"]:hover {
	background: #dddddd;
}

nav#sitenav {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	text-transform: uppercase;
	font-size: 0.875em;
	width: 775px;
	float: right;
	text-align: right;
	margin-top: 18px;
}

nav#sitenav a {
	color: #666666;
}

nav.bar ul {
	display: inline;
}
nav.bar ul li {
	display: inline;
}
nav.bar ul li a {
	padding: 10px 10px 10px 0;
}
nav.bar ul li a:hover {
	text-decoration: underline;
}
nav.bar ul li:first-child {
	margin-left: 0;
}

div#bannercycleH {
	width: 800px;
	height: 200px;
	float: right;
	position: absolute;
	top: 0;
	left: 160px;
	z-index: 5;
	background: transparent !important;
	/* background: url("http://standrewsyetminster.org.uk/images/ap25.jpg") no-repeat center center !important; */
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
}

div#bannercyclewrapperH {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: transparent !important;
}

#bannerimgH {
	width: 960px;
	height: 191px;
	margin: 0;
	overflow: hidden;
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 2;
}

#bannerimgH img {
	margin: -25% 0;
}

#bannertextH {
	width: 300px;
	height: 200px;
	color: #b11f32;
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 1.5em;
	text-shadow: 0 0 24px #fcf7f7, 0 0 24px #fcf7f7, 0 0 24px #fcf7f7, 0 0 24px #fcf7f7, 0 0 24px #fcf7f7;
	line-height: 1.5em;
	position: absolute;
	z-index: 10;
}

#bannertextH table {
	width: 260px;
	height: 100%;
	margin: 0 0 0 10px;
	position: absolute;
	z-index: 20;
}

#bannertextH td {
	text-align: left;
}

#bannertextH .shadowH {
	color: #000000;
	position: absolute;
	top: 2px;
	left: 2px;
	display: none;
}

div#primary-content-wrapper {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
	margin-top: -30px;
	padding-top: 30px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

div#primary-content {
	width: 960px;
	margin: 0 auto;
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 0.9375em;
	color: #333333;
	overflow: auto;
	clear: both;
	background: url("/watermark-violin87.gif");
}

div#secondary-content {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	width: 960px;
	margin: 0 auto;
	background: #F9F9F9;
	overflow: auto;
	clear: both;
}

div.content {
	float: left;
	width: 692px;
	/* height: 528px; if used will be calculated via perl*/
	padding: 10px 10px 14px 18px;
	color: #000033;
	overflow: auto;
	clear: both;
}

div.content h1 {
	color: #b11f32;
	background: #eeeeee;
	padding: 4px;
}

div.content h2 {
	color: #b11f32;
	margin-top: 1.25em;
}

div.content h3, div.content h4 {
	color: #b11f32;
	margin-top: 0.875em;
}

div.content h4 {
	font-weight: bold;
}

div.content hgroup {
	border-bottom: 0;
}

div.content li {
	list-style: disc inside none;
}

.topbarlinks {
	margin-top: 0;
}

.topbarlinks td {
	font-weight: bold;
	color: #333333;
}

.topbarlinks td a {
	font-weight: bold;
	color: #b11f32;
}

.topbarlinks td a:hover {
	background: #dddddd;
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.xb1 {margin:0 8px; background:#fff;}
.xb2 {margin:0 6px; background:#fff;}
.xb3 {margin:0 4px; background:#fff;}
.xb4 {margin:0 3px; background:#F6F6F6; border-width:0 5px;}
.xb5 {margin:0 2px; background:#F6F6F6; border-width:0 4px;}
.xb6 {margin:0 2px; background:#F6F6F6; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#F6F6F6; border-width:0 3px; height:2px;} 

.xboxcontent {background:#F6F6F6; border:3px solid #fff; border-width:0 3px; padding:3px;}

.gallery, .gallery span {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 13px;
	line-height: 15px;
}
div.gallery {
	margin: 0 9px 10px 9px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.arrowspace {
	margin-left: 12px;
}

.arrowspace:hover {
	background: #dddddd;
}

.atext {
	padding-bottom: 12px;
}

#paypal td {
	padding: 6px 0;
}

.filedownload {
	max-width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.content a {
	text-decoration: underline;
}

div.content a.links, div.content a.past_concerts, div.content a.press_media, div.content a.soloists {
	color: #333333;
	text-decoration: none;
}
/* 
div.content a:hover.links, div.content a:hover.past_concerts, div.content a:hover.press_media, div.content a:hover.soloists {
	text-decoration: underline;
}
*/

/* 
div.content img {
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
}
*/

ul#contentcyclenav {
	margin: 0 0 6px 0;
}

ul#contentcyclenav li {
	display: block;
	background: #E8ECFA;
	float: left;
	margin: 0 10px 20px 0;
	list-style: none;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}

ul#contentcyclenav li:hover {
	background: #dddddd;
}

ul#contentcyclenav .activeSlide {
	background: #dddddd;
}

ul#contentcyclenav a {
	display: block;
	padding: 0.25em 1em 0.25em 1em;
	text-decoration: none;
	color: #b11f32;
	font-size: 0.875em;
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-weight: bold;
}

ul#contentcyclenav a:focus {
	outline: none;
}

div#contentcycle {
	clear: both;
}

div#contentcycle table {
	background: transparent !important;
}

nav#contentnav {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	float: right;
	width: 220px;
	padding: 10px;
}

nav.list ul {
	display: block;
	background-color: #F6F6F6;
	/* background-color: rgba(240,242,252, 0.5); */
}
nav.list ul li {
	display: block;
	line-height: 1.8125em;
	color: #b11f32;
	font-size: 0.9375em;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 1px solid #dddddd;
}
nav.list ul li:last-child {
	border-bottom: 0;
}
nav.list ul li a {
	display: block;
	line-height: 1.5em;
	padding: 3px 0;
	color: #b11f32;
	font-weight: bold;
}
nav.list ul li a:hover {
	background: #eeeeee;
}
nav.list ul li ul li {
	text-indent: 1em;
	font-size: 0.875em;
	border-bottom: none;
}

.thing {
	padding: 19px 10px 14px 10px;
}

.thing h1, .thing h2, .thing h3 {
	/* text-shadow: 0 0 7px #333333; */
}

div#news {
	width: 340px;
	float: left;
	font-size: 0.875em;
}

#news table {
	line-height: 1.3125em;
}

#news li {
	list-style: square inside none;
	color: #333333;
	width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#whatsnew li {
	list-style: disc outside none;
	color: #000033;
	width: 321px;
	margin: 2px 0 2px 17px;
}

#news a {
	color: #666666;
}

#news a:hover {
	text-decoration: underline;
}

div.content a.community {
	color: #000033;
	text-decoration: none;
}

div#concerts {
	width: 340px;
	float: left;
	font-size: 0.875em;
}

#concerts table {
	line-height: 1.3125em;
}

#concerts li {
	list-style: square inside none;
	color: #333333;
	width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#concerts a {
	color: #666666;
}

#concerts a:hover {
	text-decoration: underline;
}

#news h3, #concerts h3, #address h3 {
	font-size: 1.5em;
}

div#address {
	width: 220px;
	float: right;
}

#address dl {
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #666666;
}

#address dt {
	font-weight: bold;
	color: #333333;
}

footer {
	width: 960px;
	margin: 10px auto;
	text-align: center;
	padding: 0;
	font-size: 0.875em;
	/* text-shadow: 0 0 10px #8BA2E8; */
}

footer, footer a {
	color: #333333;
	font-family: Constantina,Georgia,'Nimbus Roman No9 L',serif;
}

footer img {
	background: #ffffff;
	border-radius: 11px;
	padding: 8px;
	border: 4px solid #002CAF;
}