/* 
===================================
 
 NEWSPROJECT-STYLE SHARE TOOLS
 
===================================
*/

.newsproj_share_container.full {
	margin: 10px 0;
	width: 100%;
	float: left;
}

.newsproj_share_list.center {
	margin: 0 auto; 
	padding: 0;
	width: 300px;
}

.newsproj_share {
	list-style: none;
	padding: 0 20px 0 20px;
	height: 20px;
	float: left;
}

.newsproj_share.last {
	padding: 0 0 0 20px;
}
 
.share_email {
	background: url(http://cache.boston.com/universal/site_graphics/icon_blue_email.gif) no-repeat;  
	background-position: 0 1px;
}
		
.share_facebook {
	background: url(http://static.ak.fbcdn.net/images/connect_favicon.png) no-repeat;
}
 	
.share_twitter {
	background: url(http://cache.boston.com/universal/site_graphics/icons/twitter_14x14.gif) no-repeat;
}

.share_sharethis {
	background: url(http://cache.boston.com/universal/site_graphics/icons/sharethis_14x14.gif) no-repeat;
}