/*
 * 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-bottom: 25px;}
.wp-paginate:after {
    clear: both;
}
.wp-paginate:before, .wp-paginate:after {
    content: " ";
    display: table;
}
.wp-paginate li {display:block; float: left; list-style:none;}
.wp-paginate a {display: block; background:#535961; color:#fff !important; padding:3px 10px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:none; color: #666666 !important}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {
	color: #fff;
    display: block;
    font-size: 11px;
    height: 12px;
    padding: 9px 11px 7px;
    background:#961619; 
    border: 1px solid #E0E0E0;
}
.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 {}