#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-serif;
}

#wp_page_numbers {
	margin: 10px 0 10px 0;
	width: 100%;
	background: #fff;
}

#wp_page_numbers ul {
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {

	margin-top: 2px;
	margin-bottom: 2px;

	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #333;
	border: solid #fff;
	border-width: 1px;
}

#wp_page_numbers li a:hover {
	border: solid #999;
	border-width: 1px;
}

#wp_page_numbers li.space {
	margin-top: 2px;
	margin-bottom: 2px;
	border-width: 0;
	padding-top: 2px;
}

#wp_page_numbers li.first_last_page {
	color: #000;
}

#wp_page_numbers li.active_page a {
	border: 1px solid #999;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
}

#wp_page_numbers li.page_info {

	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 1px;	
	margin-right: 4px;

	padding: 2px 6px 6px 0;

	color: #333;
	border-width: 0;
}
