
/*****************************************************************************
 *
 * Theme: comfort *
 *****************************************************************************/

/**
 * Global header
 */
.theme-comfort #global-header {
	border-color: #6caddf !important;
}

/**
 * Themeboard
 */
.themeboard .theme {
	width: 25%;
}
.themeboard .theme.theme-comfort .target {
	background: #6caddf;
	background: -moz-linear-gradient(top,  #6caddf 0%, #5f9ac7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6caddf), color-stop(100%,#5f9ac7));
	background: -webkit-linear-gradient(top,  #6caddf 0%,#5f9ac7 100%);
	background: -o-linear-gradient(top,  #6caddf 0%,#5f9ac7 100%);
	background: -ms-linear-gradient(top,  #6caddf 0%,#5f9ac7 100%);
	background: linear-gradient(to bottom,  #6caddf 0%,#5f9ac7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6caddf', endColorstr='#5f9ac7', GradientType=0 );

	/*color: #6caddf;*/
}
.themeboard .theme.theme-comfort a.target:hover {
	background: #5f9ac7;
}
.themeboard .theme.theme-comfort a.target:hover .deco {
	background-color: #6caddf;
}

/**
 * Section nav
 */
.section-nav ul ul li.theme-comfort > a > .current-icon {
	background: #6caddf;
}

/**
 * Category
 */
.advantage-category.theme-comfort .advantage-category-heading h2 {
	color: #6caddf;
}

/**
 * Advantage List
 */
.theme-comfort ul.advantage-list li .text .more a {
	color: #6caddf;
}

/**
 * Advantage
 */
.advantage.theme-comfort .advantage-heading h2 {
	color: #6caddf;
}

/**
 * Widget
 */
.advantage-widget.theme-comfort .advantage-widget-header {
	border-top-color: #6caddf;
	border-bottom-color: #639cc9;
	background-color: #6caddf;
}

/**
 * Vote
 */
.theme-comfort .advantage-vote .vote-button .check .check-svg .check-path {
	fill: #6caddf;
}
.theme-comfort .advantage-vote .bubble .content .pulse {
	color: #6caddf;
}

/**
 * General
 */
.theme-comfort .theme-text {
	color: #6caddf;
}
.theme-comfort .theme-background {
	background: #6caddf;
}

/*****************************************************************************
 *
 * Theme: safety *
 *****************************************************************************/

/**
 * Global header
 */
.theme-safety #global-header {
	border-color: #bed73b !important;
}

/**
 * Themeboard
 */
.themeboard .theme {
	width: 25%;
}
.themeboard .theme.theme-safety .target {
	background: #bed73b;
	background: -moz-linear-gradient(top,  #bed73b 0%, #aac034 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed73b), color-stop(100%,#aac034));
	background: -webkit-linear-gradient(top,  #bed73b 0%,#aac034 100%);
	background: -o-linear-gradient(top,  #bed73b 0%,#aac034 100%);
	background: -ms-linear-gradient(top,  #bed73b 0%,#aac034 100%);
	background: linear-gradient(to bottom,  #bed73b 0%,#aac034 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed73b', endColorstr='#aac034', GradientType=0 );

	/*color: #a0ba1f;*/
}
.themeboard .theme.theme-safety a.target:hover {
	background: #aac034;
}
.themeboard .theme.theme-safety a.target:hover .deco {
	background-color: #bed73b;
}

/**
 * Section nav
 */
.section-nav ul ul li.theme-safety > a > .current-icon {
	background: #bed73b;
}

/**
 * Category
 */
.advantage-category.theme-safety .advantage-category-heading h2 {
	color: #a0ba1f;
}

/**
 * Advantage List
 */
.theme-safety ul.advantage-list li .text .more a {
	color: #a0ba1f;
}

/**
 * Advantage
 */
.advantage.theme-safety .advantage-heading h2 {
	color: #a0ba1f;
}

/**
 * Widget
 */
.advantage-widget.theme-safety .advantage-widget-header {
	border-top-color: #bed73b;
	border-bottom-color: #a0ba1f;
	background-color: #bed73b;
}

/**
 * Vote
 */
.theme-safety .advantage-vote .vote-button .check .check-svg .check-path {
	fill: #a0ba1f;
}
.theme-safety .advantage-vote .bubble .content .pulse {
	color: #bed73b;
}

/**
 * General
 */
.theme-safety .theme-text {
	color: #a0ba1f;
}
.theme-safety .theme-background {
	background: #bed73b;
}

/*****************************************************************************
 *
 * Theme: economics *
 *****************************************************************************/

/**
 * Global header
 */
.theme-economics #global-header {
	border-color: #ffd200 !important;
}

/**
 * Themeboard
 */
.themeboard .theme {
	width: 25%;
}
.themeboard .theme.theme-economics .target {
	background: #ffd200;
	background: -moz-linear-gradient(top,  #ffd200 0%, #ebc200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd200), color-stop(100%,#ebc200));
	background: -webkit-linear-gradient(top,  #ffd200 0%,#ebc200 100%);
	background: -o-linear-gradient(top,  #ffd200 0%,#ebc200 100%);
	background: -ms-linear-gradient(top,  #ffd200 0%,#ebc200 100%);
	background: linear-gradient(to bottom,  #ffd200 0%,#ebc200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ebc200', GradientType=0 );

	/*color: #ffd200;*/
}
.themeboard .theme.theme-economics a.target:hover {
	background: #ebc200;
}
.themeboard .theme.theme-economics a.target:hover .deco {
	background-color: #ffd200;
}

/**
 * Section nav
 */
.section-nav ul ul li.theme-economics > a > .current-icon {
	background: #ffd200;
}

/**
 * Category
 */
.advantage-category.theme-economics .advantage-category-heading h2 {
	color: #ffd200;
}

/**
 * Advantage List
 */
.theme-economics ul.advantage-list li .text .more a {
	color: #ffd200;
}

/**
 * Advantage
 */
.advantage.theme-economics .advantage-heading h2 {
	color: #ffd200;
}

/**
 * Widget
 */
.advantage-widget.theme-economics .advantage-widget-header {
	border-top-color: #ffe879;
	border-bottom-color: #f3c800;
	background-color: #ffd200;
}

/**
 * Vote
 */
.theme-economics .advantage-vote .vote-button .check .check-svg .check-path {
	fill: #ffd200;
}
.theme-economics .advantage-vote .bubble .content .pulse {
	color: #ffd200;
}

/**
 * General
 */
.theme-economics .theme-text {
	color: #ffd200;
}
.theme-economics .theme-background {
	background: #ffd200;
}

/*****************************************************************************
 *
 * Theme: sustainability *
 *****************************************************************************/

/**
 * Global header
 */
.theme-sustainability #global-header {
	border-color: #a83978 !important;
}

/**
 * Themeboard
 */
.themeboard .theme {
	width: 25%;
}
.themeboard .theme.theme-sustainability .target {
	background: #a83978;
	background: -moz-linear-gradient(top,  #a83978 0%, #8e2f65 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a83978), color-stop(100%,#8e2f65));
	background: -webkit-linear-gradient(top,  #a83978 0%,#8e2f65 100%);
	background: -o-linear-gradient(top,  #a83978 0%,#8e2f65 100%);
	background: -ms-linear-gradient(top,  #a83978 0%,#8e2f65 100%);
	background: linear-gradient(to bottom,  #a83978 0%,#8e2f65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83978', endColorstr='#8e2f65', GradientType=0 );

	/*color: #a83978;*/
}
.themeboard .theme.theme-sustainability a.target:hover {
	background: #8e2f65;
}
.themeboard .theme.theme-sustainability a.target:hover .deco {
	background-color: #a83978;
}

/**
 * Section nav
 */
.section-nav ul ul li.theme-sustainability > a > .current-icon {
	background: #a83978;
}

/**
 * Category
 */
.advantage-category.theme-sustainability .advantage-category-heading h2 {
	color: #a83978;
}

/**
 * Advantage List
 */
.theme-sustainability ul.advantage-list li .text .more a {
	color: #a83978;
}

/**
 * Advantage
 */
.advantage.theme-sustainability .advantage-heading h2 {
	color: #a83978;
}

/**
 * Widget
 */
.advantage-widget.theme-sustainability .advantage-widget-header {
	border-top-color: #a83978;
	border-bottom-color: #912662;
	background-color: #a83978;
}

/**
 * Vote
 */
.theme-sustainability .advantage-vote .vote-button .check .check-svg .check-path {
	fill: #a83978;
}
.theme-sustainability .advantage-vote .bubble .content .pulse {
	color: #a83978;
}

/**
 * General
 */
.theme-sustainability .theme-text {
	color: #a83978;
}
.theme-sustainability .theme-background {
	background: #a83978;
}

