/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none; margin-right: 7px; }
.wp-paginate a { font: 12px/15px Arial, Helvetica, sans-serif; color:#666; margin-right:4px; padding:0; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {color:#FF6633; font: 12px/15px Arial, Helvetica, sans-serif;}
.wp-paginate .title {}
.wp-paginate .gap {}
.wp-paginate .current {color:#FF6633; margin-right:4px; padding:0; font: 12px/15px Arial, Helvetica, sans-serif;;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}
