/*
// +----------------------------------------------------------------------+
// | Licenses and copyright acknowledgements are located at               |
// | http://www.sonsofskadi.net/wp-content/elalicenses.txt                |
// +----------------------------------------------------------------------+
*/
#af-ela {
	margin-top: 40px;
}
#af-ela ul {
	padding: 0;
	margin: 0;
}
#af-ela ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	padding-left: 10px;
}
#af-ela-menu {
	border-bottom: 1px solid #666;
}
#af-ela-menu li {
	display: inline;
	padding: 2px 10px 4px !important;
	background: #222;
}
#af-ela li:hover {
	color: #fff;
}
#af-ela-menu li.selected {
	background: #444;
}
#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: #222;
	text-decoration: none;
}
#af-ela-year, #af-ela-month, #af-ela-category, #af-ela-tag {
	float: left;
	font-weight: bold;
}
#af-ela-year {
	width: 13%;
}
#af-ela-month {
	padding-right: 3px;
	width: 25%;
}
#af-ela-category {
	width: 38%;
	font-weight: normal;
}
#af-ela-tag {
	width: 99%;
	font-weight: normal;
}
#af-ela-tag li {
	display : inline;
}
#af-ela-post-chrono, #af-ela-post-cats, #af-ela-post-tags {
	float: left;
	width: 59%;
	border-left: 1px solid #666;
}
#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-tags li:hover {
	background: #222 !important;
	padding-top: 0;
	padding-bottom: 0;
}
#af-ela-loading {
	padding: 0;
	margin: 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;
}

#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;
}
