/*************************************************************************
	Westminster City School
	MODULE: 	colour-resources.css
	PURPOSE:	Colour changes for the Resources pages
	AUTHOR:		Matt Hill
	AUTHORURI:	http://www.friskdesign.com/
*************************************************************************/

/* Basic Elements
*************************************************************************/
/* Top Nav Bar */
#nav ul {background-color:#6dc8bf;}

/* Content Headings */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {color:#6dc8bf;}

/* Sidebar Panel Two */
.sidebar .two {background-color:#6dc8bf;}

/* Side bar selected states */
#navside ul li.current a,
#navside ul li.current a:visited,
#navside ul li li.current a,
#navside ul li li.current a:visited {color:#6dc8bf;}

/* Quick Links bar */
#footer h2 {background-color:#6dc8bf;}

/* Panels
*************************************************************************/
/* Sidebar Panel One */
#home .sidebar .one {
	background-color:#4e4e4e;
	background-color:rgba(153,153,153,0.8);
	background-color:rgba(78,78,78,0.8);	
}
#home .sidebar .two {
	background-color:#5353a4;
	background-color:rgba(83,83,164,0.8);	
}
#home .sidebar .three {
	background-color:#6dc8bf;
	background-color:rgba(109,200,191,0.8);		
}
#home #newsevents #newslist {
	background-color:#5353a4;
	background-color:rgba(83,83,164,0.8);	
}
#home #newsevents #eventlist {
	background-color:#4e4e4e;
	background-color:rgba(78,78,78,0.8);	
}
