/*

CSS Social Icons with Sprite
By: www.abovecreative.co.uk
*/

/* h3 just for display titles, remove
------------------------------------------------------------------*/
h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
	clear: left;
	padding-top: 18px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
/* ICONS SPRITE 24px
------------------------------------------------------------------*/
a.social24,.social24 a {
	width: 24px;
	height: 24px;
	text-indent: -900em;
	padding: 0;
	float: left;
	margin: 0 0.2% 0 0;
}
a.social24:hover,.social24 a:hover {
	opacity: 0.70;
}
a.social24.facebook,.social a.facebook {
	background: url(/img/social_sprite_24px.png) no-repeat 0 0;
}
a.social24.twitter,.social a.twitter {
	background: url(/img/social_sprite_24px.png) no-repeat -24px 0;
}
a.social24.pinterest,.social a.pinterest {
	background: url(/img/social_sprite_24px.png) no-repeat -48px 0;
}
a.social24.linkedin,.social a.linkedin {
	background: url(/img/social_sprite_24px.png) no-repeat 0 -24px;
}
a.social24.stumble,.social a.stumble {
	background: url(/img/social_sprite_24px.png) no-repeat -24px -24px;
}
a.social24.dribbble,.social a.dribbble {
	background: url(/img/social_sprite_24px.png) no-repeat -48px -24px;
}
a.social24.digg,.social a.digg {
	background: url(/img/social_sprite_24px.png) no-repeat 0 -48px;
}
a.social24.google,.social a.google {
	background: url(/img/social_sprite_24px.png) no-repeat -24px -48px;
}
a.social24.delicious,.social a.delicious {
	background: url(/img/social_sprite_24px.png) no-repeat -48px -48px;
}
a.social24.youtube,.social a.youtube {
	background: url(/img/social_sprite_24px.png) no-repeat 0 -72px;
}
a.social24.instagram,.social a.instagram {
	background: url(/img/social_sprite_24px.png) no-repeat -24px -72px;
}
a.social24.vimeo,.social a.vimeo {
		background: url(/img/social_sprite_24px.png) no-repeat -48px -72px;
}

/* ICONS SPRITE 32px
------------------------------------------------------------------*/
a.social32,.social32 a {
	width: 32px;
	height: 32px;
	text-indent: -900em;
	padding: 0;
	float: left;
	margin: 0 0.2% 0 0;
}
a.social32:hover,.social32 a:hover {
	opacity: 0.70;
}
a.social32.facebook,.social a.facebook {
	background: url(/img/social_sprite_32px.png) no-repeat 0 0;
}
a.social32.twitter,.social a.twitter {
	background: url(/img/social_sprite_32px.png) no-repeat -32px 0;
}
a.social32.pinterest,.social a.pinterest {
	background: url(/img/social_sprite_32px.png) no-repeat -64px 0;
}
a.social32.linkedin,.social a.linkedin {
	background: url(/img/social_sprite_32px.png) no-repeat 0 -32px;
}
a.social32.stumble,.social a.stumble {
	background: url(/img/social_sprite_32px.png) no-repeat -32px -32px;
}
a.social32.dribbble,.social a.dribbble {
	background: url(/img/social_sprite_32px.png) no-repeat -64px -32px;
}
a.social32.digg,.social a.digg {
	background: url(/img/social_sprite_32px.png) no-repeat 0 -64px;
}
a.social32.google,.social a.google {
	background: url(/img/social_sprite_32px.png) no-repeat -32px -64px;
}
a.social32.delicious,.social a.delicious {
	background: url(/img/social_sprite_32px.png) no-repeat -64px -64px;
}
a.social32.youtube,.social a.youtube {
	background: url(/img/social_sprite_32px.png) no-repeat 0 -96px;
}
a.social32.instagram,.social a.instagram {
	background: url(/img/social_sprite_32px.png) no-repeat -32px -96px;
}
a.social32.vimeo,.social a.vimeo {
		background: url(/img/social_sprite_32px.png) no-repeat -64px -96px;
}
/* ICONS SPRITE 44px
------------------------------------------------------------------*/
a.social44,.social44 a {
	width: 44px;
	height: 44px;
	text-indent: -900em;
	padding: 0;
	float: left;
	margin: 0 0.2% 0 0;
}
a.social44:hover,.social44 a:hover {
	opacity: 0.70;
}
a.social44.facebook,.social44 a.facebook {
	background: url(/img/social_sprite_44px.html) no-repeat 0 0;
}
a.social44.twitter,.social44 a.twitter {
	background: url(/img/social_sprite_44px.html) no-repeat -44px 0;
}
a.social44.pinterest,.social44 a.pinterest {
	background: url(/img/social_sprite_44px.html) no-repeat -88px 0;
}
a.social44.linkedin,.social44 a.linkedin {
	background: url(/img/social_sprite_44px.html) no-repeat 0 -44px;
}
a.social44.stumble,.social44 a.stumble {
	background: url(/img/social_sprite_44px.html) no-repeat -44px -44px;
}
a.social44.dribbble,.social44 a.dribbble {
	background: url(/img/social_sprite_44px.html) no-repeat -88px -44px;
}
a.social44.digg,.social44 a.digg {
	background: url(/img/social_sprite_44px.html) no-repeat 0 -88px;
}
a.social44.google,.social44 a.google {
	background: url(/img/social_sprite_44px.html) no-repeat -44px -88px;
}
a.social44.delicious,.social44 a.delicious {
	background: url(/img/social_sprite_44px.html) no-repeat -88px -88px;
}
a.social44.youtube,.social44 a.youtube {
	background: url(/img/social_sprite_44px.html) no-repeat 0 -132px;
}
a.social44.instagram,.social44 a.instagram {
	background: url(/img/social_sprite_44px.html) no-repeat -44px -132px;
}
a.social44.vimeo,.social44 a.vimeo {
		background: url(/img/social_sprite_44px.html) no-repeat -88px -132px;
}