/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.31									|
|	Copyright (c) 2008 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 {
	height: 22px;
	width: 163px;
	color: #CFCBCE;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../../themes/default/images/content/button-numbers.jpg) top left no-repeat;
	padding-top: 2px;
}

.wp-pagenavi a { margin-left: 3px; margin-right: 3px; color: #CFCBCE; text-decoration: none;border:0; }
.wp-pagenavi a:hover { color: #00B9EB; text-decoration: none; }
	
.wp-pagenavi .current { margin-left: 3px; margin-right: 3px; color: #FF35B1; text-decoration: none; }
	