/*
Theme Name: vandehaterd.nl
Theme URI: http://vandehaterd.nl
Description: Theme voor vandehaterd.nl
Version: 1.0
Author: d-Media
Author URl: http://d-media.nl
*/

/* Toevoeging voor Wordpress*/
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
#commentform input{
	border:none;
	background-color:#F0EAE3;
	overflow:auto;
	padding-top: 6px;
	padding-left: 3px;
	font-family:Tahoma, serif;
	font-size:11px;
	color:#646464;
}
#commentform textarea{
	width: 400px;
	height: 180px;
	border:none;
	background-color:#F0EAE3;
	overflow:auto;
	padding: 3px;
	font-family:Tahoma, serif;
	font-size:11px;
	color:#646464;
}

h3{
	font-weight: bold;
	margin-top: 12px;
}
#content #allcomments {
	padding-left: 0px;
	margin-left: 0px;
}
#content #allcomments li{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#commentlist li{
	margin-bottom:14px;
}
#commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background-color: #F4F4EC;
	padding: 20px;
}

#commentlist .time {
	padding-left:4px;
}
#commenttext {
	border-top:1px solid #F4F4EC;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#commentlist li em{
	padding-left: 0px;
}
#commentlist a{
	color:green;
	text-decoration:none;
}
#commentlist a:hover{
	text-decoration:underline;
}

#commentform #submit{
	color: black;
	font-size: 11px;
	padding: 3px;
	padding-bottom: 6px;
}
strong{
	font-weight: bold;
}