body {
    width: 1140px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 1em;
    margin: auto;
    line-height: 1.1em;
}

header {
    z-index: 100;
    background-color: white;
    position: fixed;
    height: 60px;
    line-height: 60px;
    padding: 1em 0;
    margin-bottom: 5px;
    width: 1100px;
}

footer {
    text-align: center;
}

blockquote {
    font-style: italic;
    color: grey;
}

blockquote:before {
    content: "\""
}

blockquote:after {
    content: "\""
}

header form {
    display: inline;
}

form input[type="submit"]{
    font-family: inherit;
    display: inline;
    background: none;
    border: none;
    color: #336699;
    cursor: pointer;
    padding: 0;
    font-size: 1em;
    vertical-align: baseline;
}

form input[type="submit"]:hover {
    color: #84a3c1;
}

.tracks {
    display: table-cell;
    height: auto;
}

.tracks table {
    width: 65%;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 0.9em;
}

.tracks td{
    height: 1.05em;
}

.tracks td:nth-child(2) {
    width: 75%;
    text-align: center;
}

.tracks td:nth-child(1) {
    width: 10%;
    text-align: left;
}

.tracks td:nth-child(3) {
    width: 15%;
    text-align: right;
}

ol {
    display: block;
    list-style-type: decimal;
    list-style-position: outside;
    text-align: center;
    margin: 0.2em 0;
    padding: 0px 90px;
}

aside {
    color: grey;
    font-size: 0.9em;
    line-height: 1.7;
}

input[id^=close],
input[name=release] {
    display: none;
}

header h1 {
    float: left;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 2em;
}

header nav {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.quote-link {
    color: gray;
}

a {
    color: #336699;
    text-decoration: none;
}

a:hover {
    color: #84a3c1;
}

#logo {
    text-decoration: none;
    color: black;
}

ul.horizontal,
ul.horizontal > li {
    display: inline;
}

ul.horizontal > li + li::before {
    padding: 10px;
    content: " | ";
}

#content {
    position: relative;
    top: 80px;
    overflow: auto;
    width: 100%;
}

#sidebar {
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    float: left;
    width: 200px;
}

#pp {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

aside > p {
    margin-top: 30px;
    margin-bottom: 30px;
}

#side_footer {
    position: fixed;
    margin: 0;
    bottom: 100px;
    font-size: small;
}

#statement {
    font-style: italic;
}

#releases {
    float: right;
    width: 890px;
    padding-top: 33px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: auto;
    border: 0px solid;
    border-color: #000000;
}

figure {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}


div.release {
    display: inline-block;
    border: 0px solid;
    border-color: #000000;
    width: auto;
    margin: 17px 10px;
    clear: both;
}

div.release figcaption {
    line-height: 20px;
    z-index: 10;
}

.clear {
    clear: both;
}

img.cover {
    
    opacity: 1;
    width: 400px;
    height: 400px;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    /* Firefox 4 */
    
    -webkit-transition: opacity 0.5s;
    /* Safari and Chrome */
    
    -o-transition: opacity 0.5s;
    /* Opera */
}

img.cover:hover {
    
    opacity: 0.8;
                }

.title {
    font-weight: bold;
}

div.download {
    position: absolute;
    width: inherit;
    bottom: 42px;
}

div.download a {
    font-weight: bold;
}

.details {
    display: inline-block;
    text-align: center;
    width: 0px;
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: width 0.2s ease, padding 0.2s ease;
    -moz-transition: width 0.2s ease, padding 0.2s ease;
    /* Firefox 4 */
    
    -webkit-transition: width 0.2s ease, padding 0.2s ease;
    /* Safari and Chrome */
    
    -o-transition: width 0.2s ease, padding 0.2s ease;
    /* Opera */
}

:checked ~div.release {
    width: 800px;
    transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    /* Firefox 4 */
    
    -webkit-transition: width 0.2s ease;
    /* Safari and Chrome */
    
    -o-transition: width 0.2s ease;
    /* Opera */
}

:checked ~ .details {
    display: inline-block;
    width: 397px;
    padding: 0px 20px;
    transition: width 0.2s ease, padding 0.2s ease;
    -moz-transition: width 0.2s ease, padding 0.2s ease;
    /* Firefox 4 */
    
    -webkit-transition: width 0.2s ease, padding 0.2s ease;
    /* Safari and Chrome */
    
    -o-transition: width 0.2s ease, padding 0.2s ease;
    /* Opera */
}

div.blurb {
    font-size: 0.95em;
    padding: 0 50px;
    margin: 28px 10px auto;
    text-align: justify;
}

div.blurb p {
    margin: 10px 0;
}

div.blurb:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p.release {
    width: inherit;
    position: absolute;
    top: 10px;
    font-size: 0.7em;
    color: #a8a8a8;
}

div.blurb img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.release pre {
    text-align: center;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 0.8em;
}

div.player {
    position: absolute;
    bottom: 0px;
    width: inherit;
}

div.player p,
div.download p {
    padding: 0 10px;
    margin: 7px 0;
    font-size: small;
    color: #a8a8a8;
}

div.close {
    font-size: small;
    -webkit-user-select: none;
    /* Chrome/Safari */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    
    -o-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 12px;
    /* for vertical scrollbars */
    
    height: 12px;
    /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}
/* MailChimp Form Embed Code - Slim - 08/17/2011 */

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}

##mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .button:hover {
    background-color: #777;
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .clear {
    clear: none;
    display: inline;
}

#mc_embed_signup input.email {
    display: block;
    padding: 8px 0;
    margin: 5px 0;
    text-indent: 5px;
    width: 100%;
    min-width: 130px;
}

#mc_embed_signup input.button {
    display: block;
    width: 100%;
    margin: 5px 0;
    min-width: 90px;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

#fadeout {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3.3em; // or anything you want the height to be
    background: -webkit-linear-gradient(
    /*for webkit based browsers */
    
    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(
    /*for firefox*/
    
    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(
    /*opera browser*/
    
    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(
    /*microsoft ie*/
    
    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
