#social-bookmarks ul,
#social-follow ul {
	list-style:none;
	margin:1em 0;
	padding:0;
}
#social-bookmarks ul li {
	list-style:none;	
	float:left;
	padding:0 0 1em 0;
	margin:0 1em 0 0;
}
#social-bookmarks ul li a {
	padding:0 0 0 20px;
	color:#333;
	text-decoration:none;
}
#social-bookmarks ul li.delicious a {
	background:url(../gfx/social/delicious.gif) left center no-repeat;	
}
#social-bookmarks ul li.digg a {
	background:url(../gfx/social/digg.gif) left center no-repeat;	
}
#social-bookmarks ul li.facebook-share {
	display:block;
}
#social-bookmarks ul li.facebook-share a {
	background:url(../gfx/social/facebook.gif) left center no-repeat;	
}
#social-bookmarks ul li.linkedin a {
	background:url(../gfx/social/linkedin.gif) left center no-repeat;	
}
#social-bookmarks ul li.reddit a {
	background:url(../gfx/social/reddit.gif) left center no-repeat;	
}
#social-bookmarks ul li.stumbleupon a {
	background:url(../gfx/social/stumbleupon.gif) left center no-repeat;	
}
#social-bookmarks ul li.twitter a {
padding:0 0 0 0;
}
#social-follow h2 {
	font-size: 1em;
	background: #5A75AD;
	color: #FFF;
	margin: 0;
	padding: 2px 4px;
	text-transform: uppercase;
}
#social-follow ul {
	padding:5px;
}
#social-follow ul li {
	margin:0 0 0.8em 0;
	padding-left:4px;
}
#social-follow ul li a {
	padding:5px 0 5px 20px;
}
#social-follow ul li.facebook a {
	background:url(../gfx/social/facebook.gif) left center no-repeat;	
}
#social-follow ul li.twitter a {
	background:url(../gfx/social/twitter.gif) left center no-repeat;	
}
#social-follow ul li.linkedin a {
	background:url(../gfx/social/linkedin.gif) left center no-repeat;	
}
#social-follow ul li.network-with-bifm a {
	background:url(../gfx/social/network-with.gif) left center no-repeat;	
} 
#social-bookmarks ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#social-bookmarks ul {
	zoom:1;
}
