@media screen {
	/* Document structure */

	body {
		background-image: url("images/header.jpg");
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #ffffff;
		color: #000000;
	}
	
	a {
		color: #397354;
	}
	
	div.header {
		height: 150px;
	}
	
	img.header {
		height: 0px;
		width: 0px;
	}
	
	div.content {
		width: 35em;
		/*background-image: url("images/vdots.png");
		background-repeat: repeat-y;
		background-position: right;*/
		padding-top: 10px;
		padding-right: 40px;
		padding-left: 40px;
		padding-bottom: 20px;
		float: left;
	}
	
	div.menu {
		margin-top: 50px;
		margin-left: 30px;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		float: left;
		
		/* Nasty. I love it. */
		/*margin-left: -1px;
		margin-top: 1px;
		background-image: url("images/vdots.png");
		background-repeat: repeat-y;
		background-position: left;*/
		
		border: 1px dotted #000;
	}
	
	div.prevNextUpBar div.prev {
		margin: 0px;
		padding: 0px;
		width: 11em;
		height: 10ex;
		float: left;
		text-align: left;
		clear: left;
	}
	
	div.prevNextBar div.prev {
		margin: 0px;
		padding: 0px;
		width: 17em;
		float: left;
		text-align: left;
		clear: left;
	}
	
	div.prevNextUpBar div.up {
		margin: 0px;
		padding: 0px 1em;
		float: left;
		width: 11em;
		height: 10ex;
		text-align: center;
	}
	
	div.prevNextUpBar div.next {
		margin: 0px;
		padding: 0px;
		width: 11em;
		height: 10ex;
		float: right;
		text-align: right;
	}
	
	div.prevNextBar div.next {
		margin: 0px;
		padding: 0px;
		width: 17em;
		float: right;
		text-align: right;
	}
	
	span.prevNextDate {
		font-family: sans-serif;
		font-size: 8pt;
		vertical-align: top;
	}
	
	
	/* Menu */
	
	div.menuhead {
		color: #53a67a;
	}
	
	/* Content */
	
	h1.title {
		color: #53a67a;
	}
}

@media print {
	body {
		background-color: #ffffff;
		color: #000000;
	}
	
	a {
		text-decoration: underline;
		color: #000;
	}
	
	/* a:after {
		content: " (URL: " attr(href) ") ";
	} */
	
	div.header {
		height: 100px;
	}
	
	div.content {
		padding-top: 10px;
		width: auto;
	}
	
	div.menu {
		display: none;
	}

	div.prevNextBar {
		display: none;
	}
}

@media all {
	/* Document structure */
	
	body {
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
		color: #000000;
	}
	
	div.header > h1 {
		display: none;
	}
	
	div.content {
		text-align: justify;
		font-family: serif;
		font-size: 11pt;
		vertical-align: top;
	}
	
	div.menu {
		font-family: sans-serif;
		font-size: 11pt;
		vertical-align: top;
	}
	
	
	/* Menu */
	
	div.menuhead {
		font-weight: bold;
	}
	
	ul.menulist {
		list-style-type: none;
		margin-top: 2px;
	}
	
	ul.menulist > li {
		margin-left: -32px;
	}

	ul.menulist > li.allalbums {
		margin-top: 10px;
		font-size: 80%;
	}
	
	span.menudate {
		font-family: sans-serif;
		font-size: 8pt;
		vertical-align: top;
	}
	
	div.firstmenusep {
		height: 1px;
		padding: 0px;
		margin-bottom: 15px;
		background-image: url("images/hdots.png");
		display: none;
	}
	
	div.menusep {
		height: 1px;
		padding: 0px;
		margin-bottom: 15px;
		background-image: url("images/hdots.png");
	}
	
	hr.menusep {
		display: none;
	}
	
	ul.archivelist {
		font-family: sans-serif;
	}
	
	span.archivedate {
		font-family: sans-serif;
		font-size: 9pt;
		vertical-align: top;
	}
	
	span.nrposts {
		font-size: 8pt;
	}
	
	img.button {
		border-style: none;
		margin-bottom: 10px;
	}
	
	
	/* Content */
	
	h1.title {
		font-size: 18pt;
		font-weight: bold;
		font-family: sans-serif;
		margin: 0px;
	}
	
	div.posted {
		font-size: 10pt;
		font-family: sans-serif;
	}
	
	span.smiley {
		font-family: monospace;
	}
	
	span.errorSmiley {
		color: #f00;
		font-weight: bold;
		font-family: monospace;
	}
	
	div.caption:before {
		content: "Afbeelding " counter(fignum) ". "
	}
	
	div.caption {
		margin-top: 0px;
		margin-bottom: 20px;
		counter-increment: fignum;
		font-size: 90%;
		font-style: italic;
	}

	/* Photo albums */

	div.albumthumb {
		width: 200px;
		height: 150px;
		float: left;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
		margin-left: 25px;
		margin-right: 25px;
	}

	span.albumtitle {
		font-weight: bold;
		font-family: sans-serif;
	}

	span.albumdate {
		font-family: sans-serif;
		font-size: 8pt;
	}

	div.photo {
		margin-top: 30px;
		margin-bottom: 10px;
		text-align: center;
	}

	div.photoinfo {
		margin-top: 20px;
	}

	span.phototitle {
		font-weight: bold;
		font-family: sans-serif;
	}

	div.photocaption {
		font-family: serif;
		font-size: 90%;
		font-style: italic;
		margin-top: 10px;
	}
}
