.entryList {

}

.entryList .entry {
	font-size:11px;
	clear:both;
	margin-bottom:10px;
	float:left;
}

.entryList .entry .avatar {
	padding:2px;
	border:1px solid #ccc;
	float:left;
	margin:0px 5px 5px 0px;
}

.entryList .entry .arrowLeftArrow
{
	background:url('/m/layout/boxarrow.gif') no-repeat #f2f2f2 0px -35px;
	float:right;
	width:534px;
}

.entryList .entry .arrowLeftContent
{
	margin:5px 5px 5px 18px;
	float:left;
	width:509px;
	min-height:35px;
}

.entryList .entry .head {
	margin-bottom:5px;
}

.entryList .entry .head .date {
	font-style:italic;
}

.entryList .entry .head .author {
	text-decoration:underline;
}

.entryList .entry .head img {
	margin-bottom:-2px;
}

.entryList .entry .actions {
	color:#999;
	font-size:10px;
	float:right;
}

.entryList .entry .actions a {
	color:#666;
}

.entryList .entry .actions a:hover {
	color:#000;
}

.pagerBox {
	height:25px;
	float:left;
	clear:left;
}

.pagerBox .page{
	background:#f2f2f2;
	height:18px;
	width:18px;
	line-height:18px;
	text-align:center;
	display:block;
	float:left;
	border:1px solid #ccc;
	margin-right:5px;
	font-size:10px;
	color:#333;
}

.pagerBox .page.current {
	background:#ddd;
}

.pagerBox .page.long {
	width:30px;
}

.pagerBox .page:hover {
	background:#ddd;
	color:#000;
}

.pagerBox .arrow {
	background:#f4f4f4;
	color:#666;
}