/* Default Red #ff6300 */

/* #Header
================================================== */
#header, #footer {
  background: #ff6300;
}

/* #Links
================================================== */
a, a:visited { color: #ff6300; text-decoration: none; outline: 0;
  -webkit-transition: 0.2s text-shadow linear;
  -o-transition: 0.2s text-shadow linear;
  -moz-transition: 0.2s text-shadow linear;
  transition: 0.2s text-shadow linear;
}

a:hover, a:focus { color: #ff311f; text-shadow: 0 0 2px rgba(255,255,255,0.2); }
p a, p a:visited { line-height: inherit; }

.slide-content .price, .price {
  color: #ff0000;
}

.button, input[type=submit], .wp-pagenavi a {
  background: none repeat scroll 0 0 #ff0000;
  border: 1px solid #ff1111;
  color: #fff !important;

  -moz-transition: 0.2s background-color linear;
  -webkit-transition: 0.2s background-color linear;
  -o-transition: 0.2s background-color linear;
  transition: 0.2s background-color linear;
}

.comment-reply-link, .btn-reply {
  background: none repeat scroll 0 0 #ff0000;
  border: 1px solid #ff1111;
  color: #fff !important;

  -moz-transition: 0.2s background-color linear;
  -webkit-transition: 0.2s background-color linear;
  -o-transition: 0.2s background-color linear;
  transition: 0.2s background-color linear;
}

.button:hover,
.btn-reply:hover,
.comment-reply-link:hover,
input[type=submit]:hover,
.wp-pagenavi a:hover {
  background: none repeat scroll 0 0 #d00000;
}

#navigation ul li a {
  background: #ad0c0c;
}

#navigation ul li a:hover {
  background: #ff6300;
}

#navigation ul {
  background: #C60000;
  border-top: 1px solid rgba(0,0,0,0.25);
}
