/*
 * 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 {
	background:#000000;
	border:1px solid #ff6c00;
	color:#ff6c00;
	margin-right:4px;
	padding:3px 6px;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.wp-paginate a:hover, .wp-paginate a:active {
	background:#c81cb3;
	color:#ffffff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.wp-paginate .title {
	color:#b8a260;
	margin-right:4px;
	}
.wp-paginate .gap {
	color:#999;
	margin-right:4px;
	}
.wp-paginate .current {
	color:#ffffff;
	background:#c81cb3;
	border:1px solid #ff6c00;
	margin-right:4px;
	padding:3px 6px;
	}
.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 {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.wp-paginate-comments .title {

	}
.wp-paginate-comments .gap {

	}
.wp-paginate-comments .current {

	}
.wp-paginate-comments .page {

	}
.wp-paginate-comments .prev, .wp-paginate-comments .next {

	}