/* Basic Styles to Clear Automatic Borders and Backgrounds */
article.post {
}
.sharing {
	position: absolute;
	right: 100%;
	margin: 0 16px 0 0;
	width: 55px;
}
	.sharing.float.right {
		left: 100%;
		margin: 0 0 0 16px;
	}
.sharing .sharing-header {
	background: #111;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	border: 1px solid #222;
	padding: 5px 10px;
	width: 40px;
	text-align: center;
	font-weight: bold;
	width: 50px;
	/* Get fancy! */
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	box-shadow:1px 0px 15px rgba(0,0,0,0.2);
	padding:5px 5px 0 5px;
}
	.sharing .sharing-header img {
		/* RESET any default CSS, if possible. */
		background: none;
		border: 0;
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
		margin: 0;
		padding: 0;
		/* Do our own CSS! */
		
	}
.sharing .sharebtns {
	display: none;
}
	.sharing .sharing-header:hover {
		cursor: pointer;
	}
	.sharing:hover .sharebtns, .sharing .sharing-header:hover + .sharebtns, .sharing .sharebtns:hover {
		display: block;
	}
	.sharing .sharebtns {
		margin-top: 5px;
		border:1px solid #bbb;
		width: 50px;
		background-color:#fff;
	  -webkit-border-radius: 3px;
	          border-radius: 3px;
	  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
		-webkit-box-shadow:1px 0px 15px rgba(0,0,0,0.2);
		-moz-box-shadow:1px 0px 15px rgba(0,0,0,0.2);
		box-shadow:1px 0px 15px rgba(0,0,0,0.2);
		padding:5px 5px 0 5px;
	}
	.sharing .sharebtns img {
		/* RESET any default CSS, if possible. */
		background: none;
		border: 0;
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
		margin: 0;
		padding: 0;
		/* Set our own CSS */
		width: 50px;
	}