/*
Default style for WP-PageNavi plugin

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

.wp-pagenavi {
	clear: both;
	margin: 0 0 10px 0;		/* JDL: changed to add a bottom margin so it wouldn't run into my other footer elements */
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #F0E9C2;	/* JDL: changed the border color to GPM Beige */
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #5CB4BF;		/* JDL: changed the current page border color to GPM Blue */
}

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