/*
 * 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;}
.wp-paginate a {
	color:#303c49;
	margin-right:6px;
	padding:1px 6px 2px 6px;
	text-align:center;
	text-decoration:none;
	border:1px solid #979DA4;
	}
.wp-paginate a:hover, .wp-paginate a:active {
	color:#303c49;
	background:#FAB900;
	}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {
	color:#303c49;
	background:#FAB900;
	border:1px solid #FAB900;
	margin-right:4px;
	padding:3px 6px;
	}
.wp-paginate .page {
	padding:0 6px 2px 6px;
	}
.wp-paginate .prev {
	background:url(../../themes/MANChallengeBibendum/images/blaettern_li01.png) top right no-repeat;
	color:#303c49;
	border:none;
	padding:0 25px 2px 0;
	display:inline-block;
	/* float:left; */
	}
.wp-paginate .prev:hover {
	background:url(../../themes/MANChallengeBibendum/images/blaettern_li01.png) top right no-repeat;
	text-decoration:underline;
	}
.wp-paginate .next {
	background:url(../../themes/MANChallengeBibendum/images/blaettern_re01.png) no-repeat;
	color:#303c49;
	border:none;
	padding:0 0 2px 25px;
	display:inline-block;
	margin-right:0;
	/* float:right; */
	}
.wp-paginate .next:hover {
	background:url(../../themes/MANChallengeBibendum/images/blaettern_re01.png) no-repeat;;
	text-decoration:underline;
	}

/* 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 {}