@charset "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #333;
    font-size: 14pt;
    font-weight: 400;
    background: #FFF; 
    font-family: "gill-sans-nova", sans-serif;
    font-style: normal;
}

p { text-align: justify; padding-left: 5px; padding-right: 5px; }

b, strong { 
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
}

i, emphasis {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 400;
    font-style: italic;
}

ul {
  list-style-position: outside;
}

td {  }

a { }

a:link, a:visited { color:#533424; text-decoration: none; }
a:hover { text-decoration: none; color: #00A; }
a:active { color: #00A; text-decoration: underline; }

.creditsSection a:link, .creditsSection a:visited { color:#A46F4D; }
.creditsSection a:hover, .creditsSection a:active { color:#00A; }

h1, h2, h3, h4, h5 {
    color: #555;
    font-size: 36pt;
    font-weight: normal;
    text-decoration: none;
    clear:both;
    padding:0;
    margin:0;
    margin-top:30px;
    margin-bottom:20px;
    letter-spacing:0.5px; 
}
h2 { font-size: 32pt; }
h3 { font-size: 28pt; line-height:30pt; }
h4 { font-size: 22pt; }
h5 { font-size: 18pt; 	margin-top:20px;}

h2 a:link, h2 a:visited { text-transform:uppercase; color:#069C09; }
h2 a:hover, h2 a:active{ text-transform:uppercase; color:#610009; }

#credits h3 { color:#FFF; }

.pageSection {
    width: 100%;
    padding-top:30px;
    padding-bottom:30px;
    border-bottom: 1px solid #999;
}

.textBlock {
    width:80%;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

#credits {
    background:#E4D8CC;
    line-height:24pt;
    color:#000;
}

.sponsorcredit {
    background:#FFF;
    color:#222;
    font-size:14pt;
    padding:20px;
    margin-top:10px;
    margin-bottom:10px;
}

artistname {
    color:#000;
}

#personnel {
    font-size:13pt;
    line-height:20pt;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width: 900px;
}

.creditsSection {
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;

}

ensembleName {
    color:#444;
    font-family: "courier", monospace;
    font-size: 20pt;
}

ensembleSection {
    font-size:15pt;
    display: block;
    clear: both;
    color:#888;
    margin-left:-10pt;
    line-height:30pt;
}

performer {
    display:block;	
}

location {
    color:#666;
    font-size:11pt; 
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bcEmbed {
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
    width: 100%;
}