/*
+----------------------------------------------------------------+
|																 |
|	WordPress 2.8 Plugin: Wiki-PageNavi 1.0						 |
|	Copyright (c) 2009 Wikitoria								 |
|																 |
|	File Written By:											 |
|	- Samanta Nakamura											 |
|	- samantanakamura@uol.com.br								 |
|																 |
|	File Information:											 |
|	- Page Navigation CSS Style									 |
|	- wp-content/plugins/wiki-pagenavi/wiki-pagenavi-css.css	 |
|																 |
+----------------------------------------------------------------+
*/

.wiki-pagenavi {width: auto; padding: 20px 0px;text-align:center; }

.wiki-pagenavi a, .wiki-pagenavi span.pages {line-height: 20px; padding: 3px 7px; margin: 2px; background: #C7C7C7; color: #000; text-decoration: none;}
.wiki-pagenavi a:hover {background: #0F3862; color: #fff}
.wiki-pagenavi span, .wiki-pagenavi span.current {line-height: 24px; padding: 4px 8px; font-size: 14px; font-weight: bold; background: #0F3862; color: #FFF;}
.wiki-pagenavi p{text-align:center; margin-top:10px; color:#727272; font-size:11px;}
/*
.wiki-pagenavi a.primeira { width: 20px; height: 20px; background: url(http://v2.melhorespraticas.caixa.dev.sinc.us/wp-content/themes/melhorespraticas/img/wiki-first.gif); text-indent: -9999px; overflow: hidden; }
.wiki-pagenavi a.anterior { width: 20px; height: 20px; background: url(http://v2.melhorespraticas.caixa.dev.sinc.us/wp-content/themes/melhorespraticas/img/wiki-prev.gif);  text-indent: -9999px; overflow: hidden; }
.wiki-pagenavi a.proxima  { width: 20px; height: 20px; background: url(http://v2.melhorespraticas.caixa.dev.sinc.us/wp-content/themes/melhorespraticas/img/wiki-next.gif);  text-indent: -9999px; overflow: hidden; }
.wiki-pagenavi a.ultima   { width: 20px; height: 20px; background: url(http://v2.melhorespraticas.caixa.dev.sinc.us/wp-content/themes/melhorespraticas/img/wiki-last.gif);  text-indent: -9999px; overflow: hidden; }
*/