/* Extended Live Archives template style sheet (fit a 510px wide or more page) */
/* Original structural credits go to Michael Heilenman */
.livearchive {
	background: #D6EAF5;
	}
#af-ela {
	margin-left: 0;
	}
#af-ela ul, #af-ela-category, #af-ela-year {
	padding: 0;
	list-style-type: none;
	}
#af-ela ul li {
	text-align: left;
	padding: 1px 8px;
	}
#af-ela ul li:hover, #af-ela .selected, #af-ela-post li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}
html>body .post #af-ela ul li {
	text-indent: 0;
	margin: 0;
	}
#af-ela-year {
	float: left;
	width: 7em; /* This value can be changed to change the width of the year and month columns */
	margin: 0;
	font-size: 90%
	}
#af-ela-month, #af-ela-post{
        float: left;
        width: 11em; /* This value can be changed to change the width of the year and month columns */
        margin: 0;
	font-size: 90%
        }

#af-ela-category{
	float: left;
	width: 21em; /* This value can be changed to change the width of the category column */
	margin: 0;
	font-size: 90%;
	}
#af-ela-category, #af-ela-year, #af-ela-month{
	border-left: 1px solid #ccc;
	}
#af-ela-category, #af-ela-month, #af-ela-post{
	//border-right: 1px solid #ccc;
	}
#af-ela-category li, #af-ela-year li, #af-ela-month li, #af-ela-post li{
	position: relative;
	font-weight: bold;
	}
#af-ela-post {
	width: 20em; /* This value can be changed to change the width of the posts column */
	font-size: 90%;
	}
#af-ela ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
	}
#af-ela.selected {
	background: #E6F4FC;
	border-top: 1px solid #148AD3;
	border-bottom: 1px solid #148AD3;
	}
#af-ela-menu {
	border-bottom: 1px solid #ccc;
	margin: 3px 0;
	padding: 0;
	}
#af-ela-menu li {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: none;
	display: inline;
	}
#af-ela-menu li.selected, #af-ela-menu li:hover {
	border-bottom: 1px solid #FFFFFF !important;
	background: #FFFFFF !important;
	}	
#af-ela-category li {
	padding: 1px 0px 1px 8px;
	}
#af-ela-category li ul, #af-ela-category li ul li, #af-ela-category li ul li ul, #af-ela-category li ul li ul li, #af-ela-category li ul li:hover, #af-ela-category li ul li ul li:hover{
	border: none;
	}
