/* stylesheet: Momentenzorg */
/* versie: 0.1 - 11/02/2009 */
/* versie: 0.2 - 21/05/2009 */
/* met liefde gemaakt door Maaike de Laat */


/*  reset v 1.0 | 20080212 (aangepast)
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font:11px/1.6 Verdana, Helvetica, Arial, sans-serif;
}

/*  basis typografie
-------------------------------------------- */
p {
	margin-bottom:1em;
}

.verstoppen {
	position:absolute;
	top:-5000px;
	left:0;
}

h1, h2, h3 {
	font:18px/1.4 Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#333;
}

h1 {
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:24px;
}


h2:first-child {
	font-style:italic;
	font-size:11px;
	margin-bottom:5px;
	}


#postje h2:first-child {
	font-style:normal;
	font-size:24px;
	margin-bottom:5px;
	}

img + h3 {
	font-size:24px;
}

#blog h3 {
	border-top:1px solid #999;
	padding-top:1em;
	margin-top:1em;
}

#blog h3:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}

.details {
	color:#666;
}

#blog .details {
	margin-bottom:6px;
	display:block;
	margin-top:-2px;
}

a:link, a:visited {
	color:#c30;
}

a:hover {
	color:#c00;
}

a:active {
	color:#c00;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {
	display:block;
	margin:.5em 0 1em 0;
}

/*  structuur
-------------------------------------------- */
#kader {
	width:940px;
	margin:0 auto;
	position:relative;
	padding:20px 10px;
}

#foto {
	width:620px;
	margin:0;
	position:absolute;
	top:80px;
	left:10px;
}


#postje {
	width:620px;
	margin:0;
	position:absolute;
	top:80px;
	left:10px;
	font:14px/1.6 Georgia, "Times New Roman", Times, serif;
}

h2#ik {
	width:100%;
	background:url(../img/lijn_dubbel.gif) top left repeat-x;
	margin-top:24px;
	padding-top:24px;
}

h2#links {
	width:100%;
	border-top:1px solid #000;
	margin-top:24px;
	padding-top:20px;
	clear:left;
}

#blog {
	width:300px;
	position:absolute;
	top:80px;
	right:10px;
}

#items {
	background-color:#F0F5EB;
	padding:12px 12px 18px 12px;
	border-bottom:20px solid #fff;
}

.col {
	float:left;
	width:300px;
	margin-right:20px;
	padding-bottom:12px;
	padding-top:4px;
	}

p.col + p.col {
	margin-right:0;
}

h2#links + ul {
	padding-bottom:24px;
	overflow:auto;
	}

h2#links + ul li {
	float:left;
	display:block;
	width:20%;
	margin:3px 5% 3px 0;
}

#footer {
	width:100%;
	border-top:1px solid #999;
	margin-top:12px;
	margin-bottom:24px;
	padding-top:6px;
	clear:left;
	color:#999;
}