/*  

Theme Name: Tutorial

Theme URI: http://www.wpdesigner.com

Description: This is my theme for a tutorial.

Version: 1.0

Author: Jannick Bolten

Author URI: http://www.wpdesigner.com/



*/

body {
    background-color: white;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 600px;
    font-family: Times;  
}
#wrapper p:first-letter {
    font-weight: bolder;
    font-size: 140%;
}
#logo { 
    width: 800px;
    font-size: 40px;
    text-align: center;
    font-family: sans-serif;
}
div#menu {
    width: 800px;
}
div#content {
    width: 800px;
    margin: 0px;
    padding: 0px;
    float: left;
}
table { 
    border: 1px solid gray;
    width: 100%;
}
td.portfolioimage {
    width: 200px;
}
img.portfolio { /*En dit al helemaal.*/
    width: 200px;
}
table.new tr th {
    background-color: #4096EE;
}
ul.menu {
    list-style: none;
    padding: 0px;
    width: 800px;
}
ul.menu li {
    width: auto;
    height: 25px;
    float: left;
    display:inline;
    position: relative;

}
ul.menu li a {	
    padding: 2px 10px;
    float: left;
    color:black;
    display: block;
    text-align: center;
    text-decoration:none;
}
ul.menu li a:active, ul.menu li a:hover{
    background-color: #C3D9FF;
}
a {
    color: black;
}
h1 {
    background-color: #C3D9FF;
    display: block;
    width: 100%;
    font-size: 160%;
    text-indent: 30px;
}
#onderbalk {
width:100%;
height:200px;
background-color:#F9F7ED;

}

#onderbalkwrapper{
background-color:#F9F7ED;
width:800px;
height:auto;
margin:0 auto;
}
#laatstePosts{
float:left;
width:300px;
height:180px;
color:#dfcad1;
margin:0;
padding-top:10px;
}
div#LaatstePosts ul {
    list-style: none;
}

#over {
float:right;
width:320px;
height:150px;
color:#cbc2a7;
margin:0;

}