body,
.movie-background,
.photo-background {
	color: #333333;
	background-color: #A49C8B;
}

#container {
	border-color: #978F7E;
}

/* make all links the same color, whether visited or not, by default */

a:link, a:visited {
	color: #3333FF;
}

#pageHeader {
	background-color: #CCCCCC;
	border-bottom-color: #0B8C0B;
}

#pageHeader #bar {
	background-color: rgb(11,140,11);
	border-top-color: #4BCC4B;
}

#pageHeader h1,
.photo-title,
.movie-title {
	color: #0B8C0B;
}
		
#pageHeader h2,
.photo-caption,
.exif-data {
	color: #000000;
}

#footer {
	color: #000000;
	background-color: #CCCCCC;
	border-top-color: #0B8C0B;
}

.blog-entry-title a,
#blog-archives a,
#blog-categories a,
#blog-rss-feeds a,
.blog-archive-month {
	color: #333333;
}

.blog-entry-title a:hover,
#blog-archives a:hover,
#blog-categories a:hover,
#blog-rss-feeds a:hover {
	color: #0B8C0B;
}

.blog-archive-link-disabled,
.blog-category-link-disabled {
	color: #666666;
	text-decoration: none;
}

/* parent layer 0 */
#navcontainer ul {
}

#navcontainer ul a {
	color: #333333;
}

#navcontainer ul a:hover,
.photo-navigation a:hover {
	color: #3333FF;
}

#navcontainer ul ul {
}

/* orig: ul ul a set to #1919E5 */
/* now all levels set to same as "ul a" is set */

/* child layer 1 */
#navcontainer ul ul a {
	color: #333333;
}

/* child 2 */
#navcontainer ul ul ul a {
	color: #333333;
}

/* child 3 */
#navcontainer ul ul ul ul a {
	color: #333333;
}

/* child 4 */
#navcontainer ul ul ul ul ul a {
	color: #333333;
}

/* child 5 */
#navcontainer ul ul ul ul ul ul a {
	color: #333333;
}

/* child 6 */
#navcontainer ul ul ul ul ul ul ul a {
	color: #333333;
}

/* this sets the current page and any ancestor pages to the hover-text color */

#navcontainer #current,
#navcontainer .currentAncestor {
	color: #0B8C0B;
}

#navcontainer #bottomBar {
	border-top-color: #999999;
	background-color: #515151;
}

#contentContainer {
	border-color: #FFFFFF;
}

/* this sets up the rss feed links in the home page sidebar to be colorless unless hovered over. Works with text-decoration: none in styles.css */

#sidebar-rss-feeds a {
	color: #333333;
}

#sidebar-rss-feeds a:hover {
	color: #0B8C0B;
}

/* normal sidebar element coloring */

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5,
.blog-archive-link {
	border-bottom-color: #999999;
	color: #666666;
}

#sidebarContainer #sidebar {
	border-bottom-color: #999999;
}

.blog-entry-comments,
.blog-archive-headings-wrapper {
	border-top-color: #666666;
	color: #666666;
}

.blog-entry-comments a,
.blog-entry-date {
	color: #666666;
}

.thumbnail-frame img,
.photo-frame,
.movie-thumbnail-frame img {
	border-color: #978F7E;
	background: #000000;
}

/* breadcrumb menu colors */

#breadcrumbcontainer a {
	color: #0B8C0B;
}

#footerbcContainer a {
	color: #0B8C0B;
}
