html { font-size:12px; }
body { margin:0; padding:109px 0 0 3.2%; font-family:helvetica,arial,sans-serif;}
ol { list-style-type:decimal; padding:0; }
a { text-decoration:none; color:#111; }
a:link:hover, a:visited:hover, a:active:hover { color:#17f !important; }
header {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    margin-left: -3.2%;
    padding: 15px 25px 5px 3.2%;
    border-bottom: 1px solid #eee;
    z-index: 10;
}
header h1 {
    margin-top: 0;
    margin-bottom: 15px;
    transform: rotateX(0deg);
}
header p {
    border-bottom:1px solid #eee;
    margin:0.618em 0 0 -4em; padding:0 0 1em 4em;
    color:#aaa;
}
header>form {
    max-width: calc(100% - 140px);
}
header form select {
    margin-bottom: 10px;
}
#filter_btn {
    margin-top: -7px;
    margin-right: -140px;
    display: none;
}
#filterByGenre {
    position: fixed;
    right: 0;
    top: 103px;
	bottom: 0px;
	overflow: auto;
    width: 100%;
    max-width: 550px;
    padding: 25px;
    background: #fff;
    /*display: none;*/
    visibility: hidden;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
footer {
    display:block;
    color:#140; background-color:#6fc008; margin:0.618em 0 0 -4em; padding:1em 1em 2em 4em;
}
footer a:link, footer a:visited, footer a:active { color:#140; background:#9f4; padding:0 0.2em; }
footer a:link:hover, footer a:visited:hover, footer a:active:hover { background:#140; color:#9f4 !important; }
footer h2 { margin:0.5em 0 0 0; }

#release_list section {
    margin-top:50px;
}

.list li.album {
    display: block;
    width: 100%;
    margin: 5px 0;
}
.list li.album a {
    display: inline;
}
li.album {
    display:inline-block;
    margin: 1.5em 4.5em 1.618em 0;
    width: 200px;
    vertical-align: top;
}
li.album p.no {
    margin:0 0 0 -3.4em; float:left; color:#ccc; font-size:1.3em;
    text-align:right; width:3em;
}
li.album h3 {
    font-size:1.2em; margin:0; color:#aaa; font-weight:normal;
    overflow:hidden;
    text-overflow:ellipsis;
}
li.album h3 a { font-weight:bold; margin-top: 7px; display: inline-block; }
li.album h3 a.name { color:#888; }
li.album p { margin:0.3em 0 0 0; }
li.album p.avail { color:#777; }
li.album.ANY p.avail { color:#ccc; }
li.album .play { cursor: pointer; }

.optionGroup {
    font-weight: bold;
    font-style: italic;
}

.optionChild {
    padding-left: 15px;
}