/*----------------------------------------------------------------*																				
	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								
 *----------------------------------------------------------------*/


/* Page Links */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	border-left: 1px solid #eaeaea;
	padding: 0 10px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #2fa52a;
	text-decoration: none;
}

	.wp-pagenavi a:hover {	
		color: #088300;
		text-decoration: underline;
	}

/* Page Number (Page 1 of 2) */
.wp-pagenavi span.pages {
	border: none;
	padding: 0 10px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

/* Current Page */
.wp-pagenavi span.current {
	border-left: 1px solid #eaeaea;
	padding: 0 10px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

/* Extend Pages (For lots of pages) */
.wp-pagenavi span.extend {
	padding: 0 10px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}