/* -----------------------------------------
   Main Color #Red
----------------------------------------- */
a, a:visited, a:focus {
	color: #FF0000;
}

#logo span:hover {
	border-color: #FF0000;
}

.entry-tags,
a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover,
button[type=submit]:hover,
input[type=submit]:hover {
	background-color: #FF0000;
}