@font-face {
    font-family: 'Museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOTBold';
    src: url('../fonts/dinot-bold-webfont.eot');
    src: url('../fonts/dinot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinot-bold-webfont.woff') format('woff'),
         url('../fonts/dinot-bold-webfont.ttf') format('truetype'),
         url('../fonts/dinot-bold-webfont.svg#DINOTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo100';
    src: url('../fonts/museo100-regular-webfont.eot');
    src: url('../fonts/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo100-regular-webfont.woff') format('woff'),
         url('../fonts/museo100-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo100-regular-webfont.svg#Museo100') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINOTMedium';
    src: url('../fonts/dinot-medium-webfont.eot');
    src: url('../fonts/dinot-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinot-medium-webfont.woff') format('woff'),
         url('../fonts/dinot-medium-webfont.ttf') format('truetype'),
         url('../fonts/dinot-medium-webfont.svg#DINOTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
a, abbr, address, del, em, img, ins, small, strong, tt, ul, ol, li, dl, dt, dd, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0; padding: 0; border: 0; outline: 0;
	background: transparent;
	color: black;
	font-family: "Arial", Trebuchet MS;
	font-size: 12px;
	line-height: 22px;
}
input, textarea {
	font-family: "Arial", Trebuchet MS;
}
ul {
	list-style: none;
}
ol li {
	list-style: inside;
}
:focus {
	outline: none;
}
p {
	margin-bottom: 16px;
	line-height: 22px;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#overlay {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	background: url(../images/template/overlay-bg.png);
	z-index: 99;
}
#overlay.show {
	display: block;
}
#overlay #form {
	width: 500px; height: 700px;
	position: absolute;
	top: 46px; left: 199px;
}
#form .top {
	width: 500px; height: 24px;
	position: relative;
	float: left;
}
#form .top #close {
	width: 24px; height: 24px;
	position: relative;
	float: right;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/template/btn-close.gif) 0 0 no-repeat;
}
#form .form {
	width: 440px; height: auto;
	position: relative;
	float: left;
	padding: 12px 30px 29px 30px;
	background: #fff;
}
#form .form .title {
	width: 413px;
	margin-bottom: 24px;
}
.entry label {
    width: 410px; height: 29px;
    position: relative;
    float: left;
    border: 0 none;
	line-height: 29px;
    background: #e5e5e5;
}
.entry .textarea label {
    width: 410px; height: 219px;
}
.entry label em {
    width: 400px; height: 29px;
    position: absolute;
    left: 0; top: 0;
	padding: 0 5px;
	line-height: 29px;
    color: #000;
}
.entry .textarea label em {
    width: 400px; height: 219px;
    position: absolute;
    left: 0; top: 0;
	padding: 0 5px;
	line-height: 29px;
    color: #000;
}
.entry label input {
    width: 400px; height: 29px;
    position: absolute;
    left: 0; top: 0;
    margin: 0;
	padding: 0 5px;
	line-height: 29px;
    border: 0 none;
    color: #000;
	font-style: italic;
    background: url("../x.gif") no-repeat scroll 0 0 transparent;
}
.entry .textarea label textarea.fade {
    width: 400px; height: 219px;
    position: absolute;
    left: 0; top: 0;
    margin: 0;
	padding: 0 5px;
	line-height: 29px;
    border: 0 none;
    color: #000;
	font-style: italic;
    background: url("../x.gif") no-repeat scroll 0 0 transparent;
}
#logo {
	width: 170px; height: 172px;
	position: fixed;
	top: 70px; left: 0;
	display: block;
	background: url(../images/template/logo-men-add-work.gif) 0 0 no-repeat;
}
#social {
	width: 157px; height: 18px;
	position: fixed;
	bottom: 0; left: 0;
	padding: 13px 0 10px 13px;
	background: #ffdd00;
}
#social a {
	width: 20px; height: 18px;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 11px;
	text-indent: -9999px;
}
#social #twitter {
	background: url(../images/template/twitter-icon.gif) 0 0 no-repeat;
}
#social #facebook {
	background: url(../images/template/facebook-icon.gif) 0 0 no-repeat;
}
#social #linkedin {
	background: url(../images/template/linkedin-icon.gif) 0 0 no-repeat;
}
#social #flickr {
	background: url(../images/template/flickr-icon.gif) 0 0 no-repeat;
}
#social #vimeo {
	background: url(../images/template/vimeo-icon.gif) 0 0 no-repeat;
}
#message {
	width: 30px; height: 170px;
	position: fixed;
	top: 70px; right: 0;
	overflow: hidden;
}
#message a {
	width: 30px; height: 170px;
	position: absolute;
	top: 0; right: 0;
	display: block;
	text-indent: -99999px;
	cursor: pointer;
	background: url(../images/template/btn-stuur-bericht.gif) 0 0 no-repeat;
}
#site {
	width: 750px; height: auto;
	position: relative;
	float: left;
	margin-left: 140px;
	padding: 70px 0 25px 59px;
}
#site header {
	width: 750px; height: 172px;
	position: relative;
	float: left;
	margin-bottom: 42px;
	background: url(../images/template/header-bottom-bg.gif) bottom left repeat-x;
}
header .title {
	width: 723px;
}
.title {
	width: auto; height: 27px;
	position: relative;
	float: left;
	padding-left: 27px;
	line-height: 27px;
    font-family: 'DINOTBold';
	color: #e0004d;
	text-transform: uppercase;
	border-bottom: 1px dotted #595959;
	background: url(../images/template/title-arrow.gif) 0 0 no-repeat;
}
.bottom {
	width: auto; height: 62px;
	position: relative;
	float: left;
	line-height: 62px;
	text-align: right;
	background: url(../images/template/header-bottom-bg.gif) top left repeat-x;
}
header .heading {
	width: 723px; height: 144px;
	position: relative;
	float: left;
	line-height: 55px;
}
header .heading h1 {
	position: relative;
	margin: 15px 0;
	font-size: 52px;
	color: #000;
	line-height: 55px;
    font-family: 'Museo100';
	font-weight: 100;
}
header .heading h1 span {
	font-size: 52px;
	color: #ed1556;
	line-height: 55px;
    font-family: 'Museo700';
}
#site article {
	width: 750px; height: auto;
	position: relative;
	float: left;
}
article section {
	width: auto; height: auto;
	position: relative;
	float: left;
}
article #content {
	width: 266px; height: auto;
	position: relative;
	float: left;
	margin-right: 40px;
}
section p {
	width: 266px; height: auto;
	position: relative;
	float: left;
	text-indent: 20px;
	color: #1e1e1e;
}
section p strong {
	color: #ed1556;
}
section a {
	color: #007dc3;
}
#content .intro {
	color: #606060;
    font-family: 'DINOTMedium';
	font-size: 17px;
}
#content .adres {
	width: 266px; height: auto;
	position: relative;
	margin-bottom: 16px;
	float: left;
	text-indent: 0;
	color: #1e1e1e;
}
#content .adres span {
	width: 38px; height: auto;
	position: relative;
	float: left;
	color: #ed1556;
	display: block;
}
#content .adres span.locate {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/template/locate-icon.gif) 0 0 no-repeat;
}
#content .title {
	width: 239px;
	margin-bottom: 16px;
}
#content #twitter-feed {
	width: 266px; height: auto;
	position: relative;
	float: left;
	margin-bottom: 33px;
}
#twitter {
    height: auto;
    line-height: 20px;
    margin: 0;
    position: relative;
    width: 266px;
}
#twitter .tweet {
    height: auto;
    line-height: 20px;
    margin: 0 0 20px 0;
    position: relative;
    width: 266px;
}
#twitter .tweet p, #twitter em, #twitter a, #twitter .content {
    color: #1E1E1E;
    font-size: 12px;
	font-style: italic;
}
#twitter .date {
    color: #1E1E1E;
	font-style: normal;
	font-weight: bold;
}
#twitter a {
    color: #20A0D9;
	text-decoration: none;
}
#twitter a:hover {
	text-decoration: underline;
}
#twitter em {
    color: #878787;
}
#content .bottom {
	width: 266px;
}
article #blog-feed {
	width: 444px; height: auto;
	position: relative;
	float: left;
}
#blog-feed .blog-item {
	width: 444px; height: auto;
	position: relative;
	float: left;
	margin-bottom: 7px;
}
.blog-item .photo {
	width: 125px; height: 124px;
	position: relative;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	background: #f0f0f0;
}
.blog-item .photo img {
	width: 100%; height: auto;
}
.blog-item .content div {
	width: 299px; height: auto;
	position: relative;
	float: left;
}
.blog-item .content .header {
	margin-bottom: 5px;
}
.blog-item .content .header div {
	width: auto; height: 43px;
	position: relative;
	float: left;
}
.blog-item .content .header .avatar {
	width: 43px;
	overflow: hidden;
	margin-right: 19px;
}
.blog-item .content .header .meta {
	width: 237px; height: auto;
}
.blog-item .content .header .meta div {
	width: 237px; height: auto;
	position: relative;
	float: left;
	color: #787878;
}
.blog-item .content .header .meta .date {
	color: #787878;
}
.blog-item .content .header .meta .name {
	color: #1e1e1e;
	z-index: 11;
}
.blog-item .content .blog-title {
	width: 299px; height: 64px;
	position: relative;
	float: left;
	padding-top: 10px;
	color: #ed1556;
	font-size: 26px;
    font-family: 'Museo700';
	line-height: 26px;
}
.blog-item .content {
	width: 299px; height: auto;
	position: relative;
	float: left;
	border-bottom: 1px dotted #595959;
}
.blog-item .blog-bottom {
	width: 444px; height: 24px;
	position: relative;
	float: left;
	margin-top: -1px;
}
.blog-item .blog-bottom a {
	width: 444px; height: 24px;
	position: relative;
	float: left;
	display: block;
	background: url(../images/template/blog-readmore.gif) top right no-repeat;
}
.blog-item .link {
	width: 444px; height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: url(../images/template/transparant.png);
	z-index: 10;
}
#blog-feed .bottom {
	width: 444px;
	margin-top: 33px;
}
#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
