/*
Default style for pagination plugin

http://wordpress.org/extend/plugins/pagination/
*/

.pagination {
	clear: both;
	margin: 3em auto;
	text-align: center;
	font-size: 1.2em;
}

.pagination a, .pagination span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.pagination a:hover, .pagination span.current {
	border-color: #000;
}

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