a
{
    text-decoration: none;
}

a:hover
{
    cursor: pointer;
    text-decoration: underline;
}

/* -------------------------------- BODY -------------------------------- */

body
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: courier new;
    font-weight: 300;
}

body.nebulas 
{
    height: 100vh;
    background: #000000 url(/images/stars.jpg?v=177);
    color: #ffffff;
    color: rgba(255, 255, 255, 0.85);
    font-family: courier new;
}

body.nebulas:before
{
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(/images/nebulas-1.jpg?v=177);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    z-index: -1;
}

body.site:before
{
    background-image: url(/images/nebulas-2.jpg?v=177);
}

/* -------------------------------- TEMPLATE -------------------------------- */

.template
{
    position: absolute;
    top: 0px;
    bottom: 40px;
    left: 20%;
    right: 20%;
    display: grid;
    grid-template-areas: "header" "main" "nav";
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto minmax(0, 1fr) 100px;
    grid-gap: 0px;
}

.template header
{
    grid-area: header;
}

.template main
{
    grid-area: main;
}

.template nav
{
    grid-area: nav;
}

.template header
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.template header a
{
    display: block;
}

.template header img
{
    max-width: 100%;
    display: block;
    margin: auto;
}

.template header img.small
{
    display: none;
    opacity: 0.75;
}

.template main,
.template nav
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: solid 1px #666666;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.template main
{
    padding: 20px 20px 20px 20px;
    text-align: justify;
    line-height: 1.4;
    position: relative;
}

.template main .content
{
    height: 100%;
    overflow: hidden;
}

.template main .content a
{
    font-weight: bold;
    text-decoration: none;
    color: rgba(204, 153, 255, 0.85);
}

.template main .content a:hover
{
    text-decoration: underline;
}

.template main h1
{
    margin: 0px 0px 19px 0px;
    padding: 0px 0px 14px 0px;
    text-transform: uppercase;
    color: rgba(204, 153, 255, 0.85);
    border-bottom: dotted 1px #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 255, 255, 0.2);
}

.template main h2
{
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.template main section
{
    margin: 0px 0px 13px 0px;
}

.template nav
{
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template nav div
{
    margin: 0px 5px 0px 5px;
}

.template nav a
{
    display: block;
}

.template nav img
{
    display: block;
    opacity: 0.75;
}

.template nav span
{
    display: none;
    font-size: 13px;
    text-transform: uppercase;
}

.template nav a span
{
    color: rgba(204, 153, 255, 0.85);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 255, 255, 0.2);
}

/* -------------------------------- HOME -------------------------------- */

.home .logo
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.home .logo a
{
    display: block;
}

.home .logo img
{
    margin: auto;
    display: block;
    max-width: 100%;
    opacity: 0.95;
}

.home .logo img.stacked
{
    display: none;
}

.home .navigation
{
    position: absolute;
    bottom: 5px;
    right: 15px;
    display: flex;
    opacity: 0.9;
}

.home .navigation a
{
    display: block;
}

.home .navigation a img
{
    display: block;
}

/* -------------------------------- ALBUM -------------------------------- */

body.album 
{
	background: #cccccc;
	font-size: 12px;
}

/* -------------------------------- SOUNDCLOUD -------------------------------- */

.soundcloud
{
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.soundcloud a
{
    display: block;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

/* -------------------------------- AUDIO -------------------------------- */

.audio .content .album ul
{
    padding: 0;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.audio .content .album ul li
{
    padding: 1px 0px 1px 0px;
    margin: 0;
    list-style: none;
}

.audio .content .album ul li a
{
    color: #ffffff;
    font-weight: normal;
}

.audio .content .album ul li a:hover
{
    color: rgba(204, 153, 255, 0.85);
    text-decoration: none; 
}

.audio .content .album ul li a.unfocus:hover
{
    color: #ffffff;
    text-decoration: none; 
}

.audio .content .album ul li a:focus
{
    outline: 0;
}

.audio .content .album ul li a.playing
{
    color: rgba(204, 153, 255, 0.85);
    font-weight: bold;
}

.audio .content .album ul li a i
{
    display: none;
}

.audio .content .album ul li a i.fa-caret-right
{
    margin-right: 1px;
}

.audio .content .album ul li a i.fa-stop
{
    font-size: 11px;
}

.audio .content .covers
{
    text-align: left;
}

.audio .content .covers .item
{
    margin-bottom: 2px;
    display: grid;
    grid-template-columns: 20px auto;
}

.audio .content .covers .title
{
    margin-bottom: 5px;
    font-weight: bold;
}

/* -------------------------------- DOWNLOAD -------------------------------- */

.download .content .album .item
{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
    grid-gap: 10px;
}

.download .content .album .item > div
{
    padding: 8px 0px 8px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}

.download .content .album .item > div:first-child
{
    padding-left: 12px;
}

.download .content .album .item > div:last-child
{
    padding-right: 12px;
}

.download .content .album .item:nth-child(even)
{
    background: rgba(255, 255, 255, 0.05);
}

.download .content .album .item a
{
    color: #cccccc;
}

.download .content .album .item a:hover
{
    color: rgba(204, 153, 255, 0.85);
    font-weight: bold;
    text-decoration: none;
}

.download .content .album .item a.playing
{
    color: rgba(204, 153, 255, 0.85);
    font-weight: bold;
}
