/* Share button */

/* outer wrapper */
#share-wrapper {
	margin-top: 200px;
	position:fixed;
	left: 0;
	z-index: 1000;
}

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

/* the list */
#share-wrapper li.button-wrap {
	background: #E4EFF0;
	padding: 0px 0px 0px 10px;
	display: block;
	width: 140px;
	margin: 0px 0px 1px -90px;
}

/* share link */
#share-wrapper li.button-wrap > a {
	padding-right: 60px;
	height: 50px;
	display: block;
	line-height: 50px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	font-family: nexabold;
	font-size: 16px;
}

/* background image for each link */
#share-wrapper .facebook > a{
	background: url(../png/si-02.png) no-repeat right;
}
#share-wrapper .twitter > a{
	background: url(../png/si-03.png) no-repeat right;
}
#share-wrapper .digg > a{
	background: url(../digg.html) no-repeat right;
}
#share-wrapper .stumbleupon > a{
	background: url(../png/si-06.png) no-repeat right;
}
#share-wrapper .delicious > a{
	background: url(../png/si-04.png) no-repeat right;
}
#share-wrapper .google > a{
	background: url(../png/si-01.png) no-repeat right;
}
#share-wrapper .email > a{
	background: url(../jpg/email.jpg) no-repeat right;
}

/* small screen */
@media all and (max-width: 699px) {
	#share-wrapper {
		bottom: 0;
		position: fixed;
		padding: 5px 5px 0px 5px;
		background: #EBEBEB;
		 z-index: 2000;
		width: 100%;
		margin: 0px;
		-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
		-o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
		box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
	}
	#share-wrapper ul.share-inner-wrp {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		overflow: auto;
	}
	#share-wrapper li.button-wrap {
		display: inline-block;
		width: 50px!important;
		margin: 0px;
		padding: 0px;
		margin-left:0px!important;
	}
	#share-wrapper li.button-wrap > a {
		height: 50px;
		display: inline-block;
		text-indent: -10000px;
		width: 50px;
		padding-right: 0;
		float: left;
	}
}
