/*
 * ---------------------
 * icons for socializing
 * ---------------------
 */
.icon-facebook a {
   background: url(/media/img/socialize/facebook-32x32.jpg) top left no-repeat;
}

.icon-delicious a {
   background: url(/media/img/socialize/delicious-32x32.jpg) top left no-repeat;    
}

.icon-digg a{
   background: url(/media/img/socialize/digg-32x32.jpg) top left no-repeat;    
}

.icon-twitter a{
   background: url(/media/img/socialize/twitter-32x32.jpg) top left no-repeat;    
}


.entry-socialize {
	padding:7px 0px 0 20px;
	vertical-align:middle;
	text-algin:left;
	margin:0;
}
ul.entry-socialize-list {
	height:32px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0 0 0;
	overflow:hidden;
	padding:0;
	width:240px;
}
.entry-socialize-list li {
	display:inline;
	float:left;
	height:32px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 5px;
	width:32px;
}
.entry-socialize-list li a {
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	height:0 !important;
	overflow:hidden;
	padding:32px 0 0;
	width:32px;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.entry-socialize-list li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}