﻿/*
**
** Colour changes by theme.
**
** MAINCOLOUR = #9acf8b
** FOOTERTEXTCOLOUR = #C8E5C0
** FOOTERLINKCOLOUR = #DAEED5
** CREDITSCOLOUR = #B6DCAB 
*/
body 
{
	background-color: #9acf8b;
	color: #202020;
}

#Wrapper
{
	background-color: #9acf8b; 
}	

#Banner
{
	background: transparent /*url(Graphics/theme1.jpg) no-repeat; */
}	

h1, h2, h3, h4 { color: #9acf8b; }

a:hover { 	color: #9acf8b; }
a:active { color: #9acf8b; }

#Navigator ul li a:hover 
{ 
	background-color: #ffffff; color: #9acf8b;
}	

#TagLine { background-color: #9acf8b; }

.TabSelected { color: #9acf8b; }

.AdDownloads { border-bottom: solid 5px #9acf8b; border-right: solid 5px #9acf8b; }

#Footer { color: #C8E5C0; }
#Footer a { color: #DAEED5; }
#Footer a:hover { color: #DAEED5; text-decoration: underline; }
.Ion { color: #B6DCAB; }
