/* theme colours */
.red {
	color: #ed1c24;
}

.mobilityaccess, .moveme, .movement {
	background-color: #f9de00;
	color:white;
}

.mobilityaccessfade, .movemefade {
	background-image: url(/images/website/mobilityspot.gif);	
}


.towncountry {
	background-color: #25479c;
	color:white;
}

.sustainabletourism {
	background-color: #00abed;
	color:white;
}

.sustainabletourismfade {
	background-image: url(/images/website/tourismspot.gif);	
}

.schoolcommunity, .ournewschool {
	background-color: #773393;
	color:white;
}

.schoolcommunityfade, .ournewschoolfade {
	background-image: url(/images/website/schoolspot.gif);	
}

.housinghome {
	background-color: #f37421;
	color:white;
}

.foodnutrition, .urbanfarming {
	background-color: #ff6600;
	color:white;
}

.foodnutritionfade, .urbanfarmingfade {
	background-image: url(/images/website/foodspot.gif);	
}

.healthwellbeing {
	background-color: #e91d8f;
	color:white;
}

.healthwellbeingfade {
	background-image: url(/images/website/healthspot.gif);	
}

.events, .dottencounter, .dott07festival, .explorersclub, .pechakucha, .interviews {
	background-color: #ED1C24;
	color:white;
}

.eventsfade, .dottencounterfade, .dott07festivalfade, .explorersclubfade, .pechakuchafade, .interviewsfade {
	background-image: url(/images/website/dottspot.gif);	
}

.energyenvironment, .low-carb-lane, .ecodesignchallenge  {
	background-color: #0da64a;
	color:white;
}

.energyenvironmentfade, .low-carb-lanefade, .ecodesignchallengefade {
	background-image: url(/images/website/energyspot.gif);	
}

.general {
	background-color: #cc33ff;
	color:white;
}

.education {
	background-color: #99ccff;
	color:white;
}

/* Attempted automatic colour fade

.colorFade {
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}
.noFade {
	filter:alpha(opacity=200);
	opacity: 2;
	-moz-opacity:2;
} */
/* End Theme Colours */






