
.socialIcons {
	text-align:center;
}
.socialIcons a {
	text-indent: -1000em;
	background: top left no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding-right: 5px;
}
.socialIcons a:hover {
	opacity: 0.85;
}
.socialIcons .facebookIco {
	background-image: url(img/icofb.png);
}
.socialIcons .blipIco {
	background-image: url(img/icoblip.png);
}
.socialIcons .twitterIco {
	background-image: url(img/icotwitter.png);
}
.socialIcons .gPlusIco {
	background-image: url(img/icogPlus.png);
}
.socialIcons .mailIco {
	background-image: url(img/icomail.png);
}
.socialIcons .rssIco {
	background-image: url(img/icorss.png);
}
.socialIcons.socialTwoRows {
	width: 120px;
	text-align: center;
	line-height: 37px;
}

.socialIcons.socialMini a {
	width: 19px;
	height: 19px;
}
.socialIcons.socialMini .facebookIco {
	background-image: url(img/icofbMini.png);
}
.socialIcons.socialMini .blipIco {
	background-image: url(img/icoblipMini.png);
}
.socialIcons.socialMini .twitterIco {
	background-image: url(img/icotwitterMini.png);
}
.socialIcons.socialMini .gPlusIco {
	background-image: url(img/icogPlusMini.png);
}
.socialIcons.socialMini .mailIco {
	background-image: url(img/icomailMini.png);
}