div.simply-social-wrapper {
	margin: 0;
	padding: 0;
	margin-top: 16px;
	text-align: center;
	clear: both;
}

div.simply-social-wrapper a:hover, div.simply-social-wrapper a {
	border: 0;
	background:none;
	text-decoration: none;
}
.simply-social-tagline {
	margin-bottom: 8px;
}
#main ul.sociallinks, .entry ul.sociallinks, .post ul.sociallinks, .single .sociallinks li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.simply-social-wrapper .sociallinks li {
	display: inline-block;
	list-style: none;
	text-align: center;
	margin: 4px;
}

#main .simply-social-wrapper a:hover{
	background:none;
	border-bottom: none;
}

div.simply-social-wrapper .sociallinks a {
	width: 32px;
	padding: 4px 1px 17px 28px;
	border: none;
}

.simply-social-wrapper.sociallinks li, #contentwide .simply-social-wrapper .sociallinks li, #content .simply-social-wrapper .sociallinks li {
	padding-bottom: 15px;
}

.simply-social-wrapper ul li::before {
	content: none;
}

/*normal state */
.simply-social-wrapper  .email { background: url(../images/32.png) no-repeat -96px -126px !important;  }
.simply-social-wrapper  .facebook { background: url(../images/32.png) no-repeat -96px -210px !important;  }
.simply-social-wrapper  .pdf { background: url(../images/32.png) no-repeat -96px -252px !important;  }
.simply-social-wrapper  .print { background: url(../images/32.png) no-repeat -96px -336px !important;  }
.simply-social-wrapper  .reddit { background: url(../images/32.png) no-repeat -96px -462px !important;  }
.simply-social-wrapper  .twitter { background: url(../images/32.png) no-repeat -96px -546px !important;  }
.simply-social-wrapper  .pinterest { background: url(../images/32.png) no-repeat -96px -630px !important;  }

/*hover state*/
.simply-social-wrapper  .email:hover { background: url(../images/32.png) no-repeat 0px -126px !important;   }
.simply-social-wrapper  .facebook:hover { background: url(../images/32.png) no-repeat 0px -210px !important;   }
.simply-social-wrapper  .pdf:hover { background: url(../images/32.png) no-repeat 0px -252px !important;   }
.simply-social-wrapper  .print:hover { background: url(../images/32.png) no-repeat 0px -336px !important;   }
.simply-social-wrapper  .reddit:hover { background: url(../images/32.png) no-repeat 0px -462px !important;   }
.simply-social-wrapper  .twitter:hover { background: url(../images/32.png) no-repeat 0px -546px !important;   }
.simply-social-wrapper  .pinterest:hover { background: url(../images/32.png) no-repeat 0px -630px !important;  }