/*
+----------------------------------------------------------------+
|																							|
|	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					|
|																							|
+----------------------------------------------------------------+
*/

.navigation-materiali {
	width:664px;
	margin:20px 0 20px 0;
	height:14px;
	padding:10px;
	text-align:center;
}

.wp-pagenavi {
	text-align:center;
}

.wp-pagenavi span.current {
	margin:0 2px 0 2px;
	padding:0 4px;;
	border:2px solid #0088CC;
	background:#FFF;
	color:#00236F;
	font-size:1em;
	text-transform:uppercase;
	height:20px;
	font-weight:normal;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a.page {
	margin:0 2px 0 2px;
	padding:0 4px;
	border:1px solid #00236F;
	background:transparent url(http://idr.seieditrice.com/wp-content/themes/hp/images/h2-bg.gif) repeat-x scroll 0 0;
	color:#FFF;
	font-size:1em;
	text-transform:uppercase;
	height:20px;
	cursor:pointer;
	outline:none;
	font-weight:normal;
	text-decoration:none;
}

.wp-pagenavi a:hover, .wp-pagenavi a.page:hover {	
	text-decoration:none;
	background:#FFF;
	color:#00236F;
}