/**
* 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 auto;
	text-align: center;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.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 {margin: auto;text-align: center;}


.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #ffffff;
	font-size:14px;
	line-height:30px;
	font-weight: normal;
	text-align: center;
	min-width: 30px;
	padding: 0 7px;
	margin: 0 10px 0 0;
	background: #ffffff;
	border:1px #877373 solid;
	color: #877373;
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #877373;
	color: #FFF;
}

.light-theme .current {
	background: #877373;
	color: #FFF;
	border-color: #877373;
	cursor: default;
}

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