/*
// +----------------------------------------------------------------------+
// | Licenses and copyright acknowledgements are located at               |
// | http://www.sonsofskadi.net/wp-content/elalicenses.txt                |
// +----------------------------------------------------------------------+
*/
#af-ela ul {
	padding: 0;
}
#af-ela ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	padding: 1px 8px;
}
#af-ela-menu {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
#af-ela-menu li {
	display: inline;
	padding: 2px 10px !important;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 0;
}
#af-ela-menu li.selected {
	background: #FFF6BF;
}
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover, #af-ela-tag li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}
#af-ela-year, #af-ela-month, #af-ela-category, #af-ela-tag {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
	font-weight: bold;
}
#af-ela-category {
	width: 40%;
}
#af-ela-tag {
	width: 99%;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	_word-wrap : break-word;
}
#af-ela-year li, #af-ela-month li, #af-ela-category li, #af-ela-post-chrono li, #af-ela-post-cats li, #af-ela-post-tags a {
	/*position: relative;*/
}
#af-ela-tag li {
	display : inline;
}
#af-ela-tag li:hover {
	border: none;
}
#af-ela-post-chrono, #af-ela-post-cats, #af-ela-post-tags {
	float: left;
	width: 59%;
	margin: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: bold;
}
#af-ela-post-tags {
	width: 99%;
	border-left: 1px solid #ccc;
}
#af-ela ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
}
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-category li.selected, #af-ela-post-chrono li.selected, #af-ela-post-cats li.selected, #af-ela-post-tags li.selected, #af-ela-post-chrono li:hover, #af-ela-post-cats li:hover, #af-ela-post-tags li:hover {
	background: #FFF6BF !important;
	border-top: 1px solid #FFD324 !important;
	border-bottom: 1px solid #FFD324 !important;
	padding-top: 0;
	padding-bottom: 0;
}
#af-ela-loading {
	margin: 0;
	padding: 0;
	float: right;
}
#af-ela-post-prev, #af-ela-post-prev-off, #af-ela-post-next, #af-ela-post-next-off  {
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#af-ela-post-prev:hover, #af-ela-post-next:hover {
	background: #FFF6BF !important;
	border-top: 1px solid #FFD324 !important;
	border-bottom: 1px solid #FFD324 !important;
	padding-top: 0;
	padding-bottom: 0;
}