#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 8pt;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
}

#wp_page_numbers {
	clear: both;
	height: 19px;
	margin-bottom: 5px;
	padding: 0px;
}

/* Hides from IE5-mac \*/
* html #wp_page_numbers {
	height: 19px;
	margin-bottom: 5px;
}
/* End hide from IE5-mac */ 

#wp_page_numbers ul {
	float: right;
	clear: right;
	display: inline;
	background-color: #222;
	margin: 0px;
	padding: 0px;
}

#wp_page_numbers li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#wp_page_numbers a {
	padding: 2px 4px 2px 4px;
	display: block;
	color: #f93;
	text-decoration: none;
}

#wp_page_numbers li a:hover {
	text-decoration: none;
}

#wp_page_numbers li.space, #wp_page_numbers li.active_page {
	padding: 2px 4px 2px 4px;
}

#wp_page_numbers li.active_page {
	font-weight: bold;
}

#wp_page_numbers li.first_last_page {

}

#wp_page_numbers li.active_page a {
	padding: 2px 4px 2px 4px;
	color: #fff;
	font-weight: bold;
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	text-decoration: none;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	background-color: #600;
	padding: 2px 4px 2px 4px;
	color: #fff;
	font-size: 8pt;
}
