/* concatenation of post_subscribe.css, bccroptool.css */

/* ------------- 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);
}



/* ------------- bccroptool.css --------------- */
.yui-dialog.image-editor-dialog .bd {
    padding: 0;
}

.image-editor-dialog .crop-tool {
    position: relative;
    min-height: 100px;
}

.image-editor-dialog .buttons {
    margin: 5px 0 5px 40px;
}

.image-editor-dialog .error {
    margin: 5px;
    color: red;
    font-weight: bold;
}

.image-editor-dialog .status {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 40px;
    margin-top: -20px;
    opacity: 0.8;
    text-align: center;
}
.image-editor-dialog .status-text {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
.image-editor-dialog .upload-progress .progress_outer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18px;
    width: 100%;
    padding: 3px;
    background: none;
    border: 2px solid black;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.image-editor-dialog .upload-progress .progress_inner {
    background-color: black;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bccroptool {
    position: relative;
    width: 100%;
    min-height: 0 !important;
    height: 0 !important;
    padding-bottom: 100%;
    overflow: hidden;
    cursor: move;
}

.bccroptool .loading-indicator {
    position: absolute;
    background-image: url(/img/wait16.gif);
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.bccroptool .image {
    position: absolute;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.bccroptool .image.hidden {
    opacity: 0;
}

.bccroptool .border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 40px rgba(0, 0, 0, 0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bccroptool .target {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    width: auto;
    height: auto;
}

.bccroptool .center-crosshair {
    position: absolute;
    font-weight: bold;
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.bccroptool .target-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.no-touch .bccroptool .zoom-slider {
    position: absolute;
    width: 120px;
    left: 40px;
    bottom: 16px;
    cursor: default;
    font-size: 10px;
}

.bccroptool .zoom-slider * {
    cursor: default;
}


/* phone specific styles */
@media (max-width:640px) {
    /* make our custom buttons look like the standard dialog buttons */
    .image-editor-dialog .buttons button {
        display: inline-block;
        min-width: 5rem;
        min-height: 2rem;
        margin-right: 0.5rem;
        border: none;
        background: #999;
        color: #fff;
        border-radius: 0.3rem;
    }
}
