@charset "utf-8";
/* CSS Document */

.entry {
	display:block;
	float:left;
	width:300px;
	height:300px;
	padding:0px;
	margin:0px;
}
.entry img {
	position:absolute;
}
.entry .more {
	display:block;
	float:right;
}
.description {
	background:#000000;
	position:absolute;
	width:284px;
	height:284px;
	display:block;
	padding:8px;
}
.subtitle {
	display:block;
	float:right;
}