/*
 * 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 0 20px 0;

	border:0px solid #000;
}


.wp-paginate li {display:inline; list-style:none;}

.wp-paginate a {
	background:#00b0e4; border:0; color:#fff; margin-right:4px; padding:3px 7px; text-align:center; text-decoration:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	
	background-image: linear-gradient(bottom, rgb(0,173,225) 7%, rgb(0,175,224) 54%, rgb(0,189,241) 77%);
	background-image: -o-linear-gradient(bottom, rgb(0,173,225) 7%, rgb(0,175,224) 54%, rgb(0,189,241) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(0,173,225) 7%, rgb(0,175,224) 54%, rgb(0,189,241) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,173,225) 7%, rgb(0,175,224) 54%, rgb(0,189,241) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(0,173,225) 7%, rgb(0,175,224) 54%, rgb(0,189,241) 77%);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(0,173,225)),
		color-stop(0.54, rgb(0,175,224)),
		color-stop(0.77, rgb(0,189,241))
	);


}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}








.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#b2b2b2; border:0; margin-right:4px; padding:3px 7px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.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 {}