/* articles */
#frontpage-lists {
	margin-top: 48px;
	overflow: hidden;
	width: auto;
}

ol.frontpage-list {
	width: 270px;
	float: right;
}

ol.frontpage-list li {
	margin-bottom: 36px;
}

ol#articles {
	float: left;
}

ol.frontpage-list h2 {
	font-size: 18px;
}

li h2, .popup h2 {
	margin: 2px 0 15px 0;
}

#archive-link a {
	-webkit-border-radius: 3px;
	background: #444;
	color: #fff;
	padding: 6px;
	border: none;
	font-size: 12px;
}

#archive-link a:hover {
	color: #fff !important;
	background: #ff4545;
}

/* search */
#search h2 {
	background: none;
	padding-left: 0;
	margin: 11px 0 0 0;
}

#search ol {
	font-weight: bold;
	font-size: 15px;
	margin-left: 20px;
	list-style-type: decimal;
}

#search ol h3 {
	font-size: 1em;
}

#search ol p {
	font-weight: normal;
	font-size: .8em;
}

mark {
	background: #ffffb3;
}

/* archive */
ol#archive {
	margin-top: 18px;
}

ol#archive li {
	padding: 10px;
	padding-top: 0;
	border-bottom: 1px dotted #777;
	margin-bottom: 10px;
}

ol#archive span.date {
	margin-right: 1em;
	color: #999;
	width: 7em;
	float: left;
	display: block;
}