/*
Theme Name: XTR.com
Author: Skye Klein - skyeklein@gmail.com
Version: 1.0

This stylesheet generated with SASS. Do not edit style.css directly.
*/
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot");
  font-weight: normal;
  font-style: normal; }

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

.icon, #header nav li a:before, body.single-artist article section.audio a:before, body.single-release article section.audio a:before, body.single-artist article section.audio a.sm2_playing:before, body.single-release article section.audio a.sm2_playing:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-extreme-x, #header nav li a:before {
  content: "\f101"; }

.icon-pause, body.single-artist article section.audio a.sm2_playing:before, body.single-release article section.audio a.sm2_playing:before {
  content: "\f102"; }

.icon-play, body.single-artist article section.audio a:before, body.single-release article section.audio a:before {
  content: "\f103"; }

/** Extends icon classes created by grunt-webfont
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

img {
  display: block;
  max-width: 100%;
  height: auto; }

body.page-cart form:after {
  content: '';
  display: table;
  clear: both; }
body.page-cart form table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #333; }
  body.page-cart form table th, body.page-cart form table td {
    padding: 8px 12px; }
    body.page-cart form table th.item, body.page-cart form table td.item {
      width: auto;
      text-align: left; }
    body.page-cart form table th.price, body.page-cart form table th.quantity, body.page-cart form table td.price, body.page-cart form table td.quantity {
      width: 12%;
      text-align: right; }
  body.page-cart form table th, body.page-cart form table tr.total td {
    font: 24px 'Open Sans Condensed', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    background: #333; }
    @media only screen and (max-width: 480px) {
      body.page-cart form table th, body.page-cart form table tr.total td {
        font-size: 20px; } }
  body.page-cart form table a {
    text-decoration: none; }
  body.page-cart form table span.catnum {
    display: block;
    float: left;
    color: #666;
    border-right: 1px solid #666;
    margin-right: 8px;
    padding-right: 8px; }
  body.page-cart form table tr:nth-child(2n) {
    background: #161616; }
  body.page-cart form table input, body.page-cart form table select {
    margin: 0;
    padding: 5px; }
    body.page-cart form table input.quantity, body.page-cart form table select.quantity {
      display: block;
      width: 100%; }
    @media only screen and (max-width: 480px) {
      body.page-cart form table input.postage, body.page-cart form table select.postage {
        max-width: 115px; } }
  body.page-cart form table button {
    width: 100%; }
body.page-cart form select, body.page-cart form button, body.page-cart form input.submit {
  height: 30px;
  display: block;
  margin: 0;
  padding: 0 12px;
  border: 0;
  cursor: pointer; }
body.page-cart form button, body.page-cart form input.submit {
  font: 20px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase; }
body.page-cart form input.submit {
  float: right; }

* {
  box-sizing: border-box; }

::-webkit-scrollbar {
  background: #1a1a1a; }

::-webkit-scrollbar-thumb {
  background: #666;
  border: 2px solid #1a1a1a; }

html, body {
  width: 100%;
  height: 100%;
  background: #191919;
  font: 14px 'Open Sans', sans-srif;
  color: #fff;
  min-width: 1260px; }
  @media only screen and (max-width: 480px) {
    html, body {
      background: #111;
      min-width: 320px; } }

h1 {
  font: 32px 'Open Sans Condensed', sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 26px; } }
  h1 a {
    text-decoration: none; }

h2 {
  font: 24px 'Open Sans Condensed', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.4em; }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 20px; } }

p {
  line-height: 1.3;
  margin-bottom: 1em; }
  p.date {
    font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  color: #fff;
  cursor: pointer; }
  a:hover, a:focus {
    color: #cc0000; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin-right: 1.2em;
    margin-bottom: 1.2em; }
  img.alignright {
    float: right;
    margin-left: 1.2em;
    margin-bottom: 1.2em; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }

article p, article ul, article ol {
  line-height: 1.5;
  margin-bottom: 1em; }

article ul {
  list-style-type: disc;
  padding-left: 30px; }

article ol {
  list-style-type: decimal;
  padding-left: 30px; }

article img {
  margin-bottom: 1.5em; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  border: 1px solid #cc0000;
  border-right-width: 40px;
  padding: 40px; }
  @media only screen and (max-width: 480px) {
    #header {
      position: relative;
      width: auto;
      height: 80px;
      border: 0;
      padding: 10px;
      background: #2a2a2a;
      border-bottom: 20px solid #cc0000; } }
  #header div.logo {
    margin-bottom: 30px; }
    #header div.logo a, #header div.logo img {
      display: block; }
    @media only screen and (max-width: 480px) {
      #header div.logo {
        height: 100%;
        margin: 0; }
        #header div.logo a {
          height: 100%;
          background: transparent url(images/extreme-horiz.svg) no-repeat;
          background-size: auto 100%; }
        #header div.logo img {
          display: none; } }
  #header a.mobile-menu {
    position: absolute;
    top: 50%;
    margin-top: -10.5px;
    right: 10px;
    width: 25px;
    border-top: 3px solid #fff;
    display: none; }
    @media only screen and (max-width: 480px) {
      #header a.mobile-menu {
        display: block; } }
    #header a.mobile-menu:before, #header a.mobile-menu:after {
      content: '';
      display: block;
      border-top: 3px solid #fff;
      margin-top: 6px; }
  @media only screen and (max-width: 480px) {
    #header nav {
      display: none;
      position: absolute;
      z-index: 9999;
      top: 82px;
      left: 0;
      width: 100%;
      padding: 10px;
      background: #111; }
      .mobile-menu #header nav {
        display: block; } }
  #header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #header nav li {
    white-space: nowrap; }
    #header nav li a {
      display: block;
      font: 27px 'Open Sans Condensed', sans-serif;
      font-weight: 300;
      line-height: 28px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      #header nav li a:after {
        content: '';
        display: table;
        clear: both; }
      #header nav li a:before {
        font-size: 20px;
        float: left;
        line-height: 30px;
        margin-right: 6px; }
    #header nav li a:hover, #header nav li a:active, #header nav li.active a {
      color: #cc0000; }

body.home #main {
  overflow: hidden; }
  body.home #main div.inner {
    width: 100%;
    height: 100%;
    padding: 0; }
  body.home #main article {
    width: 100%;
    height: 100%; }
  body.home #main div.cycle-slideshow {
    height: 100%; }
    body.home #main div.cycle-slideshow img {
      width: 100%;
      height: 100%; }
@media only screen and (max-width: 480px) {
  body.home #wrap, body.home #main {
    height: 100%; }
  body.home #main div.cycle-slideshow img {
    width: auto;
    max-width: none;
    height: 100%; } }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  position: relative;
  background: #1d1d1d; }

.jspDrag {
  background: #333;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

#main {
  position: absolute;
  top: 0;
  right: 0;
  width: 875px;
  height: 690px;
  border: 1px solid #cc0000;
  overflow: auto; }
  #main div.inner {
    padding: 40px;
    padding-top: 35px; }
    #main div.inner:after {
      content: '';
      display: table;
      clear: both; }
  @media only screen and (max-width: 480px) {
    #main {
      position: relative;
      width: auto;
      height: auto;
      border: 0; }
      .mobile-menu #main {
        display: none; }
      #main div.inner {
        padding: 10px; } }

nav.artists ul, nav.releases ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
nav.artists li, nav.releases li {
  position: relative;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 10px;
  padding-right: 40px;
  margin-bottom: 16px;
  cursor: pointer; }
  nav.artists li:after, nav.releases li:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 480px) {
    nav.artists li, nav.releases li {
      background: transparent;
      border: 0;
      padding: 0;
      border-top: 1px solid #2a2a2a;
      padding-top: 10px;
      margin-bottom: 10px; } }
  nav.artists li:hover a, nav.releases li:hover a {
    color: #cc0000; }
  nav.artists li:last-child, nav.releases li:last-child {
    margin-bottom: 0; }
nav.artists div.image, nav.releases div.image {
  float: left;
  width: 106px;
  max-height: 106px;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    nav.artists div.image, nav.releases div.image {
      display: none; } }
  nav.artists div.image img, nav.releases div.image img {
    border: 1px solid #2a2a2a;
    margin: 0; }
nav.artists div.details, nav.releases div.details {
  margin-left: 120px; }
  @media only screen and (max-width: 480px) {
    nav.artists div.details, nav.releases div.details {
      margin-left: 0; } }
  nav.artists div.details h2, nav.releases div.details h2 {
    font: 24px 'Open Sans Condensed', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    margin: 2px 0 4px 0; }
    @media only screen and (max-width: 480px) {
      nav.artists div.details h2, nav.releases div.details h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 480px) {
      nav.artists div.details h2, nav.releases div.details h2 {
        margin: 0; } }
    nav.artists div.details h2 span.catnum, nav.releases div.details h2 span.catnum {
      display: inline-block;
      color: #666;
      border-right: 1px solid #666;
      padding-right: 8px;
      margin-right: 6px; }
    nav.artists div.details h2 a, nav.releases div.details h2 a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none; }
  nav.artists div.details p, nav.releases div.details p {
    font-size: 0.95em;
    margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      nav.artists div.details p, nav.releases div.details p {
        display: none; } }
  nav.artists div.details dl.availability, nav.releases div.details dl.availability {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    width: 104px;
    height: 20px;
    position: absolute;
    top: 53px;
    right: -35px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (max-width: 480px) {
      nav.artists div.details dl.availability, nav.releases div.details dl.availability {
        display: none; } }
    nav.artists div.details dl.availability dt, nav.releases div.details dl.availability dt {
      display: block;
      float: right;
      width: 47%;
      text-align: center;
      padding: 3px 0; }
      nav.artists div.details dl.availability dt:first-child, nav.releases div.details dl.availability dt:first-child {
        float: left; }
    nav.artists div.details dl.availability dd, nav.releases div.details dl.availability dd {
      display: none; }
    nav.artists div.details dl.availability .available, nav.releases div.details dl.availability .available {
      background: #489644; }
    nav.artists div.details dl.availability .unavailable, nav.releases div.details dl.availability .unavailable {
      background: #2a2a2a;
      color: #ccc;
      text-decoration: line-through; }
    nav.artists div.details dl.availability .limited, nav.releases div.details dl.availability .limited {
      background: #cca20c; }

p.subtitle {
  float: right;
  margin-top: -2.3em; }
  @media only screen and (max-width: 480px) {
    p.subtitle {
      display: none; } }
  p.subtitle a {
    text-decoration: none; }

div.pagination {
  clear: both;
  border-top: 1px dotted #fff;
  margin-top: 1.2em;
  padding-top: 1em; }
  div.pagination:after {
    content: '';
    display: table;
    clear: both; }
  div.pagination a {
    display: block;
    float: right;
    text-decoration: none; }
    div.pagination a:first-child {
      float: left; }

body.single-artist article, body.single-release article {
  float: left;
  width: 63%; }
  @media only screen and (max-width: 480px) {
    body.single-artist article, body.single-release article {
      float: none;
      width: auto; } }
  body.single-artist article h1 span.catnum, body.single-release article h1 span.catnum {
    display: block;
    float: left;
    color: #666;
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px; }
  body.single-artist article section :last-child, body.single-release article section :last-child {
    margin-bottom: 0; }
  body.single-artist article section.linernotes, body.single-release article section.linernotes {
    border-top: 1px solid #2a2a2a;
    margin-top: 20px;
    padding-top: 20px; }
  body.single-artist article section.audio, body.single-release article section.audio {
    border-top: 1px solid #2a2a2a;
    margin-top: 20px;
    padding-top: 20px; }
    body.single-artist article section.audio ul, body.single-release article section.audio ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    body.single-artist article section.audio li, body.single-release article section.audio li {
      margin-bottom: 10px; }
    body.single-artist article section.audio a, body.single-release article section.audio a {
      text-decoration: none;
      color: #fff; }
      body.single-artist article section.audio a:hover, body.single-release article section.audio a:hover {
        color: #cc0000; }
      body.single-artist article section.audio a:before, body.single-release article section.audio a:before {
        font-size: 25px;
        margin-right: 8px; }
      body.single-artist article section.audio a.sm2_playing, body.single-release article section.audio a.sm2_playing {
        color: #cc0000; }
body.single-artist aside, body.single-release aside {
  position: fixed;
  left: 50%;
  width: 232px;
  margin-left: 305px; }
  @media only screen and (max-width: 480px) {
    body.single-artist aside, body.single-release aside {
      position: relative;
      left: 0;
      width: auto;
      margin: 0;
      padding-bottom: 5px;
      margin-bottom: 15px;
      border-bottom: 1px solid #2a2a2a; } }
  body.single-artist aside p.unavailable, body.single-release aside p.unavailable {
    font: 22px 'Open Sans Condensed', sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    color: #666; }
  body.single-artist aside section.details, body.single-release aside section.details {
    margin-bottom: 10px; }
    body.single-artist aside section.details img, body.single-release aside section.details img {
      width: 100%;
      border: 1px solid #2a2a2a;
      margin-bottom: 15px; }
    body.single-artist aside section.details dl, body.single-release aside section.details dl {
      font: 32px 'Open Sans Condensed', sans-serif;
      line-height: 1.1;
      text-transform: uppercase;
      margin-bottom: 10px; }
      body.single-artist aside section.details dl:after, body.single-release aside section.details dl:after {
        content: '';
        display: table;
        clear: both; }
      @media only screen and (max-width: 480px) {
        body.single-artist aside section.details dl, body.single-release aside section.details dl {
          font-size: 26px; } }
      body.single-artist aside section.details dl dd, body.single-release aside section.details dl dd {
        float: left;
        border-right: 1px solid #666;
        padding-right: 10px;
        margin-right: 10px;
        color: #666; }
        body.single-artist aside section.details dl dd.price, body.single-release aside section.details dl dd.price {
          color: #fff; }
        body.single-artist aside section.details dl dd:last-child, body.single-release aside section.details dl dd:last-child {
          border: 0;
          margin: 0;
          padding: 0; }
      body.single-artist aside section.details dl dt, body.single-release aside section.details dl dt {
        display: none; }
    body.single-artist aside section.details ul, body.single-release aside section.details ul {
      font: 24px 'Open Sans Condensed', sans-serif;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 480px) {
        body.single-artist aside section.details ul, body.single-release aside section.details ul {
          font-size: 20px; } }
      body.single-artist aside section.details ul li, body.single-release aside section.details ul li {
        margin-bottom: 10px; }
        body.single-artist aside section.details ul li a, body.single-release aside section.details ul li a {
          text-decoration: none; }
          body.single-artist aside section.details ul li a:before, body.single-release aside section.details ul li a:before {
            content: '\00bb';
            padding-right: 6px; }
        body.single-artist aside section.details ul li span, body.single-release aside section.details ul li span {
          color: #666; }
  body.single-artist aside section.releases, body.single-release aside section.releases {
    border-top: 1px solid #2a2a2a;
    padding-top: 15px;
    margin-top: 15px; }
    @media only screen and (max-width: 480px) {
      body.single-artist aside section.releases, body.single-release aside section.releases {
        display: none; } }
    body.single-artist aside section.releases ul, body.single-release aside section.releases ul {
      width: 110%; }
      body.single-artist aside section.releases ul:after, body.single-release aside section.releases ul:after {
        content: '';
        display: table;
        clear: both; }
      body.single-artist aside section.releases ul li, body.single-release aside section.releases ul li {
        float: left;
        width: 52px;
        height: 52px;
        border: 1px solid #2a2a2a;
        margin: 0 8px 8px 0; }
        body.single-artist aside section.releases ul li img, body.single-release aside section.releases ul li img {
          width: 100%;
          height: 100%;
          margin: 0; }

#wrap {
  width: 1200px;
  height: 695px;
  background: #111;
  border: 3px double #cc0000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -347.5px;
  margin-left: -600px; }
  @media only screen and (max-width: 480px) {
    #wrap {
      width: auto;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      border: 0;
      box-shadow: none; } }

/*# sourceMappingURL=style.css.map */