/*   
Theme Name: Measuremail9Q4
Theme URI: http://85.92.147.221/~measuremai
Description: Default Measuremail website theme
Version: 1.0
Author: Lennard Schutter
Author URI: http://www.measuremail.com/
*/

@charset "utf-8";
/* CSS Document =============================================== */

* {
	line-height: 23px;
}

*:focus {
	outline: none;	
}

body {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
	
	text-align: center; /* for centering layout */
	
	margin: 0;
	padding: 0;
	
	background: #f2f2f2 url(images/sprite_horizontal.png) 0 -650px repeat-x;
}

body.error {
	background: #000 url(images/paper.jpg) no-repeat center top !important;	
}
body.error div.area {
	padding-top: 50px;
}

img {
	border: none;
}

a {
	color: #39c
}

a:hover {
	text-decoration: none;	
}
ul, li {
	
	margin: 0;
	padding: 0;
	}

ul { margin-bottom: 10px; }

ul li,
ul li { padding-left: 10px; margin-left: 5px; background: url(images/sprite.png) -1150px -490px no-repeat; list-style: none; }

ul.remove-ul, 
ul.remove-ul li,
div.third-blog ul, 
div.third-blog ul li {
	margin: 0;
	padding: 0;
	list-style: none !important;
	background: none;
}

span.prefix {
	width: 50px;
	display: inline-block;
	font-size: 12px;
	color: #999;
}
span.url {
	color: #0b0;	
}

p {
	margin: 10px 10px 10px 0;
}


strong {
	color: #000;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

h3 { letter-spacing: 0px; font-family: Verdana, Arial, sans-serif }

h1 { font-size: 26px; margin-bottom: -1px; }
h1.home { font-size: 22px;}

h2 { margin-top: 4px; }
h2.home { margin-top: 0px; font-size: 21px; }

h2, h4, h5 { font-size: 22px; }

h3 { font-size: 16px; }
h3 a { text-decoration: none; }
h3 a:hover { text-decoration: underline; }

h5 { font-size: 20px; }

h6 { font-size: 48px;  margin-top: 80px; }

/* ==== backgrounds */
		.light {
			background: #f1f1f1;
		}

/* ==== floats */
		.left {
			float: left;	
			
		}
		.left p {
			margin-right: 10px;	
		}
		
		.right {
			float: right;
		}
		
		.info {
			font-size: 11px;
			color: #999;
		}
		
		div.first,
		div.second,
		div.third,
		div.fourth {
			width: 305px;
			border-right: solid 1px #eee;
			float: left;
			display: block;
		}
		
		div.second { width: 285px; padding: 0 10px 0 15px; }
		
		div.first {
			width: 298px;
			padding: 0 0 10px 0;
			margin: 0 0 0 1px;
		}
		
		div.first-small { width: 278px; }
		
		div.third {
			border: none;
			float: right;
		}
		

		div.rest-second {
			width: 615px;
			float: right;
		}
		div.first-second {
			width: 595px;
			min-height: 160px;
			float: left;
		}
		
		div.lose-margin {
			margin: 0 !important;	
		}
		

		
/* ==== sizes */		
		div.one_third {
			width: 290px;	
		}		
		div.two_third {
			width: 590px;	
		}
		
		div.half {
			width: 455px;	
		}
		
		div.one_quart {
			width: 240px;	
		}
		
		div.three_quart {
			width: 650px;	
		}
		
		div.box {
			background: url(images/bg-fullblock.png) bottom center no-repeat;	
			height: 215px;
		}

/* ==== e-mail address links */
		a.email {
			border-bottom: solid 1px #fac201;
			text-decoration: none;
			display: inline;			
		}
		
		a.email:hover {
			border-bottom: solid 1px transparent;	
		}

ul.no-margin li,
div.no-ul-margin ul li {
	padding: 0 !important;
	margin: 0 !important;
}

/* main items ==================================================*/
div.wrapper {
	width: 960px;
	margin: 0 auto;
	
	text-align: left; /* for centering layout */
	
	clear: both;
}

div#preheader,
div#header,
div#content {
	width: 960px;
	float: left;
}


DIV#slideshow{
	border: 0px solid #000000;
	position: relative;
	height: 220px;
	overflow: hidden;
}
DIV#slideshow DIV#controls{
	border: 0px solid #000000;
	position: absolute;
	top: 0; left: 0;
	width: 100%; 
	z-index: 5;
	display: none

}

DIV#slideshow A.nav {
	border: 0px solid #000000;
	display: block;
	width: 50px;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	height: 210px;
	
	background: url(images/fancy_arrows.png) no-repeat;

	
}
DIV#slideshow A.nav.left { left: 0px; background-position: -100px 50%}
DIV#slideshow A.nav.right { right: 0px; background-position:-0px 50%}
DIV#slideshow A.nav.left:hover{
background-position:-150px 50%;
}
DIV#slideshow A.nav.right:hover{
background-position:-50px 50%;
}


div.main-content {
	min-height: 300px;	
}

div#white {
	float: left;
	width: 100%;
	background: #fff url(images/sprite-horizontal.png) 0 0 repeat-x;
	border-top: solid 1px #eee;
	0padding-bottom: 15px;
}
div#white div.area { margin-bottom: 0px; }

/*ie7 hack*/
*:first-child+html div#white { margin-top: 15px } 
*:first-child+html div#white div.area { 0margin-bottom: 15px } 



/* reused items =============================================== */
div.line,
div.line-blog {
	width: 930px;
	height: 1px;
	display: block;
	margin: 5px 0 15px;
	float: left;
}



div.line-blog {
	width: 590px;
	margin: 10px 0 0 0px;
}
div.extra {
	margin: 0 0 10px 0;	
}
div.line_grey {
	background: #eee;
}
div.line_hidden {
	background: transparent;
	margin: 0 !important;;
}
div.line_white {
	background: #fff;
	margin-left: 15px;
}

div.line_orange,
div.line_black {
	background: #fdb813;
	margin: 0;
	width: 960px;
	height: 5px;
}

div.line_orange {
	0margin-top: 210px;	
}

div.line_black {
	height: 1px;
	background: #ddd;
	margin-top: 15px;
}

/* forms ====================================================== */
input.reply, 
textarea.reply,
input.contact,
textarea.contact,
input.search,
input.news,
input.google,
input.subs {
	background: #fff;
	padding: 4px 6px 8px 6px;
	margin-bottom: 10px;
/*	border: solid 1px #eee;*/
	border: solid 1px #e4e4e4;
	width: 423px
}
input.search { border-width: 0 0 1px }
input.news { width: 240px; }
input.subs { width: 250px; }

div.direct-contact-form .contact { width: 280px; }

input{
	height: 18px;
}

textarea.reply,
textarea.contact {
	height: 90px;
	width: 423px;
	overflow: hidden;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}

span.arrow {
	width: 10px;
	height: 35px;
	background: url(images/arrow.png) 0 -10px no-repeat;
	float: left;
}

label, div.fakelabel, div.fakeinput {
	width: 150px; 
	display: block;
	float: left;
	padding: 6px 0;
}

div.fakeinput {
	width: 400px;
}


a.reageer, a.schrijf, a.verstuur, a.schrijfuit, a.zoeken, a.aanpassen, a.bereken {
	background: url(images/sprite.png) no-repeat;
	width: 105px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	float: right;
}

a.reageer { background-position: -803px -811px; }
a.reageer:hover { background-position: -803px -851px; }
a.reageer:active { background-position: -803px -891px; }

li.li-spacer { height: 20px; display: block; }

a.schrijf { background-position: -1043px -811px;  }
a.schrijf:hover { background-position: -1043px -851px; }
a.schrijf:active { background-position: -1043px -891px; }

a.schrijfuit { background-position: -1163px -811px;  }
a.schrijfuit:hover { background-position: -1163px -851px; }
a.schrijfuit:active { background-position: -1163px -891px; }


a.zoeken { background-position: -1283px -811px;  }
a.zoeken:hover { background-position: -1283px -851px; }
a.zoeken:active { background-position: -1283px -891px; }

a.aanpassen { background-position: -1403px -811px;  }
a.aanpassen:hover { background-position: -1403px -851px; }
a.aanpassen:active { background-position: -1403px -891px; }

a.bereken { background-position: -1523px -811px;  }
a.bereken:hover { background-position: -1523px -851px; }
a.bereken:active { background-position: -1523px -891px; }

a.verstuur { background-position: -923px -811px; }
a.verstuur:hover { background-position: -923px -851px; }
a.verstuur:active { background-position: -923px -891px; }

div.newsletter a.schrijf { margin: -1px -20px 0 0; }

div.inputdiv { width: 400px; float: left; }

.alignleft { float: left; margin: 0 10px 0 0; }
.alignright { float: right; margin: 0 0 0 10px; }

/* preheader ===================================================*/
div.preheader {
	margin: 35px 0 30px 0;	
	clear: left;
	position: relative;
}

div.preheader div.logo {
	background: url(images/sprite.png) -300px -200px no-repeat;
	
	/* for logo without shadow:
	background: url(images/sprite.png) -300px -100px no-repeat;
	*/
	
	width: 400px;
	height: 30px;
	
	margin: 20px 0 20px 15px;

}
div.preheader div.logo div {
	float: left;	
	display: block;
	margin: 7px 0 0 -7px;
	color: #aaa;
}

div.preheader div.logo a {
	display: block;
	width: 180px;
	height: 30px;
	float: left;
	text-indent: -10000px;
}


/* header ======================================================*/
div.header {
	0height: 350px;
	margin-bottom: 40px;
	0padding-top: 30px;
}


		
/* content =====================================================*/
div.content {
}

div.content div.area {
	width: 930px;
	padding: 15px;
	margin: 0 0 15px 0;
	float: left;	
}

div.vanish {
	margin-bottom: 80px;	
}

div.content div.nopadding {
	padding: 0 0 0 0;	
	width: 960px;
}

*:first-child+html div.content div.nopadding { padding-bottom: 3px; } 



*:first-child+html div.content div.nopadding img { margin: 0 0 -3px 0; }

div.content div.nopadding h1, 
div.content div.nopadding h2, 
div.content div.nopadding p {
	margin: 10px 15px;	
}

div.content div.nopadding p em {
	padding: 0 10px 0 0;
}

div.content div.nopadding div a img { margin: 0; } 

div.background {
	0background: url(images/sprite.png) 0 bottom no-repeat;
	
	background: #fff;
	border: solid 1px #eee;
	border-width: 0 1px 1px 1px;
	border-color: #d6d6d6 #e6e6e6;
	position: relative;
	height: 100%;
}

div.content ul li{
	padding: 0 0 0 10px;
}
div.features-colom {
	float: left;
}

div.features-overview {
	float: left; clear: left;
	width: 240px;
}
div.features-first {
	width: 225px;	
}
div.bottom { vertical-align: bottom; }
img.features-img {
	display: block;
	0margin-bottom: 2px;
}

div.all-features div.left, 
div.all-features div.right {
	width: 480px;	
}

div.right img.features-img {
	float: right;
}
div.left img.features-img {
}
div.features-overview div.left,
div.features-overview div.right {
}

a.link-features {
	margin: 0 0 15px 15px;
	float: left;
}

div.features {
	width: 930px !important;
	margin: 0 15px !important;
}

div.features div img {
	padding: 5px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	margin-top: 10px;
}

div.features div.left {
	padding: 10px 2px 16px 15px;
	border-right: solid 1px #ddd;
}
div.features div.right {
	padding: 10px 5px 10px 0px;	
}
a.hide { visibility: hidden; }

/* footer =====================================================*/
div.spacer {
	height: 50px;
	clear: both;
	width: 100%;
}


div#footer {
	font-size: 12px;
	color: #fff;
	background: #fff url(images/footer_bg.jpg) center 30px no-repeat;
	width: 100%;
	float: left;
}
div.grey-bg {
	background-color: #f2f2f2!important;	
}


div#footer a { 
	text-decoration: none;
	color: #fff;
	border-bottom: solid 1px transparent;
}
div#footer a:hover {
	border-bottom: solid 1px #fac201;
}

div#footer div.area { 
}

div.address { margin: 0 !important; }

div#footer div.address a {
	border-bottom: solid 1px #fac201;
	display: inline;
}
div#footer div.address a:hover {
	text-decoration: none;
	border-bottom: transparent;
}

div#footer div.address ul, 
div#footer div.menu_footer ul li {
	float: left;
	display: block; 
	width: 154px;
}

/*vdi#footer div.menu_footer ul li.page-item-33 {
	width: 142px;
}
div#footer div.menu_footer ul li.page-item-35 {
	width: 122px;
}

div#footer div.menu_footer ul li.page-item-26 {
	width: 122px;
}*/

div#footer ul li span {
	margin: 0;
}

div#footer div.menu_footer ul li ul li a,
div#footer div.disclaimer {
	font-size: 11px;	
}

div#footer div.disclaimer a {
	display: inline;
}

/* widgets ====================================================*/

/* ==== widget twitter */
ul#twitter_update_list li {
	margin-bottom: 20px !important;	
}

ul#twitter_update_list li span {
	display: block;	
	0width: 100%;
}
div#white div.twitter {
	margin: 0 0 0 15px;	
}



div.rest-second div.blog,
div.first-second div.blog {
	width: 290px;
	float: left;
}
div.blog-margin {
	margin-right: 15px;	
}

div.rest-second div.blog p,
div.first-second div.blog p { margin: 10px 0; }

div.rest-second div.head > a,
div.first-second div.head > a { float: left; }

div.rest-second div.blog img,
div.first-second div.blog img { z-index: 5; padding: 2px; border: solid #eee 1px; border-color: #efefef #eee #ddd; }
div.rest-second div.blog h3,
div.first-second div.blog h3 { margin-left: 80px; }
div.rest-second div.head,
div.first-second div.head { position: relative; }
div.rest-second span, div.rest-second p,
div.first-second span, div.first-second p { clear: left; }
div.rest-second span, 
div.first-second span { margin: 20px 0; }

div.rest-second div.area,
div.first-second div.area { margin: 0; }


div.first-second div.blog-full { width: 100%; }
div.first-second div.blog-full h3 { margin: 0; }
div.first-second div.blog-full .nomargin { margin: 0; }
div.first-second div.blog-full div.head a { margin: 20px 0 0 0; }
div.first-second div.head { margin: 20px 0 0 0; }

div.first-second div.blog-info {
	border: solid 1px #eee; border-width: 1px 0;
	width: 590px;
	padding: 15px 0;
	margin: 0 15px 0 0;
	min-height: 45px;
}

ul.no-border { border: none !important; }

div.first-second div.blog-post > a { float: left; margin: 0 0 0 0; }
div.first-second div.blog-post span { margin: 0 0 10px 0; }

div.first-second div.blog-comment img,
div.first-second div.blog-reference img,
div.first-second div.blog-info img,
div.all-clients img,
div.first-second div.blog-post img.img-first { padding: 2px; border: solid #eee 1px; float: left; border-color: #efefef #eee #ddd; margin: 0 15px; }
div.first-second div.blog-post img.img-first { margin: 0 0 15px 0; }
div.first-second div.blog-post img { margin: 10px 0; max-width: 590px; }
div.first-second div.blog-info img,
div.first-second div.blog-reference img { margin: 0 15px 0 0; }
div.first-second div.blog-comment img { margin: 0; }
div.first-second div.blog-reference ul { float: left; } 
div.first-second div.blog-comment ul li,
div.first-second div.blog-reference ul li { clear: left; float: left; padding: 0 0 10px 0 !important; width: 100%; }
div.first-second div.blog-reference ul li { margin: 0 15px 0 0 !important; }
div.first-second div.blog-reference div.first {
	padding: 0;
	width: 280px;
	padding-right: 10px;
	margin: 15px 0;
}

div.first-second div.blog-reference div.third {
	width: 290px;
	margin: 15px 0;
	
	float: right;
	
}
div.all-clients img {
	margin: 0 8px 8px 0;	
}
div.all-clients img.last {
	margin-right: 0;	
}

div.first-second div.blog-comment,
div.first-second div.blog-nocomment {
	border: solid 1px #eee; border-width: 1px 0;
	padding: 10px 0;	float: left;
	
	width: 590px;
	margin: 0 15px 0 0;
}

div.first-second div.blog-comment span.info, 
div.first-second div.blog-comment a {
	float: left;
	margin-top: 0;
}

div.first-second div.blog-comment p { margin: 0; }
div.first-second div.blog-comment li { border-top: dashed 1px #eee; }
div.first-second div.blog-comment li div.comment-image { float: left; margin-top: 20px; }
div.first-second div.blog-comment li div.comment-text { float: right; width: 530px; margin-top: 20px; }
div.first-second div.blog-comment li.first { border: none; }
div.first-second div.blog-comment li.first div { margin: none !important; }
div.first-second div.blog-comment li div.comment-text span.number { float: right; margin: 0 0 0 15px; color: #f7f7f7; font-size: 50px; }

div.first-second div.blog-comment li.comment-author { background: #fffde8; border-top: dashed 1px #f2e15c; }
div.first-second div.blog-comment li.comment-author div.comment-text span.number { color: #fff;  }



div.first-second div.blog-reply { float: left; }
div.first-second div.blog-reply h2 { margin-top: 20px; }
div.first-second div.blog-reply label { 0margin-left: 15px; }
div.first-second div.blog-reply em, 
div.contact-form em { color: #09c; margin-right: 5px; }

div.third-blog { border-left: solid 1px #eee; padding: 0 0 0 15px; width: 310px; float: right; }
div.third-blog ul { padding: 0 0 15px 0; border-bottom: solid 1px #eee; }
div.third-blog ul li { padding: 0; }

div.widget {
}

div.blog-full div.blog-content,
div.blog-full div.blog-img { float: left; }

div.blog-full div.blog-content { width: 495px; margin-left: 10px; }

div.widget_blog {
	margin: 0 15px;
}

div#error {
	background: #ffe8e9;
	border-top: dashed 1px #f66;
	padding: 0 15px 5px; 
	color: #f66;
	display: none;
}

/* ==== widget testamonials */
		div.widget_testamonials {
			float: left;
		}
		div.widget_testamonials p,
		div.widget_testamonials h3 {
			padding-left: 80px;
		}	
		
		div.testa {
			min-height: 170px;
		}
		
		div.testa-background {
			background: url(images/sprite.png) -300px -400px no-repeat;	
			margin: -15px 0 0 -14px;
			padding: 15px 0 0 14px;
			float: left;
		}

/* ==== widget clients (both) */
		div.clients div,
		div.all-clients div{
			float: left;
		}
		
		div.clients div a img,
		div.all-clients div a img {
			0border: solid 5px #eee;
		}
		div.clients div a:hover img,
		div.all-clients div a:hover img {
			0border: solid 5px #fac201;
		}
		
/* ==== widget clients (home) */
		div.clients {
		}
		
		div.clients div {
			float: left;
			margin: 0 20px 10px 0;
		}
		div.clients div.fir  {
			margin-left: 15px;	
		}
		div.clients div.last  {
			margin-right: 0;	
		}
		
/* ==== widget clients (clients) */	
		div.all-clients {
		}
		
		div.all-clients div {
			float: left;
			margin-right: 12px;
			margin-bottom: 12px; 
		}
		div.all-clients div.#menu-sub  {
			margin-right: 0;	
		}


/* error =========================================================*/
div.error form {
	margin: 40px 0;	
	display: block;
	float: left;
}

div.error img {
	float: left;	
}

div.error h4 { margin-bottom: 20px; }

div.error label {
	width: 150px;
	color: #ccc;
}

div.error input.search {
	background: #222;
	border: #444;
	width: 780px;
	padding: 6px;
	color: #fff;
	float: left;
	margin: 2px 20px 0 0;
}

div.error input.button {
	float: left;	
	margin-left: -50px;
}

div.error ul.top-margin {
	margin-top: 30px;	
}

div.error ul li {
	float: left;	
	display: block;
	width: 150px;
	font-size: 12px;
}

div.error ul li a { 
	text-decoration: none; 
	display: block; 
	color: #ddd;
}
div.error ul li a:hover { 
	color: #fdb813; 
}

div.error ul li ul li a {
	color: #aaa;
	font-size: 11px;abel
}

div.error ul li ul li ul li a {
	margin-left: 10px;	
	color: #666;
}

/* contact =======================================================*/

/* ==== contact form */
		/*div.contact-form {
			display:block;
			float:left;
			margin:20px 0 20px -15px;
		}	
		
		div.contact-form div.left { 
			margin: 15px 0 15px 15px;
		}
		
		div.contact-form label {
			width: 200px;	
		}*/

/* blog =======================================================*/
/*
/* ==== blog full */
		/*div.blog-full,
		div.blog-half {
			margin: 15px 0 0 15px;
		}*/
	
		div.blog-full p.small a,
		div.blog-half p.small a { clear: left; display: block; margin: 15px 0 0 0; }
		
		div.blog-full span.info,
		div.blog-half span.info { margin: 15px 0; }
		img.blogimg { border: solid 1px #f00; border-color: #efefef #eee #ddd; padding: 3px; }
		
/* ==== blog half */
		/*div.blog-half img, 
		div.blog-half h1, div.blog-half h2, 
		div.blog-half p {
			float: left;
		}
		div.blog-half h2 {
			width: 180px;
		}*/
		
		div.blog-half {
			width: 318px;
			float: left;
			0margin-right: 15px;
		}
		/*
		div.blog-post img.first {
			margin: 0 10px 10px 0;
			padding: 5px;
			border: solid 1px #ddd;
		}
		
		div.blog-full img.first {
			margin: 10px 0 10px 0;
		}*/
		
		span.author {
			font-size: 12px;
			font-weight: bold;
			color: #333;
		}
		
		span.author,
		span.info {
			clear: both;	
			float: left;
			margin-left: 1px;
		}
		
		div.blog-post a.more {
			font-size: 12px;
			font-weight: bold;
		}
		
/* ==== comments */	
		/*div.blog-comment {
		}
		
		div.blog-comment ul li {
			border-bottom: solid 1px #eee;
		}
		
		div.blog-comment ul li,
		div.blog-comment ul li div.meta {
			width: 100%;
			float: left;
		}
		div.blog-comment ul li div.meta div {
			margin: 10px 0 5px 0;	
		}
		div.blog-comment ul li div.text p {
			margin: 0 0 10px 0;
		}
		div.blog-comment ul li div.text {
			display: block;	
			float: left;
		}*/

/* ==== no comments */
		/*div.blog-nocomment {
			border-bottom: solid 1px #ddd;
			margin-bottom: 15px;
		}*/
		
/* ==== reply */
		/*div.blog-reply {
			display:block;
			float:left;
			margin:20px 0 20px -15px;
		}	
		
		div.blog-reply div.left { 
			margin: 15px 0 15px 15px;
		}	*/	

/* ==== reference */
		/*div.blog-reference {
			display: block;
			float: left;
			margin: 20px 0 20px -15px;
		}
		
		div.blog-reference div.left { 
			margin: 15px 0 15px 15px;
		}
		
		div.blog-reference div.right { 
			margin: 15px 0;
		}	*/	
		
/* ==== post */
		div.f1f1f1 {
			border-bottom: solid 1px #ddd;
		}
		
/* ==== info */
		div.blog-info {
			font-style: italic;
		}		
		
/* ==== info */
		div.one_third ul {
			margin-bottom: 20px;
			display: block;
		}
		
/* ==== pagenavi */
		div.wp-pagenavi {
			margin: 15px 0 0 0;	
			float: left;
		}
		
		div.wp-pagenavi a, 
		div.wp-pagenavi span {
			border: solid 1px #eee;
			text-align: center;
			vertical-align: middle;
			font-size: 11px;
			width: 20px; 
			display: inline-block;
			float: left;
			text-decoration: none;
			margin: 0 5px 0 0;
			clear: none;
		}
		
		div.wp-pagenavi a:hover {
			background: #f6f6f6;	
		}
		
		div.wp-pagenavi .first, 
		div.wp-pagenavi .last { display: none; }
				
		
		
		
		
		
		
/* ==== events */
ul.events { width: 100%; display: block; overflow: hidden; }
ul.events li { float: left; margin: 0 0 20px 0; display: block; padding: 0 !important; }

div.event-date { 
	float: left;
	width: 40px;
	height: 50px;
	background: url(images/sprite.png) -300px -300px no-repeat;
}

div.event-month { 
	width: 40px;
	display: block;
	color: #fff;
	margin: -2px 0 0 0;
	padding: 0;
	text-align: center;
}

div.event-day { 
	display: block;
	text-align: center;
	margin: -2px 0 0 8px;
	
}
div.event-day h2 { font-size: 21px; margin: 0; }

div.event-title { 
	float: left;
	padding: 0 0 0 10px;
	width: 240px;
	display: block;
}



div.imag {
	text-align: center;	
	padding-bottom: 30px;
}

div.newsletter {
	background: url(images/nieuwsbrief.png) bottom right no-repeat;	
	margin: -23px -15px -30px 0;
	padding: 23px 15px 0 0;
	height: 167px;
}

div.newsletter p {
	width: 290px;	
	color: #999;
	margin-top: 0px;
	line-height: 20px;
}

div.newsletter label { margin-left: 0; width: 100px; }
div.newsletter input { float: left; }




div.tweet { padding: 0 !important; margin: -15px 0 0 0 !important; }
div.tweet div {
	float: left;
	display: block;
	margin: -5px 0 0 240px;
}
div.hide {
	visibility: hidden;
	
}

div.tweet div a { border: none !important; }

div.addpadding { width: 450px !important; margin: 10px 15px; }
div.addpadding h1, div.addpadding h2{ margin: 0 !important; }
div.addpadding p { margin: 10px 0 !important;  }