/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

@import url( "reset.css" );
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700italic,700,600italic,600,400italic);

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color:#2F0709;
    padding: 20px;
    line-height:150%;
    font-weight:600;
    letter-spacing:1px;
    color:#eee;
}
h1 {
    display:none;
}
h2 {
    font-size:22px;
    color:#ffe887;
}
#main {
    position:relative;
    margin:0px auto;
    max-width:1240px;
    min-width:980px;
}
#backgroundImg {
    width:100%;
}
p {
    margin:0.8em 0em;
    padding:0em 0.5em;
}
#main > header {
    position:absolute;
    top:0px;
    left:0px;
}
article > header {
    position:relative;    
}
#homeHeaderTitle {
    width: 75%;
    margin: 20px;
}
#headerTitle {
    width:50%;
    margin:10px;
}
nav {
    position:relative;
    bottom:50px;
    height:50px;
    left:5%;
    width:95%; 
}
nav ul {
}
nav ul li { 
    display: inline;
    text-transform:uppercase;
}
nav ul li a
{
    padding: 0.3em 1.5em;
    color:#3f8fb7;
    float: left;
}
nav a#currentPage, nav a:hover
{
    color:#ffe887;
}
#navIcons {
    padding-right:20px;
    float:right;
}
#navIcons img {
    margin:0px 10px;
}
footer {
    clear:both;
    margin:0px auto;
    padding:1em;
    font-size:small;
    line-height:130%;
    text-align:center;
}    
footer a {
    color:#3f8fb7;
}

/* common article and content */

article {
    font-style:italic;
    position: absolute;
    top: 15px;
    left: 10%;
    width:80%;
    height:67%;
    padding-bottom:0.5em;
}
.contentScroller {
    clear:both;
    height:80%;
    overflow-y:auto;
}

/* bio */

#bioContent {
    background-color:#81342e;
}
#bioTextContent {
    float:left;
    width:70%;
}
#bioImage {
    margin:20px 5px 0px 0px;
    float:left;
}

/* appearances */


#scheduleContent {
    background-color:#000;
    background-image:url('../photos/chart_bckgrnd.jpg');
    background-size:100%;
    background-position:top;
    
}
#scheduledEvents a {
    color:#3f8fb7;
}
#scheduledEvents {
    margin:200px auto 0px auto;
    width:78%;
    max-height:52%;
    border:solid 1px #ffe887;
    padding:0.3em;
    overflow-y:auto;
    line-height:110%;
}
#scheduledEvents h2 {
    color:#eee;
    font-size:116%;
}
#scheduledEvents h3 {
    margin-top:0.5em;
    color:#ffe887;
    font-size:98%;
    padding-left:25px;
    font-weight:bold;
}
#scheduledEvents h4 {
    color:#ffe887;
    font-size:93%;
    padding-left:50px;
}
#scheduledEvents h5 {
    color:#ffe887;
    font-size:89%;
    padding-left:50px;
}
#scheduledEvents p {
    color:#ffe887;
    font-size:89%;
    padding-left:50px;
    margin:0 0 0.75em 0;
}


/* gallery */

#galleryContent  {
    background-color:#000;    
}
#galleryContent .contentScroller {
    text-align:center;
    overflow-y:visible;
}
#galleryImage {
    width:67%;
}
#leftSlideArrow {
    position: absolute;
    left: 10px;
    top: 50%;
    opacity:0.6;
}
#leftSlideArrow:hover, #rightSlideArrow:hover {
    opacity:1;
}
#rightSlideArrow {
    position: absolute;
    right: 10px;
    top: 50%;
    opacity:0.6;
}
#photoslider {
    border: 2px solid #333;
    max-height: 90%;
}
#whichfield {
    position: absolute;
    bottom: 10px;
    left: 46%;
}

/* listen */

#listenBackground {
    background-color:#0a2351;/*#1b263a;*/
    opacity:0.67;
    /* has to match article size */
    position: absolute;
    top: 15px;
    left: 10%;
    width:80%;
    height:67%;
    padding-bottom:0.5em;
}
#listenContent {
}
#listenImage {
    margin:20px 5px 0px 0px;
    float:left;
}
#listenTunes {
    float:left;
    width:62%;
    padding:0px 0px 0px 18px;
}
.tuneTitle {
    font-size:18px;
    color:#ffe887;
}
figcaption {
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.06em;
}
audio {
    width:280px;
}	
.audioFig {
    margin:0.3em 0.5em 1.5em 0.5em;
    width:360px;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #000;
    border-radius: 4px;
    caption-side:top;    
    background: rgb(89, 89, 89);
    background: -moz-linear-gradient(90deg, rgb(89, 89, 89) 34%, rgb(20, 20, 20) 80%);
    background: -webkit-linear-gradient(90deg, rgb(89, 89, 89) 34%, rgb(20, 20, 20) 80%);
    background: -o-linear-gradient(90deg, rgb(89, 89, 89) 34%, rgb(20, 20, 20) 80%);
    background: -ms-linear-gradient(90deg, rgb(89, 89, 89) 34%, rgb(20, 20, 20) 80%);
    background: linear-gradient(180deg, rgb(89, 89, 89) 34%, rgb(20, 20, 20) 80%);
}



/* contact */

#contactContent {
    background-color:#7d717f;
}
form, #contactText {
    width:75%;
    margin:6px auto;
}
input, label {
    display:block;
}
input, textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:medium;
    color:#eee;
    font-weight:600;
}
.textField {
    float:left;
    width:62%;
    margin:10px 0px;
    height:1.6em;
    border:solid 1px #aaa;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.75);
}
#messageField {
    height:10em;
}
.textFieldLabel {
    clear:left;
    float:left;
    width:18%;
    margin:10px 0px;
    color:#ffe887;
}
.checkLabel {
    float:left;
    margin-left:1em;
    margin-top:3px;
}
input[type="checkbox"] {
    clear:left;
    float:left;
    margin:10px 0px 0px 18%;
}
input[type="checkbox"], .textField {
    background-color:#7d717f;
}
.submitButton {
    clear:left;
    float:left;
    margin:20px 0px 0px 18%;
    font-size:smaller;
    padding:3px 10px;
    border:solid 1px #7d717f;
    background: -webkit-gradient(linear, left top, left bottom, from(#b88886), to(#8c5a5a));
    background: -webkit-linear-gradient(top, #b88886, #8c5a5a);
    background: -moz-linear-gradient(top, #b88886, #8c5a5a);
    background: -ms-linear-gradient(top, #b88886, #8c5a5a);
    background: -o-linear-gradient(top, #b88886, #8c5a5a);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    vertical-align: middle;
}
.submitButton:hover {
    border:solid 1px #888;
}
.submitButton:active {
    border:solid 1px #555;
} 
