
body
{
    margin: 0;
    padding-top: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999999;
    background-color: #121212;
}




.white
{
    color: #fff;
}




.footer
{
    font-size: 11px;
}

footer
{
    border-top: 1px #CCC solid;
    padding: 10px 0 20px 0;
    margin: 10px 0 0 0;
    color: #999;
    text-align: center;
}

@media (min-width: 768px) {
  .footer-left {
    text-align: left;
  }
  .footer-right {
    text-align: right;
  }
}






@media (min-width: 768px) {
  .brand-toggle {
    display: none;
  }
}



.brand-toggle {
    position: relative;
    float: left;
    padding: 15px 0px 0px 15px;
    margin: 0px;
}







a {
  color: #ff7f00;
} 

p {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
}

.page-header {
  border-bottom: 0px solid #666666;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}


.well {
  background-color: #dedede;
}







.navbar-inverse .navbar-nav > li > a {
    color: #ff7f00;
}

.navbar-inner {
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(top, #ffffff, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'f2f2f2, GradientType=0);
}

.navbar .brand {
  padding: 8px 20px 12px;
  font-size: 20px;
  color: #727272;
}

.navbar .divider-vertical {
  height: 41px;
  background-color: #ffffff;
  border-right: 1px solid #c6c6c6;
}


.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus
{
    color: #FFF;
    background-color: Transparent;
}




/* ADDED BY THOMAS */

.jumbotron h1, .jumbotron .h1 {
    font-size: 48px;
}



@media (min-width: 768px) and (max-width: 991px) {
     .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
    }
}


#about_us .thumbnail { min-height: 360px; }


.thumbnail .caption {
    padding: 0px;
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}



.thumbnail h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}



.instrument
{
    margin: 0px;
    padding: 0px;
    color: #ff7f00;
    font-size: 11px;
    font-weight: normal;
}
    
   .thumbnail .bio {
    text-align: left;
}
 
@media (min-width: 768px) {
    .instrument
    {
        width: 100%;
        text-align: right;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        color: #ff7f00;
        font-size: 11px;
        font-weight: bold;
    }

}




/* FOR FORM */
.required_star
{
    font-weight: bold;
    color: #FF7F00;
}






/* ADDED SPACE ABOVE ON HOMEPAGE */

.thumbnail
{
    display: block;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cdCover { padding: 0px 15px 0px 15px; }


