body {
	background: repeat url(../../images/body_bg.png);
}

a:link, a:visited {
	color: #1870da;
}

#top_grad {
	background: repeat-x url(../../images/body_top_grad.png);
}

#container { 
	border-right: 1px solid #88683c;
	border-bottom: 1px solid #88683c;
	border-left: 1px solid #88683c;
}

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

#pageHeader h1 {
	text-shadow: 2px 2px 2px #07326d;
}

#pageHeader h2 {
	color: #c7e5fa;
	text-shadow: 2px 2px 2px #07326d;
}

#sidebarContainer #sidebar {
	color: #0a559c;
}

#sidebarContainer .sideHeader {
	background: url(../../images/side_head_bg.png) repeat-x left top;
}

#footer a:link, #footer a:visited {
	color: #dccaaf;
}

#footer a:hover, #footer a:active {
	color: #f2dfc1;
}

#navcontainer {
	border-top-color: #a4cdf4; //line btwn header & menu
	
}

#navcontainer #current {
	/*background: #205cb5;   */
	/* dark red, current sel on top level */
	background: #61252f;
}

#navcontainer #current:hover {
	/*background: #0a559d; */
	background: #61252f;  /*slightly darker red when hover over curent. */
	color: #ffffff;
}

#navcontainer .currentAncestor {
	/*background: #205cb5; */
	/* dark red, top level of current sel */
	background: #61252f;
}

#navcontainer a{
	/* background: #1d88e2; */
	/*  unselected top level */
	background: #823738;  /*slightly darker red when hover */
	border-bottom-color: #a4cbf4; /*line between each menu item */
	
}

#navcontainer a:hover {
	/*background: #0a559d; */
	background: #61252f;  /*slightly darker red when hover */
}

#navcontainer ul ul a {
	/* background: #71b4ef; */ /* 2nd level, not selected */
	background: #ac4e43;
}

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

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

#navcontainer ul ul ul #current{
	background: #ac4e43;
	color: #000000; /*curently selected, 3rd level */
}

.blog-archive-month {
	text-shadow: 2px 2px 2px #07326d;
}

.blog-entry-title a {
	color: #1870da;
}

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

.blog-entry-category, .blog-entry-permalink {
	color: #156ed8;
}

.album-title {
	color: #1870da;
}

.photo-navigation {
	background: url(../../images/header_bg.png) repeat-x;
}

.photo-title {
	text-shadow: 2px 2px 2px #07326d;
}

.photo-caption {
	color: #c7e5fa;
	text-shadow: 2px 2px 2px #07326d;
}

.movie-page-title {
	color: #1870da;
}

.movie-background {
	background: repeat url(../../images/body_bg.png);
}

.movie-title {
	text-shadow: 2px 2px 2px #07326d;
}