/**
 * TESTIMONIALS
 */

#testimonials ul li {
  border-top: 1px solid #c3e6fb;
  padding: 20px 0;
  overflow: hidden;
}

#testimonials ul li:first-child {
  border-top: none;
  padding: 10px 0 20px 0
}

#testimonials .imageholder {
  background: url(../../wsCorePlugin/images/avatar-background.png) no-repeat;
  padding: 9px 16px 9px 9px;
  min-height: 102px;
  float: left;
}

#testimonials .content {
  background: url(../images/quote.png) 0 2px no-repeat;
}

#testimonials .imageholder + .content {
  margin: 0 0 0 100px;
}

#testimonials .imageholder img {
  max-height: 100px;
  max-width: 75px;
}

#testimonials blockquote {
  padding: 0 0 15px 0;
}

#testimonials blockquote p {
  font-family: Georgia;
  color: #0068b3;
  text-indent: 23px;
  font-style: italic;
  font-size: 1.25em;
  line-height: 20px;
}

#testimonials blockquote a {
  color: #0068b3;
}

#testimonials span {
  color: #8ad0f7;
}

#testimonials blockquote + a,
#testimonials blockquote + span > a {
  color: #8ad0f7;
}

#tertiary-column #testimonials .content {
  background: url(../images/quote.png) 0 2px no-repeat;
  padding: 0;
}

#testimonial-overview .user-image {
  border: 1px solid #c3e6fb;
  width: 70px;
  float: left;
  padding: 4px;
}

#testimonial-overview .user-image img {
  width: 70px;
}

#testimonial-overview .content {
  float: right;
  width: 451px;
}

#facebook #testimonial-overview .content {
  width: 411px;
}

#testimonial-overview .description {
  padding: 0;
  margin: 0;
}

#testimonial-overview .content .craftsman-logo {
  padding: 0 0 9px 9px;
  float: right;
  width: 140px;
}

#testimonial-overview .content .craftsman-logo img {
  width: 140px;
}

