﻿body {
	background: #fff url(/Content/images/blcsBG.gif) center top repeat-x;
	color: #000000;
	display: grid;
	grid-template-columns: .2fr 3fr 1fr .2fr;
	grid-template-areas: ". header repertoire ."
	". nav nav ."
	". content content ."
	"footer footer footer footer";	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95.1%;
	margin: 0;
	padding: 0;
}
hr {
	margin: 2em 1em 2em .4em;
	clear: both;
}

#repertoire {
	grid-area: repertoire;
	margin: 0 0 0 40px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	list-style: none;
	display: none;
}

#repertoire li {
	height: 192px;
	margin: 2em;
	padding: 0;
}

#repertoire li p {
	font-size: 1em;
}

.btn {
	background: #f7df1d;
	background-image: linear-gradient(to bottom, #f7df1d, #c5bc0a) !important;
	background-repeat: repeat-x !important;
	width: 200px; 
}

a {
	font-size: 1em;
}
p {
	margin: 15px 0;
}
p.centered {
	text-align: center;
}
/********************** Header ***************************/
header {
	grid-area: header;
	background: url(/Content/images/BLCSheader.png) no-repeat center center;
	height: 192px;
	padding-left: 1em;
	display: block;
}
aside header {
	background: none;
	height: auto;
	width: auto;	
}
aside h3 {
	border: none;
	font-size: .6em;
}
aside b {
	display: block;
}
header p {
	text-align: center;
	padding-top: 1em;
	font-size: .7em;
}
nav {
	grid-area: nav;
}
nav ul {
	display: flex; 
	justify-content: center;
	color: #f7df1d;
	background-color: #000;
	font-size: .8em;
	margin: 0 auto;
	padding: 5px 0 7px 0;
	text-align: center;
}
nav ul li {
	list-style-type: none;
	line-height: 2em;
}
nav ul a {
	text-decoration: none;
	color: #f7df1d;
	margin: 0 15px;
}
nav ul a:hover {
	text-decoration: underline;
	color: #ccc;
}
nav ul li.current_page_item a{
	text-decoration: none;
	color: #ccc;
}
.policy {
	font-size: .7em;
	padding: .4em 1.6em 1em 3em;
}
.policy li {
	margin: .5em;
}
ol {
	font-size: .8em;
	font-weight: bold;
	margin: 0 .25em 1em 1em;
	padding-left: .6em;
	list-style-type: upper-roman;
	list-style-position: inside;
}
ol ol {
	font-size: 1em;
	font-weight: normal;
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

ol ol ol ol ol {
	list-style-type: lower-roman;
}
/********************** Content ***************************/

#content {
	grid-area: content;
	display: grid;
	grid-template-areas: "left left left right";
	background: #fff url(/Content/images/content.gif) center bottom repeat-x;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0 27px 20px 27px;
}

img {
	border: 0;
}

img.inset {
	float: left;
	margin: 6px 30px 6px -12px;
	display: block;
	border: outset 2px #532;
	padding: 1px;
}

img.r-inset {
	float: right;
	margin: 6px 1px 6px 6px;
	display: block;
	border: outset 2px #532;
	padding: 1px;
}
h1 {
	color: #000;
	font: bold 1.4em/1.2em Serif;
	text-align: center;
	padding: 0 1em 0 0;
	height: 192px;
	margin: 0 auto;
}
h1 span {
	display: none;
}
header img#logoPic {
	display: block;
	margin: 0;
	padding: 0;
	height: 192px;
}
h2 {
	color: #532;
	font-size: 1em;
	text-align: center;
	margin: 10px 0 15px 0;
}

b, strong, h2, h3 {
	text-shadow: 1px 2px 2px #dda;
}

#left {
	grid-area: left;
}
#left h2, #left address, #left p.phone {
	margin: 10px auto 15px;
	text-align: center;
}

#right {
	grid-area: right;
}
#right h2 {
	display: block;
}

h3 {
	color: #000;
	font-size: 0.9em;
	border-bottom: 1px dotted #8a5;
}

h3.attention {
	background: #f7df1d url(/Content/images/blcsBG.gif) center 35% repeat-x;
	border: 3px outset #220;
	margin: 1em auto;
	padding: 2em;
	text-align: left;
	text-shadow: 1px 1px 2px #fff;
	width: 80%;
}

h3.attention span {
	text-decoration: underline;
}

#left {
	border-right: #eee 2px solid;
}

#left a {
	color: #532;
}
#left a:hover {
	color: #264;
}
#photos a {
	margin-right: 14px;
}
#right {
	font-size: .8em;
	padding: 0 20px 20px 26px;
	margin: 10px auto 10px 10px;
}
#right a {
	color: #532;
}
#right a:hover {
	color: #264;
}
#right ul {
	margin-bottom: 2em;
}
#right li {
	margin: .5em auto;
}
/********************** Footer ***************************/
footer {
	grid-area: footer;
	font-size: .7em;
	text-align: center;
	margin-top: 3px;
	padding: 20px 0;
	background: #f7df1d;
	clear: both;
}

article footer {
	background: none;
	border-top: 1px dotted #8a5;
	border-bottom: 1px solid #8a5;
	margin-bottom: 2em;
	padding: 5px 0;
}

#left article h2.entry-title {
	font-size: 1.4em;
	padding: 1em;
	text-align: left;
}

footer a {
	color: #220;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

span.bibleHead, span.noHead {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	margin: 12px 0 0 20px;
}

span.bibleContent, span.noVerse {
	display: block;
	max-width: 90%;
	font-size: 0.9em;
	text-align: left;
	margin: 0 10px 2em 20px;
	padding: 5px;
	border: solid 2px #222;
	background: #eee;
}

span.noHead, span.noVerse {
	color: #f00;
	background: #ccc;
}

span.bibleContent em, span.noverse em {
	display: block;
	font-style: italic;
	font-size: .8625em;
	text-align: right;
	margin: 0 2px;
}

a[href$=".pdf"], a[href^="mailto:"] {
	display: inline-block;
	padding-right: 14px;
	background: transparent top right no-repeat;
}


a[href$=".pdf"] {
	background-image: url(/Content/images/pdf.gif);
}

a[href^="mailto:"] {
	background-image: url(/Content/images/mail.png);
}


table.gridView .noTableStyle * {
	border-collapse: collapse;
	border: none;
	color: #220;
	background: #fff;
	overflow: visible;
	margin: 0;
	padding: 0;
}

table.gridView .noTableStyle * a:hover {
	background: #000;
	color: #f7df1d;
}

table.gridView, table.calendar {
	border: 1px solid #220;
}

table.gridView tr th, table.calendar tr th {
	background: #f7df1d;
	padding: 3px;
	border: 1px solid #220;
}

table.gridView tr td, table.calendar tr td {
	border: 1px solid #220;
	text-align: center;
	padding: 2px 4px;
}

.calendar {
	margin: 1em auto 2em auto;
	font-family: Arial, Sans-Serif;
}

table.calendar tr td {
	padding: 0;
	line-height: 1.4em;
	font-size: 1.3em;
}

.calHead, .today {
	color: #f7df1d;
	background: #000;
}

.outSpecMonth {
	color: #eea;
	background: #eee;
}

.selectedDay {
	color: #333;
	background: #f7df1d;
	border: 1px #200 solid;
}

.eventDay {
	color: #333;
	background: #f7df1d;
}

.evens, .odds, .tla, .alt {
	background: #f7df1d;
	margin: 0 3em;
	padding: .5em 1em;
	border-bottom: 1px dotted #222;
	border-left: 1px dotted #222;
}

.evens p, .odds p {
	margin: 0;
	padding: .5em;
}

.odds {
	background: #fff;
}

.disappear {
	display: none;
}

.blogGroup {
	height: 1px;
	margin: 0 0 1.4em 0;
	padding: 0 1em;
	background: #e3e5db url(/Content/images/botBor.gif);
}

.tla, .alt {
	display: block;
	border: 1px solid #220;
	border-top: none;
	margin: 0;
	width: auto;
}

.tla {
	background: #fff;
}

.tla:nth-of-type(1) {
	border: 1px solid #220;
}

.tla p {
	color: #000;
}

.alt {
	background: #f7df1d;
}

#right #recent li {
	font-size: 1.1em;
	list-style-type: decimal;
	margin: .25em 1em .75em .25em;
	padding: 0;
}

#right #recent li a {
	text-decoration: none;
}

.alt p, .tla p {
	margin: 1em 3em;
}

.tla h2.blogPostTitle, .alt h2.blogPostTitle {
	padding: 0;
	width: 428px;
	text-align: left;
	color: #000;
	font-size: 0.875em;
	margin: 10px 0 15px 0;
}

.tla h2.blogPostTitle span, .alt h2.blogPostTitle span {
	font-weight: normal;
	font-size: 0.65em;
	color: #111;
	margin-left: 1em;
	vertical-align: middle;
}
.tla h2.blogPostTitle span {
	color: #000;
}
#left .tla h2.blogPostTitle a, #left .alt h2.blogPostTitle a {
	text-decoration: none;
	color: #000;
}
#left .alt h2.blogPostTitle a {
	color: #000;
}

#left .tla h2.blogPostTitle a:hover, #left .alt h2.blogPostTitle a:hover {
	text-decoration: underline;
}

div#pager {
	text-align: center;
}

div#pager span {
	color: #e3e5db;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	font: normal bold .9em sans-serif;
	margin: 20px 0 10px 1em;
}

dd {
	font: normal normal .9em sans-serif;
	margin: 0 auto .25em 20px;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/Content/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/Content/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/Content/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

fieldset {
	width: auto;
	padding: 0 0 0 6px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: none;
	border-bottom: none;
}

fieldset fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

legend {
	margin: 1em 0;
	width: 180px;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	background-color: #f7df1d;
	color: #000;
}

p.finePrint {
	font-size: .58em;
	padding: .4em .6em 0 .6em;
}

fieldset p.finePrint {
	padding: .4em 10% 1em 30%;
}

.post p.finePrint, .post p.readMore {
	font-size: .7em;
	color: #442;
}

.post p.readMore, .post .readMore a {
	text-align: right;
	color: #720;
}

p.readMore {
	clear: both;
	text-align: right;
}

.topper {
	border-top: 1px solid #220;
	text-align: right;
	margin-bottom: 2em;
}

label, input, textarea, select {
	display: inline-block;
	width: 60%;
	margin: .5em 0;
	vertical-align: middle;
}

label {
	font-size: .7em;
	vertical-align: middle;
	float: left;
	clear: both;
	text-align: right;
	width: 30%;
	margin: .6em .25em 0 0;
}

* html label, * html input, * html textarea {
	display: inline;
}

#catForm {
	margin: .25em 0;
}
.cat {
	display: none;
	border: none;
}

.cat * {
	vertical-align: middle;
}

.cat label {
	display: block;
	margin: .4em 0;
	width: 30%;
	float: left;
	text-align: right;
	padding-right: 1em;
}

.cat input {
	width: 30%;
	text-align: left;
}
input.cbxl {
	width: 1em;
	text-align: left;
	margin-left: 1em;
}

fieldset .button {
	display: block;
	margin-left: 30%;
	width: auto;
}

fieldset p.button input {
	margin-left: 1em;
}
.surround {
	background: #e4e1c6;
	color: #220;
	border: solid 4px #220;
	width: 400px;
	text-align: left;
	margin-bottom: 10px;
}

.surround p {
	padding: 0 12px;
}

.surround ul {
	font: 70% Verdana, sans-serif;
	list-style-type: circle;
	margin: 0 0 10px 22px;
	padding: 0;
}

article ul {
	font-size: .8em;
	margin: .5em 2.8em;
}

.nohead {
	display: block;
	font-weight: bold;
	font-size: .9em;
	color: #ff0000;
	margin: 12px 0 0 20px;
	text-align: left;
}

.noverse {
	display: block;
	background: #e4e1c6;
	border: solid 2px #220;
	color: #ff0000;
	margin-left: 20px;
	padding: 5px;
	max-width: 90%;
	text-align: left;
}

.verse {
	display: block;
	background: #e4e1c6;
	border: solid 2px #220;
	margin-left: 20px;
	padding: 5px;
	max-width: 90%;
	text-align: left;
}

.surround .nohead, .replyquote .nohead {
	display: block;
	font-weight: bold;
	font-size: .9em;
	color: #ff0000;
	margin: 12px 0 0 20px;
	text-align: left;
}

.surround .noverse, .replyquote .noverse {
	display: block;
	background: #efede9;
	border: solid 2px #220;
	color: #ff0000;
	margin-left: 20px;
	padding: 5px;
	max-width: 90%;
	text-align: left;
}

.surround .verse, .replyquote .verse {
	display: block;
	background: #efede9;
	border: solid 2px #220;
	margin-left: 20px;
	padding: 5px;
	max-width: 90%;
	text-align: left;
}

span i {
	display: block;
	font-style: italic;
	font-size: .8em;
	text-align: center;
	margin: 0 40px;
}

.quotehead {
	display: block;
	font-weight: bold;
	font-size: .9em;
	margin: 12px 0 0 20px;
	text-align: left;
}

.quote {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%;
	background: #e4e1c6;
	border: 1px solid #220;
}

p, address, code {
	font-size: .9em;
	color: #220;
	margin: 0 7px .9em 23px;
	text-align: left;
}

code {
	margin: 1em 280px 1em 4em;
	padding: .7em 1em;
	display: block;
	border: 1px solid #220;
	background: #060;
	color: #afa;
}

p.cal {
	font-size: .8em;
	margin-bottom: 0;
	text-align: left;
}

.time {
	font-style: italic;
	font-size: .7em;
	text-align: right;
	margin: 5px 15px 3em 20px;
	border-bottom: 1px solid #220;
}

sup {
	font-family: Sans-Serif;
	vertical-align: top;
	font-size: 0.8em;
	position: relative;
	top: -0.2em;
}

.weather {
	font-size: .9em;
}

.weather .cc {
	background: #fff;
	border: 1px inset #8a5;
	overflow: hidden;
}

.weather .cc figure, .weather .cc aside {
	float: left;
	width: 48%;
	text-align: center;
	padding: 1em 0;
}
.weather .cc figure figcaption {
	display: block;
}

.weather .cc aside b {
	font-size: 1.6em;
}

.weather dl {
	width: 100%;
	padding: 1em 0;
	overflow: hidden;
}

.weather dl dt, .weather dl dd {
	margin: 0;
	padding: 0 4px 0 0;
	display: block;
	width: 49%;
	float: left;
	text-align: right;
}

.weather dl dd {
	text-align: left;
	padding: 0;
}

.weather footer {
	clear: both;
	background: #fff;
	border-top: 1px solid #8a5;
	font-size: .7em;
	text-align: center;
	padding: .5em 0;
}
.warning {
	color: #a00;
}

.field-validation-error {
	color: #a22;
	display: block;
	padding-left: 1em;
	margin-left: 30%;
}
.input-validation-error {
	border: 1px solid #a22;
	background: #fee;
	color: #500;
}
.validation-summary-errors {
	font-weight: bold;
	color: #a22;
}
div.light_rounded .pp_top .pp_left {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_middle {
	background: #fff;
}
div.light_rounded .pp_top .pp_right {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_content {
	background-color: #fff;
}
div.light_rounded .pp_content a.pp_next:hover {
	background: url(/Content/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content a.pp_previous:hover {
	background: url(/Content/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content a.pp_expand {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content a.pp_expand:hover {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content a.pp_contract {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content a.pp_contract:hover {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_rounded .pp_bottom .pp_left {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_middle {
	background: #fff;
}
div.light_rounded .pp_bottom .pp_right {
	background: url(/Content/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.light_rounded .pp_loaderIcon {
	background: url(/Content/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_left {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_middle {
	background: url(/Content/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_top .pp_right {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content {
	background: url(/Content/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_content a.pp_next:hover {
	background: url(/Content/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_content a.pp_previous:hover {
	background: url(/Content/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_content a.pp_expand {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_content a.pp_expand:hover {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_content a.pp_contract {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_content a.pp_contract:hover {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_rounded .currentTextHolder {
	color: #c4c4c4;
}
div.dark_rounded p.pp_description {
	color: #fff;
}
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_middle {
	background: url(/Content/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_bottom .pp_right {
	background: url(/Content/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
	background: url(/Content/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_top .pp_left, div.dark_square .pp_top .pp_middle, div.dark_square .pp_top .pp_right, div.dark_square .pp_bottom .pp_left, div.dark_square .pp_bottom .pp_middle, div.dark_square .pp_bottom .pp_right, div.dark_square .pp_content {
	background: url(/Content/images/prettyPhoto/dark_square/contentPattern.png) top left repeat;
}
div.dark_square .currentTextHolder {
	color: #c4c4c4;
}
div.dark_square p.pp_description {
	color: #fff;
}
div.dark_square .pp_loaderIcon {
	background: url(/Content/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_content a.pp_expand {
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_content a.pp_expand:hover {
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_content a.pp_contract {
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_content a.pp_contract:hover {
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(/Content/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.dark_square .pp_content a.pp_next:hover {
	background: url(/Content/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_square .pp_content a.pp_previous:hover {
	background: url(/Content/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_square .pp_top .pp_left, div.light_square .pp_top .pp_middle, div.light_square .pp_top .pp_right, div.light_square .pp_bottom .pp_left, div.light_square .pp_bottom .pp_middle, div.light_square .pp_bottom .pp_right, div.light_square .pp_content {
	background: #fff;
}
div.light_square .pp_content a.pp_expand {
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_square .pp_content a.pp_expand:hover {
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_square .pp_content a.pp_contract {
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_square .pp_content a.pp_contract:hover {
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_square .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(/Content/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_square .pp_content a.pp_next:hover {
	background: url(/Content/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_square .pp_content a.pp_previous:hover {
	background: url(/Content/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #000 url(/Content/images/blcs.png) no-repeat fixed 1% 98%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
}
div.pp_pic_holder {
	position: absolute;
	z-index: 10000;
	width: 100px;
}
div.pp_pic_holder .pp_top {
	position: relative;
	height: 20px;
}
* html div.pp_pic_holder .pp_top {
	padding: 0 20px;
}
div.pp_pic_holder .pp_top .pp_left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
div.pp_pic_holder .pp_top .pp_middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* html div.pp_pic_holder .pp_top .pp_middle {
	position: static;
	left: 0;
}
div.pp_pic_holder .pp_top .pp_right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
div.pp_pic_holder .pp_content {
	position: relative;
	text-align: left;
	width: 100%;
	height: 40px;
}
div.pp_pic_holder .pp_content .pp_details {
	display: none;
	margin: 10px 15px 2px 20px;
}
div.pp_pic_holder .pp_content .pp_details p.pp_description {
	display: none;
	float: left;
	margin: 0;
}
div.pp_pic_holder .pp_content .pp_details .pp_nav {
	float: left;
	margin: 3px 0 0 0;
}
div.pp_pic_holder .pp_content .pp_details .pp_nav p {
	float: left;
	margin: 2px 4px;
}
div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous, div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
	float: left;
	display: block;
	width: 14px;
	height: 15px;
	overflow: hidden;
	text-indent: -10000px;
	margin-top: 3px;
}
div.pp_pic_holder .pp_content div.pp_hoverContainer {
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
}
div.pp_pic_holder .pp_content a.pp_next {
	display: block;
	float: right;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(/Content/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
}
div.pp_pic_holder .pp_content a.pp_previous {
	display: block;
	float: left;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(/Content/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
}
div.pp_pic_holder .pp_content a.pp_expand, div.pp_pic_holder .pp_content a.pp_contract {
	position: absolute;
	z-index: 20000;
	top: 10px;
	right: 30px;
	cursor: pointer;
	display: none;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
}
div.pp_pic_holder .pp_content a.pp_close {
	float: right;
	display: block;
	text-indent: -10000px;
}
div.pp_pic_holder .pp_bottom {
	position: relative;
	height: 20px;
}
* html div.pp_pic_holder .pp_bottom {
	padding: 0 20px;
}
div.pp_pic_holder .pp_bottom .pp_left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
div.pp_pic_holder .pp_bottom .pp_middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* html div.pp_pic_holder .pp_bottom .pp_middle {
	position: static;
	left: 0;
}
div.pp_pic_holder .pp_bottom .pp_right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
div.pp_pic_holder .pp_loaderIcon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
}
div.pp_pic_holder #pp_full_res {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
div.pp_pic_holder #pp_full_res object, div.pp_pic_holder #pp_full_res embed {
	visibility: hidden;
}
div.ppt {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #fff;
	font-size: 17px;
}

.cntctfrm_error_text {
	color: #a22;
}
@media only screen and (max-device-width: 812px) {
	body {
			grid-template-columns: .1fr 1fr .1fr;
			grid-template-areas: ". header ."
			"nav nav nav"
			"content content content"
			"footer footer footer";
	}
	#content {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: "left"
		"right";
		font-size: 4vw;
	}
	#repertoire {
		display: none !important;
	}
	#left {
		border: none;
	}	
	#right {
		padding: 0;
		margin: 0;
	}
	#right ul {
		margin-bottom: 1em;
	}
	#right li {
		font-size: 1rem;
		margin: .25em auto;
	}
	h2 {
		text-align: left;
		margin: .25em 0;
	}
	img.inset {
		margin: 2px 10px 2px -4px;
		border: outset 1px #532;
		max-width: 40%;
	}
	img.r-inset {
		margin: 2px 0 2px 2px;
		border: outset 1px #532;
		max-width: 40%;
	}
	nav ul a {
	text-decoration: underline;
	margin: 0 9px;
	}	
	header {
		background-size: contain;
	}
}