#home_gallery .thumbnails {
    padding-left: 10px;
}
#home_gallery .thumbnails li {
    margin-left: 30px;
    margin-bottom: 0;
}
#home_gallery .thumbnail {
    border: none;
    box-shadow: none;
}
#home_gallery .thumbnail img {
    border: 2px solid #000000;
    box-shadow: 3px 3px 5px #222222;
}
#home_gallery .thumbnail h3 {
    font-family: 'Englebert',arial,serif;
    font-size: 2.5em;
    text-align: center;
    margin-top: -0.2em;
    font-weight: 400;
    color: #000000;
}

h1.blurb p {
    color: #B1B1B1;
    font-family: 'Englebert',arial,serif;
    font-size: .59em;
    letter-spacing: 0.0215em;
    line-height: 1;
}

#call_action {
    padding-top: 40px;
    text-align: center;
}
#call_action a {
    width: 56px;
    padding: 12px 15px 6px 8px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Englebert',arial,serif;
    font-size: 1.5em;
}

.btn-muted {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9B9B9B;
  *background-color: #9B9B9B;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b1b1), to(#9B9B9B));
  background-image: -webkit-linear-gradient(top, #b1b1b1, #9B9B9B);
  background-image: -o-linear-gradient(top, #b1b1b1, #9B9B9B);
  background-image: linear-gradient(to bottom, #b1b1b1, #9B9B9B);
  background-image: -moz-linear-gradient(top, #b1b1b1, #9B9B9B);
  background-repeat: repeat-x;
  border-color: #9B9B9B #9B9B9B #9B9B9B;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b1b1b1', endColorstr='#9B9B9B', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-muted:hover,
.btn-muted:active,
.btn-muted.active,
.btn-muted.disabled,
.btn-muted[disabled] {
  color: #ffffff;
  background-color: #9B9B9B;
  *background-color: #9B9B9B;
}

.btn-muted:active,
.btn-muted.active {
  background-color: #24748c \9;
}

.btn-fb {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6D84B4;
  *background-color: #6D84B4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#88a6e5), to(#6D84B4));
  background-image: -webkit-linear-gradient(top, #88a6e5, #6D84B4);
  background-image: -o-linear-gradient(top, #88a6e5, #6D84B4);
  background-image: linear-gradient(to bottom, #88a6e5, #6D84B4);
  background-image: -moz-linear-gradient(top, #88a6e5, #6D84B4);
  background-repeat: repeat-x;
  border-color: #6D84B4 #6D84B4 #6D84B4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88a6e5', endColorstr='#6D84B4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-fb:hover,
.btn-fb:active,
.btn-fb.active,
.btn-fb.disabled,
.btn-fb[disabled] {
  color: #ffffff;
  background-color: #6D84B4;
  *background-color: #6D84B4;
}

.btn-fb:active,
.btn-fb.active {
  background-color: #24748c \9;
}
