/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.30									|
|	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 {
border-top:1px solid #990000;
width:900px;
text-align:center;
padding-bottom:100px;
padding-top:10px;
font-size:16px;
font-weight:bold;
color:black;
}

.pages {
}

.wp-pagenavi a{
	text-decoration: none;
margin:5px;
	color:#DD3300;
}



.current {
margin:5px;
}
