/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {list-style: none;}
.simple-pagination {display: block; overflow: hidden; padding: 0 5px 5px 0; margin: 0;}
.simple-pagination ul {list-style: none; padding: 0; margin: 0;}
.simple-pagination li {list-style: none; padding: 0; margin: 0;	float: left;}
span.ellipse.clickable {cursor: pointer;}
.ellipse input {width: 3em;}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {cursor:pointer;}
.dark-theme a, .dark-theme span {
  float: left; color: #ddd; font-size:14.5px; line-height:30px; font-weight: normal; text-align: center; border: none;
  min-width: 33px; padding: 0 8px; margin: 0 5px 0 0; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.2); background: #3a3f44;
}
.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover { text-decoration: none; background: #1e2124;}
.dark-theme .current {background: #222; color: #FFF; border-color: #000; box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset; cursor: default;}
.dark-theme .ellipse {background: none; border: none; border-radius: 0; box-shadow: none; font-weight: bold; cursor: default;}
