#cab-author {
	padding-top: 1px;
	position: relative;
	background: rgba(50,50,50,0.5);
	border: solid 1px rgba(150,150,128,0.3);
	border-radius: 4px;
	min-height: 128px;
	margin-top: 30px;
	margin-right: -100px;
	padding-right: 80px;
	z-index: 20;
	clear: both;
}
.light_layout #cab-author {
	background: rgba(255,255,255,0.7);
}
#cab-twitter, #cab-facebook, #cab-google_plus, #cab-linkedin {
	
} 

a.cab-author-name {
	font-size:	16px;
	color: #fff;
	font-weight:bold;
	padding-top: 5px;
	margin-bottom: -17px;
}
.light_layout a.cab-author-name {
	color: #000;
}

.cab-author-inner {
	padding: 17px 21px 0px 17px;
	min-height: 100px;
}

.cab-author-inner .cab-author-image {
	display: block;
	width: 62px;
	position: absolute;
}

.cab-author-image img, #cab-author .avatar  {
	/*check theme's styles line 219*/
}

/*.cab-author-inner .cab-author-image .cab-author-overlay{
	width: 87px;
	position: absolute;
	height: 87px;
	top: 0px;
	left: 0px;
	background: url(images/author-overlay-background.png) no-repeat;
}*/

.cab-author-inner .cab-author-info {
	padding-left: 110px;
	margin: 0;
	outline: 0 none;
	vertical-align: baseline;
	border: 0 none;
	font-size: 100%;
}

.cab-author {
	color: #bbb !important;
	text-shadow: none !important;
}
.light_layout .cab-author {
	color: #414400 !important;
	text-shadow: none !important;
}

.cab-author	{
	text-shadow: none !important;
}
.sharebutton {
	text-align: right;
}
.getsocial {
	opacity: .4;
}
.light_layout .getsocial {
	opacity: 0.8;
}
.getsocial:hover {
	opacity: 1;
}