/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; text-align:center;width:100%;margin:10px 0 15px;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#fefdde; border:1px solid #ddd; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.wp-paginate a:hover, .wp-paginate a:active {background:#6e0019; color:#fff !important;text-decoration: none !important;border:1px solid #fff !important;}
.wp-paginate .title {color:#555; margin-right:4px;border:0px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#6e0019; margin-right:4px; padding:5px 8px;font-weight:bold;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.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 {}