/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme {
	display: block;
	overflow: hidden;
	padding: 0 5px 8px 0;
	margin-top:8px;
	font-family:'rsuregular';
	/*border-bottom:dotted 1px #999999;*/
}

.light-theme a, .light-theme span {
	float: left;
	color: #FFFFFF;
	font-size:18px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #808080;
	min-width: 22px;
	padding: 0 1px;
	margin: 0 5px 0 0;
	border-radius: 70px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #808080; /* Old browsers */	
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
	color: #808080;
}

.light-theme .current {
	background: #347ee8;
	color: #FFF;
	border-color: #347ee8;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
