/*
   welou.net stylesheet v3
   by welou
*/

/* General settings */

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('MuseoSans_500.otf') format('opentype');
}

body {
    font-family: 'Museo Sans 500', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #7f7f7f;
}

#page {
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
}

#nowplaying {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7em;
}

#nowplaying img {
    position: relative;
    top: 3px;
    padding: 0px 10px 0px 2px;
}

#content {
    float: left;
    width: 470px;

}

#additional {
    float: right;
    width: 260px;
    position: relative;
    top: 28px;
    text-align: right;
    line-height: 1.6em;
}

#push {
    clear: both;
}

#footer {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 1.0em;
}

/* Headers */

h1 {
    display: none;
}

h2 {
    padding-top: 20px;
    font-family: 'Museo Sans 500', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #f20a5d;
    text-transform: lowercase;
}

/* Links */

a {
    text-decoration: none;
    color: #7f7f7f;
    text-transform: lowercase;
}

a:visited {
    color: #7f7f7f;
}

h2 a, h2 a:visited {
    color: #f20a5d;
}

a:hover {
    background-color: #ebebeb;
    color: #f20a5d;
}

a.image:hover, a.logo:hover, a.preview:hover {
    background-color: transparent;
}

#additional a {
    font-size: 0.8em;
}

.link_forward {
    font-size: 0.8em;
    text-align: right;
}

.link_back {
    font-size: 0.8em;
    text-align: left;
}

.preview {
   position: absolute;
   left: 550px;
   margin-top: 13px;
   border: 3px solid #ebebeb;
}

a.preview:hover {
   border: 3px solid #f6538d;
}

/* Images */

img {
   border: none;
}

.image {
   margin: 9px 0px 0px 7px;
}

.preview img {
   display: block;
}

#footer img {
   margin-right: 5px;
}

/* Text content */

p {
    padding-top: 20px;
    text-transform: lowercase;
    font-size: 1.0em;
    line-height: 1.5em;
    word-spacing: 0.10em;
    letter-spacing: 0.03em;
}

#additional span {
    font-size: 0.8em;
}

#footer p {
    padding-top: 20px;
    text-transform: lowercase;
    font-size: 0.8em;
    line-height: 1.5em;
    word-spacing: 0.10em;
    letter-spacing: 0.03em;
}