/* SSL requires this to use absolute URLs.
Don't change this here! See the the "Dynamic background URLs" in the headerInfo file & the bundler.
.clomp .socialMedia .icon {
	background: transparent url('images/sprite_maps/social-media-icons.png') no-repeat left top;
}
*/

.clomp .socialMedia .icon {
	display: inline-block;
	float: left;
	height: 30px;
	margin-right: 4px;
	width: 30px;
	zoom: 80%;
}

.clomp .socialMedia .embedCode {
	background-color: silver;
	border: 1px solid black;
	border-radius: 6px;
	color: navy;
	float: right;
	font-size: 8pt;
	line-height: 13pt;
	padding: 6px;
	text-decoration: none;
}
.clomp .socialMedia .embedCode:hover {
	background-color: lime;
}

.clomp .socialMedia .icon {
	border: 1px solid black;
	border-radius: 8px;
}
.clomp .socialMedia .icon:hover {
	border: 1px solid lime;
	border-radius: 8px;
}

.clomp .socialMedia .icon.blogger {
	background-position: -90px 0;
}

.clomp .socialMedia .icon.facebook {
	background-position: 0 0;
}

.clomp .socialMedia .icon.twitter {
	background-position: -30px 0;
}

.clomp .socialMedia .icon.youtube {
	background-position: -60px 0;
}