﻿#body ul li {
	display: block;
	line-height: 2.5em;
}

#body ul li a.category,
#body ul li a.category:visited,
#body ul li a.category:active {
	float: left;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	width: 60px;
	background: url("Images/an_1.png") no-repeat center;
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#body ul li a.category:hover {
	background: url("Images/an_2.png") no-repeat center;
	text-decoration: none;
	color: #fff;
}

#body ul li a.subject {
	float: left;
	max-width: 390px;
	_width: 390px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

#body ul li span.post-time {
	float: right;
}

/* Pagination
---------------------------------------------------------------------*/

.pagination {
    margin-top: 20px;
	text-align: center;
}

.pagination a,
.pagination a:visited,
.pagination a:active {
	padding:2px 6px;
	border:0 none;
	text-decoration: none;
}
.pagination a:hover {
	background-color:#266DBB;
	color:#fff;
}
.pagination a.pagination-active, .pagination a.pagination-active:hover {
	background-color:#266DBB;
	color:#fff;
}
