/* praxis */

a:link, a:visited {
	color: #0080ff;
}

#banner {
	background: url(../../images/green/green_header_bg.png) repeat-x;
}

#banner #insert {
	background: url(../../images/banner_00.png) no-repeat;
}

#banner #adress {
	color: #404040;	
}

#pageHeader {
	border-top-color: #ccff66;
}

/* Parent - Level 0 */

#navcontainer #current {
	background: #99ff33;
	color: #000000;
}

#navcontainer #current:hover {
	background: #99ff33;
	color: #000000;
}
#navcontainer .currentAncestor {
	background: #99ff33;
	color: #000000;
}

#navcontainer a:hover {
	background: #99ff33;
	color: #000000;
}

/* Child - Level 1 */

#navcontainer ul ul #current{
	color: #000000;
	background: #ccff99;
}

#navcontainer ul ul #current:hover {
	color: #000000;
	background: #ccff99;
		
}
#navcontainer ul ul a:hover {
	color: #000000;
	background: #ccff99;
}

#navcontainer ul ul .currentAncestor {
	color: #000000;
	background: #ccff99;
}

/* Child - Level 2 */

#navcontainer ul ul ul #current{
	background: #ccff99;
}

#navcontainer ul ul ul .currentAncestor {
	background: #ccff99;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul #current{
	background: #ccff99;
	color: #000000;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #ccff99;
	color: #000000;
}

blockquote {
	background: #0092f9;
}

.blog-entry-title a {
	color: #1e77d3;
}

.album-title {
	color: #1e77d3;
}

.movie-page-title {
	color: #1e77d3;
}