#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background-color: #e4e4e4;
	padding: 0px; 
margin: 0px;
	-moz-border-radius: 20px; 
	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: center;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 14px;
font-family: Arial;

}

#wp_page_numbers {
	margin-top: 10px;
	width: 80%;
	-moz-border-radius: 15px; 
	background-color: #e4e4e4;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 80%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
text-shadow: 1px 1px 0px #894c7d;
color: #e6e7e5;
-moz-box-shadow:0px 0px 4px 0px #979797;
background: #e4e4e4 url('http://leightonmeestersource.com/wp-content/themes/Purple%20Leighton/img/fond-tit.jpg');
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	border: 2px solid #c8c8c8;
}

#wp_page_numbers li a:hover {
	border-color: #c8c8c8;
}

#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 {
	border-color: #c8c8c8;
}
#wp_page_numbers li.active_page a:hover  {
	color: #747474; /* IE fix */
	border-color: #c8c8c8;
}

#wp_page_numbers li.page_info {
text-shadow: 1px 1px 0px #894c7d;
color: #e6e7e5;
-moz-box-shadow:0px 0px 4px 0px #979797;
background: #e4e4e4 url('http://leightonmeestersource.com/wp-content/themes/Purple%20Leighton/img/fond-tit.jpg');
	float: left;
	display: block;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-right:8px;
	font-size: 11px;
	border: 2px solid #c8c8c8;}
