/*
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 Meneame style pagination*/
	div.pagination {
		
		color:#726358;
		font-size:100%;
		background:transparent url(../img/bkg-paginator.png) no-repeat;
		text-align:center;
		height:29px;
		width:700px;
		padding-top:3px;
	}
	
	div.pagination a {
		padding:10px 4px 0px 0px;
		text-decoration: none;
		color: #FFFFFF;	
		font-size:115%;
		font-weight:bold;	
		
	}
	div.pagination a:hover, div.meneame a:active {
		color: #000;
		text-decoration:underline;
		/*background:transparent url(../img/bt-paginator.png);*/

	}
	div.pagination span.current {
		font-weight: bold;
		background:transparent url(../img/bt-paginator.png);
		color: #E86105;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ffe3c6;
	
		color: #726358;
	}