/*----------------------------------------------------------------------
[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: #bd542a */

/* GENERAL SHARED STYLES ----------------------------------------------*/

a, button { color: #bd542a;  }
	a:hover, button:hover, button:focus, a:focus, a:active { color: #000; }


/* GLOBAL SHARED STYLES -----------------------------------------------*/

ul#siteNavigation li a { color: #bd542a; }
#secondNavigation { background: #bd542a; }

.artworkOverlay { background: url('../Images/Themes/redArt.png'); }

.landingBlocks > ul > li > .box { border-color:#bd542a; }

/* - standard form - */

.form .error { border-color: #bd542a !important; }
.form .validationMessages { color: #bd542a; }
.form .labelError { background-image: url('../Images/Themes/redAsterisk.png'); }
.messagesTemplate .message { color: #BD542A; font-weight: bold; }

/* selection colours */

::selection { background: #BD542A; color: #fff; }
::-moz-selection { background: #BD542A; color: #fff; }
