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