html { margin: 0 0 }

body{
    margin: 0 auto;
    padding: 0;
}

#mainwrapper
{
    padding: 0 0 20px 0;
    margin: 0 0;

}

#filler
{

    height: 10px;
    width: 1px;
    display: block;
}

#top_logo
{
    font-family: Courier New,monospace;
    color: white;
    font-size: 70px;
    position: relative;
    top: 20px;
    padding: 0 18px;
}

#top_logo > a
{
    color: white;
    text-decoration: none;

}

#top_menu
{
    font-family: Courier;
    position: relative;
    top: 40px;
    color: white;
}

.topwrap
{
    height: 140px;

}

.topwrap nav
{
    height: 140px;
}

.topwrap.fixed
{
    height: 45px !important;


}

.topwrap.fixed nav
{
    height: 45px !important;
    padding-left: 40px;

}

.topwrap.fixed #top_logo
{
    font-size: medium;
    top: 0px;
    float: left;
    left: 5px;
}

.topwrap.fixed #top_menu
{
    float: left;
    top: 0px;
    padding-left: 15px;

}

.menu_wrap > ul > li
{
    float: left;
    display: block;
    padding: 5px 5px;
}

.topwrap.fixed > nav > #top_menu > .menu_wrap > ul > li
{
    padding: 10px 5px 5px 5px;

}

#postlinks
{

    width: 100%;
    text-align: center;
    padding: 5px;
}

.post_wrap
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
    color: darkgrey;

    border-bottom: 1px solid #eeeeee;
    width: 100%;
    clear: both;
    height: auto;
    position: relative;

}
.post_wrap > img
{
    max-width: 978px;

}
.attachment-field-caption
{
    display: none !important;

}

.post_kop
{
    font-size: 24px;
    color: #008cba;


}

#post_single_ft
{
    width: 20%;
    float: left;
    text-align: center;

}

.post_meta
{
    color: lightgrey;
    font-size: xx-small;
    position: relative;
    top: -6px;
}

.post_content > p
{
    font-size: 16px;

}

.post_content_single
{
    width: 100%;

}

.plaatjestext
{
    display: block;
    clear: both;
    padding: 5px;
    color: #999999;
}

.post_content
{
    width: 80%;
    float: left;

}
#pagination_wrap
{

    font-size: smaller;
    padding-left: 5px;
}

.more-link
{
    font-size: 11px;


}

.post_ft_img
{
    float: left;
    width: 20%;

}


.clearboth
{
    clear: both;
}

.single_a_img
{

    padding: 5px;
    float: left;
    display: block;
    width: 150px;
    height: 200px;
    text-align: center;

}

html { margin-top: 0px !important; }