/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* https://erikjansenfotografie.nl/style/base.css */
/* v0.03 | 20100501 */
html
{
	overflow-y: scroll;
}

body
{
	background-color: #000;
	font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;/*Helvetica, Arial, sans-serif;*/
	color: #666;
	/*font-size: 1em;*/
}

.wrapper
{
	max-width: 75em;
	margin: 0 auto 0 auto;
}

a
{
	text-decoration: none;
	color: #BBB;
}

.contact a, .navigation a
{
	color: #666;
}

a.active
{
	color: #BBB;
}

a:hover
{
	text-decoration: underline;
	color: #BBB;
}

.content
{
	margin: 0 auto 0 auto;
	min-width: 50em;
	max-width: 60em;
	padding: 2em 1em 2em 1em;
}

.content.logo
{
	padding: 1em 1em 0 1em;
}

.content.logo a, .content.logo a:hover
{
	display: block;
	vertical-align: baseline;
	margin-bottom: -0.16em;
	text-align: right;
	font-weight: bold;
	font-size: 3.5em;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
}

.bar
{
	background-color: #333;
}

.bar .content
{
	position: relative;
	min-height: 530px;
}

.navigation
{
	float: right;
	width: 8em;
	text-align: right;
	padding: 0 10px 0 10px;
	border-right: 15px solid #383838;
}

.navigation.reverse
{
	text-align: left;
	padding: 0 10px 0 10px;
	border-right: 0;
	border-left: 15px solid #383838;
}

.navigation ul
{
	font-size: 0.75em;
	margin-top: 0.5em;
}

.navigation ul li
{
	margin-bottom: 0.5em;
}

.portfolio
{
	float: left;
	height: 530px;
	width: 530px;
	line-height: 530px;
	text-align: center;
	overflow: hidden;
}

.portfolio li
{
	width: 530px;/*needed for IE7 opacity*/
	opacity: 1;
	filter: alpha(opacity=100);/*Fix 1px problem in IE*/
}

.portfolio img
{
	background-color: #383838;
	border: 15px solid #383838;
	vertical-align: middle;
}

.content .text
{
	max-width: 33.6em;
	color: #AAA;
	font-size: 0.95em;
	line-height: 1.15;
}

iframe.redpixel
{
	display: block;
	width: 45em;
	height: 35em;
	margin-bottom: 1em;
}

.text h1
{
	font-size: 2em;
	margin-bottom: 0.4em;
}

.text h2
{
	font-size: 1.5em;
	margin: 1em 0 1em 0;
}

.text h3
{
	margin-top: 0.8em;
	/*font-size: 1em;*/
}

.text p
{
	margin-bottom: 0.75em;
	text-align: justify;
}

.text ul
{
	margin-left: 1em;
	margin-bottom: 1em;
}

.text ul li
{
	margin-bottom: 0.25em;
}

.text ul li a
{
	color: #EEE;
}

.album
{
	min-width: 48em;
	padding: 1em;
	text-align: center;
}

.album h2
{
	margin-left: 5px;
	font-size: 2em;
	text-align: left;
}

.album img.main
{
	border: 15px solid #383838;
}

.album div.back
{
	margin-top: 1em;
}

.album div.back a
{
	color: #666;
}

.album ul li
{
	float: left;
	border: 5px solid #383838;
	width: 120px;
	height: 120px;
	margin: 5px;
}

.disclaimer
{
	font-size: 0.75em;
}

.paging
{
	margin-bottom: 1em;
	text-align: center;
	color: #666;
}

.paging ol
{
	display: inline;
}

.paging ol li
{
	display: inline;
}

.paging a
{
	color: #999;
}

.paging ol li.active a
{
	color: #EEE;
	text-decoration: underline;
}

div.contact
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	text-align: right;
	line-height: 1.5;
	padding: 0 1.25em 2.5em 0;
	font-size: 0.8em;
}

/* Frontpage: */
.content.bwblabs
{
	padding: 0 1em 2em 1em;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.content.bwblabs:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.content.bwblabs a
{
	display: block;
	text-align: right;
	font-size: 0.65em;
	color: #1D76BB;
	text-decoration: none;
	font-weight: bold;
}

.content.bwblabs a span
{
	font-weight: normal;
	color: #999999;
}
/* view Album:*/
.content.footer
{
	padding: 0 1em 2em 1em;
}

.content .note
{
	float: left;
	font-size: 0.65em;
}

.content .bwblabs
{
	float: right;
	font-size: 0.65em;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.content .bwblabs:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.content .bwblabs a
{
	color: #1D76BB;
	text-decoration: none;
	font-weight: bold;
}

.content .bwblabs a span
{
	font-weight: normal;
	color: #999999;
}

.nobottom
{
	margin-bottom: 0 !important;
}

.extratopspace
{
	margin-top: 2em;
}

.hidden
{
	display: none;
}

.clear
{
	clear: both;
}
/*EOF*/