.post {
	margin-bottom: 15px;
	padding-top: 15px;
	}
	
	.post_border {
		border-bottom: 1px solid #c5d7ed;	
		}

.post h3 {
	font-size: 110%;
	color: #506cb3;
	font-weight: bold;
	}

#text .post p.date {
	color: #8d8d8d;
	float: right;
	position: relative;
	left: 0px;
	top: -19px;
	margin-bottom: -20px;
	}

#text .post p.datum {
	color: #8d8d8d;
	position: relative;
	left: 0px;
	}
	
#text .post p {
	clear: both;
	font-size: 12px;
	}	
		
a.more {
	background-image: url(images/read_news.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	float: right;
	width: 63px;
	text-decoration: none;
	}	
	
	a.more:hover {
		text-decoration: none !important;
		}
	
a, #text .post a.back {
	color: #506cb3;
	text-decoration: none;
	}
	
	a:hover, #text .post a.hover:hover {
		color: #506cb3;
		text-decoration: underline;
		}	
	
/* ------------------------------------------------------------ */
/*		Commentaar opmaak										*/
/* ------------------------------------------------------------ */
					
#content .comment_odd {
	background-color: #ddd;
	border: 1px dotted #444;
	padding: 5px;
	margin-bottom: 5px;
	}	

#news_comments h3 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 110%;
	}

#content .comment_even {
	background-color: #eee;
	border: 1px dotted #444;
	padding: 5px;
	margin-bottom: 5px;
	}							
	
	#leave_comment form fieldset {
		border: 1px solid #ddd;
		padding: 5px;
		width: 350px;
		}
		
		#leave_comment form legend {
			display: none;
			}
			
		#leave_comment form span {
			display: block;
			float: left;
			width: 151px;
			}
		#leave_comment form input {
			border: 1px solid #444;
			margin-bottom: 3px;
			width: 150px;
			padding: 2px;
			}
			
		#leave_comment form textarea {
			width: 325px;
			border: 1px solid #444;
			}	
					

