#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: center;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-bottom: 10px;
	padding: 10px 0;
	background: white;
	text-align: center;
}
#wp_page_numbers ul {
	
}
#wp_page_numbers li {
	display: inline;
}

#wp_page_numbers a {
	padding: 3px 5px;
	margin-left: 2px;
	margin-right: 2px;
	color: #333;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #999 #999 #999 #999;
}

#wp_page_numbers li a:hover {
	color: black; /* IE fix */
	text-decoration: underline;
	background: #ccc;
}

#wp_page_numbers li.space {
	padding: 6px 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #2f2f2f #999 #999 #999;
	background: #ccc;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	background: #ccc;
}

#wp_page_numbers li.page_info {
	padding: 3px 5px;
	margin-right: 2px;
	color: #666;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #999 #999 #999 #999;
}