/* by default, images for addthis are 16px */
[class^="addthis_button_"] .defaultShareIcon,
[class^="socialshare_button_"] .defaultShareIcon
{
	width: 16px;
	height: 16px;
	vertical-align: middle;

	position: relative;
	top: -0.1em;
}

/* fixes a common piece of CSS that makes all blog post images blocks */
.blogPosts .addthis [class^="addthis_button_"] .defaultShareIcon,
.blogPosts .socialshare [class^="socialshare_button_"] .defaultShareIcon
{
	display: inline-block;
}

#socialShareList
{
	display: none;

	position: absolute;
	top: 0;
	left: 0;

	padding: .8em 1.3em;
	background: rgba(255,255,255,.98);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.2);
	border-radius: 0 2px 2px 2px;

	line-height: 1.8;

	z-index: 999999;

	width: auto;
	margin: 0;
	text-align: left;

	min-width: 147px;
}

#socialShareList img
{
	filter: grayscale(100%);
}

#socialShareList a 
{
	color: #595959;
}

#socialShareList.buttonHovered,
#socialShareList.hasFocus
{
	display: block;
}

#socialShareList.hasHover
{
	background: red;
}

#socialShareList.dropUp
{
	box-shadow: 0 -1px 3px 1px rgba(0,0,0,.2);
	border-radius: 2px 2px 2px 0;
}

#socialShareList.dropRight
{
	border-radius: 2px;
}

#socialShareList
{
	white-space: nowrap;
}

#socialShareList.fixWhiteLinks a
{
	color: #333;
}

#socialShareList img
{
	display: inline-block;

	height: 1em;
	width: 1em;

	vertical-align: baseline;
	border-radius: 3px;
	margin-right: .5em;

	position: relative;
	top: .15em;
}

.addthis_toolbox > a,
.socialshare_toolbox > a
{
	margin-bottom: 5px;
	line-height: initial;
}

.addthis_pill_style,
.socialshare_pill_style
{
	background: #EF7945;
	color: white;
	display: inline-block;

	border-radius: 2px;

	padding: 3px 3px 2px 0;

	box-sizing: border-box;
	vertical-align: top;

	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

.addthis_pill_style .defaultShareIcon,
.socialshare_pill_style .defaultShareIcon
{
	height: 14px;
	width: 14px;
	vertical-align: middle;
	background: red;

	position: relative;
	top: -0.1em;
}