body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 10px;
  overflow: scroll;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 11, 2013 */
@font-face {
  font-family: 'bauhaus_ltlight';
  src: url("/fonts/bauhauslt-light-webfont.eot");
  src: url("/fonts/bauhauslt-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/bauhauslt-light-webfont.woff") format("woff"), url("/fonts/bauhauslt-light-webfont.ttf") format("truetype"), url("/fonts/bauhauslt-light-webfont.svg#bauhaus_ltlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bauhaus_ltmedium';
  src: url("/fonts/bauhauslt-medium-webfont.eot");
  src: url("/fonts/bauhauslt-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/bauhauslt-medium-webfont.woff") format("woff"), url("/fonts/bauhauslt-medium-webfont.ttf") format("truetype"), url("/fonts/bauhauslt-medium-webfont.svg#bauhaus_ltmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'sixgunregular';
    src: url('/fonts/sixgun-webfont.eot');
    src: url('/fonts/sixgun-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sixgun-webfont.woff') format('woff'),
         url('/fonts/sixgun-webfont.ttf') format('truetype'),
         url('/fonts/sixgun-webfont.svg#sixgunregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-family: 'bauhaus_ltlight';
  font-size: 46px;
  color: #999;
}

#header {
  position: relative;
  width: 100%;
  float: left;
}

#header h1 {
  margin: 0;
}

#header .loader {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

#header .navbar-brand {
  font-weight: 100;
  margin: 0;
  font-family: 'bauhaus_ltlight';
  font-size: 46px;
  color: #999;
  padding: 15px 0px;
}

#header .navbar-default.minimal {
  background: none;
  border: none;
  margin-bottom: 0;
}

.banner {
  margin-top: 10px;
  padding: 0;
  max-height: 392px;
}

.topnav {
  font-family: 'bauhaus_ltlight';
  font-size: 22px;
  list-style-type: none;
}
.topnav a {
  color: #999;
}

#topnav .navbar-nav > li > a {
  padding-top:25px;
  padding-bottom: 5px;
}

#main {
  position: relative;
  clear: both;
  overflow: hidden;
}

.footer-inner {
  border-top: 1px solid #999;
  margin: 20px 0px;
}

.collections {
  border-top: 1px solid #999;
}

.collections:nth-child(1) {
  border: none;
}

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

.releases li {
  margin-bottom: 20px;
}

.releases li a {
  display: block;
}

.releases li:nth-last-child() {
  margin-right: 0;
}

.releases li img {
  width: 100%;
}

.releases li a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-backface-visibility: hidden;
}

.releases li a:hover:after {
  opacity: 0.1;
}

.releases li img.loaded {
  border: 1px solid #999;
}

.promos ul {
  margin-bottom: 0;
}

.promos h2.page-title {
  margin-bottom: 20px;
}

.collections h2,
.page-title {
  padding: 15px 0px;
  margin: 0;
  color: #777;
  font-size: 14px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-title {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

/* Release thumbnails */
.release-img {
  float: left;
  width: 100%;
}

#cover_art_thumbs {
  padding: 0 0 0 10px;
  list-style:none;
  float:left;
}

#cover_art_thumbs li {
  float:left;
  margin-bottom:8%;
  padding: 0;
}

#cover_art_thumbs a {
  display:block;
}

#cover_art_thumbs img {
  border:1px solid #fff;
  vertical-align: middle;
  width: 100%;
}

#cover_art_thumbs li.selected img {
  border:1px solid #999;
}

#release-gallery {
  position: relative;
  padding: 0;
}

#release-gallery > div {
    padding: 0;
}

#release-gallery .loader {
  position: absolute;
  top: 120px;
  left: 188px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  display: none;
}

.productcol {
    padding: 0;
}

#right_col {
  position: relative;
  min-height: 317px;
  padding-left: 20px;
  padding-bottom: 40px;
  float: left;
}

.buying-options {
  position: absolute;
  right: 0;
  bottom: 0;
}

.buying-options.left {
  left: 0;
}

.buying-options .form-control {
  width: auto;
}

.reprint .form-group {
  padding-right: 0;
}

.reprint .col-lg-4 {
  margin-top: 23px;
  padding-left: 5px;
}

#right_col .description {
  margin-bottom: 20px;
  padding-right: 0px;
}

#right_col .description p:first-child {
  font-size: 14px;
}

#right_col .price,
#right_col .stock {
  position: relative;
  top: 6px;
  font-size: 27px;
  color: #333;
  font-style: normal;
  font-weight: bold;
  margin-right: 10px;
}

#right_col .stock {
  font-size: 12px;
}

#right_col iframe {
  margin-top:20px;
}

#right_col form {
  display: inline;
}

.externalShop {
  font-size: 14px;
}

.cart {
  position: relative;
  top: 15px;
}

/*!
 * Extend Bootstrap v2.3.1 to provide cell alignment (doh)
 *
 */
.table td.tdRight {
  text-align: right;
}
.table td.tdCenter {
  text-align: center;
}
.table-nonfluid {
   width: auto;
}

#banners .form-control {
  width: 230px;
}

.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

form.addrelease {
  margin-bottom: 20px;
}

form.addrelease img {
  display: block;
}

.pagination a {
  color: #333;
  font-size: 18px;
  cursor: pointer;
  font-family: 'sixgunregular'
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #333;
  border-color: #333;
}

.pagination-centered,
.pagination-centered ul {
    float: left;
    position: relative;
}
.pagination-centered { left: 50%; }
.pagination-centered ul { left: -50%; }

.articles,
.archives {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.archive .list-group {
  margin-top: 20px;
  margin-bottom: 0px;
}

.archive .list-group li {
  padding: 15px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.archive .list-group .pull-right {
  margin-top: -8px;
}

.article,
.archive {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 10%;
  position: relative;
}

.articles .ta-insert-video,
.archive .ta-insert-video {
  width: 500px;
  height: 315px;
}

.article:first-of-type,
.archive:first-of-type {
  padding-top: 0px;
}

.article:last-of-type,
.archive:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}

.article h3,
.archive h3 {
  margin-top: 0;
}

.article .date,
.archive .date {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: sans-serif;
  font-size: 22px;
  width: 10%;
}

#mc-embedded-subscribe {
  margin-top: 22px;      
}

#mc-embedded-subscribe-form label {
  font-weight: normal;
}

.donate-form {
  margin-bottom: 2px;
}

@media (max-width: 767px) {

  .article {
    padding-left: 0;
  }

  .article .date {
    position: static;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }

  #mc-embedded-subscribe {
    margin-top: 0px;      
  }
    #cover_art_thumbs {
        padding: 0;
        margin-top: 10px; 
    }

    #cover_art_thumbs li {
        margin-bottom: 0;
        padding-left: 10px;
        width: 33.84%;
    }

    #cover_art_thumbs li a {
        width: 100%
    }

    #cover_art_thumbs li:nth-child(1)  {
        margin-left: -10px;
    } 

    #right_col {
        padding-left: 0;
    }

    #right_col .description {
        padding-right: 0;
    }
}    