/*  
Theme Name: Renate
Theme URI: http://www.renateboere.nl/
Description: Voor Studio Renate Boere gepersonaliseerde theme.
Version: 0,1
Author: Barteld Riemeijer, Wouter Ramaker
Author URI: www.barteld.net

*/



/* ---- main styles ---- */
body,html{
		height: 100%;
		background-color: #FFF;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333;
		line-height: 14px;
	}
	
	#container{
		width: 865px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 65px;
		padding-bottom: 20px;
	}
	
	#header{	}
	
	#header img{	}
	
	/* ----- item ----- */
	
	.item{
		margin-top: 30px;
		width: 570px;
		float: left;
	 }
	
	h3{
		padding: 0;
		margin: 0;
		line-height: 10px;
		width: 570px;
		float: left;
	}
	
	.subHeader{
		margin: 0;
		margin-bottom: 10px;
		line-height: 18px;
		float: left;
	}
	
	/* ----- item : image holder ----- */
	
	.imageHolder{
		width: 570px;
		float: left;
	}
	
	.imageHeader{
		width: 570px;
		height: 363px;
	}
	
	.imageNavig{
		width: 570px;
		text-align: right;
		padding: 3px 0 12px 0;
	}
	
	.imageNavig a{
		margin-left: 3px;
	}
	
	/* ----- columns ----- */
	
	.colom{
		float: left;
		width: 275px;
		margin-top: 4px;
	}
	
	
	.item{
		margin-top: 17px;
	}
	
	.leftColom{
		margin-right: 20px;
	}
	
	.colom p{
		margin-top: 0;
		line-height: 14px;
		margin-bottom: 14px;
	}
	
	.colom ul{
		margin-left: 14px;
		padding-left: 0;
		line-height: 14px;
		margin-top: 14px;
	}
	
	.images{
		padding-top: 32px;
	}
	
	img{
		border: 0;
	}
	
	/* ----- right column : navigation ----- */
	
	#rightColom{
		float: right;
		width: 275px;
		margin-top: 38px;
		padding-left: 20px;
	}
	
	#rightColom ul{
		padding: 0;
		margin: 0;
		line-height: 14px;
		list-style: none;
		font-weight: bold;
	}
	
	.navList{
		margin-bottom: 28px;
	}
	
	.navList li{
		margin-top: 14px;
	}
	
	
	.children li{
		font-weight: normal;
		font-weight: 100;
	}
	
	.children li{
		margin-top: 0;
	}
	/* ----- footer ----- */
	
	#footer{
		margin-bottom: 40px;
		padding-top: 40px;
		float: none;
		clear: both;
	}
	
	#footerNavig{
		width: 570px;
	}
	
	#fNl{
		width: 285px;
		float: left;
	}
	
	#fNr{
		width: 285px;
		float: left;
		text-align: right;
	}
	
	#fNfooter{
		float: none;
		clear: both;
		font-size: 1px;
		line-height: 1px;
		color: #FFF;
	}
	
	
	/* ----- links ----- */
	
	a{
		color: #333;
	}
	
	a:hover{
		color: #999;
	}
	
	a:visited{
		color: #999;
	}
	
	#rightColom a{
		text-decoration: none;
	}
	
	h3 a{
		text-decoration: none;
	}
	
	h3 a:visited{
		color: #333;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#s, #searchsubmit{
	margin-bottom: 14px;
	border: 1px solid #000;
	padding: 3px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

#searchsubmit{
	padding: 2px;
}