/* @group basis */
body{
	font: 62.5%/1.5 "Lucida Grande", Arial, sans-serif;
	background: #666;
	letter-spacing: .05em;
	padding: 10px;
	margin: 0;
	overflow-x: hidden;
	}
a {
	color: #97A500;
	}
a:hover {
	color: #2786C2;
	}
h1 {
	font-size: 2em;
	font-family:"Trajan Pro","Palatino Linotype",georgia,serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #2786C2;
	}
p,
footer,
article > nav {
	margin: 8px 0 14px;
	font-size: 1.3em;
	letter-spacing: .01em;
	color: #000;
	}
	footer,
	article > nav {
		color: #666;
		display: block;
		margin: 8px 0 0;
		}
pre {
	white-space:pre;
	font-family: Lucidatypewriter, courier, "courier new", monospace;
	font-size: 1.2em;
}
/* @end */	
	body > header,
	body > article,
	body > section,
	body > nav,
	.paginas,
	.delicious-list {
		background: #444;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
		max-width: 616px;
		text-align: center;
		margin: 0 auto 10px;
		padding: 10px;
		color: #666;
		position: relative;
		height: 70px;
		display: block;
		}
		body > article,
		body > section,
		body > nav {
			height: auto;
			text-align: left;
			}
		.paginas {
			height: auto;
		}

article > div,
.delicious-list ul {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
	padding: 0 8px;
	background: #ebebeb;
	text-align: left;
	display: block;
	}
article li {
	font-size: 1.3em;
}
nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	nav > ul li {
		float: left;
		width: 25%;
		}

/* @group Reacties */
[id="reacties"] dialog {
	margin: 0 0 -8px;
	padding: 0;
	list-style-position: inside;
	width: 55%;
	float: left;
	}
	[id="reacties"] dialog dt,
	[id="reacties"] dialog dd {
		float: none;
		clear: left;
		margin:  0 8px 0 0;
		padding: 8px 8px 0;
		background: #ebebeb;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		border-radius-topright: 8px;
		border-radius-topleft: 8px;
		font-size: 1.2em;
	}
	[id="reacties"] dialog dd {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
		border-radius-bottomright: 8px;
		border-radius-bottomleft: 8px;
		margin:  0 8px 8px 0;
		padding: 8px;
		}
	[id="reacties"] dialog dd p {
		width: auto;
		margin: 5px 0;
		background: none;
		float: none;
		border: none;
		font-size: 1em;
		}
/* @group Reactieformulier */
form {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
	background: #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	overflow: auto;
	}
dialog + form {
	width: 45%;
	}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
label {
	display: block;
	color: #97A500;
	font-size: 1.2em;
	background: #ebebeb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
	margin: 8px;
	position: relative;
	}
	
	label textarea,
	label input,
	dialog + form label textarea {
		display: block;
		width: 234px;
		padding: 3px;
		font-size: 1.1em;
		}
		label textarea {
			width: 570px;
			}
		label[for="name"]:before,
		label[for="email"]:before {
			content: "*";
			}
input[type="submit"]{
	float: right;
	margin: 0 8px 8px;
	}
input[type="submit"][id="search_submit"]{
	float: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
/* @end */
/* @end */


.delicious-list {
	position: absolute;
	top: 0;
	opacity: .4;
	right: 0;
	width: 200px;
	z-index: 1;
	margin: 9px -190px 0 0;
	height: auto;
	border: 1px solid #666;
	-webkit-transition: all .5s;
}
.delicious-list:hover {
	opacity: 1;
	margin: 9px 0 0 320px;
}
.delicious-list ul {
	margin: 0;
	list-style: none;
	text-align: left;
}
.delicious-list li {
	font-size: 1.2em;
	margin: 0 0 .5em;
}




