/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-PageNavi 2.20									|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/pagenavi/pagenavi-css.css						|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi { margin-bottom: 15px; overflow: hidden; }
* html .wp-pagenavi { height: 1%; }
.wp-pagenavi a { float: left; margin-right: 5px; line-height: 1.1em; padding: 3px 6px; background: #fff; border: solid 1px #99ccff; font-size: 11px; letter-spacing: -1px; font-weight: bold; }
.wp-pagenavi a:hover { padding: 3px 6px; background: #0066cc; color:#fff; border: solid 1px #003399; text-decoration: none; }
.wp-pagenavi span { line-height: 1.1em; color:#666; text-transform: uppercase; float: left; margin-right: 5px; }
.wp-pagenavi span.current { padding: 3px 6px; background: #99ccff; color:#fff; border: solid 1px #6699cc; font-weight: bold; font-size: 11px; letter-spacing: -1px; }
.wp-pagenavi span.pages { padding: 3px 0; }
