/* concatenation of collected_by.css, app_button_phone.css, subscribe.css, subscribe_payment.css, post_subscribe.css, video.css */

/* ------------- collected_by.css --------------- */

/* also collected by */
#fan-container .collected-by {
    color: #999;
}
.collected-by.collectors, .collected-by.subscribers, .collected-by .message, .collected-by .subscriber-message {
    display: none;
}
/*.collected-by.tralbum.collectors, .collected-by.tralbum.collectors .message {
    display: block;
}*/
.collected-by .deets {
    font:normal 12px/1.16667em 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    margin-top: 10px;
}
.collected-by .deets > .more-writing, .collected-by .deets > .loading-writing {
    display: block;
    margin-bottom: 15px;
}
.collected-by .deets > .writing {
    margin-bottom: 10px;
    min-height: 25px;
}
.collected-by.tralbum .deets > .writing {
    position: relative;
    margin-bottom: 15px;
}

.collected-by .deets > .writing.hidden {
    display: none;
}
.collected-by .deets > .writing a.censor {
    display: block;
    float: right;
    padding: 2px 10px;
    margin: 0 4px 5px 5px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    visibility: hidden;
}

.collected-by .deets > .writing:hover a.censor {
    visibility: visible;
    opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #eee;
    background-color: rgba(0,0,0,0.05);
}
.invertIconography .collected-by .deets > .writing:hover a.censor {
    opacity: 0.5;
	filter: alpha(opacity=50);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}
.collected-by .deets > .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #eee;
    background-color: rgba(0,0,0,0.1);
}
.invertIconography .collected-by .deets > .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}
.collected-by .deets > .writing > .pic {
    position: absolute;
}
.collected-by.tralbum .deets > .writing > .pic {
    position: absolute;
    top: 3px;
}
.collected-by .deets > .writing > .text {
    font-family: georgia, serif;
    font-style: italic;
    margin-left: 32px;
}

.collected-by.tralbum .deets > .writing > .text {
    margin-left: 35px;
}

.collected-by.tralbum .text a {
    word-wrap: break-word;
}

#fan-container .collected-by .deets > .writing > .text {
    /* text color just for fan page; on tralbum pages, we want to inherit the custom design color from #pgBd */
    color: #595959;
}
.collected-by .deets > .writing a.name {
    font:500 normal 12px/1.25em 'Helvetica Neue', Helvetica, sans-serif;
    padding-right: 0.2em;
    color: inherit;
}
.collected-by .deets > .writing .fav-track {
    display: inline-block;
}

.collected-by .deets img.thumb {
    width: 28px;
    height: 28px;
}

.collected-by .deets > .writing + .no-writing {
    padding-top: 5px;
}

.collected-by .deets > .no-writing {
    margin-left: -5px;
    font-size: 0;
}
.collected-by .deets > .no-writing > .more-thumbs {
    display: block;
    margin: 2px 0 0 3px;
    font-size: 12px;
}
.collected-by .deets > .no-writing > .more-everything {
    display: block;
    margin: 2px 0 0 3px;
    font-size: 12px;
}
.collected-by .deets > .no-writing > .fan {
    display: inline-block;
    font-size: 11px;
    width: 28px;
    height: 28px;
    margin: 0 3px 7px 4px;
}
.collected-by .deets > .no-writing > .fan.hidden {
    display: none;
}

.collected-by .pic {
    position: relative;
}
.collected-by .pic img {
    outline: 1px solid #eee;
    outline: 1px solid rgba(0,0,0,0.05);
    outline-offset: -1px;
}
.collected-by .deets .pic > .tooltip {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: -62px;
    width: 150px;
    padding-bottom: 3px;
}
.collected-by .deets .pic > .tooltip > div {
    text-align: center;
    background: #333; /* hello IE8 */
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
}
.collected-by .deets .pic > .tooltip img.grid {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}
.collected-by .deets .pic > .tooltip .name {
    width: 100%;
}
.tooltip .writing {
    font-family: georgia, serif;
    font-style: italic;
    width: 100%;
}

/* loading indicator */
.collected-by .loading {
    display: block;
}
.collected-by .loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}
.collected-by .loading.initial-loading {
    height: 35px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}


/* ------------- app_button_phone.css --------------- */

.app-button {
    text-align: center;
    font-size: 0.9rem;
    height: 2.9rem;
    display: block;
    padding: 1.1rem 0.75rem 0rem 0.5rem;
    font-weight: bold;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    width: 92%;
    white-space: nowrap;
}

.app-button-first {
    color: #fff;
    background-color: #6baa35;
    border: 1px solid #62a532;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80b53d), color-stop(100%,#5ca12f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #80b53d 0%, #5ca12f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #80b53d 0%,#5ca12f 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom,  #80b53d 0%,#5ca12f 100%); /* W3C */
    margin-top: 0.6rem;
    margin-bottom: 0.75rem;
}

.app-button-second {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #d7d7d7;
}

.app-button-download {
    padding: 0.8rem 0.75rem 0.1rem 0.5rem;
    height: 3.3rem;
}

.app-button-listen {

}

.app-button-signup {
    color: #fff;
    background-color: #045fac;
    border: 1px solid #0575d4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0686f5), color-stop(100%,#045fac)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0686f5 0%, #045fac 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0686f5 0%,#045fac 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom,  #0686f5 0%,#045fac 100%); /* W3C */
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    width: 89%;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

.app-play-logo {
    width: 1.75rem;
    display: inline-block;
    background: url(/img/mobile-sprites-20150520.svg) no-repeat;
    background-size: 500% auto;
    background-position: 0 76%;
    height: 1.75rem;
    opacity: 0.5;
    margin-top: 0.1rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.no-svg .app-play-logo {
    background-image: url(/img/mobile-sprites-20150520.png);
}

.app-phone-logo {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    background: url(/img/mobile-sprites-20150520.svg) no-repeat;
    background-size: 500% auto;
    background-position: 26% 72%;
    margin-right: 0.5rem;
    vertical-align: middle;
    opacity: 0.8;
}

.no-svg .app-phone-logo {
    background-image: url(/img/mobile-sprites-20150520.png);
}

.app-button-first > .app-play-logo {
    opacity: 0.8;
    background-position: 22% 76%;
}

.app-button-second > .app-phone-logo {
    opacity: 0.5;
    background-position: 0 72%;
}

.app-button-first > .app-listen {
    display: inline-block;
    color: #FFF;
    vertical-align: middle;
    margin-right: 1.25rem;
    margin-left: 0.25rem;
}

.app-button-second > .app-listen {
    display: inline-block;
    color: #333;
    vertical-align: middle;
    margin-right: 1.25rem;
    margin-left: 0.25rem;
}

.app-button-first > .app-download {
    display: inline-block;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
    margin-right: 1.75rem;
    margin-left: 0.25rem;
}

.app-button-second > .app-download {
    display: inline-block;
    text-align: left;
    color: #333;
    vertical-align: middle;
    margin-right: 1.75rem;
    margin-left: 0.25rem;
}

.app-download-top {

}

.app-download-bottom {
    font-size: 0.8rem;
    font-weight: normal;
}


/* ------------- subscribe.css --------------- */
/* override */
#customHeaderWrapper.sub-header {
    margin-bottom: 0;    
}
.sub div {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* end override */

/* sub-navbar */
ol.sub-navbar {
    list-style-type: none;
    padding: 0;
    width: 975px;
    margin: 20px 0 20px -30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    position: relative;
}

ol.sub-navbar .tabs {
    width: 500px;
    display: inline-block;
}

.invertIconography ol.sub-navbar {
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
}

ol.sub-navbar .edit {
    text-align: right;
    display: inline-block;
    width: 435px;
}

ol.sub-navbar .edit > * {
    margin-right: 30px;
}

ol.sub-navbar .spacer {
    width: 30px;
    display: inline-block;
}

ol.sub-navbar li {
    margin: 0;
    display: inline-block;
    margin-bottom: -2px;
    padding: 10px 20px 10px 20px;
    font-weight: 600;
}

ol.sub-navbar li.active {
    border: 2px solid rgba(0, 0, 0, 0.20);
    border-bottom: 0;
}

.invertIconography ol.sub-navbar li.active {
    border: 2px solid rgba(255, 255, 255, 0.20);
    border-bottom: 0;
}

ol.sub-navbar li.active > a {
    color: #333;
}

.invertIconography ol.sub-navbar li.active > a {
    color: #fff;
}

ol.sub-navbar li > a {
    
}

/* end sub-navbar */

.sub {
    margin:0;
    width:975px;
    margin:1px 0 0 -30px;
}
.col {
    float: left;    
}

.divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #ededed;
    margin: 30px 0;
}

/* welcome */

.subwelcome {
    display: none;
    height: 518px;
    font-size: 15px;
    position: relative;
}

.showsubwelcome {
    display: block;
}

.subwelcome h2 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    padding: 85px 0 45px;
    margin: 0;
    text-indent: -30px;
}

.subwelcome ul.thanks {
    margin: 0 197px 0 256px;
/*    background: green; */
    padding: 0;
}

.subwelcome li {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
/*    background: orange; */
    line-height: 140%;
    display: inline-block;
    position: relative;
}

.subwelcome .grabapp {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.subwelcome .app .icon {
    position: absolute;
    top: 7px;
    left: -82px;
    width: 58px;
    height: 57px;
    background-position: 0 -210px;
}

.invertIconography .subwelcome .app .icon {
    background-position: -59px -210px;
}

.subwelcome .download .icon {
    position: absolute;
    top: 5px;
    left: -49px;
    width: 18px;
    height: 27px;
    background-position: 0 -291px;
}

.invertIconography .subwelcome .download .icon {
    background-position: -19px -291px;
}

.subwelcome .settings .icon {
    position: absolute;
    top: 0;
    left: -48px;
    width: 23px;
    height: 22px;
    background-position: 0 -268px;
}

.invertIconography .subwelcome .settings .icon {
    background-position: -22px -268px;
}

.subwelcome .merch .icon {
    position: absolute;
    top: -4px;
    left: -57px;
    width: 31px;
    height: 29px;
    background-position: -38px -291px;
}

.invertIconography .subwelcome .merch .icon {
    background-position: -70px -291px;
}


.subwelcome .appicon {
    width: 20px;
    height: 20px;
    background-position: 0 -37px;
    position: relative;
    top: 3px;
    margin: 0 0 0 3px;
}

.subwelcome .merch {
    display: none;
}

.subwelcome.subonlymerch .merch {
    display: block;
}

.subwelcome.subonlymerch h2 {
    padding: 55px 0 45px;
}

.subwelcome .dismiss {
    padding: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.5;
}

.subwelcome .dismiss:hover {
    cursor: pointer;
    opacity: 1;
}

.subwelcome .dismiss .icon {
    width: 12px;
    height: 12px;
    background-position: -12px 0;
}

.invertIconography .subwelcome .dismiss .icon {
    width: 12px;
    height: 12px;
    background-position: -24px 0;
}

/* page when user is a subscriber */

.sub.issubscribed .subtop,
.sub.issubscribed .subbot {
    display: none;
}

.sub .subtop.issub,
.sub .subbot.issub {
    display: none;
}

.sub.issubscribed .subtop.issub,
.sub.issubscribed .subbot.issub {
    display: inline-block;
}

.subtop.issub .textlabel,
.subbot.issub .textlabel {
    font-size: 14px;
    font-weight: bold;
}

.subtop.issub,
.subbot.issub {
    background: rgba(0,0,0,0.05);
    border: 0;
    width: 190px;
    padding: 10px 20px 11px;
    text-align: center;
}

.invertIconography .subtop.issub,
.invertIconography .subbot.issub {
    background: rgba(255,255,255,0.08);
}


/* top */

.info {
    width: 260px;
    background-color: rgba(0,0,0,0.05);
    height: 402px;
}
.invertIconography .info {
    background-color: rgba(255,255,255,0.08);
}

.infocontents {
    padding: 45px 20px 30px 30px;
}

.infocontents.band {
    padding: 45px 15px 30px 25px;    
}


.photo {
    width:715px;
    background-color: rgba(0,0,0,0.1);
    height: 402px;
    position: relative;
}
.photo span.text {
    text-indent: -99em;
    display: block;
}
.video {
    height: 402px;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 715px;
    overflow: hidden;
}
.video.fluc {
    display:none;
}
.video .video-generic-iframe, .video video {
    background-color: #000;
    border: none;
    height: 402px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video .wrapped-video-blackout {
}
.video .wrapped-video-poster {
}
.video .wrapped-video-play {
}
.video .wrapped-video-loading {
}
.playcount {
    text-align: left;
    float: right;
    margin-right:5px;
}
.invertIconography .photo {
    background-color: rgba(255,255,255,0.1);
}
.headline {
    font-size: 22px;
    font-weight: 500;
    margin: 40px 0 15px 0;
    padding: 0;
}
/*
.headline.band {
    font-size: 22px;
}
*/
.subhead {
    font-size: 13px;
    margin: 0 0 18px 0;
    padding: 0 5px 0 0;
}

.subhead .moreinfo {
    display: inline-block;
}

.sub button {
    border: 0;
    border-radius: 3px;
    font-weight: 500;
}
button.subtop {
    width: 205px;
    padding: 7px 20px 8px;
    text-align: center;
}

/*
.infocontents.band button.subtop {
    width: 205px;
}
*/

.subtop.issub,
.subbot.issub {
    border-radius: 3px;
    border: 0;
}

button.subtop:hover {
    text-decoration: none;
}
button.subtop:hover .textlabel {
    text-decoration: underline;
}
button.subtop .textlabel {
    font-size: 16px;
}
button.subtop .textsublabel,
.subtop.issub .textsublabel {
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin: 3px 0 0;
}

.singletier button.subbot,
.subbot.issub {
    width: 300px;
    padding: 10px 10px 9px;
    margin: 40px 0 15px;
}

.singletier button.subbot .textlabel {
    font-size: 16px;
    display: inline-block;
}

.singletier button.subbot .textsublabel,
.subbot.issub .textsublabel {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 1em;
}

button.subbot:hover .textlabel {
    text-decoration: underline;
}

.subbotouter {
    text-align: center;
}


/* play video button */

.playbuttonouter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.playbutton {
    width: 95px;
    height: 74px;
    margin: auto;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.85);
    border: 3px solid rgba(255,255,255,0.7);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.hasvid .photo:hover {
    cursor: pointer;
}

.photo:hover .playbutton {
    opacity: 0.95;
    border: 3px solid rgba(255,255,255,1);    
    background-color: rgba(0,0,0,0.95);
}

.photo:hover .playicon {
    opacity: 1;
}

.playbutton .playicon {
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 15px 0px 15px 23px;
    line-height: 12px;
    vertical-align: baseline;
    margin: 20px 0 0 35px;
    opacity: 0.75;
}


/* main */

.main {
    padding: 30px 0 0;
    clear: left;
}
.left {
    width: 715px;
    padding: 0 30px;
    
}
.left p {
    margin: 0 0 1em;
    font-size: 17px;
    line-height: 135%;
}

.left p a {
    font-weight: 500;
}

.whatyouget h2 {
    margin: 30px 0 28px;
    font-size: 22px;
    font-weight: 400;
}

.whatyouget h2.band {
    font-size: 19px;
    font-weight: 500;
}

.whatyouget ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.whatyouget .b {
    font-weight: 500;
}

.whatyouget > ul > li {
    font-size: 17px;
    list-style: none;
    margin: 0;
    border: 2px dotted rgba(0,0,0,0.1);
    border-width: 2px 0 0;
    padding: 28px 30px;
    position: relative;
    font-weight: 500;
}

.whatyouget > ul > li .nb {
    font-weight: 400;
}

.invertIconography .whatyouget > ul > li,
.invertIconography .whatyouget > ul > li:last-child {
    border-color: rgba(255,255,255,0.2);
}


.whatyouget > ul > li:last-child {
    border: 2px dotted rgba(0,0,0,0.1);
    border-width: 2px 0;
}

.whatyouget > ul > li > .icon {
    position: absolute;
    left: 12px;
    top: 35px;
    width: 6px;
    height: 10px;
    background-position: 0 -14px;
}

.invertIconography .whatyouget > ul > li > .icon {
    background-position: -6px -14px;
    opacity: 0.75;
}

.whatyouget ul ul {
    margin: 20px 0 0;
}

.whatyouget ul ul.more {
    margin: 0;
}


.whatyouget ul ul li.message {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    position: relative;
}

.whatyouget ul ul li.message:first-child {
    padding: 0;
}

.whatyouget .message span {
    display: inline-block;
}

.whatyouget .photoband {
    background-size: cover;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    border-radius: 45px;
}

.whatyouget .message img {
    vertical-align: middle;
    margin-left: 8px;
}

.whatyouget .dots {
    position: absolute;
    top: -2px;
    left: 22px;
    font-size: 10px;
    line-height: 5.5px;
}

.whatyouget ul ul li.message:first-child .dots {
    display: none;
}

.whatyouget .message-video-thumb {
    display: inline-block;
    position: relative;
}

.whatyouget .message-playicon {
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 7px 0px 7px 12px;
    line-height: 12px;
    vertical-align: baseline;
    margin: 15px 0 0 32px;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.whatyouget .messagebody {
    width: 400px;
    font-size: 10px;
    vertical-align: middle;
    margin: 0 0 0 8px;
}

.whatyouget .messagebody .text {
    font-family: georgia, serif;
    font-style: italic;
    font-size: 12px;
    margin: 0 0 4px 0;
}

.whatyouget .messagebody .subtext {
    opacity: 0.6;
    display: block;
}

.whatyouget .comments > .icon {
    width: 12px;
    height: 12px;
    background-position: 0 -25px;
    position: relative;
    top: 4px;
    margin: 0 4px 0 0;
    opacity: 0.7;
}

.invertIconography .whatyouget .comments > .icon  {
    background-position: -12px -25px;
}

.whatyouget .messagebody .date {

}

.whatyouget .post-message-link {
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 -10px 0 20px;
}


.left .includeditems {
    list-style: none;
    padding: 0;
    text-align: left;
}

.left .includeditems li.item {
    display: inline-block;
    width: 120px;
    margin: 0 20px 20px 0;
    text-align: left;
    vertical-align: top;
}

.left .includeditems li.item img {
    display: block;
    width: 120px;
    height: 120px;
}

.left .includeditems.merch li.item img {
    display: block;
    width: 120px;
    height: 90px;
}

.includeditems .item img {
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
}

.invertIconography .includeditems .item img {
    outline: 1px solid rgba(255, 255, 255, 0.05);
    outline-offset: -1px;
}

.left .includeditems li.item a:hover .itemtitletext {
    text-decoration: underline;
}


.left .includeditems .itemtitle .itemtitletext {
    margin: 6px 0 0;
    display: inline-block;
    display: inline-block;
    width: 120px;
    font-size: 12px;
    font-weight: 500;
}

.left .includeditems .itemtitle .itembandtext {
    margin: 2px 0 0;
    display: block;
    width: 120px; 
    font-size: 12px;
    opacity: 0.6;
    font-weight: 500; 
}

.left .more {
    font-weight: 500;
}

.bc-ui-sub {
    background: url(/img/_sprite-bc-ui-subsc-20141117.png) no-repeat;
    display: inline-block;
}

.left .includeditems .subscriberonly {
    font-size: 11px;
    background: rgba(0,0,0,0.1);
    display: block;
    padding: 2px 2px 2px;
    border: 1px solid transparent;
    text-align: center;
    margin: 2px 0 0;
    font-weight: normal;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.invertIconography .left .includeditems .subscriberonly {
    background: rgba(255,255,255,0.1);
}

.left .includeditems .item :hover {
    text-decoration: none;
}

.left .footnotes {
    margin: 50px 0;
    text-align: center;
    font-size: 13px;
}

.left .footnotes div {
    margin: 0 0 30px;
}

.right {
    width: 260px;
    padding: 0 30px 0 0;
}

.right h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.right #bio-container,
.right #subscribers-container,
.right #activity-container {
    margin-bottom: 40px;
    margin-left: 0;
}

.right #bio-container {
    font-size: 13px;
}

.right #bio-container .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.right #bio-container .bio {
    margin: 1em 0;
}

.right #bio-container .links a {
    display: block;
    font-size: 13px;
    line-height: 150%;
}

.right #subscribers-container img.thumb {
    width: 28px;
    height: 28px;
}

.right .activity {
    list-style: none;
    padding: 0;
}

.right #activity-container .textsub a {
    font-weight: bold;
}

/* override of collectedby */

.collected-by .deets > .no-writing {
    padding: 2px;
}


.collected-by .deets > .no-writing > .fan {
    width: 28px;
    height: 28px;
    margin: 0 0 5px 5px;
}

.collected-by .deets-outer {
    position: static;
    width: 250px;
}

.collected-by .deets {
    margin: 0;
}

.collected-by .andxothers {

}

.collected-by .writing > .text {
    margin-left: 35px;
}

.collected-by .writing > .pic {
    position: absolute;
}

.collected-by .writing a.name {
    font: 500 normal 12px/1.25em 'Helvetica Neue', Helvetica, sans-serif;
    padding-right: 0.2em;
    color: inherit;
}

.collected-by .writing > .text {
    font-family: georgia, serif;
    font-style: italic;
    margin-left: 32px;
}

.collected-by .writing {
    position: relative;
    margin-bottom: 15px;
    min-height: 28px;
}

.collected-by .writing a.censor {
    display: block;
    float: right;
    padding: 2px 10px;
    margin: 0 4px 5px 5px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    visibility: hidden;
}

.collected-by .writing:hover a.censor {
    visibility: visible;
    opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #eee;
    background-color: rgba(0,0,0,0.05);
}
.invertIconography .collected-by .writing:hover a.censor {
    opacity: 0.5;
	filter: alpha(opacity=50);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}
.collected-by .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #eee;
    background-color: rgba(0,0,0,0.1);
}
.invertIconography .collected-by .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}

.collected-by .writing .pic > .tooltip {
    display: none;
    z-index: 3;
    position: absolute;
    bottom: 30px;
    left: -62px;
    width: 150px;
    padding-bottom: 3px;
}

.collected-by .writing .pic > .tooltip > div {
    text-align: center;
    background: #333;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
}


/* tiers */


.tiers {
    margin-top: 30px;
}

.tiers h2.join {
    font-size: 19px;
    font-weight: 500;
}

.tiers ul.tierslist {
    padding: 0;
    list-style-type: none;
}

ul.tierslist > li {
    margin: 0;
}

ul.tierslist li.tier {
    padding: 25px 30px 30px;
    font-size: 17px;

    border-width: 2px 2px 0 2px;
    border-style: solid solid none solid;
    border-color: rgba(6, 135, 245, 0.2);
}

ul.tierslist li.tier.lasttier {
    border-bottom: 2px solid rgba(6, 135, 245, 0.2);
}

/* borders - funky so that we can do opacity */
/*li.tier .tierborder {

}

li.tier.lasttier .tierborder {
    
}*/




li.tier ul.perkslist {
    padding: 0;
    list-style-type: none;
}

ul.perkslist li.perk {
    margin: 4px 0 4px 0;
}

li.tier .tierdesc {
    margin-top: 5px;
}

li.tier .tierbuttonouter {
    margin-top: 14px;
}

li.tier button.tierbutton {
    padding: 12px 20px 12px;
    text-align: center;
    border: 0;
    font-weight: bold;
    font-size: 18px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

button.subbot {
    background: #0687F5;
    color: #FFFFFF;
}

button.tierbutton .joinnow {
    display: inline-block;
    vertical-align: middle;
}

button.tierbutton .spacer {
    display: inline-block;
    background-color: #000;
    opacity: 0.15;
    height: 23px;
    width: 2px;
    margin: 0 5px 0 5px;
    vertical-align: middle;
}

.invertIconography button.tierbutton .spacer {
    background-color: #FFF;
}

button.tierbutton .price {
    display: inline-block;
    vertical-align: middle;
}

button.tierbutton .term {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    width: 58px;
    margin-bottom: 1px;
    line-height: 9px;
}

button.tierbutton:hover {
  text-decoration: none;
}

button.tierbutton:hover .spacer {
  text-decoration: none;
}

button.tierbutton:hover .joinnow {
  text-decoration: underline;
}

button.tierbutton:hover .price {
  text-decoration: none;
}





/* subscribe flow */





#subscribe-vm input.has-validation-error,
#subscribe-vm textarea.has-validation-error {
    border-color: #e00;
}

/* forms general */

.modern-form label  { 
    margin-right: 12px; /* override */
    vertical-align: top;
}

.modern-form input {
    margin: 0; /* override */
}


/* payment form */

.payment-form .divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #ededed;
    margin-top: 30px;
}

.payment-form .divider.lower-divider {
    margin-top: 21px;
}

.payment-form .error-bubble {
    font-weight: normal;
    margin: 2px 0 4px;
    font-size: 12px;
    max-width: 339px;
}

.payment-form .buttons {
    margin-left: 134px;
}

.payment-form .buttons button {
    width: 206px;
}

body:lang(ja) .payment-form .buttons button {
    width: auto;
}

.payment-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* shipping country */

.payment-form .shipping-country, .payment-form .shipping-country-input, .payment-form .shipping-country-inner {
    display: inline-block;
}

.payment-form .shipping-country-inner {
    position: relative;
}

.payment-form .shipping-country-label {
    display: inline-block;
    width: 115px;
    text-align: right;
    vertical-align: middle;
}

.payment-form .shipping-country-item {
    margin-bottom: 16px;
}

.payment-form .shipping-country-input {
    width: 14em;
}

.payment-form .shipping-country .error-bubble {
    width: 16em;
}

.payment-form .shipping-country-alt-text {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-left: 5px;
}

/* user price */

.payment-form .user-price-item {

}

.payment-form .user-price-label {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 14px;
    width: 117px;
    vertical-align: top;
    text-align: right;
    text-transform: capitalize;
}
.gecko .payment-form .user-price-label {
    margin-top: 16px;
}

.payment-form .currency-symbol {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}
.gecko .payment-form .currency-symbol {
    top: 12px;
}

.payment-form .user-price {
    display: inline-block;
}

.payment-form .user-price-inner {
    display: inline-block;
    position: relative;
}

.payment-form .user-price-input {
    font-size: 20px;
    width: 65px;
    padding: 8px 5px 8px 25px;
    display: inline-block;
}

.payment-form .user-price-currency-code {
    margin-left: 5px;
}

.payment-form .user-price-alt-text {
    font-size: 1.1em;
    color: #999;
}

.payment-form .security-code-label {
    margin-top: 6px;
}

/* fan email */

.payment-form .fan-email, .payment-form .fan-email-input, .payment-form .fan-email-inner {
    display: inline-block;
}

.payment-form .fan-email-inner {
    position: relative;
}

.payment-form .fan-email-label {
    display: inline-block;
    width: 115px;
    text-align: right;
    vertical-align: top;
    margin-top: 6px;
}

.payment-form .fan-email-item {

}

.payment-form .fan-email-input {
    width: 20em;
}

.payment-form .fan-email .error-bubble {
    width: 24em;
}

.payment-form .email-checking {
    width: 22px;
    position: absolute;
    top: 2px;
    left: 295px;
}

/* card entry */

.card-entry.disabled {
    position: relative;
    color: gray;
}

.card-entry.disabled .bc-ui-sub {
    opacity: 0.5;
}

.card-entry.disabled:before {
    content: "fake";
    position: absolute;
    left: 50%;
    top: 1%;
    margin-left: -25%;
    font-size: 125px;
    color: red;
    opacity: 0.25;
    z-index: 1;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.card-entry .item {
     padding: 5px 0 5px 0; 
}

.card-entry label {
    display: inline-block;
    width: 114px;
    text-align: right;
    margin-right: 15px;
}

.card-entry .cc-icons {
    width: 93px;
    height: 39px;
    background-position: 0px -100px;
    position: absolute;
    top: 0;
    left: 243px;
}

.card-entry .security-icon {
    width: 40px;
    height: 24px;
    background-position: 0px -139px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 75px;
}

.sslnote.mobile {
    display: none;
}

.sslnote {
    display: block;
    position: absolute;
    top: 0px;
    left: 119px;
    margin-left: 48px;
    padding: 0 26px 0 0;
}

.card-entry .sslnote-text {
    font-size: 11px;
    font-style: italic;
    text-align: right;
    display: block;
    width: 140px;
    line-height: 130%;
    color: #777;
}

.card-entry .ssl-icon {
    width: 19px;
    height: 28px;
    background-position: 0px -170px;
    position: absolute;
    right: 0;
}


/* card number */

.card-entry .card-number, .card-entry .card-number-inner {
    display: inline-block;
}

.card-entry .card-number-inner {
    position: relative;
    width: 234px;
}

.card-entry .card-number-item {
    padding: 5px 0 0 0;
}

.card-entry .card-number-label {
    vertical-align: top;
    margin-top: 5px;
}

.card-entry .card-number-input {
    width: 16em;
    display: inline-block;
    margin-top: 0;
}

/* expiration date */

.card-entry .expiration-date, .card-entry .expiration-date-inner {
    display: inline-block;
}

.card-entry .expiration-date-label {
    vertical-align: top;
    margin-top: 4px;
}

/* security code */

.card-entry .security-code, .card-entry .security-code-inner, .card-entry .security-code-input {
    display: inline-block;
}

.card-entry .security-code-inner {
    position: relative;
}

.card-entry .security-code-input {
    width: 4em;
}

.cart-entry .security-code-label {
    vertical-align: top;
    margin-top: 9px;
}

/* billing country */

.card-entry .billing-country, .card-entry .billing-country-inner, .card-entry .billing-country-input {
    display: inline-block;
}

.card-entry .billing-country-input {
    width: 10em;
}

.card-entry .billing-country-label {
    vertical-align: top;
    margin-top: 3px;
}

/* billing zip */

.card-entry .billing-zip, .card-entry .billing-zip-inner,  .card-entry .billing-zip-input{
    display: inline-block;
}

.card-entry .billing-zip-inner {
    position: relative;
}

.card-entry .billing-zip-input {
    width: 7em;
}

.card-entry .billing-zip-label {
    vertical-align: top;
    margin-top: 6px;
}

.payment-form .refund-policy {
    font-size: 12px;
    color: #999;
    text-align:center;
    margin-top: 20px;
}

/* shipping form */

.shipping-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.shipping-form .item.heading-item {
    font-size: 16px;
    padding: 0;
}

.shipping-form .divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #ededed;
    margin: 30px 0;
}

.shipping-form .divider.top {
    border-top: 1px solid #ededed;
    margin: 30px 0 20px;
}

.shipping-form label {
    width: 8em;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.shipping-form .item {
    padding: 0 0 10px 0;
}

.shipping-form .item.last {
    padding: 0;
}

.shipping-form .buttons {
    margin-left: 110px;
}

.shipping-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* name */

.shipping-form .name, .shipping-form .name-inner, .shipping-form .name-input {
    display: inline-block;
}

.shipping-form .name-label {
    vertical-align: top;
    margin-top: 5px;
}

.shipping-form .name-input {
    width: 18em;
}

/* country */

.shipping-form .country, .shipping-form .country-inner, .shipping-form .country-input {
    display: inline-block;
}

.shipping-form .country-label {
    vertical-align: top;
    margin-top: 3px;
}

.shipping-form .country-input {
    width: 10em;
}

/* street */

.shipping-form .street, .shipping-form .street-inner, .shipping-form .street-input {
    display: inline-block;
}

.shipping-form .street-label {
    vertical-align: top;
    margin-top: 5px;
}

.shipping-form .street-input, .shipping-form .street-2-input  {
    width: 18em;
}

.shipping-form .street-2 {
    margin-left: 110px;
    padding-top: 6px;
}

/* city */

.shipping-form .city, .shipping-form .city-inner, .shipping-form .city-input {
    display: inline-block;
}

.shipping-form .city-label {
    vertical-align: top;
    margin-top: 5px;
}

/* state */

.shipping-form .state, .shipping-form .state-inner, .shipping-form .state-input {
    display: inline-block;
}

.shipping-form .state-label {
    vertical-align: top;
    margin-top: 3px;
}

/* zip */

.shipping-form .zip, .shipping-form .zip-inner, .shipping-form .zip-input {
    display: inline-block;
}

.shipping-form .zip-label {
    vertical-align: top;
    margin-top: 5px;
}

/* verification form */

.verification-form .change-email {
    font-size: 14px;
    color: #999;
    margin-left: 0.4em;
}

.verification-form .login {
    margin-top: 10px;
}

.verification-form .login,
.verification-form .resend {
    font-size: 13px;
}

/* login form */

.login-form .item.heading-item {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.login-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.login-form label {
    width: 8em;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.login-form .item {
    padding: 0 0 8px;
}

.login-form .buttons {
    padding-top: 12px;
    margin-left: 110px;
}

.login-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-dialog.nu-dialog .login-form button { /* kind of annoying */
    width: 8.2em;
}

.login-form .change-email {
    color: #999;
    font-size: 12px;
}

.login-form .lower-divider {
    margin-top: 30px;
}

/* email address */

.login-form .email, .login-form .email-inner, .login-form .email-input {
    display: inline-block;
}

.login-form .email-label {
    vertical-align: top;
    margin-top: 5px;
}

.login-form .email-input {
    width: 18em;
}

/* password */


.login-form .item.pass {
    margin: 0;
    padding: 0;
}

.login-form .password, .login-form .password-inner, .login-form .password-input {
    display: inline-block;
}

.login-form .password-label {
    vertical-align: top;
    margin-top: 5px;
}

.login-form .password-input {
    width: 18em;
}

.login-form .forgot-password {
    font-size: 12px;
    margin-top: 8px;
}

/* two-factor */

.login-form .item.two-factor {
    margin-top: 25px;
    padding: 0;
}

.login-form .two-factor-item {
    padding: 0 0 6px 0;
}

.login-form .two-factor-heading-item {
    font-size: 16px;
    margin-bottom: 10px;
}

.login-form .two-factor-code, .login-form .two-factor-code-inner, .login-form .two-factor-code-input {
    display: inline-block;
}

.login-form .two-factor-code-label {
    vertical-align: top;
    margin-top: 5px;
}

.login-form .two-factor-remember, .login-form .two-factor-remember-inner, .login-form .two-factor-remember-input {
    display: inline-block;
}

.login-form .two-factor-remember {
    margin-left: 8em;
}

.login-form .two-factor-remember-label {
    vertical-align: top;
    width: 12em;
    margin-top: 5px;
    margin-left: 0;
    text-align: left;
}

.login-form .no-phone {
    margin-top: 10px;
    font-size: 12px;
}

.login-form .two-factor-help h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 1em 0 0.5em 0;
}

.login-form .two-factor-help .help-text {
    font-size: 12px;
    margin: 5px 40px 0 20px;
}

/* fan account signup */

.signup-form .siteroot {
    background-color: #ededed;
    padding: 5px 7px 5px 0px;
}

.signup-form .item.heading-item {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.signup-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.signup-form label {
    width: 11em;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.signup-form label.tos-label {
    text-align: left;
}

.signup-form

.signup-form .item {
    padding: 0 0 10px 0;
}

.signup-form .buttons {
    padding-top: 2px;
    margin-left: 146px;
}

.signup-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.signup-form .suggesting-url {
    width: 22px;
    position: absolute;
    top: 6px;
    left: 270px;
}

.signup-form .divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #ededed;
    margin-bottom: 28px;
}

.signup-form .divider.lower-divider {
    margin-top: 20px;
}


/* email */

.signup-form .email-label {
    margin-top: 2px;
}

.signup-form .email {
    display: inline-block;
}

.signup-form .email-inner {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    max-width: 260px;
    margin: 0 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.signup-form .change-email {
    font-size: 12px;
    vertical-align: top;
}

/* name */

.signup-form .name, .signup-form .name-inner, .signup-form .name-input {
    display: inline-block;
}

.signup-form .name-label {
    vertical-align: top;
    margin-top: 5px;
}

.signup-form .name-input {
    width: 18em;
}

.signup-form .name-hint {
    color: #999;
    font-size: 12px;
}

/* username */

.signup-form .username, .signup-form .username-inner, .signup-form .username-input {
    display: inline-block;
}

.signup-form .username-label {
    vertical-align: top;
    margin-top: 6px;
}

.signup-form .username-input {
    width: 142px;
}

.signup-form .username-inner {
    position: relative;
}

/* password */

.signup-form .password, .signup-form .password-inner, .signup-form .password-input {
    display: inline-block;
}

.signup-form .password-label {
    vertical-align: top;
    margin-top: 5px;
}

.signup-form .password-input {
    width: 18em;
}

/* tos */

.signup-form .tos, .signup-form .tos-inner, .signup-form .tos-input {
    display: inline-block;
}

.signup-form .tos-input {
    vertical-align: top;
    margin-top: 1px;
}

.signup-form .tos {
    margin: 5px 0 0 146px;
}

.signup-form .terms-text {
    display: inline-block;
    width: 260px;
    font-size: 12px;
}

/* email form */

.email-form .heading-item {
    font-size: 16px;
    margin-bottom: 45px;
}

.email-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.email-form label {
    width: 8em;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.email-form .item {
    padding: 3px 0 3px 0;
}

.email-form .buttons {
    padding-top: 12px;
    margin-left: 110px;
}

.email-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* email */

.email-form .email, .email-form .email-inner, .email-form .email-input {
    display: inline-block;
}

.email-form .email-label {
    vertical-align: top;
    margin-top: 5px;
}

.email-form .email-input {
    width: 18em;
}

.email-form .email {
    position: relative;
}

.email-form .email-checking {
    width: 22px;
    position: absolute;
    top: 2px;
    left: 271px;
}

/* forgot password */

.forgot-password-form .heading-item {
    font-size: 16px;
    margin-bottom: 45px;
}

.forgot-password-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.forgot-password-form label {
    width: 8em;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.forgot-password-form .item {
    padding: 3px 0 3px 0;
}

.forgot-password-form .buttons {
    padding-top: 12px;
    margin-left: 110px;
}

.forgot-password-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.forgot-password-form .change-email {
    color: #999;
    font-size: 12px;
    margin-top: 36px;
}

.forgot-password-form .divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #ededed;
    margin-top: 36px;
}

/* email */

.forgot-password-form .email, .forgot-password-form .email-inner, .forgot-password-form .email-input {
    display: inline-block;
}

.forgot-password-form .email-label {
    vertical-align: top;
    margin-top: 5px;
}

.forgot-password-form .email-input {
    width: 18em;
}

/* reset password */

.reset-password-form .heading-item {
    font-size: 16px;
    margin-bottom: 25px;
}

.reset-password-form .error-bubble {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.reset-password-form label {
    width: 8em;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.reset-password-form .item {
    padding: 3px 0 3px 0;
}

.reset-password-form .buttons {
    padding-top: 12px;
    margin-left: 110px;
}

.reset-password-form .submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reset-password-form .divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #ededed;
    margin-bottom: 25px;
}

/* password */

.reset-password-form .password, .reset-password-form .password-inner, .reset-password-form .password-input {
    display: inline-block;
}

.reset-password-form .password-label {
    vertical-align: top;
    margin-top: 5px;
}

.reset-password-form .password-input {
    width: 18em;
}


/* tablet that supports our apps - desktop view + apps */

.tabletapp .subwelcome {
    height: 440px;
}


.tabletapp .subwelcome ul.thanks {
    margin: 0 200px 0  210px;
}

.tabletapp .subwelcome .grabapp {
    display: inline-block;
}


.tabletapp ul.app-buttons {
    padding: 0;
    text-align: center;
}

.tabletapp ul.app-buttons li {
    margin: 0;
}



/* ------------- subscribe_payment.css --------------- */

/* NYP dialog for artist subscriptions */

#subscribe-payment .prompt {
    line-height: 1.4;
}

#subscribe-payment .user-price {
    /*text-align: center;*/
}

#subscribe-payment .user-price-inner {
    display: inline-block; /* shrinkwrap */
    /*font-size: 2rem;*/
}

#subscribe-payment .user-price-input {
    display: inline-block; /* overrides modern-form */
    width: 2.5em;
    font-size: inherit;
    text-align: right;
}

#subscribe-payment .user-price-currency-code {
    /*font-size: 1.3rem;*/
    color: gray;
}

#subscribe-payment .user-price .error-bubble {
    margin-top: 1em;
}

/* ------------- post_subscribe.css --------------- */
.post-subscribe {

}

.post-subscribe h3 {
    font-size: 14px;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

#customHeaderWrapper.post-sub-header {
    margin: -35px -30px 10px -30px;
}

#propOpenWrapper, #pgBd {
    background-color: #dedede;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.bc-ui-sub {
    background: url(/img/_sprite-bc-ui-subsc-20141117.png) no-repeat;
    display: inline-block;
}

.collected-by .deets-outer {
    width: 229px;
}

.column-item {
    margin-bottom: 20px;
}

.left-column {
    width: 650px;
    float: left;
    margin-right: 35px;
}


.top-spacer {
    height: 40px;
}

.thanks-replacement-spacer {
    height: 370px;
}

.app-replacement-spacer {
    height: 300px;
}

.hide-icon {
    background: url("/img/_sprite-bc-ui-20150529.png");
    background-position: 0 -80px;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    opacity: 0.5;
}

.hide-icon:hover {
    opacity: 1;
    cursor: pointer;
}

.invertIconography .hide-icon {
    background-position: -24px -80px;
}

.invertIconography .hide-icon:hover {
    opacity: 1;
}

/* general module style */

.module {
    background-color: rgb(255, 255, 255);
    color: #333;
}

.invertIconography .module {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    color: #eee;
}

.secondary-text {
    color: #999;
}

.invertIconography .secondary-text {
    color: rgba(255,255,255,0.75);
}

.tertiary-text {
    color: #999;
}

.invertIconography .tertiary-text {
    color: rgba(255,255,255,0.5);
}

.error {
    display: block;
    margin: 0.5em 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: red;
}

.error-bubble, .error {
    background-color: rgb(255, 255, 255);
    padding: 5px 0 10px 20px;
    margin: 0;
}

.error {
    padding: 5px 0 10px 0;
}

.invertIconography .error-bubble, .invertIconography .error {
    background-color: rgba(255, 255, 255, 0.08);
}

/* */

/*** Video Upload ***/
.control-group.video-upload {
    display: inline-block;
    padding-top: 7px;
    padding-right: 4px;
}

.control-group.video-upload a {
    color: #0687f5;
}

.control-group.video-upload .video-upload-link {
    font-size: 14px;
    display: inline-block;
}

.invertIconography .control-group.video-upload a {
    color: #0687f5;
}

.video-upload-controls {
    line-height: 14px;
    display: inline-block;
    width: 100%;
}
/* video icons */
.bc-ui.video-small-light,
.bc-ui.video-small-dark {
    width: 14px;
    height: 8px;
}
.bc-ui.video-med-light,
.bc-ui.video-med-dark {
    width: 28px;
    height: 16px;
}
.bc-ui.video-small-light {
    background-position: -76px -482px;
}
.bc-ui.video-small-dark {
    background-position: -30px -482px;
}
.bc-ui.video-med-light {
    background-position: -46px -482px;
}
.bc-ui.video-med-dark {
    background-position: 0 -482px;
}
/* video upload box */
.video-upload-controls .video-upload-box {
    background-color: #fcfcfc; 
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 88px;
    padding: 30px 0 0;
    vertical-align: middle;
    width: 210px;
    background-size: cover; /* for the thumb */
    position: relative;
}
.video-upload-controls  .video-upload-box.blank {
    background-color: #fff; 
    border: 1px dashed #c0c0c0;
    color: #999;
    text-align: center;
}
.video-upload-controls .video-upload-box .upload-file {
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.video-upload-controls .video-upload-box .bc-ui {
    display: block;
    margin:22px auto 0;
}
.video-upload-controls .video-upload-box.blank .bc-ui {
    margin:0 auto 8px;
}
.video-upload-controls .video-upload-box p {
    line-height: 20px;
    margin:6px 0 0;
}
.video-upload-controls .video-upload-box .hint {
    display:none;
}
/* video upload text */
.video-upload-controls .video-upload-text {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    width: 220px;
}
.video-upload-controls .video-upload-text p {
    line-height: 20px;
    margin:0;
    font-size: 11px;
}
.video-upload-controls .video-upload-text .checkmark {
    float:left;
    width: 14px;
    height: 11px;
    background-position: 0 -6px;
    display: inline-block;
    margin: 0 3px 0 0;
}
.video-upload-controls .filename,
.video-upload-controls .file-size,
.video-upload-controls .status,
.video-upload-controls .delete-file,
.video-upload-controls .cancel-video-upload {
    display: inline-block;
    vertical-align: bottom;
    color: #999;
    max-width: 257px;
    white-space: nowrap;
    overflow: hidden;
    overflow: ellipsis;
    font-size: 11px;
}
.video-upload-controls .filename.strikethrough,
.video-upload-controls .file-size.strikethrough {
    display: none;
    text-decoration: line-through;
}
.video-upload-controls .filename,
.video-upload-controls .file-size,
.video-upload-controls .status,
.video-upload-controls .delete-file,
.video-upload-controls .cancel-video-upload {
    display: block;
}
.video-upload-controls .delete-file,
.video-upload-controls .cancel-video-upload {
    color: inherit;
}
.video-upload-controls .filename {
    white-space: inherit;
    word-break: break-all;
    word-wrap: break-word;
}
.video-upload-controls .hint {
    color: #999;
} 
.video-upload-controls .status {
    font-style: italic;
    color: #9aae28;
    margin-top: -2px;
}
.video-upload-controls .status.red {
    color: red;
    font-style: inherit;
    margin-top: 2px;
}
.video-upload-controls > p:last-child {
    margin-bottom:0;
}
/* video progress bars */
.video-upload-controls .upload-progress .progress_outer {
    width: 280px;
    height: 5px;
    margin: 5px 0 0;
    border: 1px solid #0a7528;
    background: #f5fcf6;
}
.video-upload-controls .upload-progress .progress_outer {
    width: 178px;
    margin:12px auto 0;
}
.video-upload-controls .upload-progress .progress_inner {
    height: 5px;
    background-color: #38c44d;
}

.uploader-errors {
    display: inline-block;
    margin-left: 3px;
}

.uploader-errors .error {
    font-weight: normal;
}

/* track player */


/* track_play_waypoint */
.track_play_waypoint {
    display: block;
    opacity: 0;
    padding: 5px 5px;
    bottom: -100px;

    -webkit-transition: opacity 0.2s ease-in, bottom 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in, bottom 0.2s ease-in;
    transition: opacity 0.2s ease-in, bottom 0.2s ease-in;
}
.track_play_waypoint.activated {
    opacity: 1;
    display: block;
    position: fixed;
    width: 196px;
    bottom: 25px;
    padding: 5px 5px;
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.waypoint-header-last, .waypoint-header-now {
    display: none;
    margin-bottom: 2px;
    font-size: .9em;
    color: white;
}
.track_play_waypoint.playing .waypoint-header-last, .track_play_waypoint.done .waypoint-header-now {
    display: none;
}
.track_play_waypoint.done .waypoint-header-last, .track_play_waypoint.playing .waypoint-header-now {
    display: inline-block;
}

.track_play_waypoint img {
    float: left;
    margin-right: 6px;
    height: 45px;
    width: 45px;
}

.waypoint-item-title, .waypoint-artist-title {
    max-width: 173px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    color: white;
}
.waypoint-item-title {
    font-weight: bold;
    font-size: .9em;
}
.waypoint-artist-title {
    font-size: .8em;
}



/* */

.thanks-wrapper {
    padding: 20px 0 20px 0;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 648px;
}

.thanks-wrapper a.hide-thanks > .hide-icon {
    top: 20px;
    right: 20px;
}

.thanks-wrapper .thanks {
    margin-top: 60px;
    padding-bottom: 20px;
    position: relative;
}

.bio-photo {
    width: 140px;
    height: 140px;
/*    background: #fc0; */
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -40px;
}

#subscribers-container h3 {
    color: #333;
}

.invertIconography #subscribers-container h3 {
    color: #eee;
}

.right #subscribers-container img.thumb {
    width: 28px;
    height: 28px;
}

.thanks-wrapper .thanks > h2 {
    font-size: 26px;
    font-weight: 500;
}

.invertIconography .thanks-wrapper .thanks > h2 {
    /*padding: 106px 0 0 0;*/
}

.thanks-wrapper .thanks-msg {
    padding: 0 30px 15px 30px;
    font-family: georgia,serif;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
}

/* post message */

.progress_outer, .progress_inner {
    height: 0.5em;
}

.post-message-spacer {
    padding-top: 31px;
    margin-bottom: 31px;
    border-bottom: dotted;
    border-width: 2px;
    border-color: #c7c7c7;
}

.invertIconography .post-message-spacer {
    border-color: rgba(255, 255, 255, 0.20);
}

.post-message .band-photo {
    float: left;
}

.post-message .message-block {
    float: left;
}

.post-message .bottom-bar {
    padding: 8px 10px 8px 20px;
    background-color: rgb(255, 255, 255);
    color: #333;
    overflow: auto;
    margin: 1px 0 0;
}

.post-message textarea {
    box-sizing: border-box;
    height: 80px;
    width: 600px;
    padding: 20px 10px 10px 20px;
    border: none;
/*
    resize: vertical;
*/
    resize: none;
  outline: none;
    font: 14px/1.231 "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.invertIconography .post-message textarea {
    background-color: #eee;
}

.invertIconography .post-message .bottom-bar {
    background-color: #eee;
}


.post-message .save-btn {
    float: right;
    background: #0687f5;
    border-color: #0687f5;
    color: #fff;
    padding: 8px 48px 7px 48px;
    font-size: 14px;
    margin: 0;
}

.post-message .save-btn:disabled {
    opacity: 0.3;
    filter: alpha(opacity=50);
    cursor: default;
}

.post-message .save-btn:disabled:hover {
    text-decoration: none;
}

.post-message form {
    padding-left: 50px;
}

.post-message .arrow {
    width: 0px;
    height: 0px;
    border-right: 8px solid rgb(255, 255, 255);
    border-top: 12px solid transparent;
    position: absolute;
    margin-left: 43px;
}

.invertIconography .post-message .arrow {
    border-right: 8px solid #eee;
}

.post-message .message-pic-inner {
    background-color: #fff;
    padding: 20px;
}

.invertIconography .post-message .message-pic-inner {
    background-color:#eee;
}

.post-message .video-upload-controls-inner {
    background-color: #fff;
    padding: 20px;
}

.invertIconography .post-message .video-upload-controls-inner {
    background-color:#eee;
}

.post-message .message-pic-inner img {
    max-width: 560px;
    max-height: 300px;
}

.post-message .message-pic-inner .remove {
    font-size: 93%;
    font-weight: bold;
    position: absolute;
    margin: 5px 0 0 -27px;
    width: 2em;
}

.post-message .video-upload-controls-inner .remove {
    font-size: 93%;
    font-weight: bold;
    position: absolute;
    width: 2em;
    top: 0;
    right: 0;
    margin: 0.5em 0.5em 0 0;
}

.control-group.photo-upload {
    float: left;
    padding-top: 7px;
    padding-right: 4px;
}

.control-group.photo-upload a, .control-group.video-upload a {
    font-size: 14px;
    color: #0687f5;
}

.invertIconography .control-group.photo-upload a, .invertIconography .video-upload.photo-upload a {
    color: #0687f5;
}

.post-message .upload-fake-pic {
    width: 300px;
    height: 200px;
    border: 1px solid rgba(0,0,0,0.2);
}

.post-message .message-pic-inner .upload-progress {
    margin-top: 96px;
}

/* override of collectedby */

#subscribers-container {
    /*margin-left: 12px;*/
}

.collected-by .deets > .no-writing {
    padding: 0;
    padding: 2px;
}

.collected-by .deets > .no-writing > .fan {
    width: 28px;
    height: 28px;
    margin: 0 7px 7px 0px !importat;
}

.collected-by .deets-outer {
    position: static;
}

.collected-by .deets {
    margin: 0;
}

.collected-by .writing .pic > .tooltip {
    display: none;
    z-index: 3;
    position: absolute;
    bottom: 30px;
    left: -62px;
    width: 150px;
    padding-bottom: 3px;
}

.collected-by .writing .pic > .tooltip > div {
    text-align: center;
    background: #333;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
}

.collected-by .andxothers {

}

.collected-by .writing img.thumb {
    width: 28px;
    height: 28px;
}

.collected-by .writing > .text {
    margin-left: 35px;
}

.collected-by .writing > .pic {
    position: absolute;
}

.collected-by .writing a.name {
    font: 500 normal 12px/1.25em 'Helvetica Neue', Helvetica, sans-serif;
    padding-right: 0.2em;
    color: inherit;
}

.collected-by .writing > .text {
    font-family: georgia, serif;
    font-style: italic;
    margin-left: 32px;
}

.collected-by .writing {
    position: relative;
    margin-bottom: 15px;
    min-height: 28px;
}

.collected-by .writing a.censor {
    display: block;
    float: right;
    padding: 2px 10px;
    margin: 0 4px 5px 5px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    visibility: hidden;
}

.collected-by .writing:hover a.censor {
    visibility: visible;
    opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #eee;
    background-color: rgba(0,0,0,0.05);
}
.invertIconography .collected-by .writing:hover a.censor {
    opacity: 0.5;
	filter: alpha(opacity=50);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}
.collected-by .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #eee;
    background-color: rgba(0,0,0,0.1);
}
.invertIconography .collected-by .writing a.censor:hover {
    opacity: 1;
	filter: alpha(opacity=100);
    background-color: #1a1a1a;
    background-color: rgba(255,255,255,0.1);
}

/* new stories indicator */
.feed .new-feed-stories button {
    margin: 0 0 20px 0;
    box-sizing: border-box;
    padding: 15px 20px 15px 20px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    color: #333;
    overflow: auto;
    text-align: center;
    width: 100%;
    font-size: 14px;
    outline: none;
    font-weight: bold;
    border: none;
}

.invertIconography .feed .new-feed-stories button {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
}

.feed .new-feed-stories-floater {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: auto;
    width: 645px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 0;
}

.feed .new-feed-stories-floater button {
    color: #333;
    position: relative;
    padding: 9px 2em;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    -webkit-box-shadow: 0 0.1rem 0.6rem 0 rgba(0,0,0,0.2);
    box-shadow: 0 0.1rem 0.6rem 0 rgba(0,0,0,0.2);
}

.invertIconography .feed .new-feed-stories-floater button {
    /*background-color: rgba(255,255,255, 0.9);*/
    border: 1px solid rgba(255,255,255,0.1);
}

/* feed */

.feed {
    position: relative;
}

.feed .message-video {
    height: 337px;
    width: 600px;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.feed .message-video.landscape {
    height: 338px;
    width: 600px;
}

.feed .message-video.portrait {
    height: 533px;
    width: 300px;
}

.feed .message-video-iframe {
    background-color: #000;
    border: none;
    height: 100%; 
    width: 100%; 
}


/* stories - generic styles */

ol.stories {
    padding: 0;
    list-style-type: none;
}

ol.stories > li.story {
    margin: 0 0 30px 0;
    list-style-type: none;
    position: relative;
}

li.story .new-comments-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    border-top: 2px solid #f9780a;
}

.new-comments-wrapper .new-comments {
    width: 148px;
    height: 22px;
    line-height: 20px;
    margin: 0 auto;
    color: white;
    background-color: #f9780a;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
}

.new-comments .new-comments-arrow {
    background: url("/img/_sprite-bc-ui-20150529.png");
    background-position: -49px -1px;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    opacity: 1;
    top: 7px;
    left: 19px;
}

.new-comments .num-new-comments {
    margin-left: 39px;
}

.new-comments .num-new-comments:hover {
    cursor: pointer;
    text-decoration: underline;
}

li.story .sidebar {
    width: 50px;
}

li.story .main {
/*    width: 608px; */
    box-sizing: border-box;
    padding: 15px 20px 15px 20px;
    background-color: rgb(255, 255, 255);
    border-bottom: 0;
    margin-bottom: 2px;
    color: #333;
    overflow: auto;
}

li.story .main.with-new-comments {
    padding-top: 40px;
}

.invertIconography li.story .main {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    color: #eee;
}

li.story .sidebar,
li.story .main {
    position: relative;
}

/* the little arrow thinger */
/*.story-wrapper .main:before {
    content: '';
    border-width: 0 0 12px 7px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    left: -7px;
}*/

li.story .storytop {
    font-size: 0;
    position: relative;
}

li.story .sidebar .band-photo {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
}

li.story h3 {
    font-weight: normal;
    margin: 0;
    display: inline-block;
    width: 70%;
}

li.story .date {
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 30%;
}

li.story.band-member .date {
    width: 25%;
}

/* tags */

li.story .tags-section {
/*  width: 608px; */
    box-sizing: border-box;
/*    padding: 10px 20px 10px 20px; */
/*    border-top: 0; */
    border: 0;
    margin: 10px 0 0;
}

.invertIconography li.story .tags-section {
    /*background-color: rgba(255, 255, 255, 0.20);*/
    border: none;
    color: #eee;
}

.tags-section ul.tags {
    padding: 0;
    display: inline-block;
}

ul.tags li {
    display: inline-block;
    margin: 0;
}

/* --- bccroptool jquery overrides overrides--- */

.bccroptool .ui-widget-content .ui-state-hover,
.bccroptool .ui-widget-content .ui-state-focus {
    border: 1px solid #999999/*{borderColorHover}*/;
    background: #e6e6e6/*{bgColorDefault}*/ url(/css/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcHover}*/;
}
.bccroptool .ui-widget-content .ui-state-hover:focus,
.bccroptool .ui-widget-content .ui-state-focus:focus {
    outline: 0;
}
.bccroptool .ui-widget-content .ui-state-active {
    border: 1px solid #aaaaaa/*{borderColorActive}*/;
    background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcActive}*/;
}
.image-editor-dialog.ui-dialog.nu-dialog .ui-dialog-content {
    padding: 0px 0px 20px 0px;
}

/* --- end bccroptool jquery overrides overrides--- */

/* --- add_photo_dialog --- */

.add-photo-dialog-body {
    position: relative;
    padding-left: 43px;
}

.add-photo-dialog-body h1 {
    font-size: 1.1em;
    color: #595959;
    margin-top: 0;
}

.add-photo-dialog-body ul, .add-photo-dialog-body li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.add-photo-dialog-body li {
    margin-bottom: 15px;
}

.add-photo-dialog-body ul li:last-child {
    margin-bottom: 0;
}

.add-photo-dialog-body .compound-button {
    display: inline-block;
    width: 315px;
    padding: 0.25em 1.2em;
    font-size: 110%;
    font-weight: bold;
    border-radius: 4px;
}

.add-photo-dialog-body .compound-button a {
    padding: 7px 0 0 40px;
    height: 24px;
    width: 315px;
    display: inline-block;
}
.add-photo-dialog-body .compound-button a.hover {
    text-decoration: underline;
}

.add-photo-dialog-body .facebook-action {
    background-color: #4C699e;
}
.add-photo-dialog-body .facebook-action .facebook-connect {
    background: url('/img/f_logo.png') no-repeat;
    background-size: 24px 24px;
    background-position: 0px 3px;
    color: #fff;
}

.add-photo-dialog-body .twitter-action {
    background-color: #1Daee3;
}
.add-photo-dialog-body .twitter-action .twitter-connect {
    background: url('/img/twitter-bird-white-on-blue.png') no-repeat;
    background-size: 35px 35px;
    background-position: -5px -3px;
    color: #fff;
}

.add-photo-dialog-body .upload-action {
    width: 314px;
    border: 1px solid silver;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%,rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
.add-photo-dialog-body .upload-action .upload-from-pc {
    width: 314px;
    background: url('/img/monitor.png') no-repeat;
    background-size: 24px 24px;
    background-position: 0px 2px;
}

.add-photo-dialog-body .specs-alt {
    display: none;
}

.add-photo-dialog-body .specs {
    font-size: 11px;
    width: 344px;
    color: #999;
    padding: 6px 4px 0 4px;
    text-align: center;
}

.add-photo-dialog-body.uploading .specs {
    display: none;
}

.add-photo-dialog-body .progress-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) url(/img/playerbusy_transp.gif) no-repeat center center;
    display: none;
    z-index: 100;
    text-indent: -9000px; /* hide the text from users with sight, but
                             keep it readable by screenreaders */
    left: 0px;
}

.add-photo-dialog-body .error-message {
    border: 1px solid #FCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #FDD;
    color: #F00;
    padding: 10px;
    display: none;
    margin: 0 0 10px 0;
    width: 330px;
    text-align: center;
    display: block;
}

.add-photo-dialog-body .upload-progress, .add-photo-dialog-body .filename {
    display: none;
    padding: 6px 0 0 0;
}

.add-photo-dialog-body .uploading .upload-progress, .add-photo-dialog-body .uploading .filename {
    display: block;
}

.add-photo-dialog-body .filename {
    font-size: .6rem;
    font-style: italic;
    color: #999;
}

.add-photo-dialog-body .upload-progress .progress_outer {
    margin: 0;
    width: 200px;
}

.image-editor-dialog.ui-dialog.nu-dialog button {
    border-radius: 0px;
    margin-top: 0;
    margin-bottom: 0;
    height: 40px;
}

.image-editor-dialog.ui-dialog.nu-dialog button:hover {
     text-decoration: underline;
}

.image-editor-dialog.ui-dialog.nu-dialog button:last-child {
    background-color: #fff;
    color: #0687f5;
    border: 1px solid #ddd;
}

.image-editor-dialog.ui-dialog.nu-dialog button:last-child:hover {
    background-color: #f9f9f9;
}

/* -- end add_photo_dialog --- */

/* comments */

li.story .comments-section {
/*    width: 608px; */
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-top: 0;
    color: #333;
}

.invertIconography li.story .comments-section {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    color: #eee;
}

.comments-section ol.comments {
    list-style-type: none;
    padding: 0 0 0 5px;
    overflow: hidden;
}

ol.comments li.comment {
    font-size: 14px;
    list-style-type: none;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}

li.comment .fan-photo-container {
    width: 30px;
    margin-top: 5px;
    float: left;
}

img.fan-photo {
    width: 30px;
    height: 30px;
}

li.comment .fan-name {
    font-weight: 600;
    margin: 3px 6px 0 0;
    color: #333;
}

.invertIconography li.comment .fan-name {
    color: #eee;
}

li.comment .comment-body {
    display: block;
}

li.comment p {
    float: left;
    width: 525px;
    margin: 0 0 0 8px;
    line-height: 1.35;
    display: block;
}

li.comment .comment-date {
    font-size: 12px;
    color: #babbbf;
}

.comments-section .loading-comments {
    text-align: center;
}

.comments-section .loading-comments > .icon-spinny {
    width: 25px;
    height: 23px;
}

.comments-section .show-newer {
    display: block;
    margin: 4px 0 4px 0;
}

.comments-section .comment-form {
    position: relative;
}

.comments-section .bio-photo-container {
    width: 30px;
    position: absolute;
    top: 5px;
    left: 4px;
}

.comments-section .bio-photo-zero-state {
    height: 28px;
    line-height: 28px;
    color: #bbb;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
         -o-user-select: none;
}

.comments-section input.comment-entry {
    width: 555px;
    padding: 9px 10px 9px 45px;
    border: 1px solid #b2b2b2;
    font: 14px/1.231 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 20px;
    margin: 0;
}

.invertIconography .comments-section input.comment-entry {
    background-color: #eee;
}

.comments-section li.comment .hide-icon {
    top: 6px;
    right: 20px;
}

.comments-section li.comment.spinner-top {
    margin: 0 0 14px;
}

.comments-section li.comment.spinner-bottom {
    margin: 0 0 22px;
}

/* story types*/

/* message */

li.story.message p.message-text {
    font-family: georgia,serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.35;
    margin: 30px 0 15px;
}

li.story.band-member.message p.message-text {
}

li.story.message img.message-photo {
    max-width: 600px;
    max-height: 600px;
}

li.story.message .hide-icon {
    right: 0;
    top: 3px;
}

li.story.message .video-thumbnail {
    position: relative;
    z-index: 1;
}

li.story.message .video-thumbnail.portrait {
    background-color: black;
}

li.story.message .video-thumbnail.landscape img {
    max-width: 600px;
}

li.story.message .video-thumbnail.portrait img {
    max-height: 533px;
    display: block;
    margin: 0 auto;
}

li.story.message .playbutton {
    width: 90px;
    height: 70px;
}

/* new release */

li.story.tralbum p.message-text {
    font-family: georgia,serif;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    margin-top: 16px;
}

li.story.tralbum h3 .subscriber-only {
    font-weight: 600;
}

li.story.tralbum .art-wrapper {
    position: relative;
    width: 400px;
    cursor: pointer;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
    margin-top: 20px;
}

li.story.tralbum img.art {
    width: 400px;
    height: 400px;
}

li.story.tralbum .play-button {
    width: 50px;
    height: 50px;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    bottom: 8px;
    left: 8px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

li.story.tralbum .play-icon {
    border-color: transparent transparent transparent #fff;
    border-style: dashed dashed dashed solid;
    border-width: 10px 0px 10px 18px;
    margin: 15px auto;
    top: 0;
    left: 1px;
    position: relative;
    width: 0px;
    height: 0px;
}

li.story.tralbum .art-wrapper:hover .play-button {
    background-color: rgba(0, 0, 0, 0.85);
}


li.story.tralbum .playing .play-icon {
    visibility: visible;
    border-style: solid;
    border-width: 0px 6px 0px 6px;
    border-color: #fff;
    width: 5px;
    height: 20px;
}

li.story.tralbum .title {
    margin: 10px 0 2px;
    font-weight: bold;
    font-size: 14px;
}

li.story.tralbum .title a {
    color: #333;
}

.invertIconography li.story.tralbum .title a {
    color: #eee;
}

li.story.tralbum .artist {
    margin: 0 0 20px 0;
}

li.story.tralbum .view-release {
    font-size: 14px;
    font-weight: bold;
}


.loading-progress {
    text-align: center;
    height: 36px;
}

.icon-spinny {
    background: transparent url(/img/playerbusy_transp.gif) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 36px;
    height: 34px;
    vertical-align: bottom;
}

.invertIconography .icon-spinny {
    background: transparent url(/img/playerbusy_mobile_dark.gif) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 36px;
    height: 34px;
    vertical-align: bottom;
}

.right-column {
    width: 228px;
    float: left;
}

.app-wrapper {
    text-align: left;
    /*margin-top: 80px;*/
    padding: 10px;
    position: relative;

    color: #333333;
}

.app-wrapper a.hide-app > .hide-icon {
    top: 20px;
    right: 10px;
}

.app-wrapper .icon {
    top: 7px;
    left: -82px;
    width: 58px;
    height: 57px;
    background-position: 0 -210px;

    margin: 10px 0 15px 60px;
}

.invertIconography .app-wrapper .icon {
    background-position: -59px -210px;
}

.app-wrapper h3 {
    margin: 10px 0 10px 0;
}

.app-wrapper .app-msg {
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 15px;
}

.tralbums-wrapper,
.merch-wrapper {
    padding: 1px 0 10px 10px;
    color: #333333;
/*    background: #fee; */
    font-size: 0;
}

.tralbums-wrapper h3 {
    margin: 15px 0 10px;
}

.merch-wrapper h3 {
    margin: 15px 0 10px;
}

.merch-wrapper p {
    font-size: 14px;
    margin: 0 0 10px 0;
}


.tralbums-wrapper .item,
.merch-wrapper .item {
/*    background: #fc0; */
    display: inline-block;
    width: 100px;
    margin: 0 8px 10px 0;
    vertical-align: top;
}

.tralbums-wrapper .item  a,
.merch-wrapper .item  a {
    display: block;
    color: #333;
}

.tralbums-wrapper .item  a:hover,
.merch-wrapper .item  a:hover {
    text-decoration: none;
}

.tralbums-wrapper .item  a:hover .title,
.merch-wrapper .item  a:hover .title{
    text-decoration: underline;
}

.invertIconography .tralbums-wrapper .item  a,
.invertIconography .merch-wrapper .item  a {
    color: #eee;
}


.tralbums-wrapper .item img,
.merch-wrapper .item img {
    width: 100px;
    height: 100px;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
}

.merch-wrapper .item img {
    height: 75px;
}

.tralbums-wrapper .item .title,
.merch-wrapper .item .title {
    font-size: 12px;
    margin: 3px 0 0;
    color: #333;
    white-space: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.merch-wrapper .item .subscriberonly,
.tralbums-wrapper .item .subscriberonly {
    font-size: 11px;
    background: rgba(0,0,0,0.1);
    display: block;
    padding: 2px 2px 2px;
    border: 1px solid transparent;
    text-align: center;
    margin: 2px 0 0;
    font-weight: normal;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.invertIconography .merch-wrapper .item .subscriberonly,
.invertIconography .tralbums-wrapper .item .subscriberonly {
    background: rgba(255,255,255,0.1);
}

.invertIconography .tralbums-wrapper .item .title,
.invertIconography .merch-wrapper .item .title {
    color: #eee;
}

.tralbums-wrapper .item .band-name,
.merch-wrapper .item .band-name {
    font-size: 12px;
    margin: 2px 0 0;
    color: #333;
    white-space: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    opacity: 0.6;
}

.post-subscribe .button-background {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 13px;
    padding: 6px 0 8px;
    margin: 2px 0 6px;
    font-weight: bold;
    display: block;
    width: 210px;
}

.merch-wrapper a.more {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}

.supporter-wrapper {
    text-align: center;
    color: #333333;
    padding-bottom: 18px;
}

.supporter-wrapper .supporter-msg {
    padding: 20px 15px 10px 15px;
    font-size: 14px;
}



/* color changing - black & white body */

.whitebody .module,
.whitebody .column-item.app-wrapper.module,
.whitebody ol.stories > li.story,
.whitebody .post-message .bottom-bar,
.whitebody .post-message textarea,
.whitebody .new-feed-stories button {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.whitebody .post-message textarea {
    border: 1px solid #b2b2b2;
}

.whitebody .post-message .bottom-bar {
    background-color: rgba(0,0,0,0.03);
}

.whitebody .post-message .message-pic-inner, .whitebody .post-message .video-upload-controls-inner {
    border: 1px solid #b2b2b2;
    border-top: 0;
}

.blackbody .post-message .message-pic-inner, .blackbody .post-message .video-upload-controls-inner {
    border-bottom: 1px solid #b2b2b2;
}

.whitebody .column-item.module {
    border: 0;
    box-shadow: 0 0 0 0;
}

.whitebody .post-message .bottom-bar {
    border-top: 0;
}

.whitebody li.story .comments-section {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.whitebody .column-item.supporter-wrapper.module {
    background-color: rgba(0,0,0,0.05);
}



/* ------------- video.css --------------- */
    video.featured-video-mobile-player,
    video.hidden-video-mobile-player {
        display:none;
    }
    .video-wrapper video {
        width: 100%;
        height: 100%;
    }

    .video-generic-iframe {
        background-color: #000;
        border:none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .video-generic-iframe img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* featured videos */
    .featured-video-wrapper {
        background-color: #000;
        height: 0;
        overflow: hidden;
        padding-top:56.25%; /* preserve a 16:9 aspect ratio */
        position:relative;
        width: 100%;
        margin-top: -20px;
    }
    .featured-video-wrapper .native-video-player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .wrapped-video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .state-init .wrapped-video-poster,
    .state-init .wrapped-video-blackout,
    .state-init .wrapped-video-play,
    .state-init .wrapped-video-loading {
        display: none;
    }
    .state-ready .wrapped-video-loading {
        display: none;
    }
    .state-playing .wrapped-video-poster,
    .state-playing .wrapped-video-blackout,
    .state-playing .wrapped-video-play,
    .state-playing .wrapped-video-loading {
        display: none;
    }
    .state-loading .wrapped-video-play,
    .state-loading .wrapped-video-poster {
        display: none;
    }
    .state-ended .wrapped-video-poster,
    .state-ended .wrapped-video-blackout,
    .state-ended .wrapped-video-play,
    .state-ended .wrapped-video-loading {
        display: none;
    }
    .state-error .wrapped-video-poster,
    .state-error .wrapped-video-blackout,
    .state-error .wrapped-video-play,
    .state-error .wrapped-video-loading {
        display: none;
    }
    .video-wrapper .wrapped-video-play, .featured-video-wrapper .wrapped-video-play {
        position: absolute;
    }
    

/* loading-indicator ripped off verbatim from 23video player so the loading indicator we show before
    their player looks identical to the one they show */
    .video-loading-indicator {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-image: url('data:image/gif;base64,R0lGODlhJAAiALMPAGZmZnd3d1RUVERERDMzM4iIiCAgICoqKjw8PEtLS4KCgpKSkl5eXpmZmWtraxgYGCH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAJAAiAAAE+/DJSau9ON8UAtKgFjRkA4QolZQlkaYj2zivZdy3FLPnwxQFhQCFKz4QsobrBwQmQkWcxMEaPppNBSgqlRAAjIPEgG1CuZpy8BzVMJtPdg4kUAQHtXzKcDgY9BIIDAwuFgcEiARieQwdHVYTBomJfy8Ijo6LEoeTijWNmAGQD5yTmiigmKOSnZUpBKEBp6STri8CmHg2fbY1BwkJs4DDEwQDx4UaCQDMHyHGx8jKzNTOGtHYGtTbW9jRxceLBtvUId7HEgMC6wLO5GAhB95iBOzsf8vb1hry4en265wNYMAsmR51APcRm3AAoIBeCwPZMxiRggEECCBWXBgBACH5BAUHAA8ALAIAAQAgACAAAATe8MlJqbmm6s0fxl2ofZ9oeuR1UgfhTqn6OEuzMF3rugeazo1gUMDZGSW/h1C4KBpfSJBkKXQ+Q1QbR7cTOajEbdfEqC0Sq3TogCD01JOBA4CYIAb4AQE+K/gLOAd5eXADf38Pd4N6ag6HfgyKg3tpjo84iwNwCI8FEgSDb2oMh2gTUHwPBAJhqakIrAJ1IgIBtqYbsLGyIbW2tpobu7Ehv8Ycw6wUAgmUD8a/yMkSAgDWAKbQtkXDlNfXPb6/wRurzJTV39gSCb+zaenfuK6q6gCi9A8J3+/5EoLkTEQAACH5BAUHAA8ALAIAAQAgACAAAATZ8MlJ6zk16y0P+QTGjRkIkmhnfmIqEUMseqto3DcHxzHxrhKccMMrqk5BYU5T5FEuFOUy04yNpIbNjtfSYHVclNJFHu3KlUQgQBkI3gIE+hFo2BuABwEORyfudzB8b3JkdYANDm6DhS6HgAAHgwJziA0+CHw+aA6AlBMIjXMPAAyjpw8JAKsDKAwFBQqfGqqrrCOvsLActr0juroKG722oAymE8C6w8TIDGtrn8qxGwjEEgjQ0BK5ugkcCAylE8/aAZ8CCrGtZeXas6h05vEUAtrs9BMJCV0jEQAh+QQFBwAPACwCAAEAIAAgAAAE3vDJSelB5NTN+0NDOBBeuR2iaK4SmI4shQg0+b3wcxC81s00GkKCk+x4PE9wKSGkfMhoZxmkJCdR5JQqKGWvG2DQ1jlqPWKyxxxrrwQJtdtAN0wEgDwg4ZbU6xJ6ej4xf394gntzhnSIgnxtjHQEiQCELJJ2CYJDfYwTKAN9FH+jphICAaqQJQANryWpqqslDq+3XRyzuyW3twsdu7MTAw4AnQ++t8HCARIOBdEFDBLKDcAcCcJDA9LSz8q5HAOqDp3Q3tMSDAvXrDHo3tSnEwjpBfQVDN7v+Q8ENNpEAAAh+QQFBwAPACwCAAEAIAAgAAAE3fDJSSkZo+rN5RCggHSkRoRhqXooOK7TAMzv174XRiZznx0tgSSHGRw4vR5DgkARPMUiMjmjIF7QaGZDrXa0ug0vid0QMUeOjKYipmFwDoKxjFcO7wcjwA8I7QcEggRHCH19dg+Dg3qHfH8wgYuEe46QK5KLR44BiZNPDwKHW3GZoBMJCXmAq4l2DAWxlxwGtbUdsLGyJLa9HLq6Cry9txvAuqh8FMTFGscFwg8BDdQNABLMBhwCxxkJ1dVP2R0JCuZb0+ANDti+ceng164V6g2n8xIO4LP4EgB1KyIAACH5BAUHAA8ALAIAAQAgACAAAATZ8MlJq0ik6s2fACCQdOQWhkepeic4rlMSzIP0tS8i7BknzMARoQVIDXbIngbIlCROCBsSyWECJ4dBbTKlbqwzUnfns245uqlSI6Op0gKYvDRwAKJzLIKQkjgKgAUMeQ8IWloZA4GBeVmHWg9/i4Jzho8DBJKLg3KWjwQIkwWEl1sMiy9zBI99DwRkhBMEa7F5Dg24nCQHs3wdt7i5u72zHcHBCyTEvRzHwRMG0Qayy7QTzg3JD9LSEtXW18cj3NwPvMRiC+ov5N3mzHnt0bUU8tP00OT4FeUrEQAh+QQFBwAPACwCAAEAIAAgAAAE3PDJSSlirOrNJQtgIHSkhoRhqXooOK6TUBRKwrZvAuxIx8zAVysg0e14HCBQIRGgBpKjNKmcURKJw0R65CiqzA4XkNn8lLaO8djjCL411YBBJsDupAQIXyEMoBMBDYMNAHwPAwKKAj0JhIR2dwSLiw+Cjw0OeImUjJePhneclD2YDZEwB50vDo8veAiUqA9khxZttrYGu7sqfn8kvMIkv38DWhvCvCTGzRzKvRMHyBLNxs/QEgcE3ATI1sDJ2Q/d3RLFf9Qaytrl3NTG6ivb7vK57rO57eb6G9N3EQAAIfkEBQcADwAsAgABACAAIAAABNzwyUkpSenUzftLRagMXrkRYaoYZvsIaUq606A0ASKBcTEjjsCD4Ek0jkfdobd6IAJQKLGDPAofNpHuEYwGGNRqYzExDBAsiRfq8IivnW60KN52nt4ph7TItQgAbRo0hB4Gh2mFEgcIaGWIh4pOAJQARJCQhQeVlQ+YiIUInJQEn5GEoqOlpoUGo2CemJKAlLASmZISBHq5ubu8JQkCCSa/uy0CyckexruDHcrKzM3AFdHJxBzUzwPdMx/XJc013t0T4SUHBM9Y5d8fGIk0BO7vvRL19xvl+h3yJhEAADs=');
        background-repeat: no-repeat;
    }

    .video-play-button {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAA4UlEQVR42u3ZQQ3CQBSE4XXQdVAcgIPWQXEADsBBcQAOwAESKqESKgEJy9zeoacme4H5JxkBXzJpdreplGJVwIABAwYMGDBgwIABAwYMGHCdTuou1ckPgCM3NXuAI4t6NAFHYuYm4NXMLcCRj3r2AK9nfvABRx5qNgLHzD3A65n3PuDIS80+4Jj51QccmdXeCbyog8ukR5dJv9XW4aO1qJ3LwePicvB4qo3D0XJWO5fr4cnlenhXG5cnnr3LI97g8og3xnz/GzypbaoTfrUABgwYMGDAgAEDBgwYMGDAgLf3Czedqw6rk0DiAAAAAElFTkSuQmCC');
        background-color: rgba(0,0,0,1);
        background-position: center center;
        border-radius: 3px;
        border: 1px solid rgba(255,255,255,.25);

        position: relative;
        width: 68px;
        margin-left: -34px;
        left: 50%;
        height: 62px;
        margin-top: -33px;
        top: 50%;
        opacity: .85;

        cursor: pointer;

        box-shadow: 0 0 6px 4px rgba(0,0,0,.25);
    }

    .wrapped-video-blackout {
        background-color: black;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .featured-video-wrapper.caption-viz {
        margin-bottom: 0;
    }
    
    .featured-video-wrapper-caption {
        font-size: 14px;
        margin-top:15px;
        margin-bottom:44px;
        max-width: 915px;
    }

    /* videos above album art */
    .col-span {
        width:510px;
    }
    
    .video-wrapper-hidden {
        display: none;
    }
    
    .video-wrapper {
        background-color: #000;
        display:none;
        margin-bottom: 30px;
        width: 510px;
        position:relative;
    }
    .video-wrapper > iframe {
        background-color: #000;
    }

    .video-wrapper-caption {
        font-size: 14px;
        line-height: 115%;
        padding-left: 1px;
        margin-top: 10px;
        margin-bottom: 30px;
        width: 500px;
        white-space: nowrap;
        overflow: hidden;
        display: none;
    }

    .video-wrapper.caption-viz {
        margin-bottom: 0;
    }

    .video-wrapper-viz {
        height: 0;
        padding-bottom: 56.25%; /* preserve a 16:9 aspect ratio TODO: REMOVE IF NOT NEEDED*/
        position: relative;
        width: 100%;
    }

    /* videos list page */
    dl.video-list {
        padding-top: 0;
        margin-top: 0;
        position: relative;
    }

    dt.video-wrapper .video-generic-iframe {
        background-color: #000;
        border:none;
        margin-left:0;
        margin-bottom:0;
    }

    dl.video-list dt.video-wrapper {
        display: block;
        height: 0px;
        margin-bottom: 0;
        padding-bottom: 56.25%;
        padding-top: 0;
        position: relative;
        width: 756px;
    }
    dl.video-list dt.video-wrapper.playerframe {
        display: none;
        position: absolute;
        top: 0; left: 0;
    }
    .playerframe:hover {
        display:none;
    }

    dl.video-list dd.video-caption {
        padding: 10px;
        font-size:115%;
        display:block;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 1em;
        position: relative;
    }
    .video-caption > a,
    .video-caption > .video-associated-tralbum-info {
        margin-top: 5px;
        display: block;
    }
    .video-caption > .playcount {
        float: right;
        margin:2px -10px 10px 10px;
    }
    .video-caption > .playcount > strong {
        font-size: 12px;
    }

    dl.video-list dd.video-caption p.caption-proper {
        margin: 5px 0 13px;
        font-size:14px;
        width:100%;
    }
    .caption-proper:empty {
        display:none;
    }


    dl.video-list .tralbum-art {
        min-width: 64px;
        min-height: 64px;
        max-width: 64px;
        float: left;
        background-color: rgba(255,255,255,0.5);
        position:relative;
    }

    dl.video-list .tralbum-art img {
        width:64px;
        height:64px;
        bottom: 0;
        position: absolute;
    }

    dl.video-list .bc-ui2 {
        background: url('/img/_sprite-bc-ui2-20130524.png') no-repeat;
        height: 13px;
        width: 14px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 2 0 5px;
    }

    dl.video-list .collect-item-icon {
        background-position: 0px -73px;
    }

    dl.video-list .wishlist {
        margin-left: 5px;
    }

    dl.video-list .tralbum-art.empty {
        outline: 1px solid rgba(0,0,0,0.1);
        outline-offset: -1px;
    }

    dl.video-list .video-associated-tralbum-info {
        margin-left: 75px;
    }

    dl.video-list .sub-vid-action-link {
        font-weight: bold;
        margin-right:12px;
    }
    dl.video-list .sub-vid-action-link.wishlist-msg,
    dl.video-list .sub-vid-action-link.wishlisted-msg {
        margin-right: 18px;
    }
    dl.video-list p > .sub-vid-action-link:last-child {
        margin:0;
    }


    dl.video-list p {
        font-size: 95%;
    }

    dl.video-list  .tralbum-art .warningBadge {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 85%;
    }


