body {
	background: #333;
}

a:link, a:visited {
	color: #2c2991;
	text-decoration: underline;
}

a:hover, a:active {
	color: #7c9cbc;
	text-decoration: none;
}

#pageHeader h2 {
}

#sidebarContainer .sideHeader {
	color: #325484;
}

#navcontainer {
	border-top-color: #a3caf3;
}

#navcontainer #current {
	background: #0a559d;
}

#navcontainer #current:hover {
	background: #777;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #205cb5;
}

#navcontainer a{
	background: #333;
	border-bottom-color: #a4cbf4;
}

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

#navcontainer ul ul {
	border-color: #a3caf3;
}

#navcontainer ul ul a {
	background: #71b4ef;
}

#navcontainer ul ul #current{
	background: #51a0ef;
}

#navcontainer ul ul .currentAncestor {
	background: #51a0ef;
}

#navcontainer ul ul ul #current{
	background: #70b3ef;
	color: #0a559d;
}


.blog-archive-month {
	color: #3357ac;
}

.blog-entry-title a {
	color: #3357ac;
}

.blog-entry-title a:hover {
	color: #7c9cbc;
}

.blog-entry-category {
	color: #2c258f;
}

.album-title {
	color: #3357ac;
}

.photo-navigation {
	color: #3c59aa;
	background: #e7ecfb;
}

.photo-frame{
	background: #e7ecfb;
}