@import url("basis.css");
@import url("navigatie.css");

html {overflow: -moz-scrollbars-vertical;}

/* Boxes
-------------------------------------------------*/	
#wrap
{
	margin:0px auto;
	padding:0px 12px;
	width:960px;
	position:relative;
}

#logo
{
	position:absolute;
	right:32px;
	top:30px;
}

#content
{
	min-height:680px;
}

#sidebar
{
	float:right;
	width:270px;
	padding-left:2em;
	padding-top:110px;
	border-left:1px dotted #c1d0c9;
}
#sidebar p
{
	width:250px;
	margin-bottom:1em;
}
#sidebar p:first-line {
	font-weight:bold;
}

#verhaal
{
	float:left;	
	margin-top:109px;
	width:600px;
}
#verhaal img, #verhaal canvas
{
	border:#c1d0c9 solid 2px;
	padding:2px;
	box-shadow: 1px 1px 9px #ccc;
	background: #eee;
}
#verhaal .datum
{
	font-style:italic;
/*	float:right;
	clear:both;*/
}
#footer
{
	clear: both;
	float:left;
	border-top:#c1d0c9 solid 1px;
	padding-top:4px;
	width:100%;
	margin-top:1em;
}

#socmed
{
	float:left;
	margin-left:10px;
}
ul#socmed li
{
	list-style: none;
	margin:0 2px;
	float:left;
	vertical-align: top;
}

span.error
{
	padding:1em;
	display:block;
	margin:1em 0;
	border:1px dotted #c1d0c9;
}

