/* 

	Deze stylesheet is geschreven door ro@rologica.com 
	Je bent vrij hieruit te kopiëren als je het maar meldt (aan mij)
	
*/


/* @group Reset */

* {
	margin: 0;
	padding: 0;
	outline: none;
}


/* @end */

/* @group Font */
@font-face {
    font-family: 'CallunaSans';
    src: url('/font/callunasansregular-CallunaSans.eot');
    src: url('/font/callunasansregular-CallunaSans.eot?#iefix') format('embedded-opentype'),
         url('/font/callunasansregular-CallunaSans.woff') format('woff'),
         url('/font/callunasansregular-CallunaSans.ttf') format('truetype'),
         url('/font/callunasansregular-CallunaSans.svg#CallunaSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('/font/websymbols-regular-webfont.eot');
    src: url('/font/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/websymbols-regular-webfont.woff') format('woff'),
         url('/font/websymbols-regular-webfont.ttf') format('truetype'),
         url('/font/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */

/* @group Blocks */

body {
	background: #547d9f url(/images/bg.png) center top no-repeat;
	background-size: auto 180px;
	overflow:scroll;
	
	color: #d4dee7; /* 75% van wit */
	
	font: 1.00000em/1.50000em 'CallunaSans', sans-serif;
	
	text-rendering: optimizeLegibility;
}

#container {
	display: block;
	position:relative;
	max-width: 960px;
	min-width: 600px;
	margin: 0 auto;
}

#header {
	display: block;
	position:relative;
	height: 150px;
	max-width: 960px;
	min-width: 600px;
}

#content {
	margin: 1em 10px 1em 150px;
}

#footer {
	display: block;
	border-top: 1pt solid #d4dee7;
	margin: 2em 0;
}

/* @end */

/* @group Logo block */

#header a#logo, #header a#logo:hover {
	display: block;
	position: absolute;
	top: 20px;
	width: 380px;
	height: 150px;
	background: transparent url(/images/logo.png) left top no-repeat;
	background-size: 380px 150px;
	border: transparent;
}

#header a#logo span {
	position: absolute;
	left: -9999px;
}

/* @end */

/* @group global nav */

#header #global{
	display: block;
	position:absolute;
	height:150px;
	width:500px;
	top:0;
	right:0;
}


#header #form1_search{
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	
	width: 12em;
	height: 3em;
}

#header #form1_search input{
	width: 100%;
	height: 1.5em;
	
	font-family: 'CallunaSans';
	font-size: inherit;
	text-align: center;
	
	color: #2d2e2e;
	background: #fff url('none');
	border: none;
	
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	
	-moz-box-shadow: 0.025em 0.025em 0.25em #cacbcb; /* 25% van 2d2e2e */
	-webkit-box-shadow: 0.025em 0.025em 0.25em #cacbcb;
	box-shadow: 0.025em 0.025em 0.25em #cacbcb;


}

ul#nav {
	display: block;
	position:absolute;
	bottom: 0;
	right: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-left: 0.25em;
	display: inline-block;
}


#nav a{
	display: inline-block;
	
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;

	background-color: transparent;
	color: #2d2e2e;

	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

#nav a:hover{
	display: inline-block;
	
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;

	background-color: #2d2e2e;
	color: #fff;

	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

#nav .selected a{
	display: inline-block;
	
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;

	background-color: #547d9f;
	color: #fff;

	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}


/* @end */

/* @group Footer block */

#footer{
	clear: both;
}

#footer p.login {
	display: block;
	width: 40%;
	float: left;
	margin: 1em 0 0 0;
	
}

#footer p.branding {
	display: block;
	width: 40%;
	float: right;
	text-align: right;
	margin: 1em 0 0 0;
}

#footer a {
	display: inline-block;
	
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;

	background-color: transparent;
	font-size: small;
	margin-bottom: 1em;
	color: #fff;

	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

#footer a:hover {
	background: #fff;
	color: #547d9f;	
	
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;

}

/* @end */

/* @group Flickr Photo Feed */

.flickr_badge_image{
	float: left;
	margin: 0.25em;
}

.flickr_badge_image a{
	padding:  0.5em !important;
}

/* @end */

/* @group Contact content */

div.vcard, div.card40{
	display: block;
	float: left;
	width: 22em;
}

div.vcard{
	margin-right: 1em;
	padding-right:1em;
}

div.card40{
	border:none !important;
	background-image: url(none) !important;
	
	Margin-bottom:3em !important;
	
	border-top:1px solid #d4dee7 !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

div.vcard p{
	border-top: 1px solid #d4dee7;
	padding: 1em;
	margin-top: 1em;
}

img.vcard-image{
	float: right;
	
	width: 5em;
	height: 5em;
	
	margin-right:1em;
	
	border: 0.25em solid #d4dee7;

	
	-moz-box-shadow: 0 0 0.5em #2d2e2e;
	-webkit-box-shadow: 0 0 0.5em #2d2e2e;
	box-shadow: 0 0 0.5em #2d2e2e;
}

span.label{
	display: inline-block;
	padding: 0 0.25em;

	position: absolute;
	margin-top: -1.75em;
	margin-left: -0.25em;
	
	font-familie:'DroidSansBold';

	background-color: #547d9f;
	color:#fff;
	
	white-space: nowrap;
}

div > span.label:first-child{
	margin-top: -1.75em;
	color:#fff;

	background-color: #547d9f;
	
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

div#web20 ul, div#twitter ul{
	list-style-type: none;
	margin-top: 0.5em;
	margin-left: 0;
}

div#web20 li{
	display: inline;
	float: left;
	margin-right: 0.25em;
}

div#twitter li{
	display: block;
	margin-bottom: 3em;
	text-align: right;
}

div#twitter li span{
	display: block;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #d4dee7;
	margin-bottom: 0.25em;
	text-align: left;
}

div#twitter span a {
	display: inline-block;
	
	padding: 0;
	text-decoration: none;
	white-space: nowrap;

	color: #fff;
	background-color: transparent;
}

div#twitter span a:hover {
	color: #2d2e2e;
	background-color: transparent;
}

/* @end */

/* @group Content */

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color:#fff;
}

h1 {
	line-height: 2em;
	margin: 0.5em 0;
}

p, ul, ol {
	margin: 0 1em 1.5em 0;
}

p.excerpt{
	margin-top: 1em;
}

ul, ol {
	margin-top:-1em;
	margin-left: 1em;
}

li{
	margin-bottom:0.25em;
}

iframe{
	border: none;
}

#content a {
	display: inline-block;
	
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;

	color: #547d9f;
	background: #fff; 
	
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

#content a:hover {
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;

	background: #2d2e2e;
	color: #fff;
}

a img {
	vertical-align: text-top;
	border: none;
}

strong {
	font-weight: normal;
	color: #fff;
}

.card{
	display:block;
	overflow:hidden;

	width: 97%;
	
	border: 1px solid #d4dee7;
	
	padding: 1em 0 0 1em;
	margin-bottom: 1em;
	
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	
}

.fourcard{
	display:block;
	overflow:hidden;
	position:relative;
	
	width:10.1em;
	height:19em;
	
	margin:0 1em 2em 0;
	padding: 0.5em;
	
	float:left;

	background-color:#426b8d; /* 25% van luminicent 2d2e2e op blauw */
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.fourcard img{
	display:block;
	width:100%;
	margin:0 auto 1em auto;
	
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}

.fourcard p{
	display:block;
	width:9.18687em;
	font-size: smaller;
	color:#fff;
	line-height: 1.5em;
}

.fourcard a{
	display:block;
	position:absolute;
	width:9.18687em;
	bottom:0.5em;
	left:0.5em;
	
	text-align: center;
}

.clear{
	clear:both;
}

.topwhite{
	margin-top:1em;
}

.vraagprijs{
	float: right;
	font-size: xx-large;
	color: #fff;
	margin: 0 0.5em 0.5em 0;
}

#broche{
	display: block;
	float: right;
	width: 140px;
	height:140px;
	background: transparent url(/images/ropitch.png) no-repeat center center;
	background-size: 140px 140px;
	margin: 0 0 0.5em 0.25em;
}

/* @group glyphs */

.glyphUtitle:after{
	font: 0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding: 0 0.5em 0 0.75em;
	content:"U";
}

.glyphpoint:after{
	font: 0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding: 0 0.5em 0 0.75em;
	content:".";
}

.glyphR:after{
	font: 0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding: 0 0.5em 0 0.75em;
	content:"R";
}

.glyphcomma:after{
	font: 0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding: 0 0.5em 0 0.75em;
	content:",";
}

.glyphC:after{
	font: 0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding: 0 0.5em 0 0.75em;
	content:"C";
}

.glyphttitle:after{
	font: 0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding: 0 0.5em 0 0.75em;
	content:"t";

}

.glyphape:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"@";
}

.glyphU:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"U";
}

.glyphl:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"l";
}

.glypht:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"t";
}

.glyphK:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"K";
}

.glyphI:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"I";
}

.glyphf:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"f";
}

.glyphg:before{
	font:  0.85000em/1.00000em 'WebSymbolsRegular', sans-serif;
	padding-right: 0.5em;
	content:"g";
}

/* @end */

/* @end */


