@charset "UTF-8";
/* CSS Document */

div.mc-closeModal {
    color: #ffffff;
}

html, body {
    font-family:Quicksand;
    font-weight:300;
    color:#666666;	
    padding: 0;
    margin: 0;
    font-size: 12px;
    background-color: #ffffff;
    line-height: 18px;
}

#mailingListSignup {
    background-color: #ffffff;
    display: none;
    width: 600px;
    border: solid 1px #999999;
}

#mailingLeft {
    width: 300px;
    float: left;
    text-align: center;
}

#mailingLeft img {
    width: 50%;
    margin-top: 100px;
}

#mailingRight {
    width: 300px;
    float: right;
}

#closeDiv {
    text-align: right;
    margin-right: 4px;
    margin-top: 4px;
}
#signupFormCloseBtn, #postersCloseBtn {
    cursor: pointer;
    font-size: 16px
}

#canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.vjs-control-bar {
    display: none;
}

#headerBlock {
    position: fixed;
    width: 100%;
    height: 200px;

    z-index: 2;
}
#header {
    position: fixed;
    width: 100%;
    height: 200px;
    z-index: 3;
    border-bottom: solid 1px #bbbbbb;
}

#signuplink {
    color: #666666;
    width: 200px;
    height: 100px;

    padding: 10px;
    padding-left: 0px;
}

#signupForm {
    font-size: 12px;
    font-weight: 700;
}

#signupForm input {
    margin-bottom: 2px;
}

#signupForm span {
    width: 80px;
}
#signupForm input {
    width: 100px;
    height: 12px;
    font-size: 11px;
}

.error {
    color: red;
}

#bandcamp {
    border: 0; 
    width: 392px;
    height: 120px; 
    margin-top: 6px;
}

#content {
    padding: 8px;
    position: absolute;
    left: 0px;
    top: 200px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    overflow-y: scroll;
}

#innerContent {
    width: 800px;
    font-weight:400;
    text-align:justify;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}

#title {
    font-size:100px;
}

#nav {
    position: fixed;
    right: 20px;
    top: 178px;
    z-index: 9;
}

#nav div {
    margin-right: 20px;
    float: left;
}

#nav a{
    font-size:15px;
    margin-right: 0px;
    font-weight:400;
    clear: both;
}

#nav a:last-child {
    margin-right: 0px;
}

.currentLink {
    font-weight:900;
    color: #000000;
}

a{
    text-decoration:none;
    color:#666666;	
    font-weight: 800;
}

a:hover{
    color:#bbbbbb;
}

#nav a:hover {
    color: #bbbbbb;
}

h1{
    font-weight:400;
    font-size:20px;
    margin-bottom: 10px;
}

img {
    border: none;
}

.homeVideo {
    float: left;
    cursor: pointer;
}

#groupImages img {
    margin-bottom: 2px;
}

.treatment {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 45px;
}

.treatment .newsItem {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.treatmentContent {
    display: none;
}

.poster {
    display: none;
    position: absolute;
}

#big-video-wrap {
    display: none;
}

.blogPost {
    width: 800px;	
}

#blog ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 10px;
    }
    
#blog  li {
        margin: 0;
        padding: 0;
        
    }
.newsItem a {
  
}

.newsItem .title {
    position: relative;
    font-size: 16px;
    border-bottom: solid 1px #bbbbbb;
    width: 100%;
    max-width: 800px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
}

.treatment .newsItem .title {
    border-top: none;
}

.newsItem .date {
    position: absolute;
    right: 5px;
    font-size: 13px;
}

.expander {
    margin-right: 10px;
    margin-left: -15px;
}

.treatment .newsItem:hover {
    color: #bbbbbb;
}

.newsItem .content {
    padding-bottom: 20px;
}

#feltbook_artists {
    border: solid 1px #bbbbbb; 
    padding: 20px;
}

#artists {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
}

#artists a, #artists span {
    display: inline-block;
    clear: both;
    font-size: 10px !important;
}

.audioDesc {
    padding-left: 30px;
    padding-bottom: 20px;
}

.audioDesc strong {
    font-weight:900;
}

.special {
    font-family: 'Poiret One';
    font-weight: 900;
}

#popup {
    padding: 0px;
    width: 660px;
    height: 380px;
    background-color: #ffffff;
    display: none;
}

#donatepopup {
   padding: 0px;
    width: 660px;
    height: 380px;
    background-color: #ffffff;
    display: none; 
}

#feltbook {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#feltbookprompt {
    text-align: center;
    width: 100%;
}

#prompt, #loading {
    font-size: 18px;
}

#loading {
    display: none;
    text-align: center;
    width: 100%;
}

.elipse, .elipsePlaceholder {
    display: none;
    width: 10px;
    text-align: center;
    display: inline-block;
}

#txtFeltbookPrompt {
    font-size: 18px;
    width: 50%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #777777;
    border: solid 1px #cccccc;
    padding: 4px;
}