body {
	background-color: #555;
	color: #ccc;
}

#topbar-container { 
	background-color: #444; 
}

#site-header { 
	background-color: #111; 
    -webkit-box-shadow: 0 0 60px 10px #000;
	box-shadow: 0 0 60px 10px #000;
}

#site-footer {
	background-color: #333; 
    -webkit-box-shadow: 0 0 60px 10px #000;
	box-shadow: 0 0 60px 10px #000;
}

#header h1 a { 
	color: #222222;
}
#header h2 {  color: #cccccc; }


#site-menu ul.menu li a {
	color: #fff;
}

#site-menu ul.menu li a:first-letter {
	border: solid 4px #000;
	background-color: #000;
}

.post-type-container a {
	background-color: #eee;
}

.posts {
	background-color: #222;
	border: solid 4px #333; 
}


.post h3 a { color: #ccc; }

.audioplaycount { color: #ddd; }

#notes-container .notes .note { 
	border-bottom: 1px solid #aaa; 
}
	
/* QUOTES */
.quote .source { 
	color: #bbb;
}

/* NOTES */
#note-container .notes .note { 
	border-bottom: 1px solid #aaa; 
}

.reblogged {  color: #999999; }

.post-footer { 
	border-top: 1px solid #cccccc; 
	color: #999999; 
}