/*** Colours styles for manchester.ac.uk v2 (2013) ***/
/*** Copyright: (c) 2013 The University of Manchester, UK, all rights reserved. ***/
/*** Authors: Robert J Lambert ***/

/*********** Table of Contents **************
:: Colours
*/

/*******/


/*******************************************************
 * Colours: 

* blue:						#425072
* footer:					#202002
* light blue:			#7bc5e0			(Factfiles)
* mid blue:				#7eafbe			(Staff directory)
* orange:					#ef4623	
* red:						#d23804

* light grey 1:		#f4f4f4
* light grey 2:		#dcdcdc
* mid grey 1:			#a9a9a9
* mid grey 2:			#505050
* dark grey 1:		#313131
* dark grey 2:		#1d1d1d

* background: 		#f7f7f7

*** ( old ) ***
* purple:	 				#660099			Pantone 2602
* purple 2:	 			#6b2c91			
* yellow: 				#ffcc33			Pantone 123
* grey:		 				#999999			Pantone Cool Grey 8
************************************************************/

/******************************************
 * Colours
************************************************/
.blue { color: #425072; }
.blue-bg { background: #425072 !important; }
.duck-egg { background: #f1f5f4; }
.orange { color: #ef4623; }
.orange-bg { background: #ef4623 !important; }
.purple { color: #660099; }
.purple-bg { background: #660099 !important; }
.purple2 { color: #6a2c91; }
.purple2-bg { background: #6a2c91 !important; }
.red { color: #d23804; }
.red-bg { background: #d23804 !important; }
.sunny-yellow { color: #ffcc33; }
.sunny-yellow-bg { background: #ffcc33 !important; }
.yellow { color: #ffcc33; }
.yellow-bg { background: #ffcc33 !important; }
.white { color: #ffffff; }
.white-bg { background: #ffffff !important; }
.light-grey { color: #f4f4f4; }
.light-grey-bg { background: #f4f4f4 !important; }
.light-grey2 { color: #eee; }
.light-grey2-bg { background: #eee !important; }
.light-mid-grey { color: #dcdcdc; }
.light-mid-grey-bg { background: #dcdcdc !important; }
.light-mid-grey2 { color: #bababa; }
.light-mid-grey2-bg { background: #bababa !important; }
.mid-grey { color: #a9a9a9; }
.mid-grey-bg { background: #a9a9a9; color: #292929; }
.mid-grey2 { color: #868686; }
.mid-grey2-bg { background: #a9a9a9; color: #292929; }
.grey { color: #9d9a9c; }
.grey-bg { background: #9d9a9c !important; }
.dark-grey { color: #53565a; }
.dark-grey-bg { background: #53565a; color: #fff; text-shadow: 0 1px 0 #000; }
.dark-grey2 { color: #505050; }
.dark-grey2-bg { background: #505050; color: #efefef; }
.dark-grey3 { color: #303030; }
.dark-grey3-bg { background: #303030; color: #efefef; }
.dark-grey h2, .dark-grey h3 { color: #fff; }
.rich-black { background: #080c1c; color: #fff; text-shadow: 0 1px 0 #000; }
.rich-black h3 { color: #fff; }
.mid-grey.text-shadow { text-shadow: 0 1px 0 #d9d9d9; }
.dark-grey.text-shadow { text-shadow: 0 1px 0 #000; }