/* ============================================================================= */
/* =====------===  boilerplate styles  ===------===== */

/* =====------===  HTML5 Boilerplate RESET styles  ===------===== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title], acronym[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
em { font-style: italic; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #aaa; color:#111; text-shadow: none; }
::selection { background:#aaa; color:#111; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #aaa; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* =====------===  HTML5 Boilerplate HELPER styles  ===------===== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 1008px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.g_c {
	margin-left: auto;
	margin-right: auto;
	width: 1008px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12,
.g_13,
.g_14,
.g_15,
.g_16 {
	display:block;
	float: left;
	position: relative;
	margin-left: 13px;
	margin-right: 12px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {position:relative;}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.g_a {
	margin-left: 0;
	clear: left;
}

.g_o {
	margin-right: 0;
	clear: right;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.g_c .g_1 {width:38px;}

.g_c .g_2 {width:101px;}

.g_c .g_3 {width:164px;}

.g_c .g_4 {width:227px;}

.g_c .g_5 {width:290px;}

.g_c .g_6 {width:353px;}

.g_c .g_7 {width:416px;}

.g_c .g_8 {width:479px;}

.g_c .g_9 {width:542px;}

.g_c .g_10 {width:605px;}

.g_c .g_11 {width:668px;}

.g_c .g_12 {width:731px;}

.g_c .g_13 {width:794px;}

.g_c .g_14 {width:857px;}

.g_c .g_15 {width:920px;}

.g_c .g_16 {width:983px;}




/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.g_c .prefix_1 {padding-left:63px;}

.g_c .prefix_2 {padding-left:126px;}

.g_c .prefix_3 {padding-left:189px;}

.g_c .prefix_4 {padding-left:252px;}

.g_c .prefix_5 {padding-left:315px;}

.g_c .prefix_6 {padding-left:378px;}

.g_c .prefix_7 {padding-left:441px;}

.g_c .prefix_8 {padding-left:504px;}

.g_c .prefix_9 {padding-left:567px;}

.g_c .prefix_10 {padding-left:630px;}

.g_c .prefix_11 {padding-left:693px;}

.g_c .prefix_12 {padding-left:756px;}

.g_c .prefix_13 {padding-left:819px;}

.g_c .prefix_14 {padding-left:882px;}

.g_c .prefix_15 {padding-left:945px;}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.g_c .suffix_1 {padding-right:63px;}

.g_c .suffix_2 {padding-right:126px;}

.g_c .suffix_3 {padding-right:189px;}

.g_c .suffix_4 {padding-right:252px;}

.g_c .suffix_5 {padding-right:315px;}

.g_c .suffix_6 {padding-right:378px;}

.g_c .suffix_7 {padding-right:441px;}

.g_c .suffix_8 {padding-right:504px;}

.g_c .suffix_9 {padding-right:567px;}

.g_c .suffix_10 {padding-right:630px;}

.g_c .suffix_11 {padding-right:693px;}

.g_c .suffix_12 {padding-right:756px;}

.g_c .suffix_13 {padding-right:819px;}

.g_c .suffix_14 {padding-right:882px;}

.g_c .suffix_15 {padding-right:945px;}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.g_c .push_1 {left:63px;}

.g_c .push_2 {left:126px;}

.g_c .push_3 {left:189px;}

.g_c .push_4 {left:252px;}

.g_c .push_5 {left:315px;}

.g_c .push_6 {left:378px;}

.g_c .push_7 {left:441px;}

.g_c .push_8 {left:504px;}

.g_c .push_9 {left:567px;}

.g_c .push_10 {left:630px;}

.g_c .push_11 {left:693px;}

.g_c .push_12 {left:756px;}

.g_c .push_13 {left:819px;}

.g_c .push_14 {left:882px;}

.g_c .push_15 {left:945px;}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.g_c .pull_1 {left:-63px;}

.g_c .pull_2 {left:-126px;}

.g_c .pull_3 {left:-189px;}

.g_c .pull_4 {left:-252px;}

.g_c .pull_5 {left:-315px;}

.g_c .pull_6 {left:-378px;}

.g_c .pull_7 {left:-441px;}

.g_c .pull_8 {left:-504px;}

.g_c .pull_9 {left:-567px;}

.g_c .pull_10 {left:-630px;}

.g_c .pull_11 {left:-693px;}

.g_c .pull_12 {left:-756px;}

.g_c .pull_13 {left:-819px;}

.g_c .pull_14 {left:-882px;}

.g_c .pull_15 {left:-945px;}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  /*
  visibility: hidden;
  width: 0;
  height: 0;
  */
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.g_c:before,
.g_c:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.g_c:after {
  clear: both;
}


/* ============================================================================= */
/* =====------===   site styles  ===------===== */

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:static;
	display: block;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {font-weight:bold;}
/* ==--==--==  FOUNDATION STYLES  ==--==--== */

html * { background: transparent; }
body { color: black; font-family: "Gentium Basic", serif; font-size: 15px; line-height: 1.3; }

h1 { font-size: 235%; }
h2 { font-size: 175%; font-weight: normal; }
h3 { font-size: 112%; }

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin-bottom: 0.6em;
	text-shadow: 1px 1px 0 white;
	}
	
p, ul, ol {
	margin-bottom: 12px;
	}

ul {
	list-style: none;
	margin-left: 0px;
	}

.caps {
	text-transform: uppercase;
	}

a, a:link, a:visited, a:hover {
	color: black;
	}

a.button {
	text-decoration: none;
	padding: 5px 7px 4px;
	background: #ddd;
	background: hsla(0, 0%, 0%, 0.1);
	border-radius: 2px;
	}

a.button:hover {
	background: #c9c9c9;
	background: hsla(0, 0%, 0%, 0.15);
	}

a.button.edit_this {
	background: #dbb;
	}

a.read_more:after {
	content: "...";
	}
	
a.series_label {
	font-weight: bold;
	font-size: 85%;
	color: white;
	padding: 5px 7px 4px;
	border-radius: 2px;
	text-decoration: none;
	}

a.series_label:hover {
	text-decoration: underline;
	}

/* ==--==--==  MEDIA BLOCK  ==--==--== */

.mb {}
.mb, .mb_c {overflow:hidden; _overflow:visible; zoom:1;}
.mb .mb_m {float:left; margin-right: 20px;}
.mb .mb_m img{display:block;}
.mb .mb_m_r{float:right; margin-left: 20px;}

/* ==--==--==  GENERAL PAGE STYLES  ==--==--== */

html {
	background: url("/assets/design/bg/bg-tile.jpg") 0 0;
	}
	
body {
	background: url("/assets/design/bg/bg-pineapple.png") -30% 330px no-repeat;
	}

#main {
	background: url("/assets/design/bg/bg-top.jpg") repeat-x 0 0;
	padding-top: 2em;
	}

#bsh_logo {
	height: 180px;
	width: 164px;
	background: url("/assets/logo/bsh_logo.png") center center no-repeat; 
	}
	
.nice_image {
	box-shadow: 1px 0px 2px #aaa;
	border: 1px solid white;
	}
	
h3.bach_vespers, .bach_vespers h2, a.bach_vespers { color: #620; }
a.bach_vespers.series_label { background: #620; color: white; }

h3.abendmusik_concerts, .abendmusik_concerts h2, a.abendmusik_concerts { color: #056; }
a.abendmusik_concerts.series_label { background: #056; color: white; }

h3.chamber_music, .chamber_music h2, a.chamber_music { color: #026; }
a.chamber_music.series_label { background: #026; color: white; }

h3.organ_recitals, .organ_recitals h2, a.organ_recitals { color: #254; }
a.organ_recitals.series_label { background: #254; color: white; }

h3.illuminations, .illuminations h2, a.illuminations { color: #840; }
a.illuminations.series_label { background: #840; color: white; }

.em_link {
font-style: italic;
text-decoration: none;
}

.em_link:hover {
text-decoration: underline;
}

a.audio_link {
text-decoration: underline;
}

.audio_link:hover {
text-decoration: underline;
color: #b03;
}
.plain_link {
text-decoration: none;
}

.plain_link:hover {
text-decoration: underline;
}


/* ==--==--==  HOMEPAGE STYLES  ==--==--== */

#features_container  {
	margin-bottom: 2em;
	}

#programs {
	margin-bottom: 2.2em;
	}
	
#programs h3 {
	margin-top: 7px;
	}
	
#programs a {
	color: inherit;
	text-decoration: none;
	}

.theme-default #feature_slider {
	margin:0 auto 0 auto;
	width:665px;
	height:266px;
	}

#feature_slider_caption {
	margin: 0 2px;
	padding: 10px;
	background: #eee;
	background: hsla(0, 0%, 0%, 0.05);
	border: 1px solid #ccc;
	border-radius: 2px;
	}
	
#feature_slider_caption p {
	margin: 0;
	}

/* ==--==--==  TOP NAV  ==--==--== */

#top_bar {
	background: #000;
	/* background: hsla(0, 0%, 0%, 0.9); */
	padding: 0 0 5px;
	width: 100%;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 3px #222;
	cursor: default;
	z-index: 99;
}

.top_nav {
	z-index: 99;
	float: right;
	width: auto;
	}

.top_nav a {
	text-decoration: none;
	cursor: pointer;
	}

.top_nav_item {
	border: 0;
	border-top: 4px solid black;
	text-align: center;
	position: relative;
	float: left;
	padding: 12px 20px 0;
	margin: 0 20px;
	z-index: 99;
	}

.top_nav_item:hover {
	border-top: 4px solid #c03;
	}

.top_nav_item a {
	color: white; 
	}
	
.top_nav_item a:hover {
	color: #c03; 
	}
	
.top_nav_sub_item {
	z-index: 200;
	position: absolute; 
	display: none;
	top: 37px;
	right: 0;
	min-width: 200px;
	background: #111;
	background: hsla(0, 0%, 0%, 0.9);
	border: 0;
	border-radius: 5px;
	padding: 10px 0;
	color: white;
	}

.top_nav_sub_item_hover_js {
	display: block; 
	}

.top_nav_item:hover .top_nav_sub_item_hover_css {
	display: block;
	}

.top_nav_sub_item li {
	padding: 10px 12px;
	border-bottom: 1px dotted #222;
	}

.top_nav_sub_item li:hover {
	background: rgb(0,0,0);
	}

.top_nav_sub_item a:hover {
	color: #c03;
	}

/* ==--==--==  STORY PAGE STYLES  ==--==--== */
	
#event {
	padding-bottom: 1.5em;
	margin-bottom: 1.6em;
	border-bottom: 1px dotted #ccc;
	}

.event_row { margin: 10px 0 15px; }

/* ==--==--==  FOOTER STYLES  ==--==--== */

.page_footer {
	background: #aaa;
	background: hsla(0, 0%, 0%, 0.2);
	color: #555;
	border-top: 3px double #999;
	margin-top: 3em;
	padding: 2em 0;
	}
	
.page_footer h3, .page_footer h2 {
	text-shadow: 1px 1px 1px #eee;
	color: #111;	
}

.page_footer a {
	color: inherit;
	text-decoration: none;
	}

.page_footer a:hover {
	color: black;
	}
	
#footer_logos {
	margin-top: 25px;
	}
	
#he_logo {
margin-top: 20px; 
}

#haa_logo {
margin-top: 10px; 
}

#design_by {
text-align: center;
font-size: small;
}
/* ==--==--==  WYSIWYG STYLES  ==--==--== */

.wysiwyg_blue_text { color: #06a; }
.wysiwyg_blue_highlight { color: white; background-color: #06a; }
/* ==--==--==  BACKGROUND COLOR FIXES  ==--==--== */

.old_ie #top_bar, .old_ie .top_nav_sub_item {
	background: #111;
	}
	
.old_ie .page_footer, .old_ie a.button {
	background: #ccc;
	}
	
.ole_id a.button:hover {
	background: #bbb;
	}


/* ============================================================================= */
/* =====------===   Media Query styles  ===------===== */

/* =====------===  Media-Query styles  ===------===== */

@media all and (orientation:portrait) {
}

@media all and (orientation:landscape) {
}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* =====------===  HTML5 Boilerplate PRINT styles  ===------===== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after, acronym[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

