/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi
{
	clear: both;
	text-align: left;
	font-weight: normal;
}
.wp-pagenavi A, .wp-pagenavi SPAN
{
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi A:hover, .wp-pagenavi SPAN.current
{
	border-color: #000;
	font-weight: normal;
}
.wp-pagenavi SPAN.current
{
	font-weight: bold;
}
