/*
 * 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/
 * RC: edited for Cinema Museum site.
 */
.wp-paginate {padding:0; margin:0; font-family: "Trebuchet MS", Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; }
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#1566B7; border:1px solid #2EB0FF; color:white; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none; font-size: 12px; font-weight: bold;}
.wp-paginate a:hover, .wp-paginate a:active {background:#1C86EE; color:white; font-size: 12px; font-weight: bold;}
.wp-paginate .title {font-family: Arial, sans-serif; color: #888; margin-right:4px; font-size: 16px; font-weight: normal;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:white; background:#1C86EE; border:1px solid #2EB0FF; margin-right:4px; padding:3px 6px; font-size: 12px; font-weight: bold;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {float:none;}

/* 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 {}