/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

.simple-pagination {
	*width: 700px !important;*/
	text-align: center;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
	height: 34px;
	margin-right: 22px;
}

.simple-pagination ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: right;
	color: #666;
	font-size:18px;
	line-height:32px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 1px 10px;
	margin: 0 2px;
}

.light-theme a {
	display: block;
	text-decoration: none;
	color: #226ebb;
}

.light-theme a:hover {
	opacity: 0.7;
}

.light-theme .current {
	background: none;
	cursor: default;
	color: #000;
	font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
	width: 60px;
	font-size: 18px;
	background-color: #226ebb;
	color: #F9F9F9;
	border:1px solid #226ebb;
	padding: 0px 12px;
}

.light-theme .prev:hover,
.light-theme .next:hover {
	opacity: 0.7;
}

.light-theme .current.prev,
.light-theme .current.next {
	background: #f0f0f0;
	cursor: default;
	color: #808080;
	opacity: 0;
}

.light-theme .prev .fa,
.light-theme .next .fa {
	line-height:32px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.light-theme .ellipse {
	background: none;
	border: none;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.light-theme .prev {
	line-height:32px;
	margin-right: 8px;
}

.light-theme .next {
	margin: 0;
	margin-left: 12px;
}

.light-theme .next:after {
	content: none;
}