/* The stylesheet for the Social Bookmarking RELOADED plugin */

.social_bookmark
{
	position:relative;
	top:96px;
	padding:1px;
	display:block;
	margin-left:auto;
	margin-right:1px;
	width: 150px;
	height: 34px;
	border: 1px solid #111111;
	font-size: 7pt;
    font-family: arial;
	font-style: none;
	text-align: right;
	background: url(http://www.strangehyacinth.com/blog/wp-content/themes/pixeled2/images/bg-trans.png) repeat;
    color: #fff;
}

.social_bookmark:hover {
    background: #040404;
}


.social_img
{
	padding:1px;
}

/* Social Bookmarking RELOADED is based on Social bookmarks by Apostolos Dountsis */
