/*
+---------------------------------------------------------------+
|																|
|	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 {
	text-transform:uppercase;
	clear:both;
	text-align:right;
	letter-spacing:-.5px;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	padding:3px 7px;
	border:1px solid #ccc;
	margin-left:3px;
	text-decoration:none;
}

.wp-pagenavi .current {
	font-weight:bold;
	font-size:102%;
}

.wp-pagenavi .pages { float:left; }


