#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #a5a5a5;
	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;
	color: #fff;
}

#wp_page_numbers {
	margin-top: 10px;
	margin-left: 500px;
	width: 100%;
	
	
}
#wp_page_numbers ul {
	
	width: 100%;
	
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	border: 5px solid #e6e6e6;
	padding: 8px;
	
	margin-color: black;
	
	color: #fff;
	font-family: Arial;
	font-size: 11px;

}

#wp_page_numbers li a:hover {
	color: #1666a5;
	color: #fff;
	background: #1666a5;
}

#wp_page_numbers li.space {
	font-size: 11px;
	font-family: Arial;
	color: #aaa;
	padding: 10px;


}

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

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #1666a5;


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

}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 11px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;

}
