/*  Archive page
 */

.monthly-view {
	clear: both;

	margin-left: 0;
	color: #ccc;
}
	.monthly-view li {
		margin-left: 0;
	}
	.monthly-view .month a .count {
		display: none;
	}

	.monthly-view a {
		border-bottom: none;
	}
		.monthly-view a .name {
			border-bottom: 1px solid transparent;
		}
			.monthly-view a:hover .name,
			.monthly-view a:active .name,
			.monthly-view a:focus .name {
				border-bottom: 1px solid rgba( 0, 0, 0, 0.5 );
			}
		.monthly-view .year_name {
			color: #555 !important;
			font-weight: bold;
		}
		.monthly-view .month a .count {
			color: rgba( 0, 0, 0, 0.35 );
		}


@media screen and (min-width: 800px) {
	.monthly-view .month a .count {
		display: inline;
	}

	.author-tilt img {
		position: relative;
		z-index: 2000;

		right: 0;
		top: -4.5em;

		transform: rotate(-2deg);
	}
		.author-tilt img {
			margin-bottom: -5px;
		}
}

@media screen and (min-width: 1400px) {
	.monthly-view .compact-chrono .year {
		grid-template-columns: 1fr 12fr;
	}
	.monthly-view .year ul {
		grid-template-columns: repeat( 12, 1fr );
	}
}
