/*  
Theme Name: Aperte
Theme URI: http://www.aperte.nl
Description: Aperte redesign v4
Version: 1.0
Author: Aperte
Author URI: http://www.aperte.nl
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
    margin: 0;
    padding: 0;
}

body{
    font-family: Helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6{
    font-size: 18px;
    font-weight: normal;
}

a {
    color: black;
}

a:hover {
    color: #8ca8fc;
}

.lang ul {
    list-style: none;
}

a img{
    border: 0;
}

blockquote{
}

#container {
    width: 850px;
    text-align: center;
    margin: auto;
    padding: auto;
}

#toprow {
    text-align: center;
    margin: auto;
    padding: auto;
    width: 100%;
    margin-bottom: 30px;
    background-color: #eff0e5;
    height: 10px;
}

#header {
    padding-left: 0px;
    padding-top: 0px;
}

#header img {
    margin-bottom: 8px;
}

#banner {
    width: 850px;
    background-color: #f38630;
    font-size: 15px;
    color: white;
    padding: 4px;
    margin-bottom: 30px;
    font-weight: bolder;
}

#menu {
}

.leftmenu {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0px 0px 6px 20px;
    padding: 6px 0px 6px 0px;
    background: #d7f2f9;
    width: 215px;
    text-align: left;
    position: relative;
    float: left;
}

.leftmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leftmenu .page_item {
    border-bottom: 1px solid white;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.leftmenu .page_item .page_item {
    border-bottom: 0px solid white;
    margin-top: 6px;
    margin-left: 6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.leftmenu ul li a {
    padding-left: 8px;
    font-size: 14px;
    color: #4D4D4D;
    text-decoration: none;
}

.leftmenu ul li.current_page_item {
    font-style: italic;
}

.leftmenu ul li.current_page_item li {
    font-style: normal;
}

.leftmenu ul li a:hover {
    color: #8ca8fc;
}

.leftmenu .lang ul li a {
    font-size: 9px;
}

#page {
    float: right;
    padding-right: 10px;
    padding-bottom: 20px;
}

.narrowcolumn {
    width: 570px;
    border: 1px solid #6bbede;
    padding-bottom: 15px;
}

#page .entry {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    color: #4D4D4D;
    line-height: 1.5em;
}

#page h2 {
    width: 555px;
    padding: 5px 0px 5px 15px;
    text-align: left;
    background: #6bbede;
    color: white;
}

#page h2 a {
    color: white;
    text-decoration: none;
}

#page p {
    padding-top: 14px;
}

#page img {
    
    margin: 4px 4px 4px 4px;
    // border: 1px solid gray;
}

#page blockquote {
    margin-top: 25px;
    text-align: center;
}

#page blockquote strong {
    color: #FA6900;
}

.footer {
    width: 100%;
    text-align: center;
    color: #333;
    padding-top: 10px;
    margin-top: 30px;
    padding-bottom: 65px;
    font-size: 11px;
    background-color: #e0e4cc;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    clear: both;
}

.footer img {
    padding-bottom: 20px;
}

.footer-block {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 0px;
    position: relative;
    left: -40px;
}

.footer-left {
    width: 70px;
    height: 50px;
    border-right: 1px solid #333;
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-right: 10px;
    padding-top: 15px;
}

.footer-right {
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-left: 0px;
    padding-top: 8px;
    left: 100px;
    top: -65px;
}