/* Links */
a { color: #e73f4a; text-decoration:none; }
a:visited { color: #e73f4a; text-decoration:none; }
a:hover { color: #87242a; text-decoration:none;}
a:focus { outline: thin dotted; text-decoration:none; }
a:active { color: #f05e68; }
a:hover, a:active { outline: 0; text-decoration:none; }

/* Body Background */
body { background: #000 url(../images/body-bg.jpg) no-repeat center 0 scroll; }

/* Section Headings */

.block > h1, .widget > h1 {
  background-color:#f8f8f8;
  border-bottom:1px solid #e73f4a;
}

.block > h1 b, .widget > h1 b {
  background-color:#e73f4a;
  background-image: linear-gradient(bottom, rgb(231,63,75) 17%, rgb(244,110,119) 59%);
  background-image: -o-linear-gradient(bottom, rgb(231,63,75) 17%, rgb(244,110,119) 59%);
  background-image: -moz-linear-gradient(bottom, rgb(231,63,75) 17%, rgb(244,110,119) 59%);
  background-image: -webkit-linear-gradient(bottom, rgb(231,63,75) 17%, rgb(244,110,119) 59%);
  background-image: -ms-linear-gradient(bottom, rgb(231,63,75) 17%, rgb(244,110,119) 59%);

  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.17, rgb(231,63,75)),
  	color-stop(0.59, rgb(244,110,119))
  );
}

#locations h3 {color:#e73f4a;}

/* Footer Background */
footer { background:url(../images/footer-bg.jpg) no-repeat center -120px scroll; }
