/**
 * Title: CC Excellence Trainingen en Opleidingen
 * Description: This stylesheet defines the layout of the website of excellence-opleidingen.nl
 * Copyright: Pronamic
 * Company: Pronamic
 * Author: Karel-Jan Tolsma, Remco Tolsma, Jelke Boonstra
 * Version: 1.0
 */

/**
 * Head
 */
#head-wrap {
	background: #0054a6;
}

#logo, #name a {
	background: url("logo.png") no-repeat center center;
}

/**
 * Anchors
 */
a {
	color: #0054a6;
}

.accent {
	color: #0054a6;
}

/**
 * Headings
 */
h2 {
	color: #0054a6;
}

/**
 * Navigation
 */
#container li.child-active a, 
#nav a.active, 
#nav a:hover {
	color: #0054a6 !important;
}

/* Sub level */
#nav li.child-active a.active, 
#nav li.child-active a:hover {
	color: #0054a6 !important;
}

#nav li li.child-active a.active, 
#nav li li.child-active a:hover {
	color: #0054a6 !important;
}

#nav li li li.child-active a.active, 
#nav li li li.child-active a:hover {
	color: #0054a6 !important;
}

#nav li li li.child-active a.active, 
#nav li li li.child-active a:hover {
	color: #0054a6 !important;
}

#nav li li a {
	background: url("circle-blue.gif") no-repeat 40px center;
}

#nav li li li a {
	background: url("circle-blue.gif") no-repeat 60px center;
}

#nav li li li li a {
	background: url("circle-blue.gif") no-repeat 80px center;
}

/**
 * Block
 */
.block { background: url("border-blue.gif") no-repeat; }

.block h1 { background: #0054a6 url("border-blue.gif") no-repeat bottom; }

/**
 * Forms
 */
form .error input,  
form .error textarea {
	border-color: #0054a6;
}

form .required-indicator {
	color: #0054a6;

	font-size: 90%;
}
