a, a:visited {
	color: #6d5645
}
a:hover, a:active {
	color: #d4cfc7;
}
#content a, #content a:visited {
	color: #800000;
	background-color: #f4f4f4
}
#content a:hover, #content a:active {
	color: #f4f4f4;
	background-color: #800000
}


/*TOOLBAR*/
#toolbar {
	color: #fff;
}
#toolbar ul a {
	border-bottom-color: #1d1712;
}
#toolbar ul a:hover {
	color: #d4cfc7;
}
/*SIDEBAR*/
#sidebar {
	color: #fff;
}
#site_title {
	color: #f4f4f4;
}
#site_slogan {
	color: #ccc;
}
/*FOOTER*/
#footer {
	color: #fff;
}
/*BLOG*/
#content h1.blog-entry-title {
	color: #1d1712
}
#content h1.blog-entry-title a {
	color: #1d1712;
	background-color: transparent
}
#content h1.blog-entry-title a:hover, #content h1.blog-entry-title a:active {
	color: #800000;
	background-color: transparent
}
.blog-entry {
	border-bottom-color: #999fa6;
}
.blog-entry-date {
	color: #999
}
.blog-entry-comments, #content .blog-entry-comments a:link {
	color:#8e959d;
	background-color: transparent;
}
.blog-archive-headings-wrapper {
	border-bottom-color: #d0cbc4;
	color:#d0cbc4;
}
.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	color: #898681;
	border-bottom-color: #898681;
}
.blog-archive-link-enabled:hover {
	color: #f4f4f4;
}
#blog-rss-feeds a {
	color: #fb7d1e;
}

/*PHOTOALBUM*/
.thumbnail-caption {
	background:#16110d;
	color: #fff;
}