/*
Theme Name: Noorderland
Theme URI: 
Description: Thema door NDC mediagroep
Version: 1.0
Author: 
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/

/* kleurcode van actuele site: #df0030; deze code zoeken en vervangen door nieuwe kleurcode */


img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; display:inline; margin-right:15px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em};
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
img {border:none;}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#df0030;
}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#df0030;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: bold;
	color:#000000;
	font-weight:bolder;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color:#a2a2a2;
}


a {
	color: #df0030;/* was b69ea1 */
	text-decoration: underline;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	/*background-image:url(images/bg_maart.gif);*/
        background-color:#ebebeb;
}

div#wrapper {
	width:990px;
	background:#df0030;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:10px auto;/* 10 px aan de boven kant ruimte en auto om de rest te centreren...*/
}

div#header {
	width:990px;
	height:200px;
	border-bottom: solid 2px #df0030;
	
	position: relative;
}

div#header_facebook {
	width:40px;
	height:40px;
	/* background:#FF00FF; */
	position: absolute;
	top: 30px;
	left: 870px;
}

div#menu {
	width:245px;
	min-height:600px;
	float:left;
	background:#df0030;
	padding:0px;
	margin:0px;
	position:absolute;
	z-index: 1000;
}

	div#menu ul { /* Deze regels zijn standaard voor bijna alle menu's */
		margin: 0px 0px 0px 0px;
		padding: 0;
		list-style: none;
		text-indent:20px;
		/*position:absolute;*/
	}
	div#menu ul li {
		position: relative; 
		margin-bottom: 4px;
		float: left; 
		width: 225px;
		border-bottom: dotted 1px #FFDC00;
	}
	div#menu ul li a {
		padding: 3px 9px 3px 0px;
		font-size: 1em;
		display: block;
		text-decoration: none;
		color: #ffffff; 
		/*width: 112px;*/
		/*background: #FFFFF5;*/
		
	}
	div#menu ul li.active a,
	div#menu ul li a:hover {
		/* background: #F35450; */
		color: #FFDC00; /*#eee1a0;*/
		border-left:solid 5px #FFDC00;/*#eee1a0;*/
		text-indent:15px;
	}
					
	div#menu ul li ul {
		position: absolute;
		left: 225px; /* positioneer de ul op de breedte van de li - was 225 */ 
		top: 0px;
		display: none;
		background-color: #ffffff;
	}

/* toegevoegd */ 
	div#menu ul li:hover ul,
	div#menu ul li.hover ul{
		display: block; /* zorgt ervoor dat bij muisover van de li (li:hover) de onderliggende ul weergegeven wordt */
	}
	
	div#menu ul li:hover ul li ul,
	div#menu ul li.hover ul li ul{
			display: none;
	}
	div#menu ul li ul li:hover ul,
	div#menu ul li ul li.hover ul{
			display: block;
	}
	
	
	div#menu ul li.current_page_ancestor a, /* zet de link styles van een ancestor en een item, zodat de basis is gelegd */
	div#menu ul li.current_page_item a {
	color: #FFDC00;
	border-left:solid 5px #FFDC00;
	text-indent:15px;
	}
	
	div#menu ul li.current_page_ancestor li.current_page_item a, /* als het een current item is dat onder een current ancestor dus (sub)sub menuitem geselecteerd */
	div#menu ul li.current_page_ancestor ul li a, /* per definitie als het een link is onder een ancestor (dus (sub)sub grijs maken */
	div#menu ul li.current_page_item ul li a { /* per definitie als het een link is onder een actief hoofdmenu grijs maken */
		color: #ffffff; 
		text-indent: 20px;
		border-left: none;
	}
	div#menu ul li.current_page_item ul li a:hover, /*nu weer alle styles terugzetten als men met de muis over de links heen gaat */
	div#menu ul li.current_page_ancestor ul li a:hover,
	div#menu ul li.current_page_ancestor li.current_page_item a:hover{
		text-indent:20px;
		color: #000000;
	}
	div.my6links {
		width: 245px;	
		clear: both;
		padding: 8px 0;
	}
	div.my6links div.mylink {
		overflow: hidden;
		/*background: white;*/
		width: 202px;
		padding: 3px 3px 3px 0;	
		margin: 1px auto;
	}
	div.my6links img {
		display: inline;
		width: 50px;
		border: none;
		vertical-align: middle;
	}
	div.my6links a {
		padding-left: 4px;
	}
	div.my6links a span {
		
		color: #fff;/*stond op 88126D */	
	}
/* toegoevoegd einde */	

						
/* submenu */
	div#menu ul li ul li {
		/*width: 300px;  zet de breedte van submenu */
                  background-color: #989898;		
                  margin: 0;	
		border: none;
                  z-index:1005;
	}
	div#menu ul li ul li a {
                  background-color: #989898;
		color: #ffffff;
		font-size: 1em;
		width: 225px; /* om rare muisacties van de browser te voorkomen, breedte zetten */
		padding: 3px 9px 3px 10px;
		border: none;
	}
							
	div#menu ul li ul li.active a,
	div#menu ul li ul li a:hover {
                  background-color: #989898;
		color: #000;	
		border: none;
		text-indent: 20px;
	}
	
	/* start subsub */
	
	div#menu ul li ul li ul {
		/*width: 300px;  zet de breedte van submenu */
		margin: 0;	
		border: none;	
	}
	
	div#menu ul li ul li ul li {
		/*width: 300px;  zet de breedte van submenu */
		margin: 0;	
		border: none;	
	}
	div#menu ul li ul li ul li a {
		font-size: 1em;
		width: 225px; /* om rare muisacties van de browser te voorkomen, breedte zetten */
		padding: 3px 9px 3px 10px;
		background: #f4edde; /*achtergrondkleur van het sub - sub - menu */
		color: #969696;
	}
							
	div#menu ul li ul li ul li.active a,
	div#menu ul li ul li ul li a:hover {
		color: #000;	
		border: none;
		text-indent: 20px;
	}
	
	/* einde subsub */
	
	
	
/** einde menu **/

div#container_right {
	width:745px;
	min-height:600px;
	padding:0px;
	margin:0px;
	background:#ffffff;
	overflow:hidden;
	float:right;
}

/*-----------------------------------  blok opmaak inhoud --------------------------------------*/

	div#container_top_article {
		overflow:hidden;
		float:left;
		width:745px;
		margin:0px;
		padding:0px;
	}
		div#right_top_photo {
			width:705px;
			height:130px;
			/*padding:10px 20px 0px 20px;*/
			margin:10px 20px 0px 20px;
			background-image:url(images/NL_banner_januari_2012.jpg);
			background-repeat:no-repeat;
		}
		div#right_top_article {
			width:705px;
			float:left;
			margin:10px 20px 0px 20px;
			overflow:hidden;
		}
		
/*		div#right_top_article img {
			border:dashed 2px;
			float:left;
		}*/

/*style voor detailpaginasjabloon */

div#container_detail_toparticle{
		overflow:hidden;
		float:left;
		width:745px;
		margin:0px;
		padding:0px;
}

div#detail_toparticle{
		width:705px;
		float:left;
		margin:10px 20px 0px 20px;
		overflow:hidden;
}

div#container_detail_mainarticle{
		width:705px;
		padding:0px;
		margin:10px 5px 10px 20px;
		overflow:hidden;
		float:left;
}

div#detail_mainarticle{
		width:705px;
		height:100px;
		padding: 0px;
		margin:0px;
		background:#ebebeb;
		float:left;
}


/* style voor subpaginasjabloon */
/* container*/

	div#subpagina_article {
		width:705px;
		padding:0px;
		margin:10px 5px 10px 20px;
		overflow:hidden;
		float:left;
	}/*einde container */
	
	div#subpagina_article_text {
		width:705px;
		height:100px;
		padding: 0px;
		margin:0px;
		background:#ebebeb;
		float:left;
	}
	
/*style voor hoofdsjabloon homepage*/
	div#article_left {
		width:345px;
		background:#066;
		padding:0px;
		margin:10px 5px 10px 20px;
		overflow:hidden;
		float:right;
	}
	div#article_left_photo {
		width:150px;
		height:100px;
		padding:0px;
		margin:0px;
		background:#936;
		float:left;
	}
	div#article_left_text {
		width:195px;
		height:100px;
		padding: 0px;
		margin:0px;
		background:#ebebeb;
		float:left;
	}
	div#article_right {
		width:345px;
		background:#F6F;
		padding:px;
		margin:10px 20px 10px 10px;
		overflow:hidden;
		float:left;
	}
	div#article_right_photo {
		width:150px;
		height:100px;
		padding:0px;
		margin:0px;
		background:#936;
		float:left;
	}
	div#article_right_text {
		width:195px;
		height:100px;
		padding:0px;
		margin:0px;
		background:#ebebeb;
		float:left;
	}

/*-----------------------------------  einde blok opmaak inhoud --------------------------------------*/

div#footer {
			width:990px;
			height: 150px; /* was 20, nu 120 voor leaderboard */
			text-align: center;
			margin:auto;/* om de footer te centeren */
}

div#footer_text {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#666666;
			background-color:#FFFFFF;
			width:990px;
			height: 20px; 
			text-align: center;
			padding-top: 15px;
			margin:auto;
}

div#footer_leaderboard {
			width:990px;
			height: 130px; 
			text-align: center;
			vertical-align:top;
			margin:auto;
}
/*-----------------------------------  berichtblokken --------------------------------------*/		
div.items {
	overflow:hidden;
}
div.item {
	overflow:hidden;
	width: 350px;
	float:left;
	height: 100px;
	padding: 10px 0px;
	border-top: 1px solid #df0030;

}
	div.item h3 a {
		color:#df0030;
		text-decoration:none;
		}
	div.item h3 a:hover {
	color: #990066;
	text-decoration:underline;
	}
	div.item div.image {
		float:left;
		width: 150px;
		height: 100px;
		overflow:hidden;
		border: 1px solid #df0030;
		
	}
	div.item div.content {
		float:left;
		width: 160px;
		font-size: 11px;
		padding: 0px 10px;
	}
	div.item  h3 {
		margin-top: 0;
		color: #df0030;
		font-size: 11px;
	}

/* formulier */

/* extra voor agenda */
form.zoekForm {
	margin-bottom: 10px;	
}
div.zoekRij {
	overflow: hidden;	
	padding: 3px 0;
	width:650px;
	border-top: 1px solid #ededed;
}
div.zoekRij label {
	display: block;
	float:left;
	width: 150px;
}
form.zoekForm .datumVeld label {
	width: 122px;	
}
div.zoekRij input.zoekKnop {
	background: 	#df0030; /*was 88126D*/
	color: white;
	padding: 3px;
	border: none;
}
div#ui-datepicker-div div.ui-datepicker-control {
	background: #df0030;
}
/* einde extra agenda */

span.huidige-pagina,
span.huidige-pagina-url {
	display: none;
}
