/*----------------------------------------------------------------------
[Colour Stylesheet] 
Desc: colour specific styles

Copyright:		Great Fridays 2010
Client:			Emma Watson
Project:		Emma Watson official
Created by:		Adam Foster
Date created:	30 - 03 - 10			
-----------------------------------------------------------------------*/

/* COLOUR: #0c9895 */

/* GENERAL SHARED STYLES ----------------------------------------------*/

a { color: #0c9895; }
	a:hover { color: #000; }


/* GOLBAL SHARED STYLES -----------------------------------------------*/

ul#siteNavigation li a { color: #0c9895; }
#secondNavigation { background-color: #0c9895; }

.artworkOverlay { background-image: url('../Images/Themes/tealArt.png'); }

.landingBlocks > ul > li > .box { border-color:#0c9895; }

/* selection colours */

::selection { background: #0c9895; color: #fff; }
::-moz-selection { background: #0c9895; color: #fff; }
