/* Extended Live Archives */

#af-ela {
	/*margin-left: 10px;*/
	}

#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;
	}

/* The Chronological, Categorical, or keywordorical Tabs */
#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;
	}

/* 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, #af-ela-tag li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}

#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;
	}

/* Category view only has two columns. So it has more width available */
#af-ela-category {
	width: 40%;
	}
	
#af-ela-tag {
	width: 99%;
	font-weight: normal;
	_word-wrap : break-word;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#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 li {
	position: relative;
	}

#af-ela-tag li {
	display: inline;
	border: none;
	padding : 0 1px 0 1px !important;
	margin: 0 !important;
	}
#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-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	}
#af-ela-post-tags {
	width: 99%;
	}

#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-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;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	padding-top: 0;
	padding-bottom: 0;
	}

/* The Loading Div */
#af-ela-loading {
	margin: 0;
	padding: 0;
	float: right;
	}


