 @font-face {
    font-family: DIN; 
    src: url('../fonts/din1451e.ttf')  format('truetype'); 
}

* {
    font-family: DIN;
    text-transform: uppercase;
}

body {
    background: white;
    color: #09f;
    line-height: 1.25em;
    font-size: 1.5em;
    border: 0;
    margin: 0;
    padding: 1em;
}

a {
    color: #66686c;
    text-decoration: none;
}

ul.releases {
    margin-left: -20px;
}

div#container {
    position: relative;
    max-width: 960px;
    margin: auto;
}

div#header {
    background-repeat: no-repeat;
}

span.miniheader {
    padding: 0;
    color: #84888c;
}

ul.navbar {
    margin: 0;
    padding: 0;
    color: #44484c;
    border-top: 0.125em solid #09f;
}

ul.navbar li {
    background: white;
    float: left;
    padding: 0 10px 0 10px;
    margin-right: 3px;
    display: inline-block; 
    height: 1.01em; 
    line-height: 1em;
    position: relative;
} 

div.content, .cl {
    clear: both;
}

h1 {
    font-family: DIN !important;
    font-weight: bold !important;
    padding: 0.25em 0 0 !important;
    margin: 0 !important;
    color: #84888c !important;
    font-size: 3em !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.releases > li, ul.artists > li {
    padding: 0.2em 1em;
    background: #fff;
    font-size: 0.6em;
    border-bottom: 1em solid transparent;
    opacity: 1;
    transition: 1s;
}

ul li.headline h1 {
    font-size: 42%;
    color: #bbb !important;
}

ul.tracks {
    margin-bottom: 1em;
}

ul.tracks li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

ul.releases li p, ul.artists li p {
    padding: 0;
    margin: 0 8em 1em 8em;
    color: #74787c;
    font-size: 70%;
    line-height: 1.4em;
    font-family: verdana;
    text-transform: none;
}

ul.releases li img, ul.artists li img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    transition: 1s;
}


ul.releases li a span.title {
    color: #09f;
}

span.style.d {
    background: #09f;
    color: white;
}

ul.releases li.e a span.title {
    color: #f90;
}

span.style {
    width: 80px;
    text-align: center;
    display: block;
    padding: 0 3px;
    border-radius: 12px;
    font-size: 90%;
}

span.style.e {
    background: #f90;
    color: white;
}

ul.releases li.x a span.title {
    color: #fc0;
}

span.style.x {
    background: #fc0;
    color: white;
}

ul.tracks li {
    font-size: 1em;
    margin-left: 5.2em;
}

ul.tracks li a {
    display: block;
    padding: 0 0.5em;
    background: transparent;
}

li.e, span.e {
    color: #f90;
}

li.x, span.x {
    color: #fc0;
}

span.catno {
    color: #44484c;
    float: right;
}

span.date {
    display: block;
    margin-top: -0.6em;
    color: #44484c;
}

a.download {
    float: right;
}

a.listen {
    padding-left: 5.65em;
}

span.title {
    display: block;
    font-size: 180%;
    padding-top: 0.15em;
}

div.release {
    font-size: 0.6em;
    padding: 1em;
}

div.release span.title {
    margin-top: -0.35em;
}

div.release img {
    float: left;
    margin: 0 1em 1em 0;
}

div.release p {
    padding: 0;
    margin: 0;
    color: #74787c;
    font-size: 70%;
    line-height: 1.4em;
    font-family: verdana;
    text-transform: none;
}

ul.artists li {
    padding: 0.5em;
}

img.wave {
    width: 100%;
    height: 2em;
}


html {
 position: relative;
 width: 100%;
 height: 100%;
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 /* http://files.christophzillgens.com/webkit-font-smoothing.html */
 /* font-smoothing: subpixel-antialiased; */
 /* general font niceness? */
 font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
 background: #fff;
 color: #000;
 transition: background 0.2s ease-in-out;
}

body {
 font-family: helvetica, verdana, tahoma, arial, sans-serif;
 font-weight: 300;
 margin: 0px;
 transition: color 0.2s ease-in-out;
 padding-bottom: 64px; /* room for the bottom bar UI player */
}

h1 a {
 font-size: 100%;
 text-decoration: none;
 color: #000;
}

h1 a:hover {
 color: #336699;
 text-decoration: underline;
}

h2 {
 margin: 0px;
 padding: 0px;
 font-weight: 300;
}

h3 {
 font-weight: 300;
 margin: 1em 0px 0.5em 0px;
 padding: 0px;
}

p {
 margin-top: 0.5em;
}

.demo-wrapper {
 position: relative;
 width: 100%;
 /* whitespace trickery */
 font-size: 0px;
}

.demo-left,
.demo-right {
 font-size: 16px;
 font-size: 1rem;
 position: relative;
 display: inline-block;
 width: 48%;
 vertical-align: top;
}

.demo-left {
 margin-right: 2%;
 border-right: 1px dotted transparent;
}

.demo-wrapper .demo-bd {
 padding-right: 1em;
}

.demo-right {
 left: -1px; /* sneaky */
 margin-left: -2%;
 border-left: 1px dotted transparent;
}

.demo-left,
.demo-right {
 border-color: #ccc;
}

.demo-right .demo-bd {
 padding-left: 1em;
 padding-right: 0.5em;
}

.about {
 color: #333;
 font-size: small;
 line-height: 1.5em;
 margin-bottom: 0.5em;
}

.about a {
 text-decoration: none;
}

.note {
 font-size: 0.5em;
 color: #333;
}

#size-field {
 vertical-align: middle;
}

#colors {
 margin-bottom: 0.5em;
}

#colors * {
 vertical-align: middle;
}

.sm2-bar-ui {
 /* demo silliness */
 transition: all 0.25s ease-in-out;
}

span.style {
    float: right
}

.sm2-main-controls span.style {
    display: none;
}

span.prefix {
    color: #bbbec2;
}
