@charset "utf-8";
/* CSS Document */


.author-box,
.author-box p {
    font-size: 14px;
}

.author-box-flat {
  background: none repeat scroll 0 0 rgb(31, 195, 124);
  padding: 15px;
}

.author-box-flat .about-the-author {
  font-size: 16px;
  margin: 0 0 20px;
}

.author-box-flat .author-thumb {
  display: inline-block;
  float: left;
  padding: 0;
  position: absolute;
  vertical-align: top;
  width: 80px;
}
.author-box-flat .avatar {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 0;
  width: auto;
}


.author-box-flat .author-info-box {
  display: inline-block;
  margin-left: 100px;
  vertical-align: top;
}

.author-box-flat .author-info-box .author-name {
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.author-box-flat .author-info-box .author-title {
  display: block;
  font-size: 12px;
  line-height: 10px;
  margin: 15px 0 10px;
  text-transform: capitalize;
}

.author-box-flat .author-info-box .author-bio{

}

.author-box-flat .author-social-links {
  margin: 15px 0 15px 100px;
}


.author-box-flat .author-social-links a {
  background: none repeat scroll 0 0 rgb(255, 0, 0);
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}

.author-box-flat .author-social-links a.twitter {
  background: url("images/twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.author-box-flat .author-social-links a.facebook {
  background: url("images/facebook.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.author-box-flat .author-social-links a.googleplus {
  background: url("images/googleplus.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.author-box-flat .author-social-links a.pinterest {
  background: url("images/pinterest.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.author-box-flat .author-social-links a.twitter {
  background: url("images/twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.author-box-flat .author-social-links a.mail {
  background: url("images/mail.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.author-box-flat .author-social-links a.website {
  background: url("images/website.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.author-box-flat .author-social-links a.skype {
  background: url("images/skype.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}


