/* 

	CREATIONAL

	CSS / GENERAL STYLES 

	COPYRIGHT © 2005-2015 / CREATIONAL / WWW.CREATIONAL.NL / ALL RIGHTS RESERVED

*/

* { margin: 0; padding: 0; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000; background: #fff ;
	}

html { overflow-y: visible; }

body#home,
body#page {
	text-align: center;
	}

a, a:link, a:visited, a:active { color: #ed000d; text-decoration: none; outline: none; }
a:hover { color: #ed000d; text-decoration: underline; }
a:focus, a:active { outline: none; }

img, a img { border: 0; }

ul { padding-left: 2em; padding-bottom: 1em;  }
ol { padding-left: 1.8em; }
li { font-size: 1.3em; line-height: 1.5em; }
li li, li p { font-size: 1em; }

sup, sub { vertical-align: baseline; position: relative; top: -0.4em; }
sub { top: 0.4em; }

h1 { font-size: 2.5em; padding-bottom: .9em; color: #ed000d; }
h2 { font-size: 1.7em; padding-bottom: .5em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }

p { font-size: 1.3em; line-height: 1.5em; padding-bottom: 1em; }

.clearfix:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; overflow: visible !important; }

u { text-decoration: none; }


/* CONTAINER */
#container { text-align: left; }

/* MAIN */
#main { padding: 0; color: #000; background: #fff; }
#main_container { position: relative; margin: 0 auto; max-width: inherit; }

/* HEADER */
#header { display: block; height: 100px; }
#toolbox { display: none; }

/* ASIDE */
#aside { display: none; }

/* TOGGLE */

/* SITENAV */

/* NAV */

/* CONTENT */
#content { margin-left: 0; padding-bottom: 0; min-height: inherit; }

#content img { max-width: 100%; height: auto; }

.axis_east #content_inner { padding-left: 0; }
.videos #content_inner,
.publications #content_inner { padding-top: 0; }

/* columns */

/* photo / slideshow */
#slogan { font-size: 1.8em; }

/* map */

/* callout */
#callout p { font-size: 1.2em; line-height: 1.2em; }
#callout li { font-size: 1.2em; line-height: 1.2em; }
#callout li li { font-size: 1em; }

/* AXIS COLOURS */

/* FOOTER */
#footer { padding: 0; color: #7d7d7d; background: #fff; }
#footer_container { padding: 2em 0; max-width: inherit; text-transform: lowercase; }

#footer_aside { float: none; margin-left: 0; width: 100%; }

#footer_logo { display: block; width: 90px; height: 90px; position: absolute; top: 0; }
#footer_logo img { width: 100%; height: auto; }

#footer_content { margin-left: 0; }

#footer_nav { display: none; }
#footer_text { padding-top: 0; }

/* FORMS */
form { font-size: 1.3em; }


/* TOOLTIP */
	
/* tinyMCE */

