/* CSS Styles - Bohemianworks.nl approved style 
----------------------------------------------------------------*/

/* Post layout
----------------------------------------------------------------*/
.post {
	/*background-color:#FFCACA;
	-moz-opacity:0.5;*/
	padding-bottom: -1px;
	color:#3d342e;
}

/* Post styles
----------------------------------------------------------------*/
#posts .date {
	position:relative;
	top:16px;
	
	float:left;

	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

#posts .title {
	float:right;
	
	position:relative;
	top:16px;
	
	width: 440px;
	
	font-style: italic;
}
#posts h2 {
	
	font-size: 24px;
	line-height:40px;
	position: relative;
	top:-5px;
	
	
}
#posts h2 a {
	text-decoration: none;
	color:#00a7d4;
}

#posts h2 a:hover {
	border-bottom: 2px solid #00A7D4;
}

#posts .userphoto {
	position: relative;
	top:10px;
	
	border: 1px solid #999;
}

#posts .user {
	position:relative;
	top:20px;
	
}
#posts .userName {
	position: relative;
	left:20px;
	top:-2px;
	font-weight:bold;
	font-style:italic;
	color:#00a7d4;
}

.userName {
	position: relative;
	left:20px;
	top:-2px;
	font-weight:bold;
	font-style:italic;
	color:#00a7d4;
}

#posts .topLine {
	clear:both;
	width:665px;
	height: 1px;
	margin-bottom: -1px;
	background: url('../_img/lijn_br_h.gif') repeat-x;
	position: relative;
	top:20px;
}

#posts p {
	width: 440px;
	position: relative;
	left:225px;
	padding-bottom: 20px;
	text-indent:30px;
}

#posts p a {
	color:;
}

#posts h5 {
	
	position:relative;
	left:285px;
	
	padding-bottom:20px;
	
	font-size: 13px;
	font-variant: small-caps;
	
	
}

#posts .postContent {
	position:relative;
	top:-2px;
}

#posts p a {
	font-weight:bold;
	text-decoration: none;
	color:#3d342e;
}
#posts p a:hover {
	
	text-decoration:underline;
}

#posts .more {
	
	position:relative;
	left:535px;
	padding-bottom:2px;
}	

#posts .more a {
	color:#3d342e;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
}

#posts .bottomLine {

	clear:both;
	width:440px;
	height: 1px;
	position:relative;
	left:225px;
	background: url('../_img/lijn_br_h.gif');
	
}

#posts .comments {
	position: relative;
	top:15px;
	text-align:right;
}

#posts .comments a {
	text-decoration: none;
	color:#3d342e;
	font-size:12px;
	font-weight:bold;
	
}