a, .entry-title > a:hover {
  color: #cd312f; }

a:hover,
a:focus {
  color: #d85857; }

a.btn,
input[type=submit],
button[type=submit],
button.searchsubmit {
  background: #cd312f;
  color: #FFF; }
  a.btn:hover,
  input[type=submit]:hover,
  button[type=submit]:hover,
  button.searchsubmit:hover {
    background: #d6504e;
    color: #FFF; }

#paging a,
#paging a:visited,
#paging span {
  background: #cd312f;
  border: 1px solid #7a1d1c; }
#paging a:hover {
  background: #d6504e; }
