/* purple theme */

a,
#switch ul li a.current,
#logo > div > a em {
	color:#9c02ae;
}

a:hover,
a:focus {
  color: #790087;
}

#top ul.span4 > li:hover > a, 
#top ul > li.active > a,
#front .title span,
#front .subtitle span,
#about-text h2,
#about .caption-border  {
	background-color: #9c02ae;
}

.section-type.dark h3, 
.section-type.dark h4 {
	color: #544455;
}

#locations-info p, #locations-info address {
	color: #b48db5;
}

/* buttons */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9c02ae;
  background-image: -moz-linear-gradient(top, #9c02ae, #680074);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c02ae), to(#680074));
  background-image: -webkit-linear-gradient(top, #9c02ae, #680074);
  background-image: -o-linear-gradient(top, #9c02ae, #680074);
  background-image: linear-gradient(to bottom, #9c02ae, #680074);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c02ae', endColorstr='#ff680074', GradientType=0);
  border-color: #680074 #680074 #460000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #680074;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #680074;
  *background-color: #790087;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #790087 \9;
}

/* theme images */
.flex-direction-nav a { background: url(../../images/themes/purple/slider-nav.png) no-repeat 0 0;}
.customSelectInner { background: url(../../images/themes/purple/select-arrow.png) no-repeat center right; }
.to-top { background: url(../../images/themes/purple/top.png) no-repeat; }
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { background-image:url(../../images/themes/purple/colorbox.png); }
#gallery figcaption div { background-image: url(../../images/themes/purple/zoom.png); }
#directions { background-color: #371438; background-image: url(../../images/themes/purple/locations.jpg); }