@charset "utf-8";

/* CSS Document */





.sab_author_widget {

float:left;

}

.circle_author img {

	

border: 1px solid #ddd;

padding: 3px;

-webkit-border-radius: 57px;

-moz-border-radius: 57px;

border-radius: 57px;

box-shadow: 0px 1px 1px #999393;

}

#sab_author_left a {

	text-decoration:none !important;

	border:0px;

}

.square_author img {

border: 1px solid #F5F5F5;

padding: 4px;

box-shadow: 0px 1px 1px #999393;

}




@-webkit-keyframes spaceboots {

	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }

	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }

	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }

	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }

	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }

	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }

	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }

	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }

	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }

	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }

	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }

}

a#shake img:hover,

a#shake img:focus {

	-webkit-animation-name: spaceboots;

	-webkit-animation-duration: 0.8s;

	-webkit-transform-origin:50% 50%;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-timing-function: linear;

}

.avatar {

	display:inline-block

}

a#rotator img:hover { 

-webkit-transform: rotate(360deg); 

-moz-transform: rotate(360deg); 

-o-transform: rotate(360deg);

-ms-transform: rotate(360deg); 

}

a#rotator img {

-webkit-transition: all 1s ease-in-out;

-moz-transition: all 1s ease-in-out;

-o-transition: all 1s ease-in-out;

-ms-transition: all 1s ease-in-out;

}

.sm-common {
float: left;
padding: 0px;
}
.sm-common img{
	border: 0px !important;
padding: 1px !important;
box-shadow: none !important;
width: 16px; 
}
#author-name div{
min-height: 28px;text-align:center;line-height:14px
}
div#author-social-media-div {
clear: both;
display: table; 
margin-right: auto; 
margin-left: auto;
min-height: 22px;
}
div#author-name {
clear: both;
width: 100%;
float: left;
padding: 5px 0px;
}

div#sab_author_left {
text-align: center;
}