/*
Default style for WP-PageNavi plugin


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

.wp-pagenavi {
	height:36px;
	clear:both;
	float:left;
	left:-50%;
	position:relative;
}
.wp-pagenavi-wrap {
	float:left;
	left:50%;
	position:relative;
}

.pagenum {
	float:left;
	width:37px;
	height:34px;
	font:normal 14pt Arial;
	background:url("p-normal.png") no-repeat;
	padding-top:5px;
	cursor:pointer;
}
.pagenum a {
	text-decoration:none;
	color:#666;
}

.pages-left {
	float:left;
	width:7px;
	height:34px;
	background:url("p-left.png") no-repeat;
}
.pages-right {
	float:left;
	width:7px;
	height:34px;
	background:url("p-right.png") no-repeat;
}

.pages  {
	background:url("p-pages.png") no-repeat;
	float:left;
	padding-top:7px;
	width:135px;
	height:34px;
}

.plast {
	background:url("p-last.png") no-repeat;
	float:left;
	padding-top:7px;
	width:80px;
	height:34px;
}
.plast a {
	text-decoration:none;
	color:#666;
}
.pfirst {
	background:url("p-last.png") no-repeat;
	float:left;
	padding-top:7px;
	width:80px;
	height:34px;
}
.pfirst a {
	text-decoration:none;
	color:#666;
}

.current {
	background:url("p-current.png") no-repeat;
	cursor:default;
}
.current span {
	color: #111;
}