.social_bookmark
{
position: absolute;
}

div.single .social_bookmark
{
left: -8px;
bottom: 0px;
bottom: 18px\9
}

img.social_img
{
  width: 16px;
  height: 16px;
	padding: 2px;
	margin: 0 0 0 8px;
	border: none;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

img.social_img:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

a.social_bookmark
{
	color: #208BE1;
	/* color: #D80F2A; */
	/*font: lighter 130% "Trebuchet MS", Arial sans-serif;*/
}

