a:link, a:visited {
	color: #991b38;
}

a:hover, a:active {
	color: #000000;
}

#pageHeader {
	background: repeat-x url(../../images/header_2.jpg);
}

#sidebarContainer .sideHeader {
	color: #6a6a61;
}

/* -------------------------------- */

/* HOOFDNAVIGATIE */
#navcontainer #current {
	background: #336699;
}

#navcontainer #current:hover {
	color: #ffffff;
	background: #5588cc;
}

/* HOOFDNAVIGATIE wanneer er een SUBMENU IS */
#navcontainer .currentAncestor {
	background: #336699;
}

/* HOODFDLINK */
#navcontainer a {
	color: #336;
}

/* HOOFDLINK HOVER */
#navcontainer a:hover {
	background: #5588cc;
}

/* SUBNAVIGATIE */
#navcontainer ul ul #current{
	color: #336;
	background: #7af;
}

/* SUBNAVIGATIE CURRENT */
#navcontainer ul ul .currentAncestor {
	color: white;
	background: #7af;
}


/* SUB-SUBNAVIGATIE CURRENT */
#navcontainer ul ul ul #current{
	background: #ffffff;
	color: #75203f;
}

/* SUB-SUB/SUBNAVIGATIE */
#navcontainer ul ul ul li{
	background: #e9efff;
	color: #75203f;
}
/* -------------------------------- */

.blog-entry-title {
	color: #296cd8;
}

.blog-entry-category, .blog-entry-permalink {
	color: #296cd8;
}

.album-title {
	color: #296cd8;
}

.thumbnail-caption {
	color: #296cd8;
}

.photo-navigation {
	background: repeat-x url(../../images/header_bg.jpg);
	height: 80px;
}

.movie-page-title {
	color: #296cd8;
}


.movie-title {
	color: #296cd8;
}

