#index {
	margin-top: 0;
}

body {
	padding-top: 70px;
}

.archive-overlay {
	background: rgb(40, 37, 35);
	background: rgba(40, 37, 35, 0.9);
	padding: 10px 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1000px;
}

.archive-overlay p {
	color: #fff;
	color: rgba(255,255,255,0.5);
	font-family: 'LatoRegular',arial,sans-serif;
	margin: 0;
}

.archive-overlay a {
	background: #000;
	background: rgba(255,255,255,0.15);
	color: #fff;
	color: rgba(255,255,255,0.6);
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: lowercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.archive-overlay a:hover {
	background: tomato;
	color: #eee;
}

.archive-overlay strong {
	font-weight: normal;
	font-family: 'LatoBold',arial,sans-serif;
	color: #fff;
	color: rgba(255,255,255,0.75)
}

.archive-overlay .archive-message,
.archive-overlay .back-link {
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: middle;
	width: 49%;
}

.archive-overlay .archive-message p {
	position: relative;
	padding-left: 30px;
}

.archive-overlay .archive-message p:before {
	content: "a";
	font-family: 'icomoon',arial;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 20px;
}

.archive-overlay .back-link {
	text-align: right;
}