/*

+----------------------------------------------------------------+

|																							|

|	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;
height: 37px;
line-height: 37px;
background-image: url(images/red.gif);
background-repeat: repeat-x;
background-position: 0% 0%;
}


.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
display: block;
float: left;
width: 42px;
height: 37px;
font-weight: bold;
font-size: 20px;
text-align: center;
}


.wp-pagenavi a:hover {	
color: #b9bd33;
background-color: #212121;
background-image: url(images/green.gif);
background-repeat: repeat-x;
background-position: 0% 0%;

}

.wp-pagenavi span.current {
display: block;
float: left;
width: 42px;
height: 37px;
font-weight: bold;
font-size: 20px;
text-align: center;
color: #b9bd33;
background-color: #212121;
background-image: url(images/green.gif);
background-repeat: repeat-x;
background-position: 0% 0%;

}