/* Share Bar */
.shareBar {
	width: 430px;
	background: #e9e9d1 url(../images/icons/share.png) no-repeat 10px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #6d7c6d;
	padding: 10px 10px;
	font-size: 13px;
	height: 20px;
	line-height: 30px;
	margin-top: 15px !important;
}
ul.share-actions {
	list-style:none;
	padding: 0;
	margin: 0 0 0 68px;
}
ul.share-actions li { 
	float: left;
	width: 20px;
	height: 20px;
	padding-left: 8px;
}
ul.share-actions li a { 
	text-indent:-999px; 
	position:absolute;
	outline: none;
} 
.share-actions li.facebook a { 
	background: url(../images/icons/fb.png) no-repeat top center;
	width: 18px;
	height: 20px;
}
.share-actions li.email a {
    background: url(../images/icons/email.png) no-repeat center 2px;
    width: 25px;
    height: 19px;
}
.share-actions li.email {
    left: -5px;
    position: relative;
}
.share-actions li.twitter a {
	background: url(../images/icons/twitter.png) no-repeat top center;
	width: 20px;
	height: 20px;
}
.share-actions li.delicious a {
	background: url(../images/icons/delicious.png) no-repeat top center;
	width: 20px;
	height: 20px;
}
.share-actions li.digg a {
	background: url(../images/icons/digg.png) no-repeat top center;
	width: 20px;
	height: 20px;
}
.share-actions li.stumbleupon a {
	background: url(../images/icons/stumbleupon.png) no-repeat top center;
	width: 20px;
	height: 20px;
}
.share-actions li.linkedin a {
	background: url(../images/icons/linkedin.png) no-repeat top center;
	width: 20px;
	height: 20px;
}
