/*
Theme Name: Botanische tuinen Ipad zwartwit
Author: ICT en Media
Author URI: http://www.uu.nl/ictenmedia/
Description: Template specifiek voor de ipad kiosken

*/

/* 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Layout */

body {
width: 1024px;
height: 768px;
/* background: url('./images/bg-bloem-3.jpg') no-repeat fixed 500px 0;  */
color: #333;
font-family: Helvetica;
}
div#nav {
	position: absolute;
	top: 0;
	left: 0;
	background:	#000;
	width: 100%;
	height: 60px;
	z-index: 99999;
}

div.royalSlider {
position: fixed !important;
top: 0;
left: 0;
}

div#header {
position: absolute;
left: 500px;
top: 0px;
height: 100px;
width: 524px;
display: block;
}

a#back {
	background: url("../../../html/images/terug.png") no-repeat 0px 2px;
	font-family: Helvetica;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: absolute;
	height: 50px;
	top: 10px;
	left: 20px;
	padding: 0 0 0 50px;
	z-index: 1000;		
}
a#help {
	background: url("../../../html/images/help.png") no-repeat right 1px;
	font-family: Helvetica;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	position: absolute;
	height: 50px;
	top: 10px;
	right: 20px;
	padding: 0 50px 0 0;
	z-index: 1000;
}
div#header h1 {
margin: 30px 0px 0px 240px;
font-size: 1em;
font-weight: bold;
display: block;
color: #fff;
text-decoration: none;
text-align: left;
}

div#content {
position: absolute;
left: 500px;
top: 0px;
height: 718px;
}

div#post {
background: #fff;
font-size: 24px;
line-height: 140%;
padding: 100px 50px 50px 50px;
}

div.entry {
width: 470px;
height: 500px;
overflow: auto;
}


div#post h1 {
font-size: 48px;
font-weight: bold;
line-height: 1em;
letter-spacing: -0.05em;
color: #000;
margin: 60px 0 30px 0;
}

div#post h3 {
font-size: 36px;
font-weight: bold;
line-height: 1em;
letter-spacing: -0.05em;
color: #000;
margin: 60px 0 30px 0;
}
div#post h3.object {
border: 1px solid #ccc;
padding: 20px;
line-height: 1.2em;
-webkit-border-radius: 10px;
}
div#post h2 {
font-weight: bold;
margin: 0 0 1em 0;
}

div#post h4 {
font-size: 20px;
color: #b5294a;
font-weight: bold;
text-transform: uppercase;
margin: 1em 0 0 0;
}

em {
font-style: italic;
}

strong {
font-weight: bold;
}

p {
margin: 0 0 1em 0;
}

small,
h6 {
display: none;
}

#fancybox-content {
width: 1024px !important;
height: 768px !important;
margin: 0 !important;
padding: 0 !important;
}

.help_box .fancybox-skin {
background: none;
}