@charset "UTF-8";
/*
    Document   : pulpfictie.css
    Created on : Jan 14, 2010, 10:44:13 AM
    Author     : palanthir
*/


@media screen, print {
    body {
        background-color: #F4EDE8;
        font-family: Verdana, Arial, Sans-serif, Helvetica;
        font-size: 10px;
        color: #000000;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        width: 100%;
    }

    img {
        border-style: none;
    }

    #headerDiv {
        display: block;
        position: relative;
        height: 120px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #90531D;
        border-style: none;
        font-size: 12px;
    }

    #headerDiv #headerDivContent1 {
        display: block;
        position: relative;
        height: 120px;
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("images/NL_bruin2.png");
        background-repeat: no-repeat;
        background-position: 20px 20px;
        z-index: 50;
    }

    #headerDiv #headerDivContent2 {
        position: relative;
        top: 35px;
        padding-left: 400px;
        padding-right: 20px;
        z-index: 50;
    }

    .headerDivSubtitle {
        font-weight: bold;
        font-size: 12px;
        color: #FFE100    }

    #headerDiv a {
        display: inline-block;
        color: white;
        background-color: black;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

    #headerDiv a:hover {
        background-color: white;
        color: black;
    }

    #headerDiv .selectedNav {
        background-color: white;
        color: black;
    }

    #searchDiv {
        position: absolute;
        width: 186px;
        height: 16px;
        right: 15px;
        top: 35px;
        z-index: 200;
    }

    #searchDiv #searchInput {
        width: 159px;
        height: 14px;
        vertical-align: text-top;
        border-style: solid;
        border-width: 1px;
        border-color: #90531D;
        height: 18px;
        color: #6e6e6e;
    }

    #searchDiv .searchInputFocused {
        color: black;
    }

    #searchDiv #searchSubmit {
        vertical-align: text-top;
    }

    #centeredContent {
        display: block;
        position: relative;
        width: 980px;
        border-style: solid;
        border-width: 1px;
        border-color: #F4EDE8;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #postJePF {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 184px;
    }

    #rightDiv {
        display: block;
        position: absolute;
        padding-top: 2px;
        padding-left: 2px;
            	right: 15px;
		width: 182px;
        top: 85px;
        background-color: white;
        z-index: 0;
	}

    #footerDiv {
        position: relative;
        left: 15px;
        height: 22px;
        width: 736px;
        bottom: 0px;
        color: #808080;
        font-size: 9px;
        padding-left: 0px;
        padding-top: 5px;
    }

    #footerDiv a {
        display: inline-block;
        color: #808080;
        background-color: #F4EDE8;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    #footerDiv a:hover {
        background-color: black;
        color: white;
    }

    #footerDiv .rss  {
        background-color: #F4EDE8;
        color: black;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #footerDiv .rss:hover  {
        background-color: #F4EDE8;
        color: white;
    }

    #footerDiv #copyrightDiv {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 250px;
        padding-top: 8px;
        text-align: right;
    }

    #postsHeader {
        margin-top: 15px;
        margin-left: 15px;
        display: block;
        width: 736px;
        background-color: #808080;
        color: white;
        height: 17px;
        vertical-align: middle;
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #postsHeader #sizeSelectorDiv {
        float: right;
        padding-right: 10px;
        padding-top: 1px;
    }

    #postsHeader #sizeSelectorDiv a {
        display: inline-block;
        position: relative;
        width: 45px;
        text-align: right;
    }

    #postsHeader #sizeSelectorDiv a:hover {
        background-color: black;
        color: white;
    }

    #postsHeader #sizePopupSelectorDiv {
        display: none;
        position: absolute;
        background-color: black;
        color: white;
        z-index: 150;
        right: 256px;
        width: 45px;
    }

    #postsHeader #sizePopupSelectorDiv a {
        background-color: black;
        color: white;
        width: 100%;
        display: block;
        text-align: center;
    }

    #postsHeader #sizePopupSelectorDiv a:hover {
        background-color: white;
        color: black;
    }

    #postsHeader a {
        display: inline-block;
        color: white;
        background-color: #808080;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1px;
    }
    #postsHeader a:hover {
        background-color: white;
        color: #808080;
    }

    #postsHeader .selectedNav {
        background-color: white;
        color: #808080;
    }

    #postsFooter {
        margin-top: 5px;
        margin-left: 15px;
        display: block;
        width: 736px;
        background-color: #808080;
        color: white;
        height: 17px;
        vertical-align: middle;
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }

    #postsFooter a {
        display: inline-block;
        color: white;
        background-color: #808080;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        padding-top: 1px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 1px;
    }
    #postsFooter a:hover {
        background-color: white;
        color: #808080;
    }

    #postsFooter .selectedNav {
        background-color: white;
        color: #808080;
    }

    .post {
        margin-top: 4px;
        margin-left: 15px;
        display: block;
        width: 692px;
        background-color: white;
        font-size: 12px;
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 45px;
        position: relative;
    }

    .post a {
        color: #808080;
        text-decoration: none;
    }

    .post .postSize {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        width: 17px;
        height: 13px;
        text-align: center;
        background-color: #808080;
        color: white;
        font-size: 10px;
        font-weight: bold;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-top: 1px;
        padding-right: 2px;
    }

    .post .postMoreLess {
        position: absolute;
        right: 1px;
        bottom: 1px;
        vertical-align: bottom;
        text-align: right;
        height: 15px;
    }

    .post .postMoreLessImg {
        vertical-align: bottom;
    }

    .post .postLogo {
        display: block;
        position: absolute;
        bottom: 5px;
        left: 30px;
        color: #808080;
    }

    .post .postUp {
        color: #808080;
        position: absolute;
        left: 100px;
        bottom: 10px;
        font-size: 10px;
    }
    .post .postDown {
        color: #808080;
        position: absolute;
        left: 180px;
        bottom: 10px;
        font-size: 10px;
    }
    .post .postMeta {
        color: #808080;
        position: absolute;
        left: 300px;
        bottom: 10px;
        font-size: 10px;
    }

    .post .postSummary {
        display: inline;
    }

    .post .postFullText {
        display: none;
    }

    .post .revoked {
        display: none;
        position: absolute;
        top: 1px;
        right: 1px;
        background-color: #AA0000;
        color: white;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .post .approved {
        display: none;
        position: absolute;
        top: 1px;
        right: 1px;
        background-color: #00BB00;
        color: white;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .post .editdiv {
        position: absolute;
        right: 1px;
        bottom: 1px;
        vertical-align: bottom;
        text-align: right;
        height: 15px;
        background-color: black;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
    }

    .post .editdiv a {
        background-color: black;
        color: white;
    }

    .post .editdiv a:hover {
        background-color: black;
        color: white;
        font-weight: bold;
    }

    #newPostDiv {
        background-color: #F4EDE8;
        display: none;
        position: fixed;
        top: 100px;
        left: 100px;
        right: 100px;
        z-index: 500;
        border-style: outset;
        border-width: 1px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
    }

    #newPostDiv #newPostDivClose {
        display: block;
        position: absolute;
        right: 3px;
        top: 3px;
    }

    #newPostDiv ul {
        list-style-position: inside;
        margin-left: 0px;
        padding-left: 0px;
    }

    #newPostDiv form p {
        height: 100%;
    }

    #newPostContent {
        height: 200px;
        width: 100%;
    }

    #blanket {
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        opacity: 0.7;
        background-color: #808080;
        z-index: 300;
    }

    #messagePopUp {
        background-color: #F4EDE8;
        display: none;
        position: fixed;
        top: 150px;
        left: 150px;
        width: 400px;
        z-index: 1500;
        border-style: outset;
        border-width: 1px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }

    #messagePopUp #messagePopUpHeader {
        background-color: #90531D;
        display: block;
        text-align: left;
        font-size: 12px;
        font-weight: bolder;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 3px;
        padding-right: 10px;
    }

    #messagePopUp #messagePopUpClose {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    #messagePopUp #messagePopUpContent {
        font-size: 12px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 3px;
        padding-right: 10px;
        text-align: center;
    }

    #messagePopUp #messagePopUpButtonDiv {
        font-size: 12px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 3px;
        padding-right: 10px;
        text-align: center;
    }

    #staticcontent {
        width: 700px;
        margin-top: 15px;
        padding-top: 25px;
        margin-left: 15px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        font-size: 12px;
        background-color: white;
    }

    #staticcontent h1 {
        font-size: 21px;
        font-weight: bold;
    }


}
