/* social links plugin */
.social_links {
	width: 100px;   /* This is width of one column, hence for two columns it will be double of what specified */
	float: left;
	margin: 0 0 -25px 0;
}

.social_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social_links ul li {
	margin: 0 0 12px 0;
	padding: 0;
}

.social_links img {
	border: 0;
}

.clear {
 	clear: both;
 	height: 1px;
}

.sociourl {
	height: 18px;
	border: 1px gray solid;
}
