/*
 * WP-Paginate - WordPress Pagination Function
 */
 
 .wp-paginate {

 }
 
.wp-paginate li {
	float: left;
	list-style: none;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#main .wp-paginate a {
	border: 0;
	color: rgb(100,100,100);
	margin-right: 5px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}

div#main .wp-paginate a:hover, div#main .wp-paginate a:active {
	border: 0;
	background: rgb(103,140,49);
	color: #fff;
}

.wp-paginate .title {
	color: rgb(100,100,100);
	margin-right: 5px;
}

.wp-paginate .gap {
	color: #999;
	margin-right: 5px;
}

.wp-paginate .current {
	background: rgb(103,140,49);
	color: #fff;
	border: 0;
	margin-right: 5px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}