/**
 * Plugin Name : Wordpress Advanced Authors
 * Front-end style
 */

.wpadv_author_box {
	float: left;
	clear: both;
	border: 1px solid #dedede;
	border-radius: 3px;
	width: 100%; 
	margin: 20px 0px;
	background: #f8f8f8;
	box-shadow: 0px 0px 15px #e2e2e2;
	position: relative;

}
.wpadv_author_box .box-border{
	border: 1px solid #fff;
}

.wpadv_author_box .box-border .content  {
	float: left; clear: both;
	width: 90%; margin-left: 5%; 
	height: 90%; margin-top: 5%; 
	margin-bottom: 3%; 
}

.wpadv_author_box .box-border .twitter_icon {
	width: 26px;
	height: 19px;
	background: url(../images/bird.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 3;
	top: -8px;
	right: 18px;
}

.wpadv_author_box .box-border .twitter_icon.active {
	background: url(../images/bird-active.png) no-repeat;
}

.wpadv_author_box .content .avatar {
	float: left; clear: both;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	width: auto;
}

.wpadv_author_box .content .avatar img {
	border: 7px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #e2e2e2;
	
}

.wpadv_author_box .content .avatar:after {
	width: 15px;
	height: 18px;
	position: absolute;
	right: 6px;
	top: 10px;
	background: url(../images/arrow.png) no-repeat;
	content: " ";
}

.wpadv_author_box .content .user-bio {
	
	overflow: hidden;

}

.wpadv_author_box .content .user-bio .head {
	font-size: 24px;
	margin: 0px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #98ad52;
}

.wpadv_author_box   p {
	font-family: arial; 
	color: #808080;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.02em;
}

.wpadv_author_box   a {
	color: #98ad52;
}

/**
 * Social icons
 */

.wpadv_author_box .content .social_icons {
	float: right;
	clear: both; 
	margin-top: 20px;
	margin-bottom: -10px;
}

.wpadv_author_box .social_icons a {
	width: 20px;
	height: 20px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50px;
	padding: 9px 10px;
	-webkit-border-radius: 50px;
	box-shadow: 0px 1px 0px #d4d4d4;
	float: left; margin-right: 10px;
	margin-bottom: 10px;
	position: relative;

}

/**
 * Tool tip
 */
.wpadv_author_box .social_icons a .title {
	background: #323232;
	font-size: 11px;
	padding: 3px 8px;
	position: absolute;
	top: -30px;
	left: 0px;
	border-radius: 3px;


}
.wpadv_author_box .social_icons a .title:after {
	top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}
.wpadv_author_box .social_icons a .title:after {
	border-color: rgba(50, 50, 50, 0); border-top-color: #323232; border-width: 5px; left: 30%; margin-left: -5px;
}


.wpadv_author_box .social_icons a:last-child {
	margin-right: 0px;
}

.wpadv_author_box .social_icons a.wpadv_facebook {
	background-image: url(../images/social/facebook.png);
}

.wpadv_author_box .social_icons a.wpadv_twitter {
	background-image: url(../images/social/twitter.png);
}

.wpadv_author_box .social_icons a.wpadv_googleplus {
	background-image: url(../images/social/plus.png);
}

.wpadv_author_box .social_icons a.wpadv_rss {
	background-image: url(../images/social/rss.png);
}

.wpadv_author_box .social_icons a.wpadv_skype {
	background-image: url(../images/social/skype.png);
}

.wpadv_author_box .social_icons a.wpadv_msn {
	background-image: url(../images/social/msn.png);
}

.wpadv_author_box .social_icons a.wpadv_linkedin {
	background-image: url(../images/social/linkedin.png);
}

.wpadv_author_box .social_icons a.wpadv_lastfm {
	background-image: url(../images/social/lastfm.png);
}

.wpadv_author_box .social_icons a.wpadv_flickr {
	background-image: url(../images/social/flickr.png);
}

.wpadv_author_box .social_icons a.wpadv_diggit {
	background-image: url(../images/social/diggit.png);
}

.wpadv_author_box .social_icons a.wpadv_yahoo {
	background-image: url(../images/social/yahoo.png);
}

.wpadv_author_box .social_icons a.wpadv_youtube {
	background-image: url(../images/social/youtube.png);
}


/**
 * Twitter Box
 */
.wpadv_author_box  .tweets-content {
	position: absolute;
	z-index: 2;
	top: 0px; 
	left: 0px;
	width: 100%; 
	margin: 0px;
	background: #323232; 
	border-bottom: 1px solid #fff;
}

.wpadv_author_box .tweets-content .content-a {
	width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-top: 5%; 
	margin-bottom: 3%;
}

.wpadv_author_box .tweets-content p {
	color: #ACACAC;
	float: left;
	margin-bottom: 0px;
}

.wpadv_author_box .tweets-content a {
	font-size: 13px;
	margin: 0px;
	
}

.wpadv_author_box .tweets-content a.small {
	color: #808080;
	font-size: 10px;
	background: #fff;
	padding: 3px 7px;
	border-radius: 5px 5px 0px 0px;
	margin-top: 10px;
	float: right; clear: both;
}