#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:0;
	font-variant:normal;
	text-align:left;
	line-height:12px;
	letter-spacing:0;
	word-spacing:0;
	font-size:12px;
	text-shadow:none;}

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

#wp_page_numbers ul{
	width:100%;}

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

#wp_page_numbers a{
	background-color:#fafafa;
	border:1px solid #ccc;
	display:block;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;}

#wp_page_numbers li a:hover{
	border:1px solid #bbb;}

#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{
	background-color:#222;
	border:1px solid #DFDFD1;
	color:#fff;
	font-weight:bold;}

#wp_page_numbers li.active_page a:hover{
	background-color:#222;
	color:#ED145B; /* IE fix */
	text-decoration:underline;
	border:1px solid #bbb;}

#wp_page_numbers li.page_info{
	display:block;
	font-size:14px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	text-shadow:1px 1px 1px #fafafa;
	float:left;
	padding:5px;
	margin-right:2px;}
