html{
	background:#fff;
	margin: 0;
	padding: 0;
}
body {
	font:76%/150% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	max-width: 90em;
	margin: 0 auto;
}
* html body {
	width: 80em;
	
}

.header {
	text-align: center;
}
.header h1 {
	margin: 0;
}
.header img {
	height: 126px;
}
a img{
	border: 0;
}

.section {
	width: 50%;
	float: left;
	position: relative;
}
* html .section {
	width: 49.9%;
}
.section .header {
	text-align: left;
}
.header .kittekat {
	background: url(../_gfx/kittekat.png) no-repeat;
	position: absolute;
	text-indent: -100em;
	height: 39px;
	width: 200px;
	margin: -38px 0 0 1em;
}
.article {
	color: #B55951;
	border: 1px solid;
	padding: 0 1em;
	margin: 0 .5em 1em;
	overflow: auto;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
}
.article p {
	text-align: justify;
}
.article .header {
	text-align: right;
}
a {
	color: #B55951;
}
a[rel*="attachment"] {
	pointer-events: none;
}
.article .header a {
	text-decoration: none;
}
.article img {
	float: left;
	width: 30%;
	margin: 0 1em 0 0;
}
.article .footer {
	clear: both;
	font-size: .9em;
	margin: 0 0 1em;
	text-align: right;
	padding: .5em 0 0;
}
.nav {
	clear: both;
}
.nav ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline;
	padding: 0 .5em;
}
.nav ul li a {
	color: #485039;
}
.prevnext {
	position: relative;
	margin: 0 .5em 1em;
	color: #B55951;
}
.prevnext span + span {
	position: absolute;
	right: 0;
}

#commentform {
	color: #B55951;
	background: #fce3dd;
	border: 1px solid;
	padding: 1em;
	margin: 0 .5em 1em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
}
#commentform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#commentform label,
#commentform label input,
#commentform label textarea {
	display: block;
}
#commentform label {
	margin: 0 0 .5em;
}
#commentform label textarea {
	width: 100%;
}
/* @group Single */
.single {
	max-width: 60em;
}
.single h1 {
	font-size: 1.6em;
}
.single .article img {
	border: 1px solid;
	float: right;
	margin: 0 0 .5em 1em;
}
.comments {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments li{
	color: #B55951;
	border: 1px solid #B55951;
	background: #fce3dd;
	margin: 0 .5em 1em;
	padding: 1em;
	font-style: italic;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
}
.comments li p {
	margin: 0 0 1em;
}
.comments .footer {
	font-size: .9em;
}

.archieven {
	list-style: none;
	margin: 0;
	padding: 1em 0;
}
.archieven a:visited {
	text-decoration: none;
	border: dotted;
	border-width: 0 0 1px;
}
.archieven a:hover {
	color: #B55951;
}
.archief {
	max-width: 40em;
}
* html .archief {
	width: 40em;
}
.archief .section {
	float: none;
	width: 40em;
}
.search-excerpt {
	background: #FCE3DD;
}
body > h1 {
	color: #485039;
	margin: .5em 0 .5em .5em;
}

/* @end */

/* @group Hank */
.article.hank {
	color: #485039;
}
.article.hank .header {
	text-align: left;
}
.article.hank  a {
	color: #485039;
}
.article.hank  img {
	float: right;
	margin: 0 0 0 1em;
}
.header .hank {
	background: url(../_gfx/hank.png) no-repeat;
	position: absolute;
	text-indent: -100em;
	height: 27px;
	width: 76px;
	margin: -26px 0 0 0;
	right: 1em;
}
.article .footer {
	text-align: left;
}
body.Hank * {
	color: #485039;
}
body.Hank .comments li,
body.Hank #commentform{
	color: #485039;
	border: 1px solid #485039;
	background: #e3e7df;
}
/* @end */

#searchform {
	margin: 1em 0 1em;
	padding: 0;
}
@media print{
* {
	font-family: 'Spranq eco sans', arial !important;
}
#commentform,
.prevnext,
.nav {
	display: none;
}
}

