/* SHARE ICONS */
#onespot-main .share {
	margin-top: 1px;
	float: left;
}

#onespot-main .share a {
	float: left;
	margin-right: 2px;
	border: none;
}

#onespot-main .share a:hover { border-bottom: 0px !important; }

#onespot-main .share p {
	color: #424242;
	font-size: 13px;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2px;
	font-weight: bold;
}

a.twitter, a.digg, a.facebook, a.delicious, a.reddit {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(http://static.onespot.com/images/sharesprite.png) no-repeat;
}

a.twitter { background-position: 0 0; }
a.twitter:hover { background-position: 0 -16px; }
a.digg { background-position: -16px 0; }
a.digg:hover { background-position: -16px -16px; }
a.facebook { background-position: -32px 0; }
a.facebook:hover { background-position: -32px -16px; }
a.delicious { background-position: -48px 0; }
a.delicious:hover { background-position: -48px -16px; }
a.reddit { background-position: -64px 0; }
a.reddit:hover { background-position: -64px -16px; }
