
/*-------------

COLOUR PALETTE

#5f1431 - Plum 
#c81828 - Red
#f17a05 - Orange
#fbc317 - Yellow 
#bdc846 - Green
#46aac8 - Blue
#874c8d - Purple
#dfdedb - Grey

--------------*/

/*YELLOW*/
.content p.introduction,
.content p a:hover,
.content h2,
.middle-column p a:hover,
.middle-column p.more a,
.middle-column ul li a:hover {
	color:#fbc317;
}

div.image-block blockquote {
	background:#fbc317;
}

.middle-column {
	background:url(../images/inspiration-yellow-swoosh.gif) bottom left no-repeat;
}

.middle-column ul li {
	background: url(../images/bullet-yellow.gif) no-repeat 0 0.3em;
}

