/* --------------------------------- */

/*   copyright 2013 - VORMZaaK.nl    */

/* --------------------------------- */



/*html5 elements*/	
article,section,nav,header,footer { display: block;	}

@font-face { font-family: colaboratelight; src: url('ColabLig.otf'); }

h1,h2,h3,h4,h6, nav, cite, footer, .date, .social p, .org, .details, .previous a, .next a {
	font-family: 	"freight-sans-pro", 
					"Trebuchet MS", 
					Helvetica, 
					Arial, 
					sans-serif; 
					}

body {
	font-family: "rooney-web" "rooney-sans", colaboratelight, Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	}

/* @group Responsive Typesetting */
	
@media screen and (max-width: 500px) {
	nav ul{font-size: 0.75em;}}
	
@media screen and (max-width: 800px) {
	body { font-size: 95%; }}
	
@media screen and (min-width: 1024px) {
	body { font-size: 105%; }}
	
/* @end */


/* Borders */

#te, #le, #re, #be {
	position: fixed;
	z-index: 10;
	background-color: #e8e8e8;
	display: block;
	}

#te {
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
	padding: ;
	}

#be {
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	}
	
#le {
	width: 10px;
	left: 0;
	bottom: 0;
	top: 0;
	}

#re {
	width: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	}


/* basic layout */

#page {
	margin: 0 0%;
	width: 100%; 
	
	}
	
.logo {
	width: 170px;
	margin: 2em 0% 0 73%;
	padding: 0;	
	}
	
header {
	position: relative;
	min-height: 180px;
	margin: -80px 0 1em 0;
	padding: 0 0 2em 0;
	width: 65%;
	border-bottom: 2px dotted #ccc;
	}

.icon {
	float: left;
	margin-top: -4.5em;
	}
	
#content {
	width: 97%;
	padding: 0 0 0 3%;
	}

#main {
	width: 65%;
	float: left;
	padding: 0;
	}
	
#side {
	width: 20%;
	float: right;
	margin-right: 8%;
	margin-top: 3%;
	letter-spacing: 0em;
	font-size: 0.8em;
	text-align: left;
	color: #666;
	line-height: 150%;
	background-color: #ffffff;
	}
	
section {
	margin: 0 0 1em 0;
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 3%;
	float: left;
	}
	
#side section{
	margin: 0 0 2em 7%;
	}
	
.work {
	width: 100%;
	border-bottom: 2px dotted #ccc;
	color: #111;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: 300;
	display: block;
	}
	
article {
	width: 100%;
	border-bottom: 2px dotted #ccc;
	color: #111;
	padding-top: 0%;
	padding-bottom: 2%;
	font-weight: 300;
	display: block;
	}	
	
.details {
	list-style: none;
	font-size: 0.75em;
	overflow: hidden;
	padding: 0;
	margin: 2em 0 1em 0;
	}
	
.details li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.4;
	border-right: 1px solid #ccc;
	padding: 0 1em 0 0;	
	}
	
.details span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaa;
	}
	
.details a {
	/*text-transform: uppercase;*/
	}


/* headers */

h1 {
	margin: 0 0 0 100px;
	padding: 0;
	color: #999;
	font-size: 210%;
	font-weight: 500;
	-webkit-font-smoothing: subpixel-antialiased;
	}

h1 strong {
	color: #E68A29;
	font-weight: 500;
	}
	
	
h2	{ color: #333333; }

h3	{
	margin: 0;
	padding-bottom: 5px;
	color: #5759b5;
	text-transform: uppercase;
	font-size: 98%;
	letter-spacing: 0.1em;
	font-weight: 500;
	}

h4	{
	margin: 0;
	padding: 0;
	color: #777777;
	text-align: left;
	font-size: 70%;
	text-indent: 5%;
	font-weight: normal;
	}

h5	{ color: #333333; }

h6	{
	margin-top: 6%;
	margin-bottom: 8%;
	padding: 0;
	color: #E67600;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	}
	
	
/* navi */

a {
	text-decoration: none;
	color: #8787c1;
	font-weight: 600;
	background-color: rgba(255,246,224,0.0);	
	-o-transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	 -o-transition-duration: 0.2s;
	 -webkit-transition-duration: 0.2s;
	 -moz-transition-duration: 0.2s;
	 transition-duration: 0.2s;	
	}

a:hover, a:focus { color: #333; }
	
a:visited {
	background: none;
	font-weight: 600;
	}


nav {
	float: right;
	margin: 10% 9% 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	background-color: #ffffff;
	}

nav ul {
	list-style-type: none;
	font-size: 0.875em;
	line-height: 1;
	margin: 0;
	padding: 5% 0 6% 0;
	}
	
li { list-style-type: none; }
	
nav a {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding: 0.3em 0.2em 0.2em 0.3em;
	line-height: 1;
	}
	
nav a, nav a:visited {
	font-weight: 600;
	}
	
	.menuicon {
	width: 15px;
	height: 15px;
	margin-right: 20px;
	margin-bottom: 4px;
	vertical-align: middle;
	border: none;
	}
	
	
/* IMAGES */

img.thumb {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
	}
	
img.bee {
	margin: 0 3% 0% 0;
	float: left;
	}
	
img.media {
	margin-top: 0%;
	}
	
	
/* MISC */
	
footer {
	clear: both;
	padding: 2em 0em 4em 5em; 
	font-size: 80%;
	}
	
footer p { margin: 0; }

.werk	{
	margin-top: 1%;
	margin-left: 10%;
	width: 80%;
	font-size: 0.9em;
	font-weight: 300;
	color: #333;
	letter-spacing: 0em;
	line-height: 150%;
	text-align: left;
	}
	
.inhoud	{
	margin-top: 2%;
	margin-left: 5%;
	width: 90%;
	font-size: 0.9em;
	font-weight: 300;
	color: #333;
	letter-spacing: 0em;
	line-height: 150%;
	text-align: left;
	}	
	
.inhoudspec	{
	margin-top: 1%;
	margin-left: 10%;
	width: 90%;
	font-size: 0.9em;
	font-weight: 300;
	color: #333;
	letter-spacing: 0em;
	line-height: 150%;
	text-align: left;
	}		
	
		/* --------------- specials --------------- */

.needs {
	list-style-type: none;
	padding: 0% 0 0 0;
	}
	
.needs li {
	margin: 0 0 0em 0%;
	padding: 0em 0 0% 1%;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.needs .time {	background-image: url('../images/copy.png');
	}
	
.needs .contact {	background-image: url('../images/contact.png');
	background-size: 8%; min-height: 265px;
	}
	
.needs .free {	background-image: url('../images/free.png');
	min-height: 70px;}
	
.needs .story{	background-image: url();
	}
	
	
	
	
	
				/*        RESOLUTIONS        */
	
	
	
	
	
		/*layouts smaller than 600px, iPhone and mobiles*/
		
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html { background-color: #e8e8e8; padding: 12px; }	
	#be, #te, #le, #re { display: none; }
	body { margin: 0; padding: 16px; }
	#page { margin: 0; }
	h1 { margin: 0 0 0 0px; font-size: 200%; }

	
	#content { width: 100%; padding: 0% 0 0 0%; }
	
	img.bee {
	display: block;
	margin: 1em auto;
	
	float: none;
	
}
	
	.logo {
	display: block;
	width: 200px;
	margin: 0em auto;
	padding: 1em 0 0 0;	
	
	}
	header { overflow: hidden; width: 100%; margin: 0; text-align: center; min-height: 1em; }
	.icon {	display: none; }
	.menuicon { display: none; }
		

		
			nav {
			text-align: center;
			font-size: 1.2em;
			margin: 1em 0 0.5em 0;
			float: none;
			}
		
		nav li {
			display: inline;
			margin: 0 auto;
		}
		nav a {
			display: inline;
			margin: 0 auto;
			line-height: 1.5;
			letter-spacing: 0;
		}		
		nav li:last-child a {
			margin: 0;
			
		}
		
		
		
		#main {
			width: auto;
			float: none;
			padding: 0 0 0em 0;
		}
		#side {
			
			padding:  0;
			float: none;
			width: 100%;
			
		}
		
		
		#side section{width: 45%;
	margin: 0 5% 0 0}
		
		
		#content {
			float: none;
			}
			
		footer {
	clear: both;
	padding: 3em 0em 4em 2%; 
	font-size: 80%;
	}
		
	}
		
		
		/*layouts larger than 900px*/
		
		
		
@media screen and (min-width: 920px) {
	
	nav, .logo, footer { width: 200px; position: fixed; right: 6%; z-index: 100; }
	.icon { margin-top: 0.5em; }
	#te b { left: 76%; right: 8%; }
	header {margin: 3em 0 1em 0;width: 68%;}
	h1 { padding: 0; }
	.logo { top: 10px; }
	nav { top: 200px; bottom: 20px; right: -5%; /*background: url(/images/corner-small.png) no-repeat left bottom;*/ }
 	nav a { float: none; text-align: left; margin: 0.2em 0; width: auto; }
	#side { width: 15%; margin-right: 32%; margin-top: 0; }
	#main {
	width: 52%;
	float: left;
	padding: 0 0 6em 0;
	}
	footer {	
		right: 8%;
		bottom: 2px;
		padding: 0;
		border: 0;
		}
	}
	
		/* layouts larger than 1350px */
	
@media screen and (min-width: 1350px) {
	
	#page { margin: 0 0%; }
	#main { width: 43%; }
	#side { width: 35%; margin-right: 1%; margin-left: 1%; float: left;  }
	#side section { width: 30%; margin: 0 8% 2em 0; float: left; }
	}
	
	
		/* layouts larger than 1500px */
		
@media screen and (min-width: 1500px) {
	
	#page { margin: 0 0% 0 0%; }
	}
	
	
	
		/* iPad styles */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		
	html {background-color: #e8e8e8; padding: 12px;}
	#be, #te, #le, #re { display: none;}
	body { margin: 0; padding: 12px 24px 24px 24px; }
	#page { margin: 0; min-height: 1000px; }	
	#content { padding: 0% 0 0 0; }
	footer { clear: both; position: static; }
	}
		
	