﻿/*

Color variants

Theme: Diaphanum

Author: Meesters in dialoog

*/

.bg-standard.transparency-standard .pane {
	background-color: #e6e6e6;
}

.bg-standard .no-thumb .cat-links a {
	color: #808080;
}

.bg-standard .no-thumb .entry-title a {
	color: #3e89aa;
}

/* COLOR_TWO */
.bg-color-two, 
.bg-color-two .pane, 
.collection .bg-color-two, 
.list-archive .bg-color-two, 
.widget-post .bg-color-two {
	color: #ccc;
	background-color: #3e89aa;
}

.bg-color-two .entry-title a, 
.bg-color-two .entry-title a:hover,
.bg-color-two .entry-title a:visited, 
.widget-post .bg-color-two .entry-title a {
	border-color: #c7d51b;
	color: #c7d51b;
}

.bg-color-two h3,
.bg-color-two .entry-title,
.bg-color-two .cat-links,
.bg-color-two .cat-links a,
.bg-color-two .cat-links a:hover,
.bg-color-two .cat-links a:visited,
.tile.bg-color-two .cat-links a,
.tile.bg-color-two .cat-links a:hover,
.tile.bg-color-two .cat-links a:visited,
.bg-color-two .entry-meta, 
.widget-post .bg-color-two .cat-links a,
.widget-post .bg-color-two .cat-links a:hover,
.widget-post .bg-color-two .cat-links a:visited,
.widget-post .bg-color-two .entry-meta, 
.bg-color-two .event-date,
.bg-color-two .event-all-day,
.bg-color-two .event-from,
.bg-color-two .event-to, 
.bg-color-two .entry-excerpt { 
	border-color: #e6e6e6;
	color: #e6e6e6;
}

/* COLOR_THREE */
.bg-color-three,
.bg-color-three .pane,
.collection .bg-color-three, 
.list-archive .bg-color-three {
	color: #4d4d4d;
	background-color: #c7d51b;
}

.bg-color-three .pane,
.collection .bg-color-three, 
.list-archive .bg-color-three {
	color: #4d4d4d;
	background-color: #c7d51b;
}

.bg-color-three h3,
.bg-color-three .bio,
.bg-color-three .bio h3,
.bg-color-three .entry-title,
.bg-color-three .cat-links,
.bg-color-three .cat-links a,
.bg-color-three .cat-links a:hover,
.bg-color-three .cat-links a:visited,
.bg-color-three .entry-meta,
.bg-color-three .entry-excerpt { 
	color: #808080;
}

.bg-color-three.transparency-custom h3,
.bg-color-three.transparency-custom .entry-title,
.bg-color-three.transparency-custom .cat-links,
.bg-color-three.transparency-custom .cat-links a,
.bg-color-three.transparency-custom .cat-links a:hover,
.bg-color-three.transparency-custom .cat-links a:visited,
.bg-color-three.transparency-custom .entry-meta,
.bg-color-three.transparency-custom .entry-excerpt { 
	color: #808080;
}

.bg-color-three .no-thumb .cat-links a {
	color: #808080;
}

.bg-color-three .no-thumb .entry-title a {
	color: #3e89aa;
}

/* COLOR_FOUR */
.bg-color-four,
.bg-color-four .pane,
.collection .bg-color-four, 
.list-archive .bg-color-four {

	color: #b3b3b3;
	background-color: #553111;
}

.bg-color-four h3,
.bg-color-four .entry-title,
.bg-color-four .cat-links,
.bg-color-four .cat-links a,
.bg-color-four .cat-links a:hover,
.bg-color-four .cat-links a:visited,
.bg-color-four .entry-meta,
.bg-color-four .event-date,
.bg-color-four .event-all-day,
.bg-color-four .event-from,
.bg-color-four .event-to, 
.bg-color-four .entry-excerpt { 
	border-color: #b3b3b3;
	color: #b3b3b3;
}

.bg-color-four .entry-title a,
.bg-color-two .cat-links a:hover,
.bg-color-two .cat-links a:visited {
	border-color: #c7d51b;
	color: #c7d51b;
}

/* COLOR_BLACK */
.bg-black,
.bg-black .pane,
.collection .bg-black, 
.list-archive .bg-black {

	color: #b3b3b3;
	background-color: #1a1a1a;
}

.bg-black h3,
.bg-black .entry-title,
.bg-black .cat-links,
.bg-black .cat-links a,
.bg-black .cat-links a:hover,
.bg-black .cat-links a:visited,
.bg-black .entry-meta,
.bg-black .event-date,
.bg-black .event-from,
.bg-black .event-to, 
.bg-black .entry-excerpt { 
	border-color: #b3b3b3;
	color: #b3b3b3;
}

.bg-black .no-thumb .entry-title a {
	border-color: #3e89aa;
	color: #3e89aa;
}

