body {
	background-color: #1C1C1C;
	color: #CFCFCF;
}

#sidebarContent {
	color: #CECECE;	
}

#siteTitle h1 {
	color: #FDFDFD;
}

#siteSlogan h2 {
	color: #FFFFFF;
}

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

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

#sidebarContainer h3 {
	color:  #3E3E3E;
}

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

#sidebarContainer {
	border-color: #000000;
}

#navcontainer a {
	background-color: #1B1B1B;
}

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

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

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

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

#navcontainer ul ul a {
	background-color: #1B1B1B;
}

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

}

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

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

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