/* = 3.7 Contributors
	---------------------------------------------------------- 
	   = 3.7.1 ----- Contributor list
	   = 3.7.2 ----- Author Page
	---------------------------------------------------------- */
/* = 3.7.1 ----- Contributor list
	---------------------------------------------------------- */
.controw, .author-row {
  display: table-row;
}
.contributors-title h1 {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.contributors {
  display: table;
  width: 100%;
  /* Contributor Card */
}
.contricell {
  display: table-cell;
  width: 50%;
}
.contricell a {
  display: block;
  color: #8a8f95;
}
.contributor-card {
  background-color: #fff;
  margin: 0 10px 5px 0;
  display: inline-block;
}
.contributor-card:hover {
  cursor: pointer;
  box-shadow: 0 0 0 5px #cbd2d5;
  -moz-box-shadow: 0 0 0 5px #cbd2d5;
  -webkit-box-shadow: 0 0 0 5px #cbd2d5;
}
.contributor-content {
  float: left;
  width: 220px;
  padding: 0 0 0 10px;
}
.contributor-card h1 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.contributor-card span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contributor-image {
  float: right;
}
.contributor-image img {
  display: block;
  max-width: 62px;
  /* = 3.7.2 ----- Author Page
	---------------------------------------------------------- */
}
.author-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0 0 0 40px;
  /* Author Card */
}
.author-container {
  display: table;
  padding: 10px 40px;
}
.author-image, .author-content {
  display: table-cell;
  vertical-align: top;
}
.author-image img {
  display: block;
  max-width: 62px;
  margin-top: 5px;
}
.author-content p {
  margin: 0;
  padding: 0 0 10px 10px;
  /* Author Recent Posts */
}
.author-recent {
  padding: 0 40px 70px;
}
.author-recent-title {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
}
.author-recent a {
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0;
  padding: 10px 20px;
}
.author-recent a:hover {
  text-decoration: underline;
}
