
/*
Reset Font sizes
*********************************/
html {
	font-size: 16px; /* reset safari's 14px default */
}
* html {
	font-size: 100%; /* override pixel value for IE's benefit */
}
body {
	font-size:90%;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{margin:0;padding:0;}


body{
	margin:0;
	font-family:Arial, Helvetica, Georgia, Sans-serif;
	xfont-size:14px;
	text-align:center;
	vertical-align:top;
	background:#FFF;
	color:#051d43;
}
#werkblad{width:957px;margin:0 auto;}

#wrapper{margin:0px auto;width:960px;text-align:left;border:none;background:#FFF;}

h1{
	font-family:Arial, Helvetica, Georgia, Sans-serif;
	font-size:120%;
	text-align:center;
	font-weight:bold;
}
h2 {
	font-family:Arial, Helvetica, Georgia, Sans-serif; 
	text-align:center; 
	font-size:120%;
	color:#051d43;
	font-weight:bold;
	padding:5px 0 25px 0;
}

h3 {
	font-size:110%
	font-weight:bold;
	padding:15px 0 15px 0;
	clear:both;
}
h4 { 	
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
}

a {color:#660066; text-decoration:none;}
a:hover{text-decoration:underline; color:#051d43;}

#container a, a:visited{color:#660066; text-decoration:none;}
#container a:hover{text-decoration:underline;	color:#051d43;}
hr{width:404px;height:1px;text-align:center;color:#ccc;margin-bottom:15px;}	



.kader{float:none;padding:2px; border:1px solid #908AA6;;background:#fff;margin:5px}
.kadert{float:left;padding:2px; border:1px solid #908AA6;;background:#fff;margin:5px}
.kadertt{float:right;padding:2px; border:1px solid #908AA6;;background:#fff;margin:5px}
.kaderentrance{float:none;padding:2px; ;background:#fff;margin:5px}

blockquote {
	font-style:italic;
	font-family:Arial, Helvetica, Georgia, Sans-serif;	
	font-size:90%; 
	color:#051d43;
	margin:1.5em 0px 1.5em 20px;
	padding:4px 1px 4px 1px;
	background:#E3EEE8;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
}

img{float:left;margin-right:5px}

.stronger{
	color:#051d43;
}

.entry p {margin:0 0 15px 0;}

.entry ul, .entry ol {margin:0 0 15px 10px;}
	
.entry ul {list-style-type:circle;}
	
.entry li {margin:0 0 5px 0; clear:both;}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin:5px 0 5px 30px;}

.entry img.left {padding:6px;margin:0.5em 15px 0.5em 0;border:1px solid #ccc;background:#eee;float:left;clear:left;}
		
.entry img.right {padding:6px;margin:0.5em 0 0.5em 15px;border:1px solid #ccc;background:#eee;float:right;clear:right;}
		
.entry img.center {display:block; padding:8px;margin:0 auto 1.5em auto;border:1px solid #ccc;background:#eee;float:none;clear:both;}
	
.entry img.off {padding:0 !important;border:none !important;}
		
.entry img.stack {clear:none !important;}


/*----HEADER----*/

#header{width:957px;height:131px;margin:0px;padding:0;background:#fff url(Header_Poe3.jpg);color:#FFF;}

#header a{text-decoration:none;color:#fff;}

#header a:hover{text-decoration:underline;}

/*----NAVIGATION BAR----*/

#top-menu {
	width:100%;
	font-family:Georgia, Sans-Serif;
	background:#e9efeb;
	border-top:1px solid #88a193;
	border-bottom:1px solid #88a193;
}
	#top-menu ul {
		margin:0 auto; 
		width:100%; 
		padding:4px 0;
	}
		#top-menu ul li {
			display:inline;
		}
			#top-menu a {
				text-decoration:none;
				color:#051d43;
				padding:4px 4px 4px 4px;
				font-weight:bold;
				font-size:85%;
			}
			#top-menu a:hover {
				text-decoration:none;
				background:#051d43;
				color:#FFF;
			}



/*----Middle Column----*/

#container {
	margin-top:20px;
	float:left;
	width:575px;
	padding:0 20px; 
	background:#fff url(wings658.jpg) no-repeat; 
	background-position:0px 50px;
}
	.post { 
		padding:0 0 20px 0;
	}
	 .post h5 {
		 font-family:Arial, Helvetica, Georgia, Sans-serif;
		 font-style:italic;
		 font-weight:normal;
		 text-decoration:none; 
		 text-align:right;
		 font-size:12px;
		 color:#051d43;
	 }
	.entry {
		line-height:22px;
	}
	.postinfo {	
		font-size:80%;
		color:#aaa;
		padding:2px 0 20px 0;
	}
	.postinfo a {
		color:#aaa;
	}
	.postdate { 
		color:#aaa; 
	}
	p.postmetadata{
		font-size:90%;
		color:#BFB8A1;	
		border-top:1px solid #CCC;	
		margin:20px 0 0 0;	
		padding:5px 0 0 0;
	}
	p.postmetadata strong{
		float:right;
	}

/*----SIDEBAR STYLES----*/

.sidebar {
	float:right;
	width:171px;	
	margin:20px auto 5px auto;	
	padding-top:15px;	
	padding-bottom:15px;
	display:inline;	
	overflow:hidden;	
	border-left:1px solid #ccc;
}
	.sidebar ul {
		list-style:none;
		margin:0;	
		padding:0 0 0 10px;
	}
		.sidebar ul li {	
			padding:3px 0;
		}
			.sidebar ul li h2 {
				font-family:Arial, Helvetica, Georgia, Sans-serif;
				font-size:95%;
				font-weight:normal;
				color:#555;
				padding:3px 5px;
				margin:0;
				background:#FFF;	
				border-bottom:1px solid #CCC;
				text-align:left;
				text-decoration:none;
			}
				.sidebar ul ul.hide {
					display:none;
				}
				.sidebar ul ul.show {
					display:block;
					margin:10px 0 0 0;
					padding-bottom:10px;
					border-bottom:1px solid #CCC;
				}
					.sidebar ul ul li {
						padding:0;	
						margin:0 0 0 13px;	
						line-height:24px;	
						list-style:circle;	
						font-size:12px;
					}
						.sidebar a {	
							text-decoration:none;	
							color:#051d43;
						}
						.sidebar a:visited {	
							text-decoration:none;	
							color:#051d43;
						}
						.sidebar a:hover { 
							text-decoration:underline;	
							color:#900;
						}

/*------Left Sidebar-------*/

.leftbar {
	float:left;
	width:171px;
	margin:20px auto 5px auto;
	padding-top:15px;
	padding-bottom:15px;
	display:inline;
	overflow:hidden;
	border-right:1px solid #CCC;
}
	.leftbar ul {
		list-style:none;
		margin:0;
		padding:0 10px 0 0;
		line-height:1em;
	}
		.leftbar ul li {
			padding:3px 0;
		}

			.leftbar ul li h2 {	
				font-family:Arial, Helvetica, Georgia, Sans-serif;
				font-size:95%;
				font-weight:normal;
				color:#555;
				padding:3px 5px;
				margin:0;
				background:#FFF;	
				border-bottom:1px solid #CCC;
				text-align:left;
				text-decoration:none;
			}
			.leftbar ul li h2 a {	
				cursor:hand;
			}
				.leftbar ul ul.hide {
					display:none;
				}
				.leftbar ul ul.show {
					display:block;
					margin:10px 0 0 0;
					padding-bottom:10px;
					border-bottom:1px solid #CCC;
				}
					.leftbar ul ul li {	
						padding:0;	
						margin:0 0 0 13px;	
						line-height:24px;	
						list-style:circle;	
						font-size:12px;
					}

						.leftbar a:link, a:visited{text-decoration:none;color:#051d43; line-height:1em;}

						.leftbar a:hover{text-decoration:underline;	color:#900;}

/*----COMMENT FORM----*/

#comment-form{width:475px;margin:50px 0 0;border:1px solid #CCC;padding:5px 5px 15px 15px;background:#EEE;}

.comments-template ol{margin:0 0 15px;list-style:none;}

.comments-template ol li{line-height:18px;margin:10px 0 10px 0;}

.comments-template h2, .comments-template h3{font-family:Arial, Helvetica, Georgia, Sans-serif;font-size:16px;color:#900;padding:10px 0 30px 0;}

.commentmetadata{color:#900;padding:20px 0 20px 0;}

.commentmetadata strong {font-size:110%;}

.comments-template p.nocomments{padding:0;}

.comments-template input{border:1px solid #900;}

.comments-template textarea{font-family:Arial, Hevletica, Georgia, Sans-seriff;color:#000;margin:30px 15px 15px 0;background:#FFF;border:1px solid #CCC;}

/*----FOOTER----*/

#footer{clear:both;text-align:center;margin:0;padding:0px 5px 5px 10px;	line-height:18px;font-size:80%;	color:#660066;background:#FFF;border-top:1px solid #CCC;	border-bottom:none;}

#footer a:link{text-decoration:none;color:#660066;}

#footer a:hover{text-decoration:underline;color:#051d43;}

#footer a:visited{	text-decoration:none;color:#660066;}


/* Added by Lynda */

.boxes {
	margin-bottom:15px;
}
.boxes h4 {
	font-size:90%;
	padding-left:0;
}

div.callMember {
	border:1px solid #051d43;
	padding:5px;
	background:#ebf8fd;
	width:45%;
	float:left;
	text-align:center;
}
div.callMember img {
	float:none;
}
div.callMember img.left {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
div.callMember .right {
	float:right;
}
div.callMember h3 {
	margin-bottom:5px;
	padding:0;
}
div.callMember img {
	border:0;
}

div.floatforms {
	width:33%;
	text-align:center;
	float:left;
	border-right:1px solid #ccc;
	margin-bottom:20px;
}
div.floatformslast {
	border-right:0;
}

div.CDInfo {
	width:180px;
	float:left;
	text-align:center;
	margin-right:5px;
	font-size:95%;
	line-height:1em;
}
div.CDInfo p {
	padding:5px;
	width:100%;
	text-align:center;
}
div.CDInfo img {
	border:0;
	text-align:center;
	display:block;
	float:none;
	margin:auto;
}

hr {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}

div#annemenu {
	border-bottom:1px solid #051d43;
	border-top:1px solid #051d43;
	margin-top:-15px;
	margin-bottom:2px;
	padding:0;
	padding-bottom:2px;
	text-align:center;
	width:580px;
}
	div#annemenu ul {
		list-style-type:none;
		margin:0;
	}
		div#annemenu ul li {
			display:inline;
		}
			div#annemenu ul li a {
				padding:0 5px;
				border-right:1px solid #051d43;
				font-size:90%;
			}
			div#annemenu ul li a.selected {
				font-weight:bold;
			}


p.clear {
	clear:both;
}

ul.noclear {
	clear:none;
	font-size:90%;
	list-style-position:inside;
}
	ul.noclear li {
	clear:none;
}

form#magazine div {
	width:80%;
}
form#magazine label {
	clear:both;
	float:left;
	width:400px;	
	display:block;
}

form#magazine .text,
form#magazine .check {
	margin-top:3px;
	display:block;
	float:right;
	clear:right;
}
form#magazine .submit,
form#magazine .textarea {
	clear:left;
	display:block;
}

/*
Phone Network Table
*********************************/
table.phonenetwork {
clear:both;
	text-align:left; 
	margin:auto;
	border:1px solid #031e49;
	background:#ebf5ec;
	color:#031e49;
	font-size:90%;
	width:400px;
}
	table.phonenetwork th {
		text-align:left; 
		margin:auto;
		background:#051d43;
	}
	table.phonenetwork td {
		padding:5px;
	}
	table.phonenetwork th h3 {
		color:#031e49;
		padding:0 10px;
		border-bottom:1px solid #031e49;
	}
	table.phonenetwork label {
		text-align:right;
		display:block;
		padding:5px;
	}
	
	table.phonenetwork .submit {
		text-align:right;
	}
		
/*
Phone Network Menu
*********************************/

div.center {
	text-align:center;
	margin:0 0 5px 0;
	margin-top:-10px;
	width:500px;
}
ul#phonenetworkMenu {
	list-style-type:none;
}
	ul#phonenetworkMenu li {
		display:inline;
	}
		ul#phonenetworkMenu li.selected {
			font-weight:bold;
		}
	

/*
Phone Network Psychic
*********************************/
div.psychic {
	width:150px;
	height:300px;
	float:left;
	margin:10px;
	border:1px solid #031e49;
	background:#ebf5ec;
	text-align:center;
	font-size:90%;
}
	div.psychic h4 {
		color:#031e49;	
	}
	div.psychic h4, div.psychic p {
		margin-bottom:5px;
		padding-bottom:0;
	}
	div.psychic p img {
		float:none;
		border:1px solid #031e49;
		background:#fff;
		margin:5px;
		width:100px;
		height:126px;
		overflow:hidden;
	}
	a.available {
		background:#fff url(../psychicimages/callbuttonAvailable.jpg) top left no-repeat;
		width:140px;
		display:block;
		height:0;
		padding-top:40px;
		overflow:hidden;
		margin:auto;
	}
	a.busy {
		background:#fff url(../psychicimages/callbuttonBusy.jpg) top left no-repeat;
		width:140px;
		display:block;
		height:0;
		padding-top:40px;
		overflow:hidden;
		margin:auto;
	}
	a.unavailable {
		background:#fff url(../psychicimages/callbuttonUnavailable.jpg) top left no-repeat;
		width:140px;
		display:block;
		height:0;
		padding-top:40px;
		overflow:hidden;
		margin:auto;
	}
	
div.psychicAds {
text-align:center;
margin-bottom:10px;
}


div.hometext { font-size:90%; margin-top:20px; }