/*
Theme Name: Natuurpunt
Theme URI: http://wordpress.org/
Description: Natuurpunt theme bases on the default WordPress theme</a>.
Version: 1.0
Author: Michael Heilemann - modified by Jan Kindt
Author URI: http://binarybonsai.com/
Tags: fixed width, two columns, widgets

    Natuurpunt template, based on
    Kubrick v1.5
     http://binarybonsai.com/kubrick/

    This theme was designed and built by Michael Heilemann,
    whose blog you will find at http://binarybonsai.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

/* reset */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #535353; /* hoofd-fontkleur */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    font-size: 12px;
    }


#page {
    margin: 0px auto;
    width: 960px;
    height: 800px;
    padding: 0px;
    margin: 0px auto; /* auto-centering */
    }

img { border: 0px solid; } /* geen randjes rond afbeeldingen */
ul { line-height: 14px; }

#header {
    background: #FFFFFF url('images/logo_NPdeinze.png') no-repeat top;
    }

#header a {
  display: block;
  width: 100%;
  height: 100%;
}

#headerimg  {
    width: 740px;
    }

#menu ul {
    margin: 0;
    padding: 0px 0px 0px 200px;
    list-style-type: none;
    list-style-image: none;
    }
#menu li {
    display: inline;
    padding: 0px 10px 0px 20px;
    background-image: url('images/separator.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    }
#menu a {
    text-decoration:none;
    color: #8B8E1C;
    font-size: 16px;
  }
#menu a:hover {
    color: #B0B524;
    }

#content {
    background-image: url('images/logo.gif');
    background-repeat: no-repeat;
    }

#footer {
    border: none;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
        font-style: italic;
        margin: 0 0 0 20px;
    }

h1 {
    font-weight: bold;
    color: #8B8E1C;
    font-size: 24px;
    margin: 0;
    }

h2 {
    font-weight: bold;
    color: #8B8E1C;
    font-size: 16px;
    margin: 0 0 20px 0;
    }

h3 {
    font-weight: bold;
    color: #8B8E1C;
    font-size: 14px;
    padding: 0;
    margin: 10px 0 10px 0;
    }

.entry p {
    margin: 0 0 0.4em 0;
    }

.entry ul {
    margin: 0 0 0 2em;
    }

.entry p a:visited {
    color: #8B8E1C;
    }

.entry {
    margin: 0 0 0 10px;
    display: table-cell;
}

a, h2 a:hover, h3 a:hover {
    color: #8B8E1C;
    text-decoration: none;
    }

a:hover {
    color: #B0B524;
    text-decoration: underline;
    }
/* End Typography & Colors */

/* Begin Structure */

#header {
    margin: 0;
    padding: 0;
    height: 80px;
    width: 960px;
    }

.widecolumn {
    float: left;
    padding: 0 0 20px 20px;
    margin: 0;
    width: 700px;
    }

.post {
    margin: 0 0 40px;
    text-align: left;
    /*display: table;*/
    clear: right;
    }

.post h2 {
    margin: 15px 0 5px 0px
}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    clear: both;
    }

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    }
/* End Structure */

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */


/* Begin Sidebar */

#sidebar
{
    padding: 5px 0 5px 0;
    margin-left: 740px;
    width: 215px;
    line-height: 1.2em;
    font-size: 12px;
    }

#sidebar h2 {
    margin: 15px 0 5px 0;
    padding: 6px 0 0 10px;
    height: 25px;
    font-weight: bold;
    color: #FFFFFF;
    background: #8B8E1C url(images/datum_bg.gif) no-repeat top left;
    }

#sidebar ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type:none;
    list-style-image: none;
    }

#sidebar ul li {
    margin: 0 0 5px 0px;
    padding: 0;
    list-style-type:none;
    list-style-image: none;
    }

#sidebar ul li ul {
    margin: 0 0 10px 10px;
    padding: 0;
    list-style-type:none;
    list-style-image: none;
    }

#page_item li {
    margin: 0 0 0 10px;
}

#sidebar input {
    margin: 0 0 10px 10px;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
}
/* End Sidebar */

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ffffff;
    text-align: center;
    background-color: #ffffff;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


/* Kalender */
.kalenderdate {
    background: #FFFFFF url('images/datum_bg.gif') no-repeat top left;
    height: 25px;
    padding: 4px 0 0 10px;
    font-weight: bold;
    font-size: 1.2em;
    height: 25px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

/* Kaders voor fotos */
#kader_voorpagina {
    background-image: url("images/kader_photos.gif");
    background-repeat: no-repeat;
    height: 308px;
    margin: 0 0 0 100px;
}

#voorpagina_fotos {
    position: relative;
}

#voorpagina_links {
    position: absolute;
    background-image: url("images/FotoLinks.jpg");
    background-repeat: no-repeat;
    left: 26px;
    top: 25px;
    height: 256px;
    width: 429px;
}
#voorpagina_links a {
/*  display: block;
  width: 100%;
  height: 100%; */
}

#voorpagina_Rechtsboven {
    position: absolute;
    background-image: url("images/FotoRechtsboven.jpg");
    background-repeat: no-repeat;
    left: 464px;
    top: 25px;
    height: 160px;
    width: 288px;
}

#voorpagina_Rechtsboven a {
/*  display: block;
  width: 100%;
  height: 100%; */
}

#voorpagina_Rechtsonder {
    position: absolute;
    background-image: url("images/FotoRechtsonder.jpg");
    background-repeat: no-repeat;
    left: 464px;
    top: 193px;
    height: 87px;
        width: 288px;
}

#voorpagina_Rechtsonder a {
/*  display: block;
  width: 100%;
  height: 100%; */
}

#foto_bovenaan_kader {
    background-image: url("images/kader_detail.gif");
    background-repeat: no-repeat;
    height: 120px;
    margin: 0 0 0 100px;
}

#foto_bovenaan {
    position: relative;
    background-image: url("images/foto.jpg");
    background-repeat: no-repeat;
    left: 26px;
    top: 26px;
    height: 74px;
        width: 727px;
}

