/*  
Theme Name: Matthijs
Theme URI: http://matthijsdejonge.nl
Description: Het theme voor matthijsdejonge.nl
Version: 2.0
Author: Matthijs de Jonge
Author URI: http://matthijsdejonge.nl

*/

body {
    font-family: Times, Times New Roman, serif;
    padding: 0px;
    padding-left: 20%;
    padding-right: 20%;
    margin: 0px;
    margin-bottom: 10%;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    font-weight: normal;
}

h1#header {
    text-transform: none;
    font-size: 300%;
}

.post {
    line-height: 150%;
    text-align: justify;
    padding: 1%;
    padding-left: 10%;
    padding-right: 10%;
}

.post .post_date, .post .postmetadata {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
    font-size: 80%;
}

.navigation {
    display: block;
    float: none;
    margin: auto;
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #999;
    padding: 5px;
    padding-top: 10px;
    height:25px;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

#sidebar {
    font-size: 80%;
}
#sidebar li {
    display: inline;
}