﻿/* algemeen - locatie en margins */
#primarycontent
{
	height:550px;
	width:600px;
	overflow:auto;
	margin:20px;
	position:relative;
}

/* content gedeelte - overzicht */
#primarycontent .post .images
{
	width:200px;
	float:left;
}

#primarycontent .post .content
{
	font-weight: normal;
	width:370px;
	float:right;
	text-align:left;
	margin-right:10px;
}

#primarycontent .post .contentText
{
	font-weight: normal;
	width:560px;
	float:left;
	text-align:left;
	margin-right:10px;
}


/* content gedeelte - detail */
#primarycontent .post .contentDetail
{
	font-weight: normal;
	margin-right:10px;
}

#primarycontent .post .contentDetail img
{
	margin: 12px 10px 10px 0px;
}

#primarycontent .post .header h1
{
	font-size:150%;
	margin-bottom:20px;
}


/* Algemeen - foto's */
#primarycontent img.left, #primarycontent .left
{
	border: solid 1px #666666;
	vertical-align:top;
	float: left;
	margin: 0em 1.2em 1.2em 0em;
}


/* Algemeen - de lijsten en linkjes */
#primarycontent ul
{
	clear: both;
	margin-top: 20px;
}

#primarycontent ul li
{
	display: inline;
	font-size: 0.8em;
}

#primarycontent ul li a
{
	background-repeat: no-repeat;
	padding: 0em 1.0em 0em 20px;
}

#primarycontent ul li a.comments
{
	background-image: url( 'images/icon-comments.gif' );
}

#primarycontent  ul li a.more
{
	background-image: url( 'images/icon-more.gif' );
}


/* dividers */
#primarycontent .divider2
{
	height: 1px;
	border-bottom: solid 1px #dedede;
	margin-left:30px;
	width:80%;
	text-align:center;
	height:14px;
	clear: both;
}

a	{color:#ff6600;}
a:visited {color:#0066CC;}

