/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.6 Plugin: WP-PageNavi 2.40									|
|	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 {
	line-height:2em;
	margin:20px auto;
	padding:0 0 20px 0;
	display:block;
	text-align:center;
	font-size:12pt;
	font-weight:900;
	}
	
.wp-pagenavi a, .wp-pagenavi a:link {
	padding:5px; 
	margin:0 2px;
	text-decoration: none;
	color:#000;
	border:2px solid #000;
	line-height:100%;
	}

.wp-pagenavi a:hover {color:#ffc;background:#000;}


/*this span-pages styles the "page# of ###pages" text..*/
.wp-pagenavi span.pages {
	padding:5px 0; 
	margin:2px 0;
	text-decoration: none;
	color:#000;
	line-height:100%;
	text-transform:uppercase;
	display:block;
	font-size:16pt;
	}
.wp-pagenavi span.current {
	padding:5px; 
	margin:0 2px;
	font-weight: bold;
	color: #ffc;
	background:#000;
	border:2px solid #000;
	line-height:100%;
	}
	
.wp-pagenavi span.extend {
	padding:5px; 
	margin:0 2px;
	}




