@charset "UTF-8";


/* ----------------------------------------------------------
Navigation
---------------------------------------------------------- */
/*navigation*/
.navigation	{
	clear:both;
	margin:25px auto;
	padding:25px 0 ;
	text-align:center;
	border-top:1px solid #dedede
	}
	
.wp-pagenavi	{
	clear:both;
	margin:0 auto!important;
	text-align:center!important
	}

.navigation	a.nextpostslink,
.navigation	a.previouspostslink,
.navigation	a.first,
.navigation	a.last	{
	border:none;
	color:#0093dc
	}

.navigation	a:hover	{
	opacity:0.75;
	}

.navigation span	{
	text-align:center;
	padding:5px 10px;
	margin:0 2px
	}
	
.navigation	span.extend,
.navigation	span.pages	{
	border:none
	}
	
.navigation	.current	{
	padding:5px 10px;
	margin:0 2px;
	background:#fff;
	border:1px solid #0093dc
	}
	
.navigation .larger,
.navigation .smaller	{
	border:2px solid #0093dc;
	padding:4px 10px;
	margin:0 2px;
	background:#0093dc;
	color:#fff;
	text-decoration:none
	}

