/* concatenation of: normalize.css, utils.css, menubar_phone.css, corp_phone_new.css */
/* ------------- BEGIN normalize.css --------------- */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------- BEGIN utils.css --------------- */
.b {
    font-weight:bold;
}

.i {
    font-style:italic;
}
.bc-ui {
    background:url(/img/_sprite-bc-ui-20141217.png);
}

.housefont {
    font-family: "Helvetica Neue",Arial,sans-serif;
}

.smallspace {
    display: inline-block;
    margin-left: .5em;
}

.greyc {
    color: #ccc;
}

.greye {
    color: #eee;
}

.greybar {
    padding: 0 0.2em;
}

.round3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.round4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.round5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bottom {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.alignc {
    text-align: center;
}

.alignr {
    text-align: right;
}

.alignl {
    text-align: left;
}

.clear {
    clear: both;
}

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

/* ------------- BEGIN menubar_phone.css --------------- */
/***  PAGE ATTRIBUTES  ***/

#menubar-wrapper {
    display: none;
}

.has-menubar-phone #menubar-wrapper {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ddd;
    background-image: none;
    border-bottom: dotted 1px #aaa;

    /* Changing from 1 to 2 to ensure navbar menu isn't clipped by #tralbumArt  - sdg 2012.10.31 */
    z-index: 2;
}

#menubar-vm.loading .hidden-while-loading {
    display: none;
}

#menubar-wrapper.extended,
#menubar.extended,
.menubar > ul > li.extended,
.menubar > ul > li.search.extended {
    display: none!important;
}

#legal {
    float: right;
}

/***  MENU BAR  ***/

.menubar {
    position: relative;
    height: 43px;
    width: 100%;
    margin: 0 auto;
    color: white;
    font-size: 0.85rem;
    cursor: pointer;
}

#site-nav {
    position: absolute;
    left: 0;
}

#user-nav {
    position: absolute;
    right: 0;
}

.menubar * {
    -webkit-user-select: none;
    -webkit-user-drag: none;
}


/***  MENU BAR STYLINGS  ***/

.menubar a {
    color: #408294;
}

.menubar ul.horizontal {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap; 
}

.menubar > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

/***  BAR ITEMS  ***/

.menubar > ul > li > :first-child {
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;

    transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
}

.menubar > ul > li .menucaret {
    display: inline-block;
    width: 9px;
    height: 6px;
    overflow: hidden;
    margin: 20px 0 0 7px;
    background-position: 0 -1px;
    float: left;
}

.menubar > ul > li .logo {
    background: url('/img/bandcamp-logo-bc-color.svg') 30% 50% no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
}

/***  ALTERNATE APPEARANCES OF MENU BAR ITEMS  ***/

.menubar > ul > li.highlighted > :first-child {
    background-color: #CCC;
}

.menubar > ul > li.selected > :first-child {
    background-color: #AAAAAA;
    color: white;
}

.menubar > ul > li.selected .menucaret {
    background-position:-9px -1px;
}

.menubar > ul > li.disabled > :first-child {
    color: #aab3a9;
}

.menubar > ul > li.message > :first-child {
    color: #AAAAAA;
}

.menubar #collection-alt {
    display: none;
}

.menubar #account-note-alt {
    display: none;
}

.menubar > ul > li .new {
    display:inline-block;
    width: 36px;
    height: 11px;
    overflow: hidden;
    margin-top:10px;
    background-position:0 -170px;
    vertical-align: top;
}

.menubar > ul > li.message.highlighted > :first-child,
.menubar > ul > li.message.selected > :first-child {
    background-color: transparent;
}

/***  BAND BAR ITEM  ***/

.menubar .bandname {
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

/***  ADD MUSIC BAR ITEM  ***/

.menubar .add-music {
    float: left;
}

/***  USER BAR ITEM  ***/

.menubar .userpic {
    display: block;
    float: left;
    background-color: #fff;
    margin:8px 10px 0 0;
    width: 25px; height: 25px;    
    border: solid 1px rgba(0,0,0,.2);
}

.menubar .username {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:0.1em;
    float: left;
}

.menubar .badge-pro {
    background: #8eafb8;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 0 3px;
    color: #fff;
    line-height: 15px;
    margin: 15px 0 0 5px;
    float: left;
}

.menubar > ul > li.selected .badge-pro {
    background: #919191;
    color: #eee;
}

/***  FAN (USER) BAR ITEM  ***/

.menubar > ul > li .settings-gear .bc-ui {
    background-position: 0 -181px;
    width: 18px;
    height: 18px;
    display: block;
    margin: 12px 0 0;
}

.menubar > ul > li span.smallvertline {
    height: 17px;
    width: 0;
    margin: 15px 0 0;
    border-left: 1px solid #cbcbcb;
    padding: 0;
}

/***  CART BAR ITEM  ***/

.menubar #cart-item, .menubar #cart-item-divider {
    display: none;
}

.cart-icon {
    width: 1.5rem;
    display: block;
    float: left;
    height: 43px;
}

.cart-icon .inner {
    width: 1.5rem;
    height: 1.1rem;
    background: url(/img/mobile-sprites-20131114.svg) no-repeat;
    background-size: 500% auto;
    background-position: 0 27.7%;
    position: relative;
    top: 12px;
}

.no-svg .cart-icon {
    background-image: url(/img/mobile-sprites-20131114.png);
}

.cart-number {
    padding: 0 0.25rem;
    background-color: #5ac523;
    font-size: 0.6875rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.1875rem;
    color: #fff;
    position: relative;
    top: -1px;
}

/***  MENU STYLINGS  ***/

.menubar .ui-menu {
    padding: 4px 0 2px 0;
}

.menubar .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.menubar .ui-menu-item a {
    padding: 5px 22px;
    font-family: arial, helvetica, clean, sans-serif;
}

.menubar .ui-menu-item {
    border: none;
}

.menubar .menu .ui-menu-divider {
    margin: 5px 0px;
}

.menubar .menu {
    display: none; /* initially hide */
    float: left;
    position: absolute;
    min-width: 100px; /* min width of menus */
    font-size: 100%;
}

.menubar .menu-icon {
    float: left;
    margin-left: -12px;
}

/* .ui-widget-content is added by jquery */
.menubar .ui-widget-content {
    background: #EEEEEE;
}

/* .ui-state-focus is a jquery class added to an item's <a> when rolled over */
.menubar .ui-menu-item .ui-state-focus {
    border: none;
    background: #BBBBBB;
    color: white;
    margin: 0;
}

/* .ui-state-disabled goes on the menu item */
.menubar .ui-menu-item.ui-state-disabled {
    margin: 0;
    opacity: 1.0;
}

.menubar .ui-menu-item.ui-state-disabled a {
    cursor: pointer;
    color: #AAAAAA;
}

/*** SEARCH BAR ITEM  ***/

.menubar .search {
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.menubar input#search-field {
    margin: 0;
    height: 21px;
    line-height: 21px;
    width: 280px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: #333;
    font-size: 13px;
    padding: 0 25px 0 3px;

    -webkit-user-select: text;
}

.menubar .withband input#search-field {
    -width: 260px;
}

.menubar #search .hint {
    color: #b0b0b0;
}

.menubar #search button {
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 22px;
    border: 6px solid transparent;
    font-size: 10px;
    width: 28px;
    overflow: hidden;
    position: relative;
    left: -31px;  
    top: 2px;
    background-color: transparent;
}

.menubar #search button:hover,
.menubar #search button:active {
    text-decoration: none;
}

.menubar #search button .bc-ui.menubar-search-icon {
    background-position: 0 -200px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 2px;
    text-indent: -999rem;
}

.menubar > ul > li.search.highlighted > :first-child,
.menubar > ul > li.search.selected > :first-child {
    background-color: transparent;
}

.menubar > ul > li.mobile-hidden {
    display: none;
}

/* ------------- BEGIN corp_phone_new.css --------------- */
#pgBd {
    width: auto;
    margin-top: 3.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /* margin-bottom defined in base_phone.css */
    line-height: 1.45; /* unitless */
}

#pgContent.singlecol {
    width: auto;
    min-width: 0;
}

p {
    margin: 0.5rem 0 0.9rem;
    line-height: 1.45; /* unitless */
    font-size: 0.875rem;
}

img, input, object, embed {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

h2 {
    display: inline-block;
    font-size:0.875rem;
    margin: 0;
    font-weight: bold;
    line-height: 1.35; /* unitless */
}

h1 + h2 {
    margin-top: 0.7rem;
}

h2.bigger {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

h3 {
    display: inline-block;
    margin:0;
    font-size:1rem;
}

hr.section {
    margin:1.5rem 0;
    color:#ccc;
    background-color:#ccc;
    height:1px;
    border:0;
}

hr.section + h2 {
    margin-top: 0;
}

p + hr.section {
    margin-top: 1rem;
}

#pgContent li {
    padding: 0 0 1rem 0;
}

li {
    font-size: 0.875rem;
}

ul {
   list-style-type: disc;
}

ol {
    list-style-type: decimal;
    padding: 0 1.5rem;
}

ol li {
    list-style-type: decimal;
}


.tldr {
    font-size: 1rem;
    font-weight:bold;
    padding:1rem 0;
    line-height: 1.35; /* unitless */
}

.tldr.midstream {
    padding:1.5rem 0 0.5rem;
}



/* page: pricing */

.page-pricing .h3 {
    font-weight:bold;
}

.page-pricing p.premium {
    padding: 0;
    margin: 0.3rem 0 0.5rem 0;
}

.page-pricing hr.section.premium {
    color:#b8cbd0;
    background-color:#b8cbd0;
    height:1px;
    border:0;
}

h2#premiumfeatures {
    color:#408294;
    border-bottom:1px solid #b8cbd0;
    display:block;
    margin:0.5rem 0 1.5rem;
}

h2#premiumfeatures span {
    display:inline-block;
    background: url('/img/bg-texture-light.gif') #f6f6f6;
    padding:0 0.5rem 0 0;
    position:relative;
    top:0.7em;
}

/* page: jobs */


.page-jobs h3 {
    margin: 1rem 0 0.4rem;
}

.page-jobs img#address {
    margin: 1rem 0;
}

.page-jobs ul.req {
    margin: 0;
    padding: 0 0 0 1rem;
}

.page-jobs ul.req li {
    list-style-type: disc;
}

.page-jobs h3 {
    font-weight: bold;
}

.page-jobs p.apply {
    margin-top: 1rem;
}

/* page why_merch */

.whymerch.topimgs .img1 {background: url('/img/whymerch-tnsmall-1.jpg');}
.whymerch.topimgs .img2 {background: url('/img/whymerch-tnsmall-2.jpg');}
.whymerch.topimgs .img3 {background: url('/img/whymerch-tnsmall-3.jpg');}

.whymerch.topimgs .img4,
.whymerch.topimgs .img5 {
    display: none;
} 
.whymerch.topimgs {
    font-size: 0;
    overflow: hidden;
    margin: 0;
    height: auto;
}
.whymerch.topimgs .imgs {
    font-size: 0;
    display: inline-block;
    width: 100%;
}
.whymerch.topimgs a {
    display: inline-block;
    font-size: 14px;
    width: 32.3%;
    height: 0;
    padding-bottom: 20%;
    background-size: cover;
    margin: 0 1% 0 0;
}

.page-whymerch h1 {
    margin-top: 0.5em;
    line-height: 120%;
}
.page-whymerch .tldr {
    margin: 0;
    padding: 0;
    padding-top: 0.5rem;
}
.page-whymerch .letus {
    display: block;
    margin: 1em 0 0;
    font-size: 0.875rem;
    font-weight: normal;
}

.page-whymerch .merchsold{
    font-family: georgia, serif;
    font-style: italic;
    font-size: 18px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    clear: both;
}

.page-whymerch .phoneimg {
    float: right;
    margin: 0.5em 0 1em 1.2em;
    background: url('/img/bandcamp-mobile-merch.jpg') no-repeat;
    width: 39%;
    height: 0;
    padding-bottom: 43%;
    background-size: cover;
}

.page-whymerch .players iframe {
    margin: 1em 0 0;
    display: inline-block;
    width: 300px!important;
}

.page-whymerch .discoverimg {
    padding: 1em 0;
    display: block;
}

.page-whymerch .bottomimgs {
    font-size: 0;
    margin: 0;
}
.page-whymerch .bottomimgs a {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 67.5%;
    margin: 1rem 0 0;
}

.page-whymerch .img1 {background: url('/img/whymerch-tnbig-1.jpg');}
.page-whymerch .img2 {background: url('/img/whymerch-tnbig-2.jpg');}
.page-whymerch .img3 {background: url('/img/whymerch-tnbig-3.jpg');}
.page-whymerch .img4 {background: url('/img/whymerch-tnbig-4.jpg');}
.page-whymerch .img5 {background: url('/img/whymerch-tnbig-5.jpg');}
.page-whymerch .img6 {background: url('/img/whymerch-tnbig-6.jpg');}
.page-whymerch .img7 {background: url('/img/whymerch-tnbig-7.jpg');}
.page-whymerch .img8 {background: url('/img/whymerch-tnbig-8.jpg');}
.page-whymerch .img9 {background: url('/img/whymerch-tnbig-11.jpg');}
.page-whymerch .img10 {background: url('/img/whymerch-tnbig-10.jpg');}


.page-basics .bcbasics {
    margin: 1em 0 0;
}

.page-basics .item {
    margin: 0;
    position: relative;
}

.page-basics .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    top: 10px;
    font-size: 10px;
}

.page-basics .item p {
    width: 88%;
}

