/* 
    Document   : feedradio
    Created on : 16.02.2011, 15:10:32
    Author     : Fred
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* ------- STANDARD ELEMENTS AND SUBCLASSES -------------------------- */

body {
    background: #dfdfdf;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: 'Kreon', Verdana, serif;
    font-weight: bold;
    font-size: 53px;
    line-height: 1.2em;
    margin: 0;
    padding: 30px 0 0 90px;
}

h2 {
    font-family: Georgia, Times, serif;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3em;
    padding: 0 0 0 100px;
}

a.playerbutton {
    display: block;
    float: left;
    height: 33px;
    border: 1px solid #cfcfcf;
    margin: 6px 0 0 3px;
}

a.playerbutton:hover {
    border: 1px solid #bbbbbb;
}

/* ------- FONT CLASSES -------------------------- */

.fbblue {
    color: #44629d;
}

.step {
    font-family: 'Kreon', Verdana, serif;
    font-size: 30px;
}

/* ------- MAIN PARTS -------------------------- */

#wrap {
    margin: 0 auto;
    width: 1024px;
}

#header {
    background: url(../frimg/header_bg.jpg) no-repeat;
    height: 252px;
    margin: 0 auto;
    width: 1000px;
}

#content {
    background: #ffffff;
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
    color: #000000;
    height: 300px;
    margin: 0 auto;
    width: 910px;
}

#footer {
    background: url(../frimg/footer_bg.jpg) no-repeat;
    height: 128px;
    margin: 0 auto;
    width: 1000px;
}

/* ------- OWN SUBCLASSES IN ORDER OF APPEARANCE -------------------------- */

#step1 {
    float:left;
    margin: 20px 0 0 30px;
    padding: 10px;
    width: 276px;
}

.seperator {
    float: left;
    background: url(../frimg/seperator.jpg) no-repeat;
    height: 182px;
    margin: 20px 20px 0 20px;
    width: 1px;
}

#step2 {
    float:left;
    margin: 20px 0 0 0px;
    padding: 10px;
    width: 455px;
}

#jukebox {
    margin: 0 auto;
    width: 452px;
}

#jukebox_top {
    background: #e0e7e9;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px dashed #c9cdd5;
    height: 50px;
    text-align: left;
    width: 450px;
}

#jukebox_bottom {
    background: #d1d1d1;
    padding: 3px 0 3px 0;
    text-align: left;
    width: 450px;
}

#mediumtitle {
    float:left;
    margin: 7px 0 0 10px;
    color: #0a4463;
    width: 240px;
}

#postermain {
    border: 1px solid #ffffff;
    margin: 3px 0 0 3px;
    width: 48px;
    height: 48px;
    overflow: hidden;
}


