/*
+----------------------------------------------------------------+
|																							|
|	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 {
	position: absolute;
	right: 15px;
	bottom: 0;
}
.bottom .wp-pagenavi {
	position: absolute;
	right: 15px;
	top: 0;
}
.wp-pagenavi a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(images/pagenavi_a_back.png) -25px 0 no-repeat;
	display: block;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #EDE2C0;
}
.wp-pagenavi a:hover {	
	background: url(images/pagenavi_a_back.png) 0 0 no-repeat;
	color: #999;
}
.wp-pagenavi a:active {
}
.wp-pagenavi span.pages {
	display: block;
	float: left;
	line-height: 25px;
	padding-right: 10px;
	color: #aaaaaa;
	font-size: 11px;
}
.wp-pagenavi span.current {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	float: left;
	background: url(images/pagenavi_a_back.png) 0 0 no-repeat;
	margin-right: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #5C90A6
}
.wp-pagenavi span.extend {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(images/pagenavi_a_back.png) -25px 0 no-repeat;
	display: block;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #EDE2C0;
	display: none;
	visibility: hidden;
}