/*Social Button Styles*/

/*Archive Styles*/
.home .social-archive {
	height: 26px;
	clear: both;
}

.home .fb-like { 
	right: auto;  
	top: -2px;
	left: -25px;
	width: 70px;
}

.menu .fb-like {
	right: -215px;
	top: -81px;
	left: auto;
}

.author-bio .g-plus { float: right; }


.IN-widget { padding: 0 8px 0 10px; margin-left: -24px; }

#socialbuttonnav .IN-widget { position: relative; padding: 0; top: -1px; margin-left: 0;  }


/*Single Post Styles*/
body.single .fb-like iframe {
	margin-left: 5px;
}

body.single span.fb_edge_comment_widget span iframe { 
	width: 350px !important; 
	height: 300px !important; 
}

ul#socialbuttonnav {
	list-style:none;
	width: 60px; 
	float: right; 
	overflow:visible;
	margin:0 auto;
	width: 65px;
	height: 312px;
	border: 1px solid;
    background: #F1F1F1;
    border: 1px solid #C1C1C1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px;
    margin: auto auto 7px 7px;
}

#socialbuttonnav li {
	margin: 10px auto;
	text-align: center;
}


/*Author Data Styles*/
#author-info {
	background: #F2F2F2;
	border: #272727 2px solid;
	margin-bottom: 5px;
	/* border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px; */
	padding: 20px;
	margin-bottom: 30px;
}


#author-info .meta-prep-author, .author-vcard {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

#author-info .author-vcard a {
	text-decoration: none;
}


#author-info img.avatar {
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .2); 
	float: left;
	width: auto;
}