/* Background color / image */
body {
			background-color:#FFFFFF;
	}

/* Link colors */
a {
	color:#232323;
}

/* Link hover colors and comment tag colors */
h2 a.article-comment-icon,
h3 a.article-comment-icon,
h4 a.article-comment-icon, 
a:hover, 
.header .header-top ul li a:hover {
	color:#C53C1C;
}

/* Comment tag icon colors */
h2 a.article-comment-icon .comment-icon,
h3 a.article-comment-icon .comment-icon,
h4 a.article-comment-icon .comment-icon {
	background-color:#C53C1C;
}

/* Photo galleries hover border color */
.photo-gallery-content .photo-gallery-layer .photo-tile:hover img {
	box-shadow:inset 0px 0px 0px 10px #000000;
}

/* Photo galleries hover title background & text color */
.photo-tile .gallery-title {
	background:#000000;
	color:#FFFFFF;
}

/* Photo galleries active thumbnail border color */
.photo-gallery-line .actual-photo-line ul li.active img {
	box-shadow:inset 0px 0px 0px 5px #000000;
}