/*
+----------------------------------------------------------------+
|																							|
|	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 a, .wp-pagenavi a:link {
	background:url(images/paginbg.png) no-repeat;
	width:3px;
	height:68px;
	padding:10px 15px 40px 13px;
	margin:0px;
	color:#fff;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wp-pagenavi a:visited {
	background:url(images/paginbg.png) no-repeat;
	width:3px;
	height:68px;
	padding:10px 15px 40px 13px;
	margin:0px;
	color:#fff;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wp-pagenavi a:hover {	
	background:url(images/paginbg.png) no-repeat;
	width:3px;
	height:68px;
	padding:10px 15px 40px 13px;
	margin:0px;
	color:#fff;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wp-pagenavi a:active {
	background:url(images/paginbg_active.png) no-repeat;
	width:3px;
	height:68px;
	padding:10px 15px 40px 13px;
	margin:0px;
	color:#838383;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wp-pagenavi span.pages {
background:url(images/pg-spanpages.png) no-repeat;
width:99px;
height:68px;
padding:10px 15px 40px 5px;
font:bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#fff;
}
.wp-pagenavi span.current {
	background:url(images/paginbg_active.png) no-repeat;
	width:3px;
	height:68px;
	padding:10px 15px 40px 13px;
	margin:0px 2px;
	color:#333;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wp-pagenavi span.extend {
	background:url(images/paginbg_active.png) no-repeat;
	width:3px;
	height:68px;
	padding:10px 15px 40px 10px;
	margin:0px 2px;
	color:#333;
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.wp-pagenavi a.last{
background:url(images/pg-spanpages.png) no-repeat;
width:49px;
height:68px;
padding:10px 40px 40px 30px;
font:bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#fff;
}
