/*
+----------------------------------------------------------------+
|																							|
|	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 {
	margin: 15px 0 0 0;
}


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 12px 14px 12px 14px; 
	margin: 5px 5px 5px 0px;
	text-decoration: none;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	border-right: none;
	border-left: none;
	color: #ffffff;
	background: #1E1E1E;
}
.wp-pagenavi a:visited {
	padding: 12px 14px 12px 14px; 
	margin: 5px 5px 5px 0px;
	text-decoration: none;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	border-right: none;
	border-left: none;
	color: #cccccc;
	background: #1E1E1E;
}
.wp-pagenavi a:hover {	
	border-top: 1px solid #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
	border-right: none;
	border-left: none;
	color: #C72F28;
	background: #000000;
}
.wp-pagenavi a:active {
	padding: 12px 14px 12px 14px; 
	margin: 5px 5px 5px 0px;
	text-decoration: none;
	border-top: 1px solid #C72F28;
	border-bottom: 1px solid #C72F28;
	border-right: none;
	border-left: none;
	color: #ffffff;
	background: #C72F28;	
}
.wp-pagenavi span.pages {
	padding: 12px 14px 12px 14px; 
	margin: 5px 5px 5px 0px;
	color: #ffffff;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	border-right: none;
	border-left: none;
	background: #1E1E1E;
}
.wp-pagenavi span.current {
	padding: 12px 14px 12px 14px; 
	margin: 5px 5px 5px 0px;
	font-weight: bold;
	border-top: 1px solid #C72F28;
	border-bottom: 1px solid #C72F28;
	border-right: none;
	border-left: none;
	color: #ffffff;
	background: #C72F28;	
}
.wp-pagenavi span.extend {
	padding: 12px 14px 12px 14px; 
	margin: 5px 5px 5px 0px;	
	border-top: 1px solid #C72F28;
	border-bottom: 1px solid #C72F28;
	border-right: none;
	border-left: none;
	color: #ffffff;
	background: #C72F28;
}