
#share-wrapper {
	margin: 10px 0 0 0;
	position: fixed;
	right: 0;
	z-index: 99;
}

#share-wrapper ul.share-inner-wrp {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#share-wrapper li.button-wrap {
	display: block;
	width: 180px;
	margin: 0px -146px 3px 0;
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
}

#share-wrapper li.button-wrap > a {
	padding: 1px 10px 1px 60px;
	height: 36px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #81431C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 2px solid #B3B378;/* rgba(30,88,194,0.25); transparent; rgba(30,88,194,1.0); */
	border-right: 0;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

#share-wrapper li.button-wrap > a:hover {
	color: #D41D22;
/*	border-color: #1E58C2; */
}

#share-wrapper .facebook > a {
	background: url('buttons/hover/facebook.png') no-repeat left, url('../../images/bg2.jpg'), #F2F0DB;
}

#share-wrapper .twitter > a {
	background: url('buttons/hover/twitter.png') no-repeat left, url('../../images/bg2.jpg'), #F2F0DB;
}

#share-wrapper .digg > a {
	background: url('buttons/hover/digg.png') no-repeat left, url('../../images/bg2.jpg'), #F2F0DB;
}

#share-wrapper .stumbleupon > a {
	background: url('buttons/hover/stumbleupon.png') no-repeat left, url('../../images/bg2.jpg'), #F2F0DB;
}

#share-wrapper .delicious > a {
	background: url('buttons/hover/delicious.png') no-repeat left, url('../../images/bg2.jpg'), #F2F0DB;
}

#share-wrapper .google > a {
	background: url('buttons/hover/google.png') no-repeat left, url('../../images/bg2.jpg'), #F2F0DB;
}

.button-wrap div {
	position: absolute;
	display: none;
	width: 186px;
	height: 36px;
	text-align: center;
	margin-left: 0px;
	line-height: 30px;
	font-weight: bold;
	color: #D41D22;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 2px solid #B3B378;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
/*	-moz-border-radius-topleft: 18px;
	-webkit-border-top-left-radius: 18px;
	border-top-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	-webkit-border-bottom-left-radius: 18px;
	border-bottom-left-radius: 18px;
*/
	-webkit-box-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	background-color: #F2F0DB;
	background: #F2F0DB;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
	cursor: pointer;
	z-index: -1;
}

.button-wrap div:after {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	border: 16px solid transparent;
	border-left: 16px solid #B3B378;
	left: 100%;
	top: 0;
}


/* Mobile (0-767) (design for 420)
==================================================================*/
@media only screen and (max-width: 767px) {

	#share-wrapper {
		bottom: -2px;
		position: fixed;
		padding: 3px 5px 0px 5px;
		background: #EBEBEB;
		width: 100%;
		margin: 0px;
		-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
		-o-box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
		box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
	}

	#share-wrapper ul.share-inner-wrp {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
/*		overflow: auto; */
	}

	#share-wrapper li.button-wrap, #share-wrapper .button-wrap-title {
		display: inline-block;
		width: 45px !important;
		margin: 0px;
		padding: 0px;
		margin-left: 0px !important;
	}

	#share-wrapper .button-wrap-title {
		float: left;
	}

	#share-wrapper li.button-wrap > a {
		padding: 1px 1px 0px 1px;
		height: 34px;
		width: 36px;
		display: inline-block;
		text-indent: -10000px;
		float: left;
		border: 2px solid #B3B378;/* rgba(30,88,194,0.25); transparent; rgba(30,88,194,1.0); */
		border-bottom: 0;
		-moz-border-radius: 6px 6px 0px 0;
		-webkit-border-radius: 6px 6px 0px 0;
		border-radius: 6px 6px 0px 0;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

}
