/* =================================================================== */
/* dark-red #a42f44 light-red #cc4b62
====================================================================== */

#navigation ul li a:hover, 
#navigation ul li:hover > a, 
#bolded-line, 
.button.gray:hover, 
.button.light:hover, 
.button.color, 
input[type="button"] {
background: rgb(204, 75, 98); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204, 75, 98,1) 0%, rgba(164, 47, 68,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164, 47, 68,1)), color-stop(100%,rgba(204, 75, 98,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204, 75, 98) 0%,rgba(164, 47, 68,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204, 75, 98,1) 0%,rgba(164, 47, 68,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204, 75, 98,1) 0%,rgba(164, 47, 68,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204, 75, 98) 0%,rgba(164, 47, 68,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6bde', endColorstr='#0948c6',GradientType=0 ); /* IE6-9 */
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover, 
#scroll-top-top a, 
.post-icon {
	background-color:#0a6bde;
}

.mr-rotato-prev:hover, 
.mr-rotato-next:hover,
li.current, 
.tags a:hover {
	background-color: #72b626;
	border-color: #72b626;
}

#filters a:hover, 
.selected, 
#portfolio-navi a:hover {
	background-color: #a42f44 !important;
	border: 1px solid #a42f44 !important;
}