/*

+----------------------------------------------------------------+

|																							|

|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|

|	Copyright (c) 2009 Lester "GaMerZ" Chan									|

|																							|

|	File Written By:																	|

|	- Lester "GaMerZ" Chan															|

|	- http://lesterchan.net															|

|																							|

|	File Information:																	|

|	- Page Navigation CSS Style													|

|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|

|																							|

+----------------------------------------------------------------+

*/

.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
	border: 0;
	color: #0481B5;
	padding:0 0 0 14px;
	margin:0 2px 0 5px;
	background:url(https://docteurhtml5.com/wp-content/themes/html5doctor/img/paging-break.gif) 0 50% no-repeat;
	text-shadow:none;
}
.wp-pagenavi a.page, .wp-pagenavi a.page:link {
	padding-bottom:0;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	border: 0;
	color: #0481B5;
}
.wp-pagenavi a:hover {
	text-decoration:underline;
	background:url(https://docteurhtml5.com/wp-content/themes/html5doctor/img/paging-break.gif) 0 50% no-repeat;
}
.wp-pagenavi a:active {
	text-decoration: none;
}
.wp-pagenavi span.pages {
	color: #000000;
	border: 0;
	font-weight:normal;
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #000000;
	padding:0 0 0 14px;
	margin:0 2px 0 5px;
	background:url(https://docteurhtml5.com/wp-content/themes/html5doctor/img/paging-break.gif) 0 50% no-repeat;
}
.wp-pagenavi span.extend {
	color: #000000;
}
