/*
Theme Name: Tim's Thema
Theme URI: http://timiseen.laffeslet.nl
Description: Tim's eigen Wordpress-thema
Author: joran
Author URI: 
Version: 0.1
Tags: 

*/

#wrapper
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

#wrapper_left
{
	overflow: auto;
	width: 300px;
	padding: 0px 10px;
	margin: 10px 0px;
	border-right: 0px solid black;
	position: relative;
	height: 95%;
	float: left;
}

#wrapper_right
{
	overflow: auto;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

.entry-content
{
	width: 600px;
	position: relative;
	margin-left: 16px;
	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

html
{
	margin: 0 !important;
	
}

body
{
	margin: 0 !important;
	font-family: Verdana;
	font-size: 12px;
}

#title_left
{
	color: black;
	font-weight: bold;
	padding-bottom: 10px;
}

#title_left a
{
	text-decoration: none;
	color: black;
}

#menu-main-menu
{
	margin: 0;
	padding: 0px 0px 0px 3px;
	list-style: none;
}

.menu .menu-item a
{
	color: black;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
}

.menu .menu-item .sub-menu .menu-item a
{
	color: black;
	text-decoration: none;
	font-weight: normal;

}

.sub-menu
{
	list-style: none;
	padding-left: 20px;
}

.menu li
{
	padding-bottom: 3px;
}