/*
Theme Name: Bureau Ivanhoe
Theme URI: http://www.bureau-ivanhoe.nl/
Description: Custom theme Bureau Ivanhoe
Version: 1.0
Author: Rein Aris
Author URI: http://reinaris.nl
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
img {
	border: 0;
}
A {
	color: #330033;
}
#page {
	width: 996px;
}
#menu {
	width: 389px;
	float: left;
}
#content {
	width: 590px;
	float: right;
	margin: 94px 16px 0 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h2.titel A {
	text-decoration: none;
}
small {
	float: right;
	padding-top: 2px;
	color: #999999;
}
.post {
	margin: 0 0 40px 0;
}
.postmetadata {
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 7px 0 7px 0;
}
.postmetadata A {
	color: #666666;
}
.reacties textarea {
	width: 587px;
}
.reacties textarea, .reacties input {
	border: 0;
	background-color: #CCCCCC;
	color: #000;
	padding: 2px;
}
.reacties LI {
	list-style: none;
}
.reacties IMG {
	display: none;
}
.comment {
	background-color: #f3f3f3;
	margin-bottom: 15px;
}
.comment-meta {
	font-size: 11px;
}
.comment-meta A {
	color: #999999;
}
p.veld {
	margin: 0 0 5px 0;
	padding: 0px;
}
#respond h3 {
	margin: 0;
	padding: 0 0 10px 0;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}