/* ############################################################################ */
/*
Theme Name: Actiesite
Theme URI: http://www.bsl.nl/
Description: Actiesite
Version: 1
Author: Bohn Stafleu van Loghum
Author URL: http://www.bsl.nl/
*/
/* ############################################################################ */


/* ############################################################################ */
/* RESET */
/* ############################################################################ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
}
ul {
list-style: none;
}
ol{
	margin-left: 20px;	
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ############################################################################ */
/* PAGE STRUCTURE */
/* ############################################################################ */

html {
/*
min-height: 100%;
margin-bottom: 1px;
*/
height: 100%; 
padding-bottom: 1px;
}

body {
margin: 0;
padding: 0;
text-align: left;
background-color: #dedede;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #555;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
}

#thepage {
position: relative;
text-align: left;
border: 0;
width: 930px;
margin: 0 auto;
font-size: 1.3em;
line-height: 1.5;
}

/* ############################################################################ */
/* HEADER */
/* ############################################################################ */

#header { /* 165px */
height: 90px;
width: 930px;
position: relative;
border: 0;
padding: 0;
margin: 0;
background: #fff url(images/header-bg.gif) no-repeat 19px 50%;
}

	#header a#headerlogolink {
	display: block;
	position: absolute;
	top: 17px;
	left: 20px;
	width: 220px;
	height: 55px;
	text-indent: -1000em;
	}

	#header p#payoff {
	position:absolute;
	top: 35px;
	left: 265px;
	font-size:1.4em;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight:bold;
	font-style: italic;
	}

/* ############################################################################ */
/* NAV BAR */
/* ############################################################################ */

#navbar {
position: relative;
height: 35px;
width: 930px;
border: 0;
position: relative;
background: #000 url(images/navbar-bg.png) repeat-x top right;
}

	#navbar ul {
	position: absolute;
	clear: both;
	width: 920px;
	top: 0px;
	left: 0px;
	height: 35px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	list-style: none;
	font-size: 1.0em;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	color: #fff;
	background: #000 url(images/navbar-bg.png) repeat-x top left;
	}

		#navbar ul li {
		padding: 0;
		margin: 0;
		float: left;
		text-align: left;
		background: #000 url(images/navbar-bg.png) no-repeat top right;
		}
			#navbar ul li a {
			display:block;
			float: left;
			height: 35px;
			font-size: 1.1em;
			line-height: 35px;
			color: #fff;
			text-decoration: none;
			padding-left: 10px;
			padding-right: 9px;
			margin-right: 1px;
			background: #000 url(images/navbar-bg.png) no-repeat top left;
			}
				#navbar ul li a:hover,
				#navbar ul li.current_page_parent a,
				#navbar ul li.current_page_item a {
				color: #fff;
				background: #000 url(images/navbar-bg.png) no-repeat bottom left;
				padding-right: 10px;
				margin-right: 0px;
				}


/* ############################################################################ */
/* TEASER */
/* ############################################################################ */

#teaser { /* 165px */
clear: both;
position: relative;
height: 135px;
width: 930px;
 width: 890px;
border: 0;
background: #fff url(images/teaser.png) no-repeat top right;
padding: 0;
 padding: 0 20px;
 padding-top: 30px;
margin-bottom: 15px;
color: #282627;
}

	#header_teaser {
	float: left;
	width: 900px;
	padding: 45px 0 30px 0;
	border: 1px solid red;
	}

		#teaserline1 {
		width: 100%;
		border: none;
		margin: 0;
		padding-bottom: 10px;
		font-size: 2.4em;
		color: #282627;
		}

		#teaserline2 {
		font-size: 1.6em;
		line-height: 25px;
		color: #282627;
		}
		
		a#teaserbutton {
		margin-top: 20px;
		}


/* ############################################################################ */
/* MAIN CONTENT, CONTENT, SIDE BAR */
/* ############################################################################ */

#maincontent {
position: relative;
width: 930px; /* to force hasLayout in IE */
overflow: auto;
}

/* ############################################################################ */

#content {
float: left;
width: 615px;
margin-right: 15px;
}

/* ############################################################################ */

#sidebar {
float: left;
width: 300px;
}

/* ############################################################################ */
/* BOTTOM BAR */
/* ############################################################################ */

#bottombar {
clear: both;
float:left;
width: 910px;
padding: 20px 0 20px 20px;
margin: 0;
background-color: #fff;
color: #999;
font-size: 0.8em;
}

	#bottombar .logo_group {
	float: left;
	}
		#bottombar .logo_group p {
		margin-bottom: 10px;
		}
		#bottombar a {
		/* color: #044a65; */
		/* font-family: Verdana, Arial, Helvetica, sans-serif; */
		}
	
		#bottombar .logo_group img {
		margin-right: 15px;
		}
	
/* ############################################################################ */
/* FOOTER */
/* ############################################################################ */

#footer {
clear: both;
height: 18px;
width: 900px;
padding-left: 30px;
position: relative;
color: #666;
padding-top: 15px;
padding-bottom:30px;
}
	/*
	#footer #footer-bsl {
	display: block;
	position: absolute;
	width: 864px;
	height: 25px;
	top: 18px;
	left: 20px;
	background: #dedede url(images/bsl_logo.png) no-repeat top left;
	}
		#footer #footer-bsl a {
		display: block;
		width: 86px;
		height: 26px;
		text-indent: -1000em;
		}

	#footer #footer-springer {
	display: block;
	position: absolute;
	width: 114px;
	height: 19px;
	top: 18px;
	left: 20px;
	background: url(images/footer_springer_uitgeverij.png) no-repeat top left;
	}
		#footer #footer-springer a {
		display: block;
		width: 146px;
		height: 26px;
		text-indent: -1000em;
		}
	*/

	#footer #footer-text {
	display: block;
	/*
	position: absolute;
	top: 20px;
	left: 150px;
	*/
	float: left;
	font-size: .8em;
	}
		#footer #footer-text a {
		color: #666;
		text-decoration: none;
		}
			#footer #footer-text a:hover,
			#footer #footer-text a:focus {
			text-decoration: underline;
			}

/* ############################################################################ */
/* BOXES IN CONTENT-DIV (page, post, comments, ...) */
/* ############################################################################ */

.post,
.page {
float: left;
width: 575px;
padding: 20px 20px 60px 20px;
margin-bottom: 15px;
background: #fff url(images/achtergrond_afbeelding.png) no-repeat bottom right;
}

.entry {
padding-top: 20px;
}

	.entry p {
	padding:0;
	margin-bottom: 20px;
	}

	.entry ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style:disc;
	}
	
	.entry ul.usp {
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
	}
	
	.entry ul li {
	margin-left: 30px;
	padding: 0;
	line-height:30px;
	}

	.entry img {
	max-width: 100%;
	padding: 1px;
	border: 1px solid #e3e3e3;
	}

.postmetadata {
color: #999;
padding-top: 10px;
border-top: 1px solid #e3e3e3;
width: 575px;
}

/* ############################################################################ */

div.wide_box {
float: left;
width: 575px;
padding: 20px;
background-color: #fff;
margin-bottom: 15px;
}

	div.wide_box p {
	padding:0;
	}

	div.wide_box ul {
	
	margin: 10px 0 10px 0;
	padding: 0;
	/*
	list-style-position: outside;
	list-style-image: url(images/bullet.png);*/
	}
	
	div.wide_box ul li {
	margin-left: 30px;
	padding: 0;
	line-height:30px;
	}
	
div.wide_bg {
background: #fff url(images/achtergrond_afbeelding.png) no-repeat bottom right;
padding-bottom: 60px;
}

/* ############################################################################ */
/* GLOBAL */
/* ############################################################################ */

small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999;
	}

span.superscript {
vertical-align: 3px;
font-size: 70%;
}


a.button,
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
display: block;
float: left;
position: relative;
width: 117px;
height: 27px;
color: #fff;
background: #e54c4e url(images/button-bg.png) no-repeat top left;
text-decoration: none;
margin: 0;
padding: 4px 0 0 35px;
font-size: 1.2em;
}

	a.button:hover,
	a.button:active {
	background-position: bottom left;
	}


/* ############################################################################ */
/* ############################################################################ */

.wp-caption {
overflow: hidden;
max-width: 565px;
padding: 5px;
background: #fff;
border: 1px solid #e3e3e3;
}

	.wp-caption img {
	max-width: 565px;
	margin: 0;
	padding: 1px;
	border: 1px solid #e3e3e3;
	}

	.wp-caption p,
	.wp-caption-text p {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	text-align: left;
	}

/* ############################################################################ */
/* ############################################################################ */

h1, h2, h3, h4, h5, h6 {
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-weight: normal;
line-height: 25px;
padding-bottom: 5px;
}

h1, h2.quasi_h1 {
color: #282627;
font-size: 1.6em;
}

h2 {
color: #282627;
margin: 0px;
font-size: 1.4em;
}

h3 {
color: #555555;
margin-bottom: 3px;
font-size: 1.2em;
background-color: #fff;
padding-bottom: 2px;
}

h4 {
display: block;
width: 260px;
color: #e54c4e;
font-size: 1.6em;
margin: 0 0 20px 0;
padding:0;
border-bottom: 1px solid #e4e4e4;
}

h5 {
color: #8d0157;
font-size: 1.0em;
margin: 0;
padding: 0;
}

h6 {
color: #8d0157;
font-size: 1em;
margin: 0;
padding: 0;
}


a,
a:link, 
a:visited, 
a:hover,
a:active,
a:focus {
color: #e54c4e;
text-decoration:none;
}

a:hover,
a:active,
a:focus {
text-decoration:underline;
}

input, textarea {
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-size: 1em;
}

p img {
max-width: 100%;
padding: 1px;
border: 1px solid #e3e3e3;
}

.alignright {
float: right;
margin: 0 0 5px 10px;
}
	img.alignright {
	padding: 1px;
	display: inline;
	}

.alignleft {
float: left;
margin: 0 10px 5px 0;
}
	img.alignleft {
	padding: 1px;
	display: inline;
	}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.submit {
/* display: block; */
/* clear: both; */
float: right;
position: relative;
width: 152px;
height: 31px;
color: #fff;
background: #e07309 url(images/button-bg.png) no-repeat top left;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
font-size: 1.2em; 
border: none;
cursor: pointer;
}

/* ############################################################################ */

.clearboth {
clear: both;
}

/* ############################################################################ */
/* BOXES IN SIDE BAR */
/* ############################################################################ */

.sidebox {
padding: 20px;
position: relative;
float: left;
width: 260px;
margin-bottom: 15px;
background-color: #fff;
}

	div.sidebox h2 {
	display: block;
	width: 260px;
	color: #e54c4e;
	font-size: 1.5em;
	line-height: 22px;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	border-bottom: 1px solid #e3e3e3;
	}

	.sidebox ul li {
	border-top: 1px solid #e3e3e3;
	margin: 0px 0em;
	padding: 5px 0px;
	list-style-type:disc;
	color: #ccc;
	list-style-position: inside;
	}
		.sidebox ul li:first-child {
			border-top: 0;
		}

	.sidebox img {
	padding: 1px;
	border: 1px solid #e3e3e3;
	}

/* ############################################################################ */
/* COMMENT LIST */
/* ############################################################################ */

.commentlist li {
font-size: 0.9em;
}
	.commentlist li ul li {
	font-size: 1em;
	}

	.commentlist li.comment {
	float: left;
	padding: 20px;
	width: 575px;
	background-color: #fff;
	margin-bottom: 15px;
	}

	.commentlist li .avatar {
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
	}

.commentlist cite, 
.commentlist cite a {
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

/* ############################################################################ */
/* COMMENT */

.comment-author {
font-size: 16px;
font-style:normal;
font-weight:normal;
}

.comment-meta {
color: #999;
padding-bottom: 20px;
font-weight: normal;
}
	.comment-meta a {
	color: #999;
	}

.comment-author img.avatar{ margin-top: 3px;}
.comment-author cite.fn {}
.comment-author span.says{ display: none; }

/* ############################################################################ */
/* COMMENT FORM */

#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#respond h2 {
border-bottom: 1px solid #e3e3e3;
width: 575px;
margin-bottom: 20px;
}

#commentform p,
#commentform label {
clear: both;
display: block;
float: left;
width: 250px;
margin: 6px 0;
}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea#comment {
float: left;
width: 320px;
margin: 6px 0;
border: 1px solid #999;
}

#commentform .submit {
margin: 6px 0;
}

#commentform p.error_message {
color: #e54c4e;
}

#commentform input.input_error {
border: 1px solid #e54c4e;
}

/* ############################################################################### */

#form_nieuwsbrief_inschrijving p,
#form_nieuwsbrief_inschrijving label {
clear: both;
display: block;
float: left;
width: 250px;
margin: 6px 0;
}

#form_nieuwsbrief_inschrijving input#emailaddress,
#form_nieuwsbrief_inschrijving input#emailaddress[disabled='disabled'],
#form_nieuwsbrief_inschrijving select#salutation,
#form_nieuwsbrief_inschrijving input#initials,
#form_nieuwsbrief_inschrijving input#prefix,
#form_nieuwsbrief_inschrijving input#lastname,
#form_nieuwsbrief_inschrijving input#functie {
float: left;
width: 320px;
margin: 6px 0;
border: 1px solid #999;
}
#form_nieuwsbrief_inschrijving input#emailaddress[disabled='disabled'] {
background-color: #fff;
font-style: italic;
}

#form_nieuwsbrief_inschrijving .submit {
margin: 6px 0;
}

#form_nieuwsbrief_inschrijving p.error_message {
color: #e54c4e;
}

#form_nieuwsbrief_inschrijving .input_error {
border: 1px solid #e54c4e;
}

/* ############################################################################### */

/* added by Han @ 15-07-2009 */
#google_maps_container div#copyright{
	width: 260px;
	display: block;
	overflow: none;
}
#google_maps_container div#copyright a{
	display: none;
}

#google_maps_container div#google_maps_route_directions{
	display: none;
}

#google_maps_container label {
	display: block;
	padding: 6px 0;
}
#google_maps_container div#google_maps_route{
	cursor: pointer;
	color: #e54c4e;
	padding: 6px 0;
	float: right;
}

div#google_maps_print{
	cursor: pointer;
	color: #e54c4e;
	padding: 6px 0;
	float: left;
}

#google_maps_container #google_maps_zipcode{
width: 256px;
border: 1px solid #999;
}

p#subscribe_error{
	display: none;
	color: #ff0000;
}

div#sidebar p.paragaph{
	margin-bottom: 10px;
}

div.speakers{
	margin: 0px;
	padding: 0px;
}

div.speakers ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}

div.speakers ul li{
	line-height: 20px;
	font-size: 8.5pt;
	
}

div.speakers h2{
	padding-bottom: 10px;	
}

div.program{
	margin: 0px;
	padding: 0px;
}

div.program ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}

div.program ul li{
	line-height: 20px;
	font-size: 8.5pt;
	
}

div.program h2{
	padding-bottom: 10px;	
}

/* end added */
