/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	font-size: 0.8em;
	color: #595959;
	width: 580px;
	text-align: center;
	clear: both;
}

.wp-pagenavi a  {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 15px;
	width: 15px;
	color: #595959;
	text-decoration: none;
	margin: 15px;
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 15px;
	width: 15px;
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi a:hover {
	background-color: #26a9e0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span.current {
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-top: 3px;
	display: inline;
	height: 15px;
	width: 15px;
	background-color: #ffc51f;
	color: #1d1d1d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span.current {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 15px;
	width: 15px;
	margin: 15px;
	font-weight: bold;
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

