
body #wp_page_numbers_top {
	padding-bottom: 36px; }
	
body #wp_page_numbers_top li.page_info {
	float: right;
	text-align: right; }
	
#wp_page_numbers {
	clear: both;
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;
	font-size: 14px;
	font-style: italic;
	width: 100%; }
	
#wp_page_numbers ul {
	margin: 0;
	padding: 0;
	width: 100%; }
	
#wp_page_numbers li {
	float: right;
	display: block; }

#wp_page_numbers a {
	color: #ada8a5;
	display: block;
	padding-right: 10px;
	font-weight: normal; }

#wp_page_numbers li a:hover {
	color: #736e68; }

#wp_page_numbers li.space {
	color: #ada8a5;
	padding-right: 10px; }

#wp_page_numbers li.first_last_page {
	}

#wp_page_numbers li.active_page a {
	color: #736e68;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ccc; }
	
#wp_page_numbers li.active_page a:hover  {
	color: #736e68; /* IE fix */ }

#wp_page_numbers li.page_info {
	float: left;
	font-size: 10px;
	font-style: normal;
	display: block;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0 #ccc;
	text-transform: uppercase;
	width: 120px; }