/*
 * 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; margin:0;font-family:Arial, Helvetica, sans-serif; font-size:12px;margin: 0 0 0 0;color:#fff}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:url(images/pagination.png) left top no-repeat; width:21px; height:22px;color:#fff; margin-right:4px; padding:4px 8px 6px 7px; text-align:center; text-decoration:none;}
.wp-paginate a:hover {color:#fff!important}

.wp-paginate a:hover, .wp-paginate a:active {background:url(images/pagination-02.png) left top no-repeat; width:21px; height:22px;color:#fff;}
.wp-paginate .title {color:#fff; margin-right:4px;}
.wp-paginate .gap {color:#fff; margin-right:4px;}
.wp-paginate .current {background:url(images/pagination-03.png) left top no-repeat; width:21px; height:22px;color:#fff; margin-right:4px; padding:4px 8px 6px 7px; }
.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 {}