
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:10px 0;
	margin:0px;
	text-align:center;
	clear:both;	
	width:100%;
	margin:auto;	
	margin-top:-15px;
}

div.pagination a {	
	margin:0 5px;
	border: 1px solid #c3c3c3;
	background:#fff;
	text-decoration: none; 
	color: #6e6e6e;
	height:30px;
	line-height:30px;
	width:30px;
	display:inline-block;	
}
div.pagination a:hover, div.pagination a:active {
	height:30px;
	width:30px;
	line-height:30px;
	margin:0 5px;
	font-weight: bold;
	background-color: #f36405;
	color: #FFF;
}
div.pagination span.current {
	height:30px;
	width:30px;
	line-height:30px;
	margin:0 5px;
	font-weight: bold;
	background-color: #f36405;
	border:1px solid #f36405;
	color: #FFF;
	display:inline-block;
}
div.pagination span.disabled {
	height:30px;
	width:30px;
	line-height:30px;
	margin:0 5px;
	border: 1px solid #929292;
	color: #6e6e6e;
	display:inline-block;
	visibility:hidden;
}
