/* 
credit for the original concept and core of the layout comes courtesy of Rob Chandanais via: 
http: //bluerobot.com/web/layouts/layout2.html

used as default layout for b2, with permission from Dean Peters,
who first adapted it ( http: //www.deanpeters.com/b2 )

All CSS hacking by Renee Teunissen - who needs a webdesigner. 
 
Tooling	images	: Gimp, Photoshop, Sony DSC-P71 Camara, VVD logo CDROM
	updates	: sftp / ssh (putty rulezz)
	html	: vi, notepad, IE, Netscape 
	php	: vi, notepad, IE, Netscape 
	css	: vi, notepad, IE, Netscape
*/

body {
	margin: 0px auto;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ececec;
	text-align: center;
	scrollbar-3dlight-color: #E1E9FF;
	scrollbar-arrow-color: #FF5400;
	scrollbar-base-color: #E1E9FF;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #E1E9FF;
	scrollbar-highlight-color: #002890;
	scrollbar-shadow-color: #002890;
	scrollbar-track-color : #ffffff;
	}

img { 
	border: none; 
}

#backgrd {
   	margin: 0px auto;
   	padding: 0px;
	width: 770px;
	top: 0px;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	scrollbar-3dlight-color: #E1E9FF;
	scrollbar-arrow-color: #FF5400;
	scrollbar-base-color: #E1E9FF;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #E1E9FF;
	scrollbar-highlight-color: #002890;
	scrollbar-shadow-color: #002890;
	scrollbar-track-color : #ffffff;
}

#hdrlogo {
	text-align: left;
   	margin: 0px auto;
   	padding: 0px;
	width: 100%; 
	height: 90px;
	background:#fff url(http://reneeteunissen.nl/gfx/toplogo5_nt_kl.jpg);
}

#hdrmenu {
	height: 14px;
	text-align: center;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	background-color: #ff5400;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
}
#hdrmenu a {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	padding: 3px;
	background-color: #ff5400;
	border-left:   1px solid #fff;
	border-right:  1px solid #ddd;
	color: #fff;
}
#hdrmenu a:hover {
	background-color: #fff;
	color: #ff5400;
}

h2 {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 15px 300px 15px 0px;
	padding: 6px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	background-color: #ee5400;
	color: #eee;
}

h1, h4, h5, .storyTitle, .storyCategory, .storyAuthor {
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-size: 32px;
	line-height: 32px;
	font-weight: 900;
	color: #ccc;
	}
h4, h5, .storyTitle, .storyCategory, .storyAuthor { 
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
	color: #999;

}	

.storyTitle { 
	line-height: 3; 
	border-top: 1px solid #999;
	padding: 4px;
	/* border-bottom: 1px solid #999; */
}

.storyCategory, .storyAuthor {
	font-size: 12px;
	line-height: 12px;
}
h5, .storyAuthor {
	font-size: 12px;
	font-style: italic;
}
p, .storyContent {
	font: 13px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 15px 0px 20px;
	padding: 0px;
	}
#content>p {margin: 0px;}
#content>p+p {text-indent: 30px;}

.storyContent {
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
}

#content>.storyContent {margin: 0px;}
#content>.storyContent+.storyContent {text-indent: 30px;}


a {
	color: #cc5400;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
	}
a: link {color: #cc5400;}
a: visited {color: #07a;}
a: hover {background-color: #eee;}

#header {
	margin: 50px 0px 10px 0px;
	padding: 17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 33px; /* 14px + 17px + 2px = 33px */
/*	border-style: solid;
	border-color: black;
	border-width: 1px 0px;
*/ /* top and bottom borders: 1px; left and right borders: 0px */
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	line-height: 11px;
	background-color: #eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http: //glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height: 14px;}


#header a {
	font-size: 18px;
	font-weight: 800;
}

#content {
	width: 605px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #111;
	}

#contentcomments {
	margin: 0px 0px 50px 10px;
	padding: 10px;
	}

}

#menu {
	float: right;
   	margin: 0px;
	width: 150px;
	text-align: right;
	padding: 1px;
	font: 10px verdana, arial, helvetica, sans-serif;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	}
/* Again, "be nice to Opera 5". */
backgrd>#menu {width: 150px;}

#menu a {
   margin: 0px;
   padding: 0px;
   color: #cc5400;
   font-size: 9px;
   text-decoration: none;
   font-weight: 100;
   font-family: verdana, arial, helvetica, sans-serif;
}

#menu a:hover { color: #333; } /* smile */ 

#menu h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#chaff {
    text-align: right; 
}
#chaff a {
   color: #fff;
   font-size: 2px;
}
#chaff a: link { color: #fff; }
#chaff a: visited { color: #fff; }
#chaff a: hover { background-color: #fff; }

.centerP {
    text-align: center; 
}

#contentcomments input, #content input, #menu input {
	margin: 1px;
	padding: 1px 1px 4px 1px;
	border: 1px solid #ccc;
	font: 11px/14px verdana, arial, helvetica, sans-serif;
}
#contentcomments textarea, #content textarea, #menu textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	font: 11px/14px verdana, arial, helvetica, sans-serif;
}
.commentfield {
	margin-bottom: 4px;
}

#footer {
	width: 770px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	hight: 14px;
	text-align: center;
	font: 9px verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ececec
}

#calendar {
        width: 150px;
	float: right;
	font: 9px verdana, arial, helvetica, sans-serif;
	color: #555;
	border-bottom: 1px solid #000;
}
.b2calendarcell, #calendar a {
	text-align: right;
	font: 9px verdana, arial, helvetica, sans-serif;
}

#calendar a:hover {
	color: #fff;
	background-color: #ff5400;
}

#polifaq a {
	font: 12px verdana, arial, helvetica, sans-serif;
}

