/*
+----------------------------------------------------------------+
|																							|
|	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 {
	font-family:Times New Roman;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:595px;
	margin-bottom:10px;
	_height: 25px;
}


.wp-pagenavi a, .wp-pagenavi a:link {
	padding:3px 7px 3px 5px;
	*padding: 3px 6px 3px 5px
	_padding:3px 6px 3px 5px;
	margin: 2px;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
}

.wp-pagenavi span.pages {
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 0px;
	
}
.wp-pagenavi span.current {
	padding:3px 7px 3px 5px;
	*padding: 3px 6px 3px 5px
	_padding:3px 6px 3px 5px;
	margin: 2px;
	text-decoration: underline;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center center;	
}
.wp-pagenavi span.extend {
	padding:3px 7px 3px 5px;
	*padding: 3px 6px 3px 5px;
	_padding:3px 6px 3px 5px;
	margin: 2px;
	text-decoration: none;
	color: #000000;
	background: none;
}

.pagingold{
	background: none;
	position:relative;
	top:4px;
	*top:2px;
	_position:inherit;
	_top:0px;
}
.pagingnew{
	background: none;
	position:relative;
	top:4px;
	*top:2px;
	_position:inherit;
	_top:0px;
}