/* TEXT COLORS */

body{
	color: #444444;
}

section h1, section h2, section h3, 
section h4, section h5, section h6, 
.blog-entry-title a, .blog-entry-date, 
.blog-entry-title a:hover, 
.album-title, .movie-page-title {
	color: #222222;
}

header h1, 
header h1 a {
	color: #222222;
}

header h2 {
	color: #666666;
}

section a {
	color: #666666;
}

section a:hover {
	color: #999999;
}

footer {
	color: #AAAAAA;
}

footer a {
	color: #444444;
}