#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	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:left;
	line-height:12px;
	letter-spacing:0px;
	word-spacing:0px;
	font-size:9px;
	font-family:Georgia,Times,Serif;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
}

#wp_page_numbers ul {
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
	margin-right:3px;
}

#wp_page_numbers a {
	display: block;
	color:#fff;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
	background-color:#000;
	padding:3px 7px;
}

#wp_page_numbers li a:hover {
	background-color:#1e6ad1;
}

#wp_page_numbers li.space {
	margin-bottom: 2px;
}

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

#wp_page_numbers li.active_page a {
	background-color:#1e6ad1;
}

#wp_page_numbers li.active_page a:hover  {
	color:#fff; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	margin-right: 2px;
	padding-left: 2px;
	color:#fff;
}
