body { 
    background: url('images/bg_menu.png') no-repeat center top;
}

small { font-size: 0.8em; }

#work a:hover, .commentbox a:hover { color: red; }

#header {
    margin-top: 13px;
    color: white;
}

    h3 a:hover { text-decoration: underline; }

#intro {
    margin-bottom: 10px; 
}

#intro p {
    height: 67px;
    background: url('images/menu_info.png');
    padding: 10px;
    font-size: 2.5em;
}

#menu a {
    padding: 4px 10px 0 0;
    height: 38px;
    font-size: 2.1em;
    background: url('images/btn_menu_normal.png');
    text-decoration: none;
    color: white;
    font-weight: bold;    
    display: block;
    text-align: center;
}

    #menu a:hover   { background: url('images/btn_menu_hover.png'); }
    
    #menu.home a.home { background-image: url('images/btn_menu_current.png'); }
    #menu.archief a.archief { background-image: url('images/btn_menu_current.png'); }
    
h2, h3, h2 a, h3 a, h4, #rating button, #commentform label, #commentform .submit, a.g4, a.g12, 
#footer p, #footer a, #thumbs span, a.g6, .navigation .g3 {
    color: white;
    text-decoration: none;    
    font-weight: 600;
    letter-spacing: 0.02em;
}

    h2 { font-size: 4.7em; padding-top: 10px; }
    h3 { font-size: 2.8em; padding-left: 0; min-height: 110px; }
    
#work { 
    text-align: center; 
    margin-bottom: 20px;
}

    #work ul {
        margin-left: 30px;
    }
    
    #work ul li {
        list-style-type: disc;
    }
    
    #work ol li {
        list-style-type: decimal;
    }
    
    #work li.noindex { list-style-type: none; }

    #work p, #work button, #work li, #work input, #work label { 
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    
    #work h2, #work h3, #work h4, #work h5 { 
        color: black;
        min-height: 0;
        margin-bottom: 20px;
    }
    
h4 { 
    background: url('images/bg_h4.png') no-repeat;
    font-size: 2.6em;
    line-height: 1.3em;
    height: 55px;
    margin-top: 10px;
    padding-left: 10px;
}

.navigation a.g3, a.g4, a.g6 {
    background-repeat: no-repeat;    
    height: 49px;
    text-align: center;
    font-size: 3.1em;
    line-height: 1.3em;
    padding-right: 15px;
}

.navigation a.g3 {
    background-image: url('images/btn_g3_normal.png');
    width: 205px;
    font-size: 2.8em;
}

    .navigation a.g3:hover { background-image: url('images/btn_g3_hover.png'); }
    
#navigation { 
    margin-top: 3px;
    margin-bottom: 20px; 
}

a.g4 {
    background-image: url('images/btn_g4_normal.png');
    width: 285px;    
}

    a.g4.current { background: url('images/btn_g4_current.png'); }
    a.g4:hover   { background: url('images/btn_g4_hover.png'); }
    
a.g6 {
    background: url('images/btn_g6_normal.png') no-repeat;
    width: 445px;
}

    a.g6:hover   { background-image: url('images/btn_g6_hover.png'); }
    a.g6.current { background-image: url('images/btn_g6_current.png'); }
    
a.g12 {
    background: url('images/btn_g12_normal.png') no-repeat;
    height: 57px;
    text-align: center;
    font-size: 3.1em;
    padding: 5px 15px 0 0;
}

    a.g12:hover { background-image: url('images/btn_g12_hover.png'); }
    
#thumbnav {
    margin-top: 10px;
}
    
#thumbs {
    padding: 15px 0;
    margin-bottom: 20px;
}
    
    #thumbs .thumbs a {
        background: url('images/btn_thumb.png') no-repeat;
        width: 220px;
        height: 220px;
        text-decoration: none;        
    }
    #thumbs .thumbs a:hover { background: url('images/btn_thumb_hover.png'); }
    
    #thumbs .thumbs img {
        width: 209px;
        height: 209px;
        display: block;
    }
    
    #thumbs .meta {
        width: 209px;
        height: 209px;
        background: url('images/overlay.png') repeat;
        position: relative;
        margin-top: -209px;
        display: none;
    }
    
    #thumbs span { 
        padding: 15px;
        font-size: 1.6em;
        display: block;
        color: black;
    }
    
    .more {
        margin-top: -10px;
        margin-bottom: 30px;
    }
    
    #thumbs .row { 
        margin-bottom: 10px;
    }

#rating {
    margin-top: 4px;
    margin-bottom: -8px;
}

#rating button, #rating p {
    background: url('images/btn_submit_normal.png') no-repeat;
    font-size: 4.5em;
    line-height: 1.1em;
    border: 0;
    padding-bottom: 30px;
}

    #rating button:hover { 
        background-image: url('images/btn_submit_hover.png'); 
        cursor: pointer;
    }
    
    #rating p {
        background-image: url('images/btn_submit_text.png');
        color: white;
        font-size: 2.6em;
        text-align: center;        
        padding-top: 10px;
        margin-bottom: 20px;
    }

#commentform {
    margin-bottom: 30px;
}
    
    #commentform .row, .commentbox .row { 
        padding-bottom: 10px;
        background: url('images/bg_form.png') repeat-y;
        width: 940px;
    }
    
    .author .row { background-image: url('images/bg_form_author.png'); }
    
    #commentform label { font-size: 2.8em; }
    
    #commentform textarea, #commentform input {
        background: white;
        color: black;
        margin-left: 0;
        padding: 5px;
        font-size: 2.0em;
    }
    
    #commentform .submit {
        height: 47px;
        background: #147741;
        border: 0;
        font-size: 3.8em;
        margin: 0;
    }
    
    #commentform .submit:hover { background: red; cursor: pointer; }
    
    .formtop { 
        background: url('images/bg_form_top.png') no-repeat !important;
    }
    
    .author .formtop {
        background-image: url('images/bg_form_author_top.png') !important;
    }


    .formbottom { 
        background: url('images/bg_form_bottom.png') no-repeat !important;
    }
    
    .author .formbottom {
        background-image: url('images/bg_form_author_bottom.png') !important;
    }
        
    .commentbox {
        color: black;
        font-size: 2.0em;
    }
    
        .commentbox p { margin-bottom: 15px; }
        .commentbox p:last-child { margin-bottom: 0; }
    
    div.author, div.author a { color: white; }
    
    .commentbox .row {
        padding: 0 20px 15px;
        width: 900px;        
    }
    
    .commentbox .author {
        border-bottom: 1px solid white;
        display: block;
        margin-bottom: 10px;        
    }
    
    .commentbox .formtop {
        height: 5px;
    }        
    
#footer {
    background: url('images/footer.png') top;
    position: relative;
    top: -5px;
    padding: 320px 0 100px 0;
}

#footer a { text-decoration: underline; }
#footer a:hover { color: #60f7bd; }

#footer p     { 
    font-size: 2.5em; 
    margin-bottom: 15px;
}

#footer p.head { 
    font-size: 3.3em; 
}    