/****************************************************************************************************
Pagination
****************************************************************************************************/

/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	Copyright (c) 2009 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 {
	margin: 10px 0 10px 20px;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
}
.wp-pagenavi span.pages {
	float:left;
	padding: 0;
	margin: 2px;
	color: #092F5A;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-weight:600;
}

.wp-pagenavi a, .wp-pagenavi a:visited {
   float: left;
	width: 25px;
	height: 25px;
	line-height: 28px;
	text-align:  center;
	padding: 0;
	margin: 2px;
	line-height:25px;
	text-decoration: none;
	color: #0066cc;
	background:url('images/button-brown.gif') left top no-repeat;
}

.wp-pagenavi a:hover {
	float:left;
   height:25px;
	width:25px;	
	padding: 0;
	margin: 2px;
	line-height:25px;
	text-decoration: none;
	color: #092F5A;
	background: url('images/button-red.gif') left top no-repeat;
}

.wp-pagenavi span.current {
	float:left;
   height:25px;
	width:25px;	
	padding: 0;
	margin: 2px;
	line-height:25px;
	font-weight: bold;
	text-align: center;
	color: #092F5A;
	background:url('images/button-green.gif') left top no-repeat;
}
