html {
	color: rgba(0,0,0,0.52);
}

#avatar {
	background-color: #fff;
}

#nav ul {
	background-color: rgba(0,0,0,0.15);
}

#nav li a {
	color: rgba(0,0,0,0.98);
}

#nav li a:hover {
	color: rgba(0,0,0,0.5);
}

#about h1 a {
	color: rgba(0,0,0,0.75);
}

#about h1 a:hover {
	color: #000;
}

.meta a, .content a, .postcontent a, #footer a, #pagenav a, a {
	color: rgba(0,0,0,0.75);
}

.meta a:hover, .content a:hover, #footer a:hover, #pagenav a:hover, a:hover {
	color: #000;
} 

.meta {
	border-top: 5px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.5);
}

.meta a {
	color: rgba(0,0,0,0.75);
}

.postquote span {
	color: rgba(0,0,0,0.15);
}

.tags a {
	background: rgba(0,0,0,0.17);
}

.postcontent blockquote {
	border-left: 3px solid rgba(0,0,0,0.15);
}

.photo .photoarea a img, .photo .photoarea img {
	border: 10px solid #fff;
}

.photo .photoarea a:hover img {
	border: 10px solid #000;
}

.chat ul {
	border-left: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
}

.chat li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.chat li.even {
	background-color: rgba(0,0,0,0.05);
}

.audioplayer {
	background-color: #000;
}

#permapostnotes ol {
	border: 1px solid rgba(0,0,0,0.15);
	background-color: rgba(0,0,0,0.25);
}

#permapostnotes ol li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	color: rgba(255,254,255,0.5);
}
#permapostnotes li a { color: #000; }
#permapostnotes li a:hover { color: rgba(0,0,0,0.5); }

#permapostnotes li.tumblelog_adaptation { color: rgba(0,0,0,0.5); }
#permapostnotes li.tumblelog_adaptation a { color: #fff;}
#permapostnotes li.tumblelog_adaptation a:hover { color: #000;}

#pagenav {
	border-top: 5px solid rgba(0,0,0,0.15);
	color: rgba(0,0,0,0.25);
}

#footer {
	border-top: 5px solid rgba(0,0,0,0.15);
}
