/*
Theme Name: Corne Hoogendoorn 2009
Theme URI: http://www.cornehoogendoorn.nl
Description: Theme for Corne Hoogendoorn
Version: 1.0
Author: Berrie Schoots
Author URI: http://www.supersappig.nl
Tags: Custom

*/

body{
	padding:0;
	margin:0;
	text-align:center;
	background:url(images/bg-site.png) repeat-x #000b14;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

input, select, textarea, table, form{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

#container{
	width:800px;
	text-align:left;
	margin:0px auto;
	margin-top:30px;
}

#RSS{
	position:absolute;
	z-index:100;
	margin:54px 0 0 543px;
	display:inline;
}

#header{
	width:800px;
}

	#header div.logo{
		width:300px;
		height:40px;
		margin:0 0 25px 30px;
		float:left;
	}
	
	#pages{
		float:left;
		width:200px;
		margin:0 0 0 60px;
	}
	
		#pages ul{
			padding:0;
			margin:0;
			list-style:none;
		}
		
			#pages li{
				padding:0;
				margin:0 0 6px 0;
				list-style:none;
				height:16px;
				overflow:hidden;
				text-align:right;
			}

#content{
	width:600px;
	float:left;
}

	#content div.top{
		width:600px;
		height:5px;
		background:url(images/bg-con-header.png) no-repeat;
		overflow:hidden;
	}
	
	#content div.middle{
		width:540px;
		background:url(images/bg-con-middle.png) repeat-y;
		padding:20px 30px 20px 30px;				
		min-height:545px;
		height:auto !important;
		height:545px;

	}
	
		#content div.date{
			float:right;
			background:url(images/icon-calendar.png) right no-repeat;
			padding:0px 25px 0 0;
			color:#999;
			margin:5px 0 0 0;
		}
		
		#content #head{
			border-bottom:1px dotted #ccc;
			margin-bottom:5px;
		}
		
		#content #head h1{
			float:left;
			width:460px;
		}
		
		#content p{
		}

		#content img.floatleft{
			float:left;
			margin:0 0 10px 10px;
		}

		#content img.floatright{
			float:right;
			margin:0 10px 10px 0;
		}

		#content li{
			line-height:20px;
		}
		
		#content div.postmetadata{
			background:url(images/bg-postmetadata.png) repeat-x;
			height:23px;
			width:520px;
			padding:7px 10px 0 10px;
			margin-bottom:15px;
			font-size:11px;s
		}
		
			#content div.pmdL{
				float:left;
				background:url(images/icon-cat.png) no-repeat;
				padding:0 0 2px 25px;
			}
			
			#content div.pmdR{
				float:right;
				background:url(images/icon-comments.png) right no-repeat;
				padding:0 25px 2px 0px;
			}
		
		#content img.jr-post-img{
			border:3px solid #d3d3d3;
			width:150px;
			height:150px;
			float:left;
			clear:left;
			margin:0 15px 10px 0;
		}
		
		#content li{
			margin-bottom:3px;
		}
	
	#content div.footer{
		width:600px;
		height:5px;
		background:url(images/bg-con-footer.png) no-repeat;
		overflow:hidden;
	}

#sidebar{
	width:200px;
	float:left;
	background:url(images/bg-sub-top.png);
	margin:10px 0 0 0;
	color:#fff;
}

	#sidebar div.search{
		width:173px;
		height:23px;
		background:url(images/bg-search.png) no-repeat;
		overflow:hidden;
		margin:10px 0 10px 10px;
		padding:6px 0 0 5px;
	}
	
		#sidebar form{
			padding:0;
			margin:0;
		}
		
			#sidebar form input{
				float:left;
				border:none;
				width:102px;
				padding:2px;
				height:14px;
				font-size:12px;
				background:none;
			}
			
			#sidebar #searchBtn{
				background:yellow;
				background:url(images/btn-search.png) no-repeat;
				width:61px;
				height:17px;
				cursor:pointer;
				padding:0;
			}

	#sidebar div.footer{
		width:200px;
		height:5px;
		overflow:hidden;
		background:url(images/bg-sub-footer.png) no-repeat;
		padding:0;
		margin:5px 0 0 0;
	}
	
	#sidebar h2{
		margin:0 0 0 15px;
	}
	
	#sidebar ul{
		padding:0;
		margin:0 0 0 25px;
		list-style:none;
	}
	
		#sidebar li{
			list-style:none;
			padding:0;
			margin:0;
		}
		
		#sidebar li.twitter{
			background:url(images/icon-twitter.png) no-repeat;
			padding:0 0 3px 22px;
			margin-bottom:3px;
		}
		
		#sidebar li.linkedin{
			background:url(images/icon-linkedin.png) no-repeat;
			padding:0 0 3px 22px;
			margin-bottom:3px;
		}
		
		#sidebar li.hyves{
			background:url(images/icon-hyves.png) no-repeat;
			padding:0 0 3px 22px;
		}
		
		#sidebar li.sitemap{
			background:url(images/icon-sitemap.png) no-repeat;
			padding:0 0 3px 22px;
			margin:2px 0 0 0;
		}
	
	#sidebar hr{
		background:url(images/bg-sidebar-hl.png) no-repeat;
		height:2px;
		margin:10px 15px 10px 15px;
		padding:0;
		border:none;
	}
	
	#sidebar hr.search{
		background:url(images/bg-sidebar-hl-2.png) no-repeat;
		height:2px;
		margin:10px 15px 10px 15px;
		padding:0;
		border:none;
	}
	
	#sidebar a, #sidebar a:active, #sidebar a:visited{
		color:#fff;
		text-decoration:none;
	}
	
	#sidebar a:hover{
		text-decoration:underline;
	}
	
	#sidebar #twitter a, #sidebar #twitter a:active, #sidebar #twitter a:visited{
		color:#000b14;
		text-decoration:none;
	}
	
	#sidebar #twitter a:hover{
		text-decoration:underline;
	}
	
	#twitter{
		font-style:italic;
		margin:0 15px 0 0;
		padding:0 0 5px 0;
	}
	
		#twitter p{
			font-size:11px;
		}
		
		#twitter .twtr-hd{
			height:30px;
			overflow:hidden;
		}
		

#footer{
	width:570px;
	clear:both;
	text-align:right;
	padding:15px 30px 0 0;
	margin-bottom:15px;
}

div.clear{
	clear:both;
}

/* COMMENTS */
ol.commentlist{
	padding:0;
	margin:0;
	list-style:none;
}

	li.comment{
		padding:10px;
		list-style:none;
	}
	
		li.even{
			padding:10px;
			background:url(images/bg-postmetadata.png) bottom repeat-x;
		}
		
		li.odd{
			padding:10px;
			background:url(images/bg-postmetadata.png) bottom repeat-x;
		}
		
		ul.children{
			padding:10px 0 0 10px;
		}
		
			ul.children li.even{
				border:none;
				background:#fff;
				border:1px solid #d6d6d6;
				margin:10px 0 0 0;
			}
			
			ul.children li.odd{
				border:none;
				background:#fff;
				border:1px solid #d6d6d6;
			}
	
	div.comment-author{
		width:79px;
		text-align:right;
		float:left;
		margin:0 10px 10px 0;
	}
	
	img.avatar{
		border:1px solid #d6d6d6;
		padding:1px;
		margin:0 0 5px 0;
	}
	
	div.commentmetadata{
	}
	
		.comment-body p{
			text-align:left;
		}
	
	div.reply{
		clear:both;
		width:60px;
		margin:0 0 0 0;
	}

#commentform input{
	width:265px;
	border:1px solid #d6d6d6;
	padding:2px;
	margin:2px 0 4px 0;
}

#commentform textarea{
	border:1px solid #d6d6d6;
	padding:2px;
	margin:2px 0 4px 0;
	width:530px;
	height:150px;
}

#commentform #submit{
	width:535px;
	padding:5px;
	background:#9c3;
	border-bottom:1px solid #690;
	border-left:1px solid #9c6;
	border-right:1px solid #9c6;
	border-top:1px solid #cf6;
	color:#000b14;
}


/* COMMON */
h1, h2, h3, h4{
	padding:0;
	margin:0;
	float:none;
}

	h1{
		color: #99cc00; 
		font-size:18px; 
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	h1.pagetitle{
		border-bottom:1px dotted #d6d6d6;
		margin-bottom:10px;
	}
	
	
	#sidebar h2{
		color: #ffffff; 
		font-size:14px; 
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	h2{
		color: #99cc33; 
		font-size:18px; 
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	h3{
		color: #99cc00; 
		font-size:18px; 
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	#pages li{
		color: #68a7d0; 
		font-size:16px; 
		font-weight:bold; 
		text-transform:uppercase; 
		text-align:right
	}
	
		#pages a{
			color:#68a7d0;
		}
		

p{
	font-size:12px;
	line-height:18px;
	text-align:justify;
	padding:0;
	margin:0 0 8px 0;
}

img{
	border:0;
}

#content a, #content a:visited, #content a:active{
	color:#069;
	text-decoration:none;
}

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

#content a.more-link{
	display:block;
	background:url(images/btn-leesmeer.png);
	width:61px;
	height:17px;
	cursor:pointer;
	margin:5px 0 0 0;
	clear:both;
}

#respond{
	margin:15px 0 0 0;
}

#ie6{
	margin:0px auto;
	width:480px;
	padding:10px;
	border:1px dotted #cc0033;
	color:#cc0033;
	margin-top:10px;
	background:#FFFFCC;
}