/*
+----------------------------------------------------------------+
|																							|
|	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{
	width: 600px;
	height: 30px;
}

.wp-pagenavi a, .wp-pagenavi span{
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	height: 29px;
	line-height: 29px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	width: 29px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background: url(images/buttons/pagination.png) no-repeat;
	text-decoration:none;
}	
.wp-pagenavi a:hover {	
	background-position: 0 -58px;
	text-decoration:none;
}

.wp-pagenavi span.pages {
	width: 100px;
	text-align:left;
	font-weight:bold;
	color:#131828;
}
.wp-pagenavi span.current {
	width: 29px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: 0 -29px;
	background-image:url(images/buttons/pagination.png);
}
.wp-pagenavi span.extend {
	width: 29px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}
