#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: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

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

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #2c2c2c;
	background: #e4e4e4;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#a7a7a7));
	background: -moz-linear-gradient(top,  #e4e4e4, #a7a7a7);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#wp_page_numbers li a:hover {
	background: #c1c0c0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#c1c0c0));
	background: -moz-linear-gradient(top,  #e4e4e4, #c1c0c0);
}

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

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

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #95a4ef;
	background: -webkit-gradient(linear, left top, left bottom, from(#95a4ef), to(#4756a2));
	background: -moz-linear-gradient(top,  #95a4ef, #4756a2);
}
#wp_page_numbers li.active_page a:hover  {
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
}
