/*
+----------------------------------------------------------------+
|																							|
|	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
{
	overflow: hidden;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	color: #9e0852;
	text-decoration: none;
	margin: 0px 3px;
}
.wp-pagenavi a:visited {
	color: #9e0852;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #9e0852;
	text-decoration: none;
}
.wp-pagenavi a:active {
	color: #9e0852;
	text-decoration: none;
}
.wp-pagenavi span.pages {
	margin-right: 5px;
	color: #9e0852;
	font-size: 14px;
	font-weight: bold;
	
}
.wp-pagenavi span.current {
	color: #9e0852;
	font-weight: bold;
	
}
.wp-pagenavi span.extend {
	color: #000000;
}

.wp-pagenavi span.next_page
{
	color: #9e0852;
	margin-left: 7px;
}

.wp-pagenavi span.prev_page
{
	color: #9e0852;
	margin-right: 7px;
}