/*  
Collection: Tales From Earthsea
*/


/* Titles and Quotes */
html h2,
html blockquote,
html cite {
	color: #206149;
}

/* Paragraph Text */
p {
	color: #206149;
}

/* Header Image */
header {
	background: url(../images/hero-title-earthsea.jpg) 0 30px no-repeat !important;
}

/* Nav Links */
nav {
	background: #294f41;
}

/* Collection Link */
nav li a.on {
	background: #214035;
}

/* Hover Link */
nav li a:hover {
	background: #206149;
}

