a:link, a:visited {
	color: #690;
}

#navcontainer #current {
	background: #690;
}

#navcontainer #current:hover {
	background: #690;
}

#navcontainer .currentAncestor {
	background: #690;
}

#navcontainer a:hover {
	background: #669900;
}

#navcontainer ul ul {
	border-bottom: 3px solid #690;
}

#navcontainer ul ul a:hover{
	color: #690;
}

#navcontainer ul ul .currentAncestor {
	color: #fff;
	background: #690;
}

html>body #navcontainer ul ul .currentAncestor {
	background: #690;
}

.blog-entry-title {
	color: #313534;
}

.blog-entry-date {
	color: #b3b3b3;
}