/*
+----------------------------------------------------------------+
|																							|
|	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 {
	float: right;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	display: block;
	color: #fff;
	float: left;
	height: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0px 2px 0px 0px;
	padding: 7px 9px 0px 9px;
}

.wp-pagenavi a.page:hover {	
	color: #f8417b;
	text-decoration: none;
	background: url(images/pagi_hover.jpg) no-repeat;
}

.wp-pagenavi a:hover {	
	color: #f8417b;
	text-decoration: none;
}


.wp-pagenavi a:active {
	color: #f8417b;
	text-decoration: none;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.current {
	display: block;
	color: #f8417b;
	float: left;
	height: 16px;
	text-align: center;
	font-weight: bold;
	padding: 7px 9px 0px 9px;
	text-decoration: none;
	background: url(images/pagi_hover.jpg) no-repeat;
}
.wp-pagenavi span.extend {
	display: block;
	color: #f8417b;
	float: left;
	height: 16px;
	text-align: center;
	font-weight: bold;
	padding: 7px 9px 0px 9px;
	text-decoration: none;
}
