/* Online image */
.online { 
	/*background-image:url("./icon_user_online.gif"),linear-gradient(rgba(251, 249, 231, 1), rgba(251, 249, 231, 1));*/
	 position:relative;
}	
/*.online .postprofile:after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  background: url("./icon_user_online.gif") no-repeat;
} */ 
.online .postprofile {
	background:url("./online.jpg") no-repeat;
}