/*
* EVENTS start
*/

.event {
	
}
	.event .user_card {
		margin-top: 2px;
	}

	.event .content {
		margin-left: 55px;
	}

	.event .entry {
		margin: 5px 0;
	}
		.event .entry .descr {
			/*background-image: url(/static/blocks/_cmn/sprite_icons_content.png);
			background-repeat: no-repeat;
			padding-left: 22px;*/
		}
	
		.event .entry.photoalbum .descr {
			background-position: 0 -117px;
		}

		.event .entry.journal .descr {
			background-position: 0 0;
		}

		.event .entry.blogentry .descr {
			background-position: 0 0;
		}

		.event .entry.advice .descr {
			background-position: 0 -59px;
		}

		.event .entry.memo .descr {
			background-position: 0 0;
		}
			.event .entry p.descr {
				font-size: 13px;
			}

			.event .entry p.date {
				color: #999;
				font-size: 11px;
				margin: 4px 0;
			}

/*
* EVENTS end
*/