#af-ela {
	margin: 20px 0;
	padding: 0;
	position: relative;
	clear: both;
	color: #999;
	}

#af-ela ul {
	margin: 2px 5px;
	padding: 5px 0;
	list-style-type: none;
	}

#af-ela li {
	margin: 0;
	padding: 0;
	}

#af-ela li a,
#af-ela li a:hover {
	border: none;
	background-color: transparent;
	}

/* Date, Cates, Tags */

#af-ela-menu {
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	text-align: center;
	}
#af-ela-menu li {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 2px 5px;
	font-weight: normal;
	color: #64afd1;
	}
#af-ela-menu li.selected { font-weight: bold; color: #d9d9d9; }

/* Years, Months, Categories */

#af-ela-year,
#af-ela-month,
#af-ela-category {
	clear: both;
	text-align: center;
	}
#af-ela-year li,
#af-ela-month li,
#af-ela-category li {
	display: inline;
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	color: #b3b3b3;
	}
#af-ela-year li.selected,
#af-ela-month li.selected, 
#af-ela-category li.selected {
	color: #546b8c;
	}

/* Tags */

#af-ela-tag {
	clear: both;
	display: block;
	text-align: justify;
	}
#af-ela-tag li {
	display: inline;
	overflow: auto;
	margin: 5px;
	}
*+html #af-ela-tag li {
	margin: 5px;
	padding: 0 5px 0 0;
	}

/* Posts */

#af-ela-post-chrono,
#af-ela-post-cats,
#af-ela-post-tags {
	clear: both;
	margin: 10px 0;
	position: relative;
	}

/* Posts by Dat */

#af-ela-post-chrono li {
	margin: 0;
	padding: 5px 18px;
	position: relative;
	color: #a6a6a6;
	}
#af-ela-post-chrono li span {
	position: absolute;
	right: 5px;
	top: 5px;
	}
#af-ela-post-chrono li a {
	font-weight: normal;
	position: absolute;
	left: 45px;
	top: 5px;
	color: #737373;
	}
#af-ela-post-chrono li a:hover {
	color: #66accc;
	text-decoration: none;
	}
#af-ela-post-chrono li:hover {
	background: #08090a;
	}

/* Posts by Categories, Tags */

#af-ela-post-cats li,
#af-ela-post-tags li {
	margin: 5px 0;
	padding: 5px 10px;
	position: relative;
	color: #ccc;
	clear: both;
	}
#af-ela-post-cats li span,
#af-ela-post-tags li span {
	position: absolute;
	right: 5px;
	top: 5px;
	}
#af-ela-post-cats li a,
#af-ela-post-tags li a {
	padding: 0 0 0 20px;
	display: block;
	color: #737373;
	}
#af-ela-post-cats li a:hover,
#af-ela-post-tags li a:hover {
	text-decoration: none;
	color: #66accc;
	}
#af-ela-post-cats li:hover,
#af-ela-post-tags li:hover {
	background: #08090a;
	}

/* Loading  */

span.af-ela-loading,
img.af-ela-loading {
	position: absolute;
	right: 0;
	top: 10px;
	float: right;
	width: 16px !important;
	width: 0;
	height: 16px !important;
	height: 0;
	border: none;
	}
span.af-ela-loading {
	width: auto !important;
	height: auto !important;
	}
*+html img.af-ela-loading {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	}
