/* Links */
a { color: #e89842; text-decoration:none; }
a:visited { color: #e89842; text-decoration:none; }
a:hover { color: #d0883b; text-decoration:none;}
a:focus { outline: thin dotted; text-decoration:none; }
a:hover, a:active { outline: 0; text-decoration:none; }

/* Body Background */
body { background: #000 url(../images/orange/body-bg.jpg) no-repeat center 0 scroll; }

/* Section Headings */

.block > h1, .widget > h1, .b-title {
  background-color:#f8f8f8;
  border-bottom:1px solid #e89842;
}

.block > h1 b, .widget > h1 b, .b-title b {
  background-color:#e89842;
  background-image: linear-gradient(bottom, rgb(232,152,66) 40%, rgb(244,178,107) 70%);
  background-image: -o-linear-gradient(bottom, rgb(232,152,66) 40%, rgb(244,178,107) 70%);
  background-image: -moz-linear-gradient(bottom, rgb(232,152,66) 40%, rgb(244,178,107) 70%);
  background-image: -webkit-linear-gradient(bottom, rgb(232,152,66) 40%, rgb(244,178,107) 70%);
  background-image: -ms-linear-gradient(bottom, rgb(232,152,66) 40%, rgb(244,178,107) 70%);

  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.4, rgb(232,152,66)),
  	color-stop(0.7, rgb(244,178,107))
  );
}

#locations h3 {color:#e89842;}

/* Footer Background */
footer { background: rgba(0,0,0,0.9) url(../images/orange/footer-bg.jpg) no-repeat center -120px scroll; }

#twitter_update_list a, #twitter_update_list a:visited { color: #e89842  !important; }
#twitter_update_list a:hover { color: #d0883b  !important; }
