/* SUPERAMAS -- youdream */
/* author: Stijn Maertens -- st@st-out.com */

/*------------------------------------------------------------------ body -----------------------------*/
body{
    margin: 0px;
    padding: 0px;
    /*background-color: #171717;
    background-image: url(back_body.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    background-attachment: fixed;*/
    background-color: #000000;
    background-image: url(back_screen_light.jpg);
    background-repeat: repeat;
    /*background-image: url(back_globe.jpg);
    background-repeat: no-repeat;*/
    background-position: top center;
    background-attachment: fixed;
    color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
}

#centered {
    width: 900px;
    margin: 0px auto;
    margin-top: 50px;
    padding: 10px;
    padding-bottom: 5px;
    /*background-color: #000000;*/
    background-image: url(dummy/75/black.png);
}

body.serieIndex {
    background-image: url(back_globe.jpg);
    background-repeat: no-repeat;
}

body.serieIndex #centered {
    background-image: none;
}

.uploadBody {
    background-color: #171717;
    background-image: url(back_grey.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

#uploadCentered {
    width: 700px;
    margin: 0px auto;
    margin-top: 50px;
    padding: 10px;
    padding-bottom: 5px;
    background-color: #000000;
}

/*------------------------------------------------------------------ header ---------------------------*/
#header {
    width: 900px;
    height: 75px;
    margin: 0px;
    padding: 0px;
}

#uploadCentered #header {
    width: 700px;
}

#headerLogo {
    position: relative;
    width: 300px;
    height: 67px;
    top: -40px;
    left: 0px;
    z-index: 20;
    background-image: url(youdream_logo.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#headerMenu {
    float: left;
    width: 805px;
    height: 50px;
    margin-top: 13px;
    margin-left: -10px;
    padding: 0px;
    padding-left: 115px;
    z-index: 10;
    background-image: url(back_menu.png);
    background-repeat: repeat-x;
}

#uploadCentered #headerMenu {
    width: 605px;
}

/*#headerLogo {
    position: relative;
    width: 250px;
    height: 67px;
    top: 0px;
    left: 0px;
    z-index: 20;
    background-image: url(youdream_logo.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#headerMenu {
    float: right;
    width: 650px;
    height: 50px;
    margin-top: 13px;
    margin-right: -10px;
    padding: 0px;
    padding-left: 40px;
    z-index: 10;
    background-image: url(back_menu.gif);
    background-repeat: repeat-x;
}*/

#headerMenu img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#headerButtons {
    position: absolute;
    top: 0px;
    right: 0px;
}

#headerButtons img {
    margin: 0px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 0px;
}

#headerButtons img.flag {
    margin-top: 12px;
}

.headerButtons a:link, .headerButtons a:active, .headerButtons a:visited, .headerButtons a:hover {
    border: 0px;
}

/*------------------------------------------------------------------ footer ---------------------------*/
#footer {
    width: 900px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    color: #555555;
    text-align: center;
    font-family: monospace;
    font-size: 11px;
}

#uploadCentered #footer {
    width: 700px;
}

#footer a:link, #footer a:active, #footer a:visited {
    color: #555555;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    color: #DDDDDD;
    font-weight: normal;
    text-decoration: none;
}

/*------------------------------------------------------------------ content --------------------------*/
#content {
    display: inline-block;
    width: 880px;
    min-height: 380px;
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    font-family: Verdana;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 19px;
    text-align: justify;
    color: #FFFFFF;
}

#uploadCentered #content {
    width: 680px;
    min-height: 380px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    margin-bottom: 15px;
    /*color: #dd1212;*/
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

a:link, a:active, a:visited {
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/*------------------------------------------------------------------ text blocks ----------------------*/
.textBlockFull, .textBlockMedium, .textBlockSmall {
    margin: 0px;
    margin-bottom: 20px;
    padding: 20px;
    vertical-align: top;
    background-image: url(dummy/25/black.png);
    color: #FFFFFF;
    font-family: Franklein Book, Helvetica;
    font-size: 14pt;
    letter-spacing: normal;
    overflow: hidden;
}

.textBlockFull {
    display: inline-block;
    width: 780px;
    padding-left: 60px;
    padding-right: 40px;
    text-align: left;
    font-size: 14pt;
    letter-spacing: normal;
    line-height: normal;
    color: #C0C0C0;
}

.textBlockMedium {
    display: inline-block;
    width: 522px;
}

.textBlockSmall {
    display: inline-block;
    width: 250px;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 15px;
}

.textBlockFull a, .textBlockMedium a {
    font-weight: bold;
    color: #C0C0C0;
    text-decoration: none;
}

.textBlockSmall a {
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.textBlockFull a:hover, .textBlockMedium a:hover {
    text-decoration: underline;
}

.textBlockSmall a:hover {
    font-weight: bold;
}

.textBlockFull ul, .textBlockMedium ul, .textBlockSmall ul {
    text-align: left;
    margin-bottom: 20px;
}

.textBlockMedium ul, .textBlockSmall ul {
    max-width: 400px;
}

.textBlockFull li, .textBlockMedium li, .textBlockSmall li {
    margin-bottom: 5px;
}

.textBlockFull p, .textBlockMedium p, .textBlockSmall p {
    margin-bottom: 20px;
}

.textBlockFull p:first-line, .textBlockMedium p:first-line, .textBlockSmall p:first-line {
    /*font-weight: bold;*/
}

.textBlockFull p img {
    margin: 10px;
    margin-top: 0px;
    width: 250px;
}

/*------------------------------------------------------------------ serie index ----------------------*/
#serieIndex {
    width: 820px;
    margin-top: 30px;
    margin-left: 30px;
}

#serieIndex img {
    border: 0px;
}

#serieIndex a:link, #serieIndex a:active, #serieIndex a:visited, #serieIndex a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------------ serie ----------------------------*/
#serie {
    width: 820px;
    margin-left: 30px;
}

#serieVideoDiv {
    min-height: 480px;
}

small.serieDate {
    display: block;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*------------------------------------------------------------------ show -----------------------------*/
#show {
    float: left;
    width: 500px;
}

#showLeft {
    float: left;
    width: 190px;
    padding-top: 25px;
}

#showRight {
    float: right;
    width: 190px;
    padding-top: 25px;
}

#showVideoDiv {
    min-height: 380px;
}

small.showDate {
    display: block;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 35px;
}

#calendar {
    width: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    font-size: 9px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-bottom: solid 1px #999999;
}

.serieIndex .calendar {
    width: 170px;
    margin-left: 20px;
    text-align: left;
}

#calendar .entry {
    padding: 3px;
    margin: 0px;
    width: 164px;
    height: 20px;
    overflow: hidden;
    float: left;
    border: 0px;
    border-top: solid 1px #999999;
    background-image: url(dummy/25/black.png);
}

#calendar .entryHover {
    padding: 3px;
    margin: 0px;
    width: 164px;
    height: 100px;
    overflow: hidden;
    float: left;
    border: 0px;
    border-top: solid 1px #CCCCCC;
    background-image: url(dummy/50/black.png);
}

#calendar .entry:first-line, #calendar .entryHover:first-line {
    font-weight: bold;
    letter-spacing: 2px;
}

#calendar a{
    color: #CCCCCC;
    font-weight: normal;
}

#calendar a:hover{
    color: #FFFFFF;
    font-weight: normal;
}

/*------------------------------------------------------------------ misc -----------------------------*/
.serieThumb {
    margin: 0px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 0px;
}

.serieThumbBig {
    margin: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.partnerLogo {
    margin: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 120px;
    max-height: 60px;
    border: 0px;
    vertical-align: middle;
}

.partnerLogo_big {
    margin: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0px;
    vertical-align: middle;
}

.invisible {
    visibility: hidden;
    display: none;
}

.thumbBox {
    /*height: 200px;*/
    vertical-align: middle;
    text-align: center;
}

.thumbBox img {
    /*border: solid 2px #888888;*/
    border: 0px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
}

img.banner {
    margin: 0px;
    margin-bottom: 5px;
    border: 0px;
}

.contactDiv {
    letter-spacing: normal;
}

.contactDiv span {
    display: inline-block;
    width: 200px;
}

.contactDiv img {
    display: inline;
    border: 0px;
    margin: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

#waitOverlay {
    margin: 0px;
    padding: 0px;
    z-index: 5;
    background-image: url(dummy/75/white.png);
    background-repeat: repeat;
}

#waitImage {
    margin: 0px;
    padding: 0px;
    width: 32px;
    height: 32px;
    z-index: 6;
    background-image: url(wait.gif);
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------ form elements --------------------*/

input, select, textarea {
    font-weight: bold;
    background-color: #CCCCCC;
    border: solid 1px #EEEEEE;
    padding-left: 3px;
}

.submit {
    padding: 3px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #000000;
    border: outset 1px #FFFFFF;
}