@font-face {
    font-family: Johnson;
    src: url("/fonts/JohnstonITCStd-Light.otf") format("opentype");
}

@font-face {
    font-family: Johnson;
    font-style: italic;
    src: url("/fonts/JohnstonITCStd-LightIta.otf") format("opentype");
}

@font-face {
    font-family: Johnson;
    font-weight: bold;
    src: url("/fonts/JohnstonITCStd-Bold.otf") format("opentype");
}

@font-face {
    font-family: Johnson;
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/JohnstonITCStd-BoldIta.otf") format("opentype");
}

@font-face {
    font-family: Johnson;
    font-weight: 200-800;
    src: url("/fonts/JohnstonITCStd-Medium.otf") format("opentype");
}

@font-face {
    font-family: Johnson;
    font-weight: 200-800;
    font-style: italic;
    src: url("/fonts/JohnstonITCStd-MediumIta.otf") format("opentype");
}

html{min-height:100%;position:relative}

body {
    height:100%;
    line-height:1.4;
}



body { /* IOS page orientation change resize issue*/
    -webkit-text-size-adjust: none;
}


/* From bootstrap */
@-ms-viewport {
    width: device-width;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important ;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
img {
    width: auto\9;
    height: auto;
    /*max-width: 100%;*/
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 10px;
}
ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0px;
    padding:0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1em;
    color: inherit;
    text-rendering: optimizelegibility;
    margin-bottom:10px;
}


h1 {
    line-height:1;
    font-size: 38.5px;
    font-weight:normal;
    padding:20px;

}

h2 {
    font-size: 31.5px;
    padding-left:0px;
}

#sidebar h2 {
    border-bottom: 1px solid transparent;
}

h3 {
    font-size: 24.5px;
    padding-left:0px;
}

h4 {
    font-size: 17.5px;
    padding-left:0px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}


.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed;
}
.img-rounded {
    /* -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;*/
}
.row {
    /* TM evening project margin-left: -20px; */
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}
.row:after {
    clear: both;
}
.header-holder,
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.header-holder:before,
.header-holder:after,
.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: "";
}
.header-holder:after,
.container:after {
    clear: both;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

.container-fluid-mobile {
    padding-right: 0px;
    padding-left: 10px;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    line-height: 0;
    content: "";
}
.container-fluid:after {
    clear: both;
}
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}
.head-nav .nav > li > a {
    display: block;
}
.nav.pull-right {
    cursor: pointer;
}
.nav-tabs,
.nav-pills {
    *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}
.nav-tabs > li,
.nav-pills > li {
    float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 12px;
    /* margin-top: 2px; */
    /* margin-bottom: 2px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    margin-right: 10px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    /*color: #e6e6e6;*/
    /*background-color: #0088cc;*/
}
.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

#content .nav-list li {
    padding: 0 0 20px;
}

.nav-list > li > a,
.nav-list .nav-header {
 /*   margin-right: -15px;
    margin-left: -15px;*/
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
}
.nav-list > li > a {
    /*padding: 3px 15px;*/
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
    /*color: #e6e6e6;*/
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    /*background-color: #0088cc;*/
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}


body.public_admin legend
{
    font-size:24px;
    padding-bottom:15px;
    color:#e6e6e6;
}

.public_admin

h1 a,h1 a:hover,h1 a:visited,
h2 a,h2 a:hover,h2 a:visited,
h3 a,h3 a:hover,h3 a:visited,
h4 a,h4 a:hover,h4 a:visited,
h5 a,h5 a:hover,h5 a:visited,
h6 a,h6 a:hover,h6 a:visited {
    color: inherit;
}

#sidebar .nav li, #content .nav li  {
    display:block;
}


.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    text-decoration:underline;
}

.sidebar-events ul {
    margin: 0;
}
.sidebar-events .nav-list li {
    line-height:1px;
}

.sidebar-events .nav-list .table {
    line-height:1.2;
}


#sidebar {
    /*margin-top:10px;
    font-size: 0.9em;
    /*margin-left:20px;*/
    line-height:1.2;
}

#sidebar li, .sidebar-block > div {
    overflow: hidden;
    margin-top:30px;
}
#sidebar .nav-list > li > a,
#sidebar .nav-list .nav-header {
    text-shadow: none;
}

ul.tabs > li > a, ul.tabs > li.active > a, ul.tabs > li.active > a:hover {
    text-decoration:none
}

.tabs > li {
    cursor: pointer;
}

#sidebar .catalog-promo li {
    line-height: normal;
}
.catalog-promo {
    padding:0;
    margin: 0;
}
.no-side-module-items {
    padding: 0 15px 18px;
    text-transform: capitalize;
    font-style: italic;
}
.indent-1 {
    margin-left: 100px;
}
.indent-2 {
    margin-left: 150px;
}
.indent-3 {
    margin-left: 180px;
}

/* Social Badges */
.badges {
    display: inline-block;
    float: left;
    margin: 6px;
}

.badges a {
    text-decoration: none;
}

.badges .social-badge {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-left: 4px;
}

/***** header *****/
.header {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 100% top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}
.header a {
    text-decoration: none;
}
.header h1,
.head-nav .nav a/*,
.head-nav .nav a:hover,
.head-nav .nav li a:hover,*/
h2, h3, h4 {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.promo-icons {
    line-height: 50px;
    padding: 10px 10px 10px 0;
    font-size: 0;
}

.promo-icons a {
    /*margin-left: 5px;*/
    text-decoration: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;

}

.promo-icons a.promo-icon-facebook {

}

.album_links.promo-icons a {
    margin: 0 5px 0 0;
}

.header-holder .promo-icons a {
    margin: 0 0 0 5px;
}

.promo-icons a.promo-icon-error {
    background-color: transparent;
}

.promo-icons a.promo-icon-error .promo-icon-svg {
    display: none;
}

.promo-icons a.promo-icon-error .promo-icon-img {
    display: inline;
}

/* hacks until we can get to the background-svg icon approach TM */
.promo-icons .promo-icon-svg {
    background-color: transparent;
    max-height: 70%;
    width: 60%;
    height: 60%;
}

.subscribe_box-icon,
.promo-icons a:hover {
    opacity: 0.75;
}
.promo-icons img:active .bg {
    opacity: 0.75;
}
.promo-icons .promo-icon-img {
    display: none;
}
h1 a:hover
{
    text-decoration:none;
}

h2 /* block title */ {
    margin-bottom: 16px;
    margin-top: 0;
    /*background-color: #aaaaaa;*/
    /*font-size: 28px;*/
    position:relative;
    /*color:#fff;*/
}
h2 a.more, h2 a.more:hover, h2 a.more:visited {
    /*font-size: 24px;*/
    color:inherit;
}

.sidebar-block a.more
{
    display:none;
}

.sidebar-events a.more {
    display:inline;
    font-size: .4em;
    vertical-align: baseline;
    line-height: .4em;
    text-align: right;
    opacity: .65;

}
a.more_link {
    font-size: 0.85em;
}

.artist-role, .song-role {
    font-style: italic;
    font-size: 0.8em;
}

#sidebar  a:not(.circle):hover {
    background-color:inherit;
}

#sidebar h2 {
    font-size: 1.8em;
    cursor: pointer;
    padding-bottom:5px;
}

.featured-no-float-data {
    float:inherit !important;
}

.fb-like,
.twitter-holder,
.featured-data {
    display: inline-block;
    vertical-align:top;
    margin-right: 4px;
}

.news-image-featured-holder .twitter-holder, .album_links .twitter-holder
{
    line-height:1px;
}

.album_links .twitter-holder
{
    margin-left:5px;

}

.news-promo
{
    margin-bottom:50px;
}

.news-promo.from-promo {
    font-size: 0.85em;
}


.news-tags {
    margin-top:10px;
    font-size:.9em
}

.news-tags img,.news-tags-header img {
    width: 20px;
}
.news-credits .muted {
    color: inherit;
}
.news-promo .news-credits {
    font-size: .8em;
}
.news-thumb-sidebar {
    width: 80px;

}

.news-thumb-sidebar-wrapper
{
    padding:0;
    margin:0;
    display:table-cell;
    padding-right:20px;
    width:80px;
}

.text-wrapper
{
    display:table-cell;
    vertical-align:top;
    font-size:.85em;
    line-height:1.1;
}


.news-entry-sidebar
{
    margin:10px 0;
}

.news-thumb, .album-thumb {
    max-width: 225px;
    min-width: 225px;
    width:225px;
}

#content .album-thumb {
    width:225px;
    margin-bottom:0;
}

.news-thumb.promoted {
    max-width: 125px;
    min-width: 125px;
}
.news-social {
    margin-right: 20px;
    margin-bottom: 10px;
}
.news-social.add-margin {
    margin: 30px 0;
}
.news-body {
    margin-left: 245px;
}

.news-body .date
{
    font-size:.8em
}

.news-body.promoted {
    margin-left: 145px;
}
.sidebar-catalog .news-thumb {
    min-width: 0;
    max-width: 225px;
    width: 100%;
}

.news-posted {
    font-size: 12px;
    font-weight: normal;
    /*line-height: 20px;*/
    line-height:130%;
    padding-top: 6px;
}
.news-tags-header {
    font-size: 12px;
    font-weight: normal;
    line-height:130%;
    padding-top: 6px;
    margin-bottom:20px;
}
.news-image-holder {
    float: left;
}
.news-image-featured-holder {
    float: inherit;
    text-align: center;
}

.news-image-featured-holder h1,
.news-image-featured-holder h2,
.news-image-featured-holder h3,
.news-image-featured-holder h4,
.news-image-featured-holder h5,
.news-image-featured-holder ol,
.news-image-featured-holder ul
{
    text-align:left
}

.news-image-featured-holder .album-item {
    text-align: left;
}

.news-image-holder:after {
    clear: both;
}
.featured-img {
    margin-bottom: 10px;
}

.featured-img.img {
    width:100%;
}

.news-image-holder iframe {
    margin-right: 20px;
    margin-bottom: 10px;
}
a.album-image-holder:hover {
    background: none !important;
}
/*
.head-nav .nav {
    margin: 0;
    background-color: #000000;
    color: #e6e6e6;
    padding: 4px 8px;
}
.head-nav .nav a {
    color: #e6e6e6;
}
.head-nav .nav a:hover {
    color: #000000;
}
*/


.head-nav .nav a.active,
.head-nav .nav a:hover {
    text-decoration:underline
}

#reg_form .alert {
    margin-left: 15px;
}


#content .alert {
    margin-top: 10px;
}

.color_black {
    color: black;
}
/*
.news-promo small a {
    color: #999;
}*/




.sidebar-block ul {
    padding-bottom: 18px;
    padding-left:0;
}

.sidebar-block h2 {
    padding-right:4px;
    margin-bottom:0px;
    padding-left:0;
}

#sidebar .nav-list
{
    padding-left:0;
}

h4 {
    padding-right: 10px;
    font-size: 1.6em;
}
.topspin-item {
    float:left;
    width:280px;
    margin-right:20px;
    margin-bottom:80px;
    cursor: pointer;
}


.item-img img {
    margin-top: 10px;
    margin-bottom: 20px;
    height:300px;
    text-align:center

}
.item-name {
    /*font-size: 20px;*/
    font-weight: bold;
}
#sidebarstorereplace {
    cursor:pointer;
}
.catalog-promo b {
    font-size: 25px;
}
.catalog-promo img {
    display: block;
    margin: 0 auto;
}

#sidebar .catalog-promo .album-thumb {
    width:100%;
}

.song-permalink {
    margin-top:15px;
}

.blackBack {
    background-color: #000000;
    text-align: center;
    color: #e6e6e6;
    padding:5px;
    font-family:ProximaNova;
    font-size:14px;
    font-weight:bold;
    height:40px;

}
.blackBack a {
    color: #e6e6e6 !important;
}

.blackBack img {
    float:left;
    margin-top: 5px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.blackBack span {
    float:left;
    margin-top: 10px;
    margin-left: 10px;
}

.head-nav ul, .head-hav ol {
    padding-left:8px;
}


.head-nav .nav {
    /*background-color:#aaaaaa;*/
}

.head-nav .nav a,
.head-nav .nav a:hover
{
    border-radius:0px;
    margin:0px;
    text-decoration:none;
    font-weight:normal;
    padding:10px;
    /*color:#fff;*/
}

.head-nav .nav a:hover
{
    text-decoration:underline;
}

.head-nav .nav-pills > li > a {
    /*line-height: normal;*/
    line-height:130%;
}

.nav-list > li > a {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 0;
    padding-top: 0;
    min-height: 22px;
}



h2 {
    font-weight: normal;
}



.width400 {
    width: 389px; /*399px*/
}

.form-horizontal .control-group.tight_follow
{
    margin-bottom:10px;
}


.footer_wrapper
{
    padding:0 18px;
}

footer {
    /*border-top: 1px solid #e5e5e5;
    padding: 18px;*/
}

.control-group .span1 {
    text-align:right;
}

.public_admin .control-label
{
    width:170px;
}

.media_iframe {
    width:100%;  /*640px;*/
    height:360px;
    border: none;
}

.preview-bar
{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.previewform label {
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 10px;
}
.previewform {
    margin-top: 100px;
    margin-bottom: 50px;
}
.previewform  p {
    font-size: 14px;
}

.mobilepreviewform label{
    margin-top: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.mobilepreviewform {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mobilepreviewform button {
    margin-top: 10px;
}

.font22bold {
    font-size: 22px;
    font-weight: bolder;
}
.lineheight80 {
    line-height: 80%;
}
.borderbottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.noborder {
    border-top: none;
}
.noborder a {
    text-decoration: none;
    /*color: black;*/
}
.previewheader {
    display: inline-block;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    height: 26px;
    padding: 5px;
}
#brandtop {
    /*color: #fff !important;*/
}
.admin-bar-holder .navbar-inner .header-title {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    /*color: #fff !important;*/
    line-height: 40px!important;
    font-weight: bolder;
    font-size: 20px !important;
}
.admin-bar-holder .container-fluid {
    /*position: relative;
    z-index: 2;*/
}

.events-container{
    width:99%;
}

.events-row {
    width: 99%;
}

.events-row .events-first-column {
    /*  width:140px;*/
    text-align:right;
    padding-right: 10px;
}

.events-row .events-second-column {
    overflow:hidden;
    height: 1%;
    float: left;
}

body.events #content > .nav {
    width: 100%;
    margin-bottom: 20px;
}

body.events #content > .nav li {
    float: none;
    display: table-cell;

    border: none;
    border-bottom: 1px solid;
}

body.events #content > .nav .active {
    border: 1px solid;
    border-bottom: none;
    height: 37px;
    padding-top: 10px;
}

body.events #content > .nav li a,
body.events #content > .nav li a:hover,
body.events #content > .nav li span {
    color: inherit;
    background-color: transparent;
    white-space: nowrap;
}

body.events #content > .nav #empty-tab {
    width: 100%;
}

.newsfeed-image-container {
    position: relative;
}


.newsfeed-autoplay {
    background-image: url('http://media.shoutabl.com/img/icons/newsfeed/play_e6e6e6.svg');
    background-color: transparent;
    background-size:55%;
    background-position:70% center;
    border-color: #e6e6e6;
    width:50px;
    height:50px;
    border-style: solid;
    border-width: 1px;
}

.album_links a {
    padding-left: 3px;
    display: table-cell;
    width:50px;
    display:inline-block;
    margin-right:10px;
}
.album_links > a > img {
    width: 50px;
    height: 50px;
}

.album_links.divwidth380 {
    max-width: 380px;
}

.fb-like-cat, .twit-button-cat  {
    float: left;
}
.song_links a  {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width:50px;
}
.song_links {
    margin-bottom: 15px;
    margin-top: 15px;
}

#TSCart_swf_div_wrap {
    display:none;
}

.catalognavigation {
    width: 100%;
    margin-bottom:40px;
}


.catalognavigation a {
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    float:left;
    margin: 2px;
    padding: 0px;
    width: 50px;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    vertical-align: middle;
    opacity: .55;
}

a.active-cat-el, .catalognavigation a:hover {
    opacity: 1;
}

.catalognavigation a:hover {
    text-decoration: none;
}

.album_browse {
    width: 50px;
    /*background-color: #000;*/
    font-size: 16px;
    /*color: #fff;*/
    font-weight: bold;
    height: 35px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}

.song-navi-div img{
    max-width:25px;
    max-height: 25px;
}

.song-navi-div a:hover {
    text-decoration: none;
}

.news-entry-sidebar a, .news-entry-sidebar a:hover, .news-entry-sidebar a:visited {
    color: inherit;
    text-decoration: none;
}
.news-text-sidebar {
    float: left;
    width: 180px;
}

.font-size-em06 {
    font-size: 0.6em;
}

.navbar .nav > li > a.min-left-padding {
    padding-right: 10px;
}

img.invisible_image{
    display:none !important;
}

.badge-svg-catalog {
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}

.divback {
    position: fixed;
    z-index: 1000;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    /*background-color: #000000;*/
    opacity: 0.8;
}

.adblock {
    z-index: 1030;
    top:0%;
    opacity:1;
    position: fixed;
    left: 50%;
    outline:none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}

.closeblock {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    float:right;
    width: 20px;
    height: 20px;
    background-image: url('/img/closebutton.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px 20px;
    opacity: 1;
    z-index: 1040;
}

.players-panel {
    width:100%;
    margin:20px 0;
}

/*#sidebar .players-panel
{
    margin:0;
}*/

.release-info > *
{
    margin-bottom:20px;
}

.release-info > *:last-of-type
{
    margin-bottom:0;
}


.header-holder .nav {
    margin-bottom: 0;
}

.holder {
    padding-top: 30px;

}

/*attempt to get fluid comments */

.fb-comments.fb_iframe_widget,
.fb-comments.fb_iframe_widget span,
.fb-comments.fb_iframe_widget iframe[style]  {
    width: 100% !important;
    margin-top:20px;
}

/* attempt to nullify annoying FB inline styles that were causing problems on badge */

.fb-like.fb_iframe_widget  {
    width: inherit !important;
    display:inline-block !important;
    line-height:1px;
    vertical-align:top;
}

.subscribe_box-button
{
    cursor:pointer
}

.subscribe-box-success {
    display:none
}

input[type=text], textarea
{
    border:1px solid transparent;
    background-color:transparent;
}

#sidebar .subscribe_box-input {
    width: 100%;
    height: 26px !important;
    margin: 0;
}

.subscribe_box-input-wrapper
{
    padding: 0 10px 0 0;
}

#subscribe_details_form h6 {
    font-size: 20px;
    text-align: center;
}
#subscribe_details_form h6 small {
    /*color: grey;*/
}

.song-label-number {
    font-size: 0.75em;
    font-style: italic;
}
.news-promo h4.news_as_link_class{
    padding-bottom: 0;
}

/* *** Subscribe forms *** */


.subscribe-details,
.subscribe-details h6 {
    /*background-color: #e6e6e6;*/
    /*color: #333333;*/
}

.sidebar-subscribe-content
{
    display: table;
    width:100%;
}

.sidebar-subscribe-content > div
{
    display:table-cell;
    height:26px;
    vertical-align:top;
}


.subscribe-details {
    padding: 20px 50px 30px 20px;
}

.subscribe-details select,
.subscribe-details input {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.subscribe-details select,
.subscribe-details input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    /*color: #555555;*/
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subscribe-details select {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
    width: 220px;
    /*background-color: #e6e6e6;*/
    border: 1px solid #cccccc;
}

.subscribe-details select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.subscribe-details input {
    /*background-color: #e6e6e6;*/
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.subscribe-details input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.nav .unread-count {
    position: absolute;
    right: 5px;
    top: 4px;
    /*color: #fff !important;*/
    padding-right: 4px;
    padding-left: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px !important;
}

/* end bootstrap btn */

/* *** End Subscribe form *** */


.album-from-title {
    margin-bottom: 5px;
    font: 22px;
}

.album-from-title img {
    margin-right: 5px;
}
/* *** End Subscribe form *** */

.shoutabl_artist_container{
    float:left;
}

.shoutabl_artist_container .shoutabl_artist{
    height: 20px;
    margin-bottom: 3px;
    display: inline-block;
}

.shoutabl_artist_container .shoutabl_artist img{
    width:20px;
    height:20px;
    display: inline-block;
    padding-right:3px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    /*color: #4d4d4d;*/
    border: 0;
    /*border-bottom: 1px solid #4d4d4d;*/
}

/*
    Form widgets
    @todo: create a separate css file

 */
.drop-area {
    float: left;
    margin-right: 4px;
    min-width: 150px;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    position: relative;
}
.drop-area.hover {
    border: 2px dotted #62c462;
    /*background-color: #eeeeee;*/
}
.drop-area .init {
    line-height: 150px;
    height: 150px;
}
.drop-area input {
    border: none;
    box-shadow: none;
    margin: 4px auto auto;
    text-align: center;
    width: 94%;
}
.bbf-file .file-holder {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -999px
}
.bbf-file .loading {
    background: url("/img/ajax-loader.gif") #ffffff center no-repeat;
    min-width: 150px;
    min-height: 150px;
    width: 98%;
    height: 98%;
    position: absolute;
    left: 4px;
    top: 4px;
    display: none;
}

.song-detail
{
    margin-bottom:10px
}

#content ul.nav.nav-pills
{
    margin-bottom:20px;
}

#see_more
{
    font-weight:bold;
    text-align:center;
    margin-top:20px;
}



/* SHOWS STYLES */

.table {
    width:100%;
    font-family:inherit;
}

.table-cell, .table .table-cell
{
    vertical-align: top;
    border:none;
    padding: 0 20px 0 0;
}

#sidebar .table-cell
{
    padding-right:10px;
}

.table-cell:last-of-type
{
    padding: 0;
}
.day {
    font-size:1.2em;
    font-weight:bold;

}

.year, .location, .venue
{
    opacity: .65;
    font-size:.9em
}




.event-tix {
    width: 1.8em;
    vertical-align: bottom;

}

.tix-wrapper
{
}

.tix span, .address, .ticket-price, .ages
{
    opacity: .65
}

.content_well > * {
    margin-left:20px;
    margin-right:20px;
}

.sidebar-block
{
    margin:0 20px 40px 0px;

}

#sidebar .nav-list, #content .nav-list {
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
    list-style: none;
}

.description
{
    margin-top:20px;
}


body.news:not(.front) #content li a
{
    text-decoration:none;
}

#sidebar .album-item.table
{
    display:block;
    padding:0;
    margin:0;
}

#sidebar .album-item .table-cell:not(.avatar, .name)
{
    display:block;
    padding:0;
    margin:0 0 20px;
}

#sidebar .album-item .album-div-size
{
    width:100%;
}

.from-info {
    display:block;
    font-size:.85em;
}

.from-info .avatar {
    font-size:.85em;
    width:20px;
    height:20px;
    min-width:20px;
}

#page-head .from-album-info
{
    font-size:17px;
}

.from-info .table-cell
{
    padding-right:10px;
}

.from-info .artist-name {
    font-weight: bold;
    opacity: .75
}

.from-info img {
    width:20px;
    height:20px;
}

#sidebar .from-info
{
    margin-top:10px;
}