
	/**	Emails **/

/** Common **/
.email
{
	display: inline;
	vertical-align: middle;
	height: 1em;	/* The parent font-size. */
	padding: 0;
}
.jodie {
	/* Nothing. Used for finding the emails by decoding JS. */
}

/** Contact mailer **/
.email-contact,
.email-contact:active,
.email-contact:visited
{
	content: url(../img/email/contact-dd9032.svg);
}
.email-contact:hover,
.email-contact:focus
{
	content: url(../img/email/contact-777777.svg);
}
footer .email-contact,
footer .email-contact:active,
footer .email-contact:visited
{
	content: url(../img/email/contact-ffffff.svg);
}
footer .email-contact:hover,
footer .email-contact:focus
{
	content: url(../img/email/contact-777777.svg);
}
/* Pre-load hover images to avoid blinking on the first hover action after page refresh. */
.email-contact:after
{
	content: url(../img/email/contact-777777.svg);
}

