/*
WordPress 2.8 Plugin: WP-PageNavi 2.50									
Copyright (c) 2009 Lester "GaMerZ" Chan									
File Written By:																	
- Lester "GaMerZ" Chan															
- http://lesterchan.net															
File Information:																	
- Page Navigation CSS Style													
- wp-content/plugins/wp-pagenavi/pagenavi-css.css					
*/

.wp-pagenavi {
	text-align: center;}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;
	text-decoration: none;
	color: #B5B5B5;
	font-size: 8pt;
	background: #EFEFEF;
	border: 1px dotted #B5B5B5;}
	
.wp-pagenavi a:visited {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;
	text-decoration: none;
	color: #B5B5B5;
	font-size: 8pt;
	background: #EFEFEF;
	border: 1px dotted #B5B5B5;}
	
.wp-pagenavi a:hover {
	font-size: 8pt;
	background: #FEFCDD;
	border: 1px dotted #FDF7AB;}
	
.wp-pagenavi a:active {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;
	text-decoration: none;
	border: 1px dotted #B5B5B5;
	color: #B5B5B5;
	background-color: #FFF;}
	
.wp-pagenavi span.pages {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;
	color: #B5B5B5;
	font-size: 8pt;
	background: #EFEFEF;
	border: 1px dotted #B5B5B5;}
	
.wp-pagenavi span.current {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;
	font-size: 8pt;
	background: #EFEFEF;
	border: 1px dotted #B5B5B5;}
	
.wp-pagenavi span.extend {
	padding: 0 4px 0 4px;
	margin: 0 1px 0 1px;
	color: #B5B5B5;
	background: #EFEFEF;
	border: 1px dotted #B5B5B5;}