/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;  float: right;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-size: 11px;}
.wp-paginate li {display:inline; list-style:none;  float: left;
  margin: 0 2px;
  border: 1px solid #888;}
.wp-paginate li:first-child{border: none;}
.wp-paginate a { display: block;
  color: #555;
  background-color: #efefef;
  text-decoration: none;
  font-family: courier;
  padding: 3px 7px;}
.wp-paginate a:hover, .wp-paginate a:active {  background-color: #888;
  color: #efefef;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {
display: block;	
	border: 1px solid #000;
	background-color: #333;
	color: #efefef;
	padding: 3px 7px;
}}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}
