/*============================================================================*\
	Helper styles
\*============================================================================*/
::-moz-selection{
	background:#E72802; /* OPTION: selection helper */
	color:#FFFFFF;
	text-shadow:none;
}
::selection{
	background:#E72802; /* OPTION: selection helper */
	color:#FFFFFF;
	text-shadow:none;
}
IMG::selection{
	background:transparent;
}
IMG::-moz-selection{
	background:transparent;
}
A:link{
	-webkit-tap-highlight-color:rgba(200, 0, 0, 0.4); /* OPTION: mobile link helper */
}
