/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
  overflow: hidden;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: .9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc !important;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

/* ListNav CSS */

#nrnList-nav 				{ margin:0px 0px 5px 0px; }
#nrnList {
	margin:15px 0px 0px 0px;
	list-style: none;
}
.textwidget ul li {
	margin:0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
p.bf-listnav {
	margin-bottom: 20px;
	clear: both;
}

/*
.listNav 					{ margin:0px 0 0px; }

.ln-letters 				{ overflow:hidden; }
.ln-letters a 				{ font-size:14px; display:block; float:left; padding:2px 6px; border:1px solid #800080; border-right:none; text-decoration:none; }
.ln-letters a.ln-last 		{ border-right:1px solid #800080; }
.ln-letters a:link			{ text-decoration:none; }
.ln-letters a:hover,
.ln-letters a.ln-selected 	{ background-color:#eaeaea; }
.ln-letters a.ln-disabled 	{ color:#ccc !important; }
.ln-letter-count 			{ text-align:center; font-size:12px; line-height:1; margin-top:0px; margin-bottom:242px; color:#800080; }


/*# sourceMappingURL=listnav.css.map */