

/* Background color / image */
body {
			background-image:url(https://archivio2.cdltre.it/wp-content/uploads/2015/06/facciata-bassa-opacizzata.jpg); */
		background-repeat: no-repeat;
		background-position: center bottom;
		background-attachment: fixed;
	}

/* Link colors */
a {
	color:#000000;
}

/* 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:#E2001A;
}

/* 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:#E2001A;
}

/* 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;
}


