@import url("reset.css");

/*  Gamezone Cascading Stylesheet
 *  Design and development by Design is Dead
 *  Author: Alexander Strobbe
 */


/*  G E N E R A L  */
html {
    background: #989866 url(../img/html.gif);
}

body {
    background: url(../img/body.gif) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

#background {
    margin: 0px auto;
    height: 1100px;
    background: url(../img/bg.gif) no-repeat center 20px;
}

/*  N A V I G A T I O N  */
#topnav {
    width: 200px;
    height: 10px;
    text-transform: uppercase;
    word-spacing: 10px;
    font-size: 11px;
    position: absolute;
    top: -200px;
    left: -140px;
}

#topnav li {
    display: inline;
}

#topnav li a:link, #topnav li a:visited {
    text-decoration: none;
    color: #ffffff;
}

#topnav li a:hover {
    border-bottom: #ffffff 1px solid;
}

#topnav li a.active {
    border-bottom: #d6006d 1px solid;
}

#overlap {
    width: 235px;
    height: 20px;
    background-color: #003c4e;
    position: absolute;
    left: 132px;
    top: 0;
}

#calnav {
    margin: 0;
    position: absolute;
    top: -42px;
    left: 130px;
    display: block;
    width: 235px;
}

#calnav li {
    display: block;
    float: right;
    height: 52px;
    margin: 0;
}

#calnav li a {
    text-indent: -9999px;
    outline: none;
    display: block;
    height: 52px;
}

#calnav li.nights a {
    width: 130px;
    background: url(../img/nights.gif) no-repeat top left;
}

#calnav li.nights a.active {
    background: url(../img/nights_a.gif) no-repeat top left;
    top: -12px;
    position: relative;
    height: 80px;
}

#calnav li.nights a:hover, #calnav li.days a:hover {
    top: -12px;
    position: relative;
    height: 80px;
    cursor: pointer;
}

#calnav li.days a {
    width: 100px;
    background: url(../img/days.gif) no-repeat top left;
}

#calnav li.days a.active {
    background: url(../img/days_a.gif) no-repeat top left;
    top: -12px;
    position: relative;
    height: 80px;
}

#container {
    margin: 0 auto;
    width: 754px;
    background: #003d4e;
}

#nav {
    padding-top: 35px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 135px;
    height: 465px;
    text-align: right;
    float: left;
    font-weight: bold;
    font-size: 13px;
}

#nav li {
    margin-bottom: 0;
}

#nav li a:link, #nav li a:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

#nav li a:hover {
    color: #d6006d;
}

.clear {
    clear: left;
}

/*  C O N T E N T  */
#content {
    position: relative;
    width: 520px;
    padding: 1px 40px 40px 40px;
    margin-top: 0;
    margin-left: 145px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3em;
}

#content p {
    width: 480px;
    padding-left: 10px;
}

#content a:link, #content a:visited {
    text-decoration: underline;
    color: #ffffff;
}

/*  T I T L E S  */
h1 {
    background: transparent url(../img/h1.gif) top left no-repeat;
    width: 754px;
    height: 209px;
    margin: 0 auto;
    text-indent: -9999px;
    outline: none;
}

h2 {
    display: none;
}

h3 {
    margin: 30px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    background: url(../img/h3.gif) top left no-repeat;
}

.pink {
    color: #d6006d;
}

.green {
    color: #94b415;
}

.blue {
    color: #5cc1ce;
}

/*  F O O T E R  */
#foot {
    width: 754px;
    height: 75px;
    background: #00313e;
    margin: 0 auto 20px auto;
    position: relative;
}

#did, #humo, #stubru, #jim, #standaard, #vlaanderen, #chief {
    width: 50px;
    height: 30px;
    display: inline-block;
    text-indent: -9000px;
    outline: none;
    position: absolute;
    top: 20px;
}

#did {
    background: url(../img/did.gif) no-repeat center;
    left: 20px;
}

#humo {
    background: url(../img/humo.gif) no-repeat center;
    left: 100px;
}

#stubru {
    background: url(../img/stubru.gif) no-repeat center;
    left: 160px;
}

#jim {
    background: url(../img/jim.gif) no-repeat center;
    left: 220px;
}

#standaard {
    background: url(../img/ds.gif) no-repeat center;
    left: 280px;
}

#vlaanderen {
    background: url(../img/vlaanderen.gif) no-repeat center;
    left: 340px;
}

#chief {
    background: url(../img/chief.gif) no-repeat center;
    left: 410px;
}

#powered {
    font-size: 11px;
    color: #fff;
    width: 200px;
    display: block;
    border-left: 1px solid #fff;
    padding-left: 10px;
    position: absolute;
    left: 500px;
    top: 20px;
}
