/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	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								
 *----------------------------------------------------------------*/
.pagenavi { clear:both; height:30px; padding:0 0 30px 50px; font-size:10pt;}
.wp-pagenavi .page { width:24px; height:24px; line-height:24px; display:inline-block; background:url(page.gif) no-repeat; text-align:center; text-decoration:none;}
.wp-pagenavi a{
	margin: 2px;
	color: #5f6b94;
}
.wp-pagenavi a:hover {	
	color:#000;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	color: #000000;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	color: #000000;
}
.previouspostslink { display:inline-block; width:83px; height:24px; line-height:24px; background:url(page-prev.gif) no-repeat; font-weight:bold; text-align:center; text-decoration:none;}
.nextpostslink, .first, .last { display:inline-block; width:57px; height:24px; line-height:24px; background:url(page-next.gif) no-repeat; font-weight:bold; text-align:center; text-decoration:none;}
	