/*

	STIJLING goud
	headerbalk: #BB9902
	variant1: 	#E9ECEF
	variant2: 	#F6F2DE 
	variant3: 	#E9ECEF
	text:			#003366


	ALGEMEEN GEDEELTE
/************************************************************/
	body{
		/*background: #F6F7F9;*/
		background: #FFF;
	}
	body, a { color: #036 }
	hr { border-bottom: 2px dotted #BB9902; }
	#header-bar { background: #BB9902; }

	#text a,
	#navigation a{ text-decoration: underline; color: #BB9902; }	
	
	.breadcrumbs a { color: #BB9902; }
	.block.variant1{ 
		background: #fff; 
		border: 1px solid #E5EAEF; 
	}
	.block h3 {
		color: #BB9902;
		text-transform: uppercase;
	}
	.block.variant2{ background: #F6F2DE; }
	.block.variant3{ background: #E9ECEF; }
	.block.variant4{ background: #BB9902 ; color: #fff; }
	.block.variant4 h3 {
		color: #fff;
	}
	#modules .block.variant4 a {
		color: #fff;
		text-decoration: none;
	}
	#modules .block.variant4 a:hover { text-decoration: underline; }
	
	#nav li a { 	color: #fff; }
	#nav li.selected a, #nav li a:hover { 
		background: #534600;
		color: #fff;
	}
	#subnav { 	
		/*border-bottom: 2px dotted #BB9902;*/
		background: #FFF;
	}
	#subnav li { 	color: #036; }
	#subnav li a { 	color: #036; }

	#footer { border-top: 1px solid #BB9902; }
	#curve {	background: url(images/curve-masters.gif) no-repeat top; }	
	
	
	.readmore {
		border: 1px solid #BB9902;
                width: 86%;
	}
	.readmore a.more {
		display: block;
	}
	
/*	Componenten uitzonderingen masterclasses*/
/************************************************************/


	#modules ul.news li, #modules .agenda ul li
	{
	list-style-image:url(images/masters/news-bullet.png);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:23px;
	}
	
	#modules ul.news selected li, #modules .agenda ul .selected li
	{
	list-style-image:url(images/masters/news-bullet.png);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:23px;
	}

	/*********************************************
	AGENDA COMPONENT
 *********************************************/
	.agendalist {
		background: none;
		margin-bottom: 10px;
	}	
	.agenda-item {
		margin: 0 10px 5px 0;
	}
	.agenda-item .date {
		float: left;
		width: 15%;
		text-align: center;
	}
	.agenda-item .day {
		color: #fe0034;
		font-weight: bold;
		font-size: 1.5em;
	}
	.agenda-item .month {
		color: #036;
		font-weight: bold;
		font-size: 1.2em;
		display: block;
		font-style: italic;
	}
	.agenda-item .description {
		float: left;
		width: 70%;
		border-bottom: 2px dotted #BB9902 ;
	}
	.entry .agenda-item .description { border: none; }
	.agenda-item .description h3 { color: #BB9902; }
	.agenda-item .description p {
		margin-bottom: 0;
	}
	.agenda-item .description a.more {
		margin-bottom: 10px;
		display: block;
	}
	
	#curve .content {
		padding-top: 30px;
	}