﻿/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background-color:#ffe7d4; border:1px solid #e0a88f; color:#683d14; margin-left:4px; padding:3px 6px; line-height: 26px; height: 26px; font-weight: bold;text-align: center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background-color:#fcc79d; color:#683d14; margin-left:4px; padding:3px 6px; line-height: 26px; height: 26px; font-weight: bold;text-align :center; text-decoration:none;}
.wp-paginate .title {color:#683d14; margin-left:4px;}
.wp-paginate .gap { font-weight: bold;color :#683d14; margin-left:4px;}
.wp-paginate .current { font-weight: bold; color :#fff; background-color:#cf7b54; border:1px solid #a53703; margin-left:4px; padding:3px 6px; height: 26px; line-height: 26px;}
.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 {}