/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	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 {
        margin-bottom: 25px;
        }

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #bbb;
	color: #333;
	background-color: #eee;	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #ddd),
	    color-stop(0.62, #fff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #ddd 23%,
	    #fff 62%
	);
	float: left;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #bbb;
	color: #333;
	background-color: #eee;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #ddd),
	    color-stop(0.62, #fff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #ddd 23%,
	    #fff 62%
	);
	float: left;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #666;
	color: #eee;
	background-color: #333;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #666),
	    color-stop(0.62, #999)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #666 23%,
	    #999 62%
	);
	float: left;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #666;
	color: #eee;
	background-color: #333;	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #666),
	    color-stop(0.62, #999)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #666 23%,
	    #999 62%
	);
	float: left;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #eee;
	border: 1px solid #666;
	background-color: #333;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #666),
	    color-stop(0.62, #999)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #666 23%,
	    #999 62%
	);
	float: left;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #666;
	color: #eee;
	background-color: #333;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #666),
	    color-stop(0.62, #999)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #666 23%,
	    #999 62%
	);
	float: left;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #bbb;
	color: #333;
	background-color: #eee;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #ddd),
	    color-stop(0.62, #fff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #ddd 23%,
	    #fff 62%
	);
	float: left;
}
