/* Pagination Plugin CSS */

.wp-pagenavi { margin: 10px 0 20px; width: 100%; height: 30px; line-height: 30px; overflow: hidden; text-align: center; clear: both; }

.pages, .current, .wp-pagenavi a { margin: 0 2px; padding: 4px 4px 2px 4px; background: #6AA700; color: #FFF; border: 1px solid #666; font-weight: bold; }

.current { background: #E7EFBC; color: #333; }

.wp-pagenavi a:hover { background: #E7EFBC; color: #333; }
