/*
Default style for iPaginate plugin

*/

.ipaginate {
	clear: both;
	font-size: 14px;
	text-align: center;
	margin: 1em 0;
}

.ipaginate a,
.ipaginate span {
	text-decoration: none;
	padding: 5px;
	margin: 2px;
}

.ipaginate span.current {
	font-weight: bold;
}