@charset "utf-8";
/* Social Media Icon Links Extension (S.M.I.L.E.) */

div.smile {
	padding: 18px 0 0 2px;
}
div.smile ul {
	width: 100%; 
	overflow: hidden;
}
div.smile ul li {
	float: left;
	width: 106px;
	padding-bottom: 10px;
}
div.smile a {
	display:inline-block;
	width:auto;
	outline:none;
	font-size: 13px;
	line-height: 18px;
	color: #78426d;
}
div.smile a img {
	border: none; 
	float: left;
	margin-right: 11px;
}
div.smile a:hover {
	background: none;
}
div.smilecredits {
	width: 100%;
}
div.smilecredits a {
	font-size: 10px;
}
.clr {clear: both;}
	
