/* global style reset */
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background:#000;
	border:18px solid #4ADDAB;
	border-width:0 18px;
	color: #fff;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size:87.5%;
	line-height:1.5;
}

/* headings */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}
h1 {
	margin-bottom: .55em;
	font-size: 2em;
	line-height: 1.12em;
}
.splashpage h1 {
	font-size:1em;
}
h2 {
	margin-top: .75em;
	margin-bottom: 0.375em;
	font-size: 1.44em;
	line-height: 1.25em;
}
h3 {
	margin-top: 1em;
	margin-bottom: .333em;
	font-size: 1.12em;
	line-height: 1.2857em;
}
h4, h5, h6 {
	margin-top: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

/* text */
p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
	background: #ffc;
}
dfn {
	font-weight: bold;
}
pre,code {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
}
tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}

/* anchors */
a,
a:visited {
	color: #fff;
}
a:hover,
a:focus {
	color:#fff;
}

/* lists */
ul, ol {
	margin: 0 1.5em 1.5em 2.5em;
}
ol li {
}
ul li {
}
dl {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/* table */
table {
	width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e3e3e3;
	empty-cells: show;
}
caption {
	margin: 0 -1px 0 0;
	padding: .25em .5em;
	background: #e3e3e3;
	font-size: 1.16667em;
	text-align: left;
}
thead td, thead th {
	background: #f3f3f3;
	font-weight: bold;
}
tbody th {
	font-weight: normal;
}
th,td {
	padding: .25em .5em;
	border: 1px solid #e3e3e3;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
tfoot {
	color: #666;
	font-size: .9166667em;
}

/* for FF */
html:lang(en)>body caption,
html:lang(nl)>body caption {
	margin: 0 0 0 -1px;
}

/* miscellaneous */
img, a img {
	border: none;
}
address {
	margin: 0 0 1.5em 0;
	font-style: normal;
}
blockquote {
	margin: 1.5em;
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-style: normal;
}
ins {
	text-decoration: underline;
}
del {
	color: #666;
}
hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 1.5em;
	background: #ddd;
	color: #ddd;
	border: none;
}

/* Header */
#logo {
	position:absolute;
	right:50px;
	top:50px;
	z-index:100;
}
#logo:hover,
#logo:visited,
#logo:focus  {
	background:none;
}
.splashpage #logo {
	position:relative;
	right:auto;
	top:auto;
}

#logo img {
	display:block;
}

/* Navigation */
#nav {
	position:relative;
	left:-9px;
	padding-top:10px;
	font-size:5.714em;
	font-style: italic;
	font-weight:bold;
	line-height:1em;
}
#nav h2,
#nav h3 {
	position:absolute;
	left:-999em;
	width:0;
	height:0;
	overflow:hidden;
}
#nav a,
#nav a:visited {
	text-decoration:none;
}

/* nav-main */
#nav-main {
	width:886px;
}
#nav-main ul {
	margin:0;
	list-style:none;
}
#nav-main li {
	clear:both;
	margin-bottom:5px;
}
#nav-main a,
#nav-main a:visited {
	position:relative;
	padding:0 5px;
}
#nav-main span {
	position:absolute;
	top:.35em;
	right:0;
	display:block;
	height:.55em;
	overflow:hidden;
}

/* Layout */
#canvas{
	position:relative;
	z-index:10;
	min-height:100%;
}
.splashpage #canvas{
	width:694px;
	margin:0 auto;
}
.container {
	padding:0 78px 60px 78px;
}
#content {
	width:729px;
}
.splashpage #content {
	width:333px;
	position:relative;
	margin:20px 0 0 116px;
}
	.splashpage #content ul {
		margin:0 0 0 16px;
	}
	.splashpage #content ul li {
		font-size:.6em;
	}
	.splashpage #header .readmore,
	.splashpage #content .readmore {
		font-size:.5em;
		position:absolute;
		right:10px;
		bottom:-30px;
		text-decoration:none;
	}
	.splashpage #header .readmore:hover,
	.splashpage #content .readmore:hover {
		text-decoration:underline !important;
	}
	.splashpage #header .readmore {
		color:#000;
		font-size:1em;
		font-style:italic;
		right:-20px;
		top:280px;
		z-index:100;
	}
#footer {
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
	overflow:hidden;
	font-size:.83333em;
	line-height:10px;
}
#footer .container {
	padding:5px 36px;
	background:#fff;
	opacity:.5;
}
#footer ul {
	float:right;
	margin:0;
	list-style:none;
}
#footer li {
	float:left;
	padding:4px 5px;
}
#footer a.vimeo,
#footer a.flickr,
#footer a.hyves {
	display:block;
	width:40px;
	height:20px;
	overflow:hidden;
	text-indent:-9000px;
}
#footer a.vimeo,
#footer a.vimeo:visited {
	background:transparent url('../images/social.gif') no-repeat 0 0;
}
#footer a.vimeo:hover,
#footer a.vimeo:focus {
	background-position:0 -20px;
}
#footer a.flickr,
#footer a.flickr:visited {
	background:transparent url('../images/social.gif') no-repeat 0 -55px;
}
#footer a.flickr:hover,
#footer a.flickr:focus {
	background-position:0 -75px;
}
#footer a.hyves,
#footer a.hyves:visited {
	background:transparent url('../images/social.gif') no-repeat 0 -95px;
}
#footer a.hyves:hover,
#footer a.hyves:focus {
	background-position:0 -115px;
}

/* Content */
a.more {
	position:absolute;
	right:6px;
	bottom:6px;
	padding:0 5px;
	background:#000;
	font-size:.8333em;
	text-decoration:none;
}
.box {
	font-size:1.7857em;
	font-style:italic;
	line-height:1.2;
}
.box .top,
.box .btm {
	display:block;
	clear:both;
	overflow:hidden;
	background:transparent no-repeat 0 0;
}
.box .top {
	height:117px;
}
.box .middle {
	padding:1px 38px;
	background:#6e084a;
}
.box .middle-container {
	position:relative;
	margin:-38px 0 0 0;
}
.splashpage .box .middle-container {
	margin-top:0;
}
.box .btm {
	height:61px;
}
.page-style-01 .top {
	background-image:url('../images/box-top-01.gif');
}
.page-style-01 .btm {
	background-image:url('../images/box-btm-01.gif');
}
.page-style-02 .top {
	background-image:url('../images/box-top-02.gif');
}
.page-style-02 .btm {
	background-image:url('../images/box-btm-02.gif');
}
.page-style-03 .top {
	background-image:url('../images/box-top-03.gif');
}
.page-style-03 .btm {
	background-image:url('../images/box-btm-03.gif');
}
.page-style-04 .top {
	background-image:url('../images/box-top-04.gif');
}
.page-style-04 .btm {
	background-image:url('../images/box-btm-04.gif');
}
#content .box-white .top {
	background-image:url('../images/box-top-white.gif');
}
#content .box-white .middle {
	background:#fff;
}
#content .box-white .btm {
	background-image:url('../images/box-btm-white.gif');
}
#content .box-black .top {
	background-image:url('../images/box-top-black.gif');
	height:56px;
}
#content .box-black .middle {
	background:#2c192d;
}
#content .box-black .btm {
	background-image:url('../images/box-btm-black.gif');
}
/* vcard */
.vcard {
	margin-bottom:.5em;
	font-size:1em;
	line-height:1.3846em;
}
.vcard .fn {
	position:absolute;
	left:-999em;
	width:0;
	height:0;
	overflow:hidden;
}
.vcard .org {
height:0;
left:-999em;
overflow:hidden;
position:absolute;
width:0;
}
.vcard .email {
	text-decoration:none;
}
.vcard .email:hover,
.vcard .email:focus {
	background:none !important;
	color:inherit !important;
}

/* flickr */
#flickr {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#flickr #flickr-container {
	position:relative;
	height:100%;
	overflow:hidden;
	border:18px solid #4addab;
	border-width:0 18px;
}
#flickr img {
	display:block;
	width:100%;
	height:auto;
}
#flickr-background img.alternate {
	width:auto;
	height:100%;
}
#flickr #flickr-raster {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url('../images/raster.png');
}
#flickr #flickr-gradient {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:100%;
	background:url('../images/gradient.png') repeat-x 0 100%;
}

/* Page styles */
.splashpage {
	border:none;
	background:#fff;
}
.page-style-01 a:hover,
.page-style-01 a:focus,
.page-style-01 #nav-main a.active {
	color:#6e084a;
}
.page-style-01 a:hover,
.page-style-01 a:focus {
	background:#fff;
	color:#6e084a;
}
.page-style-01 .box-white a:hover,
.page-style-01 .box-white a:focus {
	background:#6e084a;
	color:#fff;
}
.page-style-01 .middle {
	background:#6e084a;
}
.page-style-01,
.page-style-01 #flickr #flickr-container {
	border-color:#6e084a;
}
.page-style-02 a:hover,
.page-style-02 a:focus,
.page-style-02 #nav-main a.active {
	color:#4ADDAB;
}
.page-style-02 a:hover,
.page-style-02 a:focus {
	background:#fff;
	color:#4ADDAB;
}
.page-style-02 .box-white a:hover,
.page-style-02 .box-white a:focus {
	background:#4ADDAB;
	color:#fff;
}
.page-style-02 .middle {
	background:#4ADDAB;
}
.page-style-02,
.page-style-02 #flickr #flickr-container {
	border-color:#4ADDAB;
}
.page-style-03 a:hover,
.page-style-03 a:focus,
.page-style-03 #nav-main a.active,
.page-style-03 .box-white .middle {
	color:#54adda;
}
.page-style-03 a:hover,
.page-style-03 a:focus {
	background:#fff;
	color:#54adda;
}
.page-style-03 .box-white a:hover,
.page-style-03 .box-white a:focus {
	background:#54adda;
	color:#fff;
}
.page-style-03 .middle {
	background:#54adda;
}
.page-style-03,
.page-style-03 #flickr #flickr-container {
	border-color:#54adda;
}
.page-style-04 a:hover,
.page-style-04 a:focus,
.page-style-04 #nav-main a.active,
.page-style-04 .box-white .middle {
	color:#a83838;
}
.page-style-04 a:hover,
.page-style-04 a:focus {
	background:#fff;
	color:#a83838;
}
.page-style-04 .box-white a:hover,
.page-style-04 .box-white a:focus {
	background:#a83838;
	color:#fff;
}
.page-style-04 .middle {
	background:#a83838;
}
.page-style-04,
.page-style-04 #flickr #flickr-container {
	border-color:#a83838;
}

.page-style-01 .box-white .middle,
.page-style-02 .box-white .middle,
.page-style-03 .box-white .middle,
.page-style-04 .box-white .middle,
.box-white a,
.box-white a:visited {
	color:#9e9e9e;
}

.page-style-01 #nav a:hover,
.page-style-01 #nav a:focus,
.page-style-02 #nav a:hover,
.page-style-02 #nav a:focus,
.page-style-03 #nav a:hover,
.page-style-03 #nav a:focus,
.page-style-04 #nav a:hover,
.page-style-04 #nav a:focus {
	background:transparent;
}

.container:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.colofon {
	float:left;
	color:#000;
	font-style:italic;
}
.colofon a, .colofon a:hover, .colofon a:visited {
	display:block;
	width:119px;
	height:24px;
	text-indent:-666em;
	overflow:hidden;
	background:url('../images/logo-lbi.gif') 0 0 no-repeat;
}
