/* Imports */
body {
  color: #5e5e5e;
  background: #EEE;
}
a {
  color: #eb132b;
}
#header-wrap {
  background: #ffffff;
}
#featured {
  position: relative;
}
#featured .slide {
  padding: 2.618em 0;
  min-height: 350px;
  background: url("../images/bg.jpg") !important; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f04155), to(#ff6377));
  background: -webkit-linear-gradient(#f04155, #ff6377);
  background: -moz-linear-gradient(center top, #f04155 0%, #ff6377 100%);
  background: -moz-gradient(center top, #f04155 0%, #ff6377 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f04155,endColorstr=#ff6377);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f04155, endColorstr=#ff6377)";
}
#featured .slide .entry {
  color: #f9b7bf;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.section-title h1 {
  color: #ec1f27; !important;
}
.follow-link a,
a.button,
a.woo-sc-button.custom,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button {
  border: 1px solid #f04155;
  background: #f04155;
  background: -webkit-gradient(linear, left top, left bottom, from(#f04155), to(#ff5266));
  background: -webkit-linear-gradient(#f04155, #ff5266);
  background: -moz-linear-gradient(center top, #f04155 0%, #ff5266 100%);
  background: -moz-gradient(center top, #f04155 0%, #ff5266 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f04155,endColorstr=#ff5266);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f04155, endColorstr=#ff5266)";
}
.follow-link a:hover,
a.button:hover,
a.woo-sc-button.custom:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover {
  background: #f04155;
  background: -webkit-gradient(linear, left top, left bottom, from(#f04155), to(#df3044));
  background: -webkit-linear-gradient(#f04155, #df3044);
  background: -moz-linear-gradient(center top, #f04155 0%, #df3044 100%);
  background: -moz-gradient(center top, #f04155 0%, #df3044 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f04155,endColorstr=#df3044);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f04155, endColorstr=#df3044)";
}
