/*
JEROEN VAN DER BOOM
Made by A36
www.a36.nl

weblog.css
*/

#content_left {
	float: left;
}

.content_block {
	width: 270px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;	
}

	.twitter { /* Block */
		height: 110px;
		background-image: url(../images/weblog/content_block_twitter.jpg);
	}
	
	#twitter { /* Postion flash element */
		width: 257px;
		height: 30px;
		color: #000000;
		padding: 65px 10px 0 0;
		margin-left: 5px;
	}
	
	.categorie {
		min-height: 142px;
		background-image: url(../images/weblog/content_block_categorie.jpg);
	}
	
	.archief {
		height: 200px;
		background-image: url(../images/weblog/content_block_archief.jpg);
	}

#content_mid {
	width: 556px;
	padding-left: 15px;
	font-size: 12px;
}
#content_mid p {
	font-size: 12px;
}


/* WEBLOG */
.weblog_item {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
}

	.weblog_item p {
		padding-top: 10px;
	}
	
	.weblog_item_categorie {
		margin-top: 15px;
		color: #FFFFFF;
		font-size: 10px;
	}
	
	.weblog_item_categorie a,
	.weblog_item_categorie a:hover {
		color: #FFFFFF;
		margin-right: 10px;
		font-weight: bold;
		font-size: 12px;
	}

/* SUB-MENU */
.submenu {
	margin-top: 45px;
	color: #FFFFFF;
	font-weight: bold;
}

	.submenu a {
		text-decoration: none;
	}

	.submenu li {
		list-style-image: url(../images/star.gif);
		list-style-type: none;
		height:20px;
	}

/* WEBLOG COMMENTS */
	#weblog_comments {
		color: #FFFFFF;
		list-style-type: none;
		margin: -10px 0px 10px 0px;
		padding: 0px;
	}

	#weblog_comments li {
		margin-top: 30px;
	}
	
	span.date{
		color: #FCC544;
		font-size: 11px;
	}
	
	span.name{
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#weblog_comments p{
		margin-top: 10px;
		color: #737373;
	}
	
	#weblog_comment_form textarea {
		width: 300px;
		height: 100px;
	}
	
	a.reactions{
		float: right;
		color: #FCC544;
		margin-right: 10px;
		margin-top: -15px;
		font-size: 12px;
		text-decoration: none;
	}
	
	a.reactions:hover{
		text-decoration: underline;
	}
	
	#errorlist{
		list-style-image:url(../images/dot.png);
	}