/*
body {
    background-repeat:  no-repeat;
    background-position: center top;
    background-attachment:fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
*/

body {
    font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-size: 12px;
    color: #717171;
    line-height: 14px;
    background-color: #000000;
}

h1 {
    font-size:16px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

h2 {
    font-size:15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

h3 {
    font-size:13px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.content {
    width: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
/*    margin-left: 40px; */
    margin-left: auto;
    margin-right: auto;
}

.header-block {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    text-align: center;
}

.titleonlyblock {
    position: relative;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;

}

.block {
    position: relative;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;

}
.text-block {
    float:left;
    background-color: rgba(113,113,113,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 305px;

}

.image-block {
    float:left;
    background-color: rgba(113,113,113,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 150px;
}

.title-block {
    background-color: rgba(113,113,113,0.2);
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

div.spacer {
    clear: both;
}

a:link,a:visited,a:active a:hover {
    text-decoration:underline;
    color: #717171;
}

/* player styles */
ul.playlist
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

li
{
    margin-bottom: 7px;
    display:block;
    vertical-align: middle;
    border:none;

}

a.play {
    background: transparent url("../img/button_play2.png") center left no-repeat;
    padding-left: 22px;
    text-decoration: none;
    height: 16px;
    display: block;
}

a.pause {
    background: transparent url("../img/button_pause2.png") center left no-repeat;
    padding-left: 22px;
    text-decoration: none;
    height: 16px;
    display: block;
}

a.download {
    background: transparent url("../img/button_download.png") center left no-repeat;
    padding-left: 22px;
    text-decoration: underline;
    height: 16px;
    display: block;
}
