/* Extended Live Archives */
.livearchive {
	}

#af-ela {
	}

#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: 5px;
	}

/* The Chronological or Categorical Tabs */
#af-ela-menu li {
	display: inline;
	padding: 2px 10px !important;
	margin-bottom: 0;
	background: #eee;
	}

#af-ela-menu li.selected {
	background: #444;
	color: white;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}

#af-ela-year {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	}

#af-ela-year li {
	position: relative;
	font-weight: bold;
	}
	
#af-ela-month, #af-ela-category {
	float: left;
	width: 25%;
	margin: 0;
	border-left: 1px solid #ccc;
	font-weight: bold;
	}

/* Category view only has two columns. So it has more width available */
#af-ela-category {
	width: 35%;
	}


#af-ela-month li {
	position: relative;
	}

#af-ela-post {
	float: left;
	width: 54%;
	margin: 0;
	border-left: 1px solid #ccc;
	}

#af-ela-post li {
	position: relative;
	font-weight: bold;
	}

#af-ela ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #FFF6BF;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	padding-top: 0;
	padding-bottom: 0;
	}

#af-ela a, #af-ela a:hover {
text-decoration: none;
}
.archives span {
	color: #bbb;
	}

#af-ela-loading, #af-ela-img-loading {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	}
#af-ela-loading {
	float: right;
	}
#af-ela-img-loading {
	padding-bottom: 10px;
	}