/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	width:936px;
	text-align: center;
	font-family: "franklin-gothic-ext-comp-urw",'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 36px;
	margin:9px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #ebebeb;
}

.wp-pagenavi span.current {
	font-weight: bold;
}