/**
* 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;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
  cursor: pointer;
}

.light-theme a,
.light-theme span {
  float: left;
  color: #8b5dcb;
  /*color: #666;*/
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  /*border: 1px solid #bbb;*/
  min-width: 14px;
  padding: 0 7px;
  margin: 0 7px 0 0;
  text-decoration: none;
}

.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: underline;
  background: #fcfcfc;
}

.light-theme .current {
  background: #8b5dcb;
  color: #fff;
  cursor: default;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

#page-nav {
  display: inline-block;
}
