body {
	background-color: #6D6700;
	color: #FFFFFF;
}

#sidebarContent {
	color: #9B9B9B;	
}

#siteTitle h1 {
	color: #A1A3A4;
}

#siteSlogan h2 {
	color: #FFFFFF;
}

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

a:hover, a:active {
	color: #CCA150;
}

#sidebarContainer h3 {
	color:  #B5B5B5;
}

.filesharing-item {
	background-color: #EAEAEA;
}

#sidebarContainer {
	border-color: #FFFFFF;
}

#navcontainer a {
	background-color: #FFFFFF;
}

#navcontainer #current {
	background-color: #808000;
}

#navcontainer a:hover {
	background-color: #245637;
}

#navcontainer #current:hover {
	background-color: #245637;
}

#navcontainer ul ul a:hover {
	background-color: #245637;
}

#navcontainer ul ul a {
	background-color: #FFFFFF;
}

#navcontainer .currentAncestor {
		background-color: #999900;

}

.blog-entry-title a:link {
	color: #7C7C7C;
}

.blog-entry-title a:visited {
	color: #7C7C7C;
}

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