@charset "UTF-8";

@font-face {
    font-family: 'OCRARegular';
    src: url('/assets/css/fonts/ocra-webfont.eot');
    src: url('/assets/css/fonts/ocra-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/css/fonts/ocra-webfont.woff') format('woff'),
         url('/assets/css/fonts/ocra-webfont.ttf') format('truetype'),
         url('/assets/css/fonts/ocra-webfont.svg#OCRARegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	padding-top: 8.75em; /* 140px / 16px */
}
body, input, textarea, font {
	font-family: OCRARegular; /*, "Courier New", Courier, monospace;*/
	color: #000000;
}

p {
	margin-bottom: 1em;	
}
p.nomargin {
	margin-bottom: 0;	
}

img, embed, object, video {
	max-width: 100%;Rotterdam
}

a, .red {
	color: #e30613;
}

select, .bgred {
	background-color: #e30613;
	color: #FFFFFF;
	border: 0px none;
}
select {
	font-family: OCRARegular; /*, "Courier New", Courier, monospace;*/	
}
input, textarea {
	border: 1px solid #000000;	
}
input.checkbox {
	border: 0 none;
}

.pt {
	font-size: 0.833333333em; /* 10px / 12px */
}

/* header */
#header {
	position: fixed;
	top: 0;
	height: 7.5em; /* 120px / 16px */
	width: 100%;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, .9);
}
#header div {
	width: 80%; /* arbitraire */
	margin: 0 auto;	
}
#header select {
	font-size: 0.75em; /* 12px / 16px */
	margin-bottom: 1em;
}
#header h1 {
	font-size: 1.5em; /* 24px / 16px */
	line-height: 1.5em;
}
#header h1 a {
	color: #000000;
	text-decoration: none;
}
#header h1 span {
	font-size: 0.5em; /* 12px / 24px */
}


/* container */
#container {
	font-size: 0.75em; /* 12px / 16px */
	line-height: 1.5em; /* 18px / 12px */
	width: 80%; /* arbitraire */
	margin: 0 auto;
}


/* content col1 */
#slideshow, #downloads, #credits {
	width: 47.6190476%; /* 400px / 840px */
	float: left;
	clear: both;
	margin-bottom: 2.222222222em; /* 40px / 18px */
}
#slideshow #picture {
	width: 100%;
	margin-bottom: 0.5em;
}
#slideshow #prev_picture {
	float: left;
}
#slideshow #next_picture {
	float: right;
}
#slideshow #legend {
	text-align: center;
}
#downloads img {
	float: left;
	margin-right: 2.5%; /* 10px / 400px */
}
#downloads p#posters {
	margin-bottom: 2.222222222em; /* 40px / 18px */
}


/* content col2 */
#text, #form, #share {
	width: 47.6190476%; /* 400px / 840px */
	float: right;
	margin-bottom: 2.222222222em; /* 40px / 18px */
}
#text_end {
	display: none;
}
#form label, #form input#subscribe {
	font-size: 0.833333333em; /* 10px / 12px */
	float: left;
	width: 25%; /* 100px / 400px */
	margin-left: 0;
	margin-right: 0;
}
#form label.col2 {
	margin-left: 2.5%; /* 10px / 400px */
	float: left;
	width: 25%; /* 100px / 400px */
}
#form input, #form textarea, #form label.full {
	width: 73%; /* 292px / 400px */
	float: left;
}
#form input.small {
	width: 22%; /* 88px / 400px */
}
#form input.bgred {
	width: 99.25%; /* 397px / 400px */
}
#form form div {
	clear: left;
	padding-top: 0.5em;
}


/* newsletter */
#newsletter {
	padding: 20px;
	max-width:550px;
	margin-top: -7.8em;
}
#newsletter table img {
	vertical-align: top;
	margin-bottom: 1.5em;
}
