/*
-----------------------------------------------
Stijlen Non-Fictie Conferentie 2006
Author:   Dick Broer
Version:  27 February 2007, 09:47 AM
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	padding-bottom:1.5em;
	background: #fff;
	text-align:center;
/*	background:#333;*/
	font-family: palatino, georgia, verdana, arial, sans-serif;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

html>body	{
	font-size: small;	
	} 

p,li,ul,ol,h1,h2,h3,h4,h5,h6 {font-family:palatino, georgia, verdana, arial, sans-serif;}
html p {margin-top:0;margin-bottom:1em;text-align:left;line-height:1.5em;}

#rechts h2 {margin-top:0.8em;} 
#rechts h2, #rechts h3 {font-size:140%;line-height:1.3em ;} 

h1 {
	font-size:180%; line-height:1.2em;
	color:#336;
	background:#fff;
}
h2 {
	font-size:160%;
}
h3 {
	font-size:140%;
}

/* STRUCTURE */
/* -------------- */

#frame {
	width:702px;
	margin-top:8px;
	margin-bottom:0.5em;
	margin-right:auto;
	margin-left:auto;
	/* Overrides inherited centered value from body */
	padding:0;
	background:#fff;
	background: url("http://www.nlpvf.nl/conference2006/i/bg_rechts.gif") repeat-y;
	color:#000;
/*	border:1px solid #336;*/
	voice-family:"\"}\"";
	voice-family:inherit;
	width:700px;
}
html>body #frame {
	width:700px;
}

#header	{
	margin: 0;
	padding: 0;
	height: 200px;
	color: #001;
	background: #fff;
	}
#header h1 {
	margin:0;
	border:0;
	padding:0;
	padding-top:200px;
	overflow:hidden;
	height: 0px !important; /* for most browsers */
	height /**/:200px; /* for pre 6.0 IE Win */
}

#footer {
	color:#fff;
	background: #000;
	clear:both;
/*	border-bottom: 1px solid #C7C4C3;*/
	height:50px;
}
#footer p {
	margin:0;
	border:0;
	padding:0;
	padding-top:50px;
	overflow:hidden;
	height: 0px !important; /* for most browsers */
	height /**/:50px; /* for pre 6.0 IE Win */
}

p#conffoot {background: url(http://www.nlpvf.nl/conference2006/i/footer.jpg) center top no-repeat;}

#pagebody {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
/*	color: #444;*/
	background: transparent;
	clear: both;
	}
html>body #pagebody {
	min-height: 600px;
}

#content {
	float: left;
	margin: 0;
	padding: 10px;
	background: transparent;
	width: 410px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 390px;
	}
html>#content {
	width: 390px;
	} 
#rechts	{
	padding: 10px 10px 10px 0;
	margin: 0 0 0 420px;
	color: #343434;
	background: transparent; 
	/* compensates for IE Win bungling */
	height: 100%;
	}	

h1#conference {background: url(http://www.nlpvf.nl/conference2006/i/grain.jpg) center top no-repeat;}


/* ---------------- comments ----------- */

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
margin: 0 0 10px 0;
border-bottom: 1px solid #333333;
padding: 3px;
color: #333333;
font-family: Georgia, 'Times New Roman', serif;
font-size: large;
text-align: left;
}

.entry-header
{
margin: 1px 0 10px 0;
border: 0;
color: #666666;
font-family: Georgia, 'Times New Roman', serif;
font-size: medium;
text-align: left;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
margin: 0 0 10px 0;
border: 0;
color: #000;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
line-height: normal;
text-align: left;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
width: 100%;;
}



ul.items, dl {
  margin:.5em 0 1em;
  padding:0;
  list-style:none;
  }
ul.items li {
  margin:0 0 2px;
  padding:0 0 0 18px;
  text-indent:-18px;
  }
ul.items {
  margin-bottom:.75em;
  }
ul.items a {font-weight:normal !important;}
ul.items a:hover {border-bottom:0;}
ul.items li {
  background:url("http://www.nlpvf.nl/conference2006/i/item.gif") no-repeat 1px .4em;
  text-indent:0;
  }
ul.items li:hover, ul.items li:active {
  background:url("http://www.nlpvf.nl/conference2006/i/itemr.gif") no-repeat 1px .4em;
  }

/* links */
a:link, a:visited {
	font-weight: bold; 
	text-decoration: none;
	color: #453930;
	background: transparent; 
	}
a:hover {
	font-weight : bold; 
	text-decoration:none;
	border-bottom:1px solid #9C816E;
	color: #9C816E;
	background-color: transparent;
	}
a:active {
	font-weight : bold; 
	text-decoration: none;
	color: #453930;
	background-color: transparent;
	}