#body .entries {
	width: 625px;
}

#body .entries .entry {
	position: relative;
	height: 215px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

#body .entries .entry:hover .actions {
	display: block;
}

#body .entries .entry .actions {
	position: absolute;
	right: 10px;
	top: 0;
	display: none;
}

#body .entries .entry .actions a {
	color: #333;
}

#body .entries .entry h3 {
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

#body .entries .entry>div {
	color: #A8A8A8;
	margin-bottom: 10px;
}

#body .entries .entry>div>a {
	color: #a8a8a8;
}

#body .entries .entry>div.content {
	height: 150px;
	overflow: hidden;
}

#body .entries .entry>div.content a.image {
	width: 200px;
	height: 125px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#body .entries .entry div.content a img {
	max-width: 100%;
	max-height: 100%;
	background-color: #E0E0E0;
}

#body .entries .entry div.content span {
	padding: 0;
	color: #585959;
	padding-right: 10px;
	width: 400px;
	height: 120px;
	overflow: hidden;
	display: table-cell;
}

#body .entries .entry div.content span:after {
	content: '...';
	display: block;
}

#body .entries .entry div:last-child:after {
	content: '.';
	visibility: hidden;
	height: 1px;
	display: block;
	clear: both;
}