/*
 * 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; }
.wp-paginate li { width: 28px; height: 28px; line-height: 28px; display: inline; list-style:none; margin: 0; padding: 0; }
.wp-paginate a { width: 28px; height: 28px; margin: 0; padding: 0 10px 0 10px; line-height: 28px; background-image: url('http://clients.youweyoucoding.com/pb/daiver-pedemonte/acw-blog/wp-content/themes/acw-blog/images/navigation-page.jpg');  background-repeat: no-repeat; color:#1B5577; text-align: center; text-decoration:none; }
.wp-paginate a:hover, .wp-paginate a:active { background-image: url('http://clients.youweyoucoding.com/pb/daiver-pedemonte/acw-blog/wp-content/themes/acw-blog/images/navigation-page-active.jpg'); background-repeat: no-repeat; color:#FB641D;}
.wp-paginate .title { font-family: Arial; font-size: 14px; color: #1B5577; margin-right: 10px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current { width: 28px; height: 28px; background-image: url('http://clients.youweyoucoding.com/pb/daiver-pedemonte/acw-blog/wp-content/themes/acw-blog/images/navigation-page-active.jpg');  background-repeat: no-repeat;  color:#FB641D;}
.wp-paginate .page { width: 28px; height: 28px; margin: 0; padding: 0 10px 0 10px; line-height: 28px; background-image: url('http://clients.youweyoucoding.com/pb/daiver-pedemonte/acw-blog/wp-content/themes/acw-blog/images/navigation-page.jpg');  background-repeat: no-repeat; color:#1B5577; text-align: center; text-decoration:none;  }
.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 {}