/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.30									|
|	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 {
	padding: 2px 2px 2px 2px; 
	margin: 2px 4px 2px 4px;
	text-decoration: none;
	color: #888888;	
    font-weight: bolder;
}
.wp-pagenavi a:visited {
	padding: 2px 2px 2px 2px; 
	margin: 2px 4px 2px 4px;
	text-decoration: none;
	color: #888888;
    font-weight: bolder;	
}
.wp-pagenavi a:hover {	
	border-bottom: 2px solid #9a1624;
	color: #9a1624;
    font-weight: bolder;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border-bottom: 2px solid #9a1624;
	color: #9a1624;
    font-weight: bolder;	
}
.wp-pagenavi span.pages {
	padding: 2px 2px 2px 2px; 
	margin: 2px 4px 2px 4px;
	color: #888888;
    font-weight: bolder;
}
.wp-pagenavi span.current {
	padding: 2px 2px 1px 2px; 
	margin: 2px 4px 2px 4px;
	border-bottom: 2px solid #9a1624;
	color: #9a1624;
    font-weight: bolder;
	font-size: 12pt;
}	
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #888888;
    font-weight: bolder;
}

div#pagination .wp-pagenavi {
	margin: 20px auto;
	text-align: center;
  	white-space: nowrap;
}