/*
   welou.net stylesheet v3
   by welou
*/

/* General settings */

* {
    margin: 0;
    padding: 0;
}



body {
    background: #ffffff url(graphics/up_in_the_trees.jpg) no-repeat center top fixed;
    font-family: calluna-sans-1, calluna-sans-2, sans-serif;
    opacity: 1.0;
    font-weight: 300;
    color: #5f5f5f;
}

#frontpage {
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    font-size: 1.4em;
}

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

#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: 480px;
    padding-top: 30px;
}

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

#push {
    clear: both;
}

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

/* Headers */

h1 {
    display: none;
}

h2 {
    padding-top: 20px;
    font-family: calluna-sans-1, calluna-sans-2, sans-serif;
    font-weight: 500;
    font-size: 1.0em;
    color: #5f5f5f;
    text-transform: lowercase;
}

/* 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;
    line-height: 1.5em;
    word-spacing: 0.10em;
    letter-spacing: 0.03em;
}

#page #content p {
    font-size: 0.7em;
}

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


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

/* Links */

a {
    text-decoration: none;
    color: #5f5f5f;
    text-transform: lowercase;
}

a:visited {
    color: #5f5f5f;
}

h2 a, h2 a:visited {
    color: #5f5f5f;
}

a:hover {
    background: url(graphics/hover_grey.png);
    color: #3f3f3f;
}

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

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

#additional a.normalsize {
    font-size: 1.0em;
}

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

#page #content .link_forward {
    font-size: 0.6em;
    text-align: right;
}

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

#page #content .link_back {
    font-size: 0.6em;
    text-align: left;
}

#page #content .link_book {
    font-size: 0.65em;
    text-align: left;
}

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

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

/* form settings */
form {
    text-transform: lowercase;
    font-size: 0.7em;
}

label {
    width: 3.0em;
    float: left;
    margin-right: 0.5em;
    display: block;
}

.identity {
    font-size: 0.8em;
    padding-right: 7px;
}
.site {
    display: none;
}
