
/*-------WP-Navi----------------*/
.wp-pagenavi {
	font-size: 1.2em;
	padding-top:20px;
	display: block;
	float: left;
	width: 100%;
}
.wp-pagenavi .pages {
	font-weight: bold;
	padding: 0;
	margin: 2px;
	float: left;
	text-align: center;
	height: 28px;
	line-height: 28px;
}
.wp-pagenavi .current {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #13728A;
	text-decoration: none;
	padding: 0;
	background: url(images/pagination_a.png) left top;
	margin: 3px;
	font-weight: bold;	
	float: left;
	text-align: center;
	width: 54px;
	height: 36px;
	line-height: 33px;
}
#blog{
	border:#F00
}
#blog .wp-pagenavi a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	padding: 0;
	margin: 2px;
	font-weight: bold;
	background: url(images/pagination_a.png) left 72px;	
	text-decoration: none;
	float: left;
	width: 54px;
	height: 36px;
	line-height: 33px;
	text-align:  center;
}
#blog .wp-pagenavi a:hover {
	background: url(images/pagination_a.png) left 108px;
	color: #666;
}



