/*
+----------------------------------------------------------------+
|																							|
|	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{
	clear: both;
	position: relative;
	top: 20px;
	padding: 0;
	display: block;
	text-align: center;
	background: #ccc;
	height: 24px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	margin: 0 10px 0 10px;
	display: inline-block;
	position: relative;
	top: -1px;
	left: -40px;
	text-decoration: none;

	font-size: 16px;
	
	
	
	font-weight: bold;
	color: #555;
	
}
.wp-pagenavi a em, .wp-pagenavi a strong{
	font-style: normal;
	font-weight: normal;
	font-size: 40px !important;
	position: relative;
	line-height: 12px;
	position: relative;
	top: 3px;
	color: #FFF;
}
.wp-pagenavi a:hover em, .wp-pagenavi a:hover strong{
	color: #999999;
}
.wp-pagenavi a:hover {	
	
	color: #581c17;
	
}

.wp-pagenavi span.pages {
	float: left;
	padding-right: 12px;
	margin: 4px 5px 0 6px;
	border-right: 1px #999 solid;
	font-weight: bold;
	font-size: 11px;
	
	color: #FFFFFF;
	
}
.wp-pagenavi span.pages em{
	color: #581c17;
	font-style: normal;
}
.wp-pagenavi span.pages strong{
	color: #000;
}
.wp-pagenavi span.current {
	
	position: relative;
	top: -3px;
	left: -40px;
	padding: 8px 11px; 
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 20px;
	
	color: #FFFFFF;
	background: url(images/bg_nav.png) 0 0 no-repeat;
	
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}