/* ANNE COLORS -------------------------- */
body > header h1 a:hover span.anne {
	color: #9adee3;
}
article.anne > section a:hover,
article.anne > .footnotes a:hover,
a.anne:hover,
.twitterlist.anne a:hover {
	background-color: #9adee3;
	border-bottom: 1px solid #9adee3;
	color: #000 !important;
}
article.anne > footer {
	background-color: #9adee3;
}
body > footer .anne a {
	color: #9adee3;
}
body > footer .anne a:hover {
	background-color: #9adee3;
	color: #000;
}
.comment-row.anne,
#comments-form input.submitbtn.anne {
	background-color: #9adee3;
}
nav.postslist .anne ul a {
	background-color: #9adee3;
	color: #000;
}
nav.postslist .anne ul a:hover,
#comments-form input.submitbtn.anne:hover {
	background-color: #222;
	color: #9adee3;
}




/* WILL COLORS -------------------------- */
body > header h1 a:hover span.will {
	color: #e2eb67;
}
article.will > section a:hover,
article.will > .footnotes a:hover,
a.will:hover,
.twitterlist.will a:hover {
	background-color: #e2eb67;
	border-bottom: 1px solid #e2eb67;
	color: #000 !important;
}
article.will > footer {
	background-color: #e2eb67;
}
body > footer .will a {
	color: #e2eb67;
}
body > footer .will a:hover {
	background-color: #e2eb67;
	color: #000;
}
.comment-row.will,
#comments-form input.submitbtn.will {
	background-color: #e2eb67;
}
nav.postslist .will ul a {
	background-color: #e2eb67;
	color: #000;
}
nav.postslist .will ul a:hover,
#comments-form input.submitbtn.will:hover {
	background-color: #222;
	color: #e2eb67;
}