body {
	background: #3d5bac;
	font-family: arial;
}

#content img {
	float: right;
	margin-left: 10px;
}

#content h2 {
	color: #3d5bac;
	margin: 0;
	padding: 0;
}

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

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

#pageHeader h1 { /* subheading */
	color: #0094ff;
}

#pageHeader h2 { /* subheading */
	color: #0094ff;
}

#sidebarContainer .sideHeader {
	color: #325484;
}

#navcontainer #current {
	background: no-repeat url(../../images/button_over.gif);
}

#navcontainer .currentAncestor {
	background: no-repeat url(../../images/button_over.gif);
}

#navcontainer a {
	background: no-repeat url(../../images/button_normal.gif);
}

#navcontainer a:hover {
	background: no-repeat url(../../images/button_over.gif);
	text-shadow: 0px 0px 5px yellow;
}

#navcontainer ul, #navcontainer ul ul {
	margin: 0;
	padding: 0;
}

#navcontainer ul ul a {
	background: url(../../images/secondary_nav.gif) no-repeat left center;
}

#navcontainer ul ul a:hover{
	background: no-repeat left center url(../../images/secondary_nav.gif);
	color: #ffffff;
	text-shadow: 0px 0px 5px yellow;
}

#navcontainer ul ul #current{
	background: url(../../images/secondary_nav.gif) left center no-repeat;
	color: #ffffff;
}

#navcontainer ul ul .currentAncestor {
	background: url(../../images/secondary_nav.gif) left center no-repeat;
	color: #ffffff;
}

#navcontainer ul ul ul a{
	background: url(../../images/secondary_nav.gif) no-repeat left center;
}

#navcontainer ul ul ul a:hover{
	background: no-repeat left center url(../../images/secondary_nav.gif);
}
.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;
}