/* Main landing pages */
.top-stories, .author-bio {
	float: left;
	width: 96%;
	margin: 0 0 2em 0;
	padding: 2%;
	background: #f4f4f4;
}

.top-stories-module {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0;
}

.top-stories-module:last-child {
	margin: 0 auto;
}

.top-stories h1 {
	margin: 0 auto;
	padding: 0;
	font-size: 1.375em;
	color: #232323;
}
	
.top-stories p {
	margin: 0.300em 0 0 0;
	font-size: 0.938em;
	color: #666666;
}


/* Author biography */
.author-bio h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 1.375em;
	color: #160773;
}
	
.author-bio h3 {
	margin: 0 auto;
	padding: 0;
	font-size: 0.875em;
	color: #160773;
	text-transform: uppercase;
}
	
.author-bio p {
	margin: 1em 0 0 0;
	color: #232323;
}

.staff-title {
	display: block;
	font-size: 0.875em;
	color: #7f7f7f;
}


/* Individual results */
.archive-row {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: dotted 1px #c2bebf;
}

.archive-row-image {
	float: left;
	width: 24%;
	margin: 0.5% 2% -1% 0;
	padding: 0;
}

.archive-row h3 {
	font-size: 1em;
	color: #232323;
	margin: 0 0 0.200em 0;
	padding: 0;
}

.archive-row p {
	margin: 0 0 0.200em 0;
	font-size: 0.938em;
	color: #666666;
}

.time {
	font-size: 0.875em;
	color: #999999;
}

.time:before {
	content: url(../images/universal/time.png);
	margin: 0 0.300em 0 0;
	display: inline;
}


/* More results */
.results-pagination {
	float: left;
	width: 100%;
	margin: 0.500em 0 2em 0;
	padding: 0;
}

.results-pagination-legend {
	float: left;
	width: 50%;
}

.results-pagination-list {
	float: right;
	width: 50%;
	text-align: right;
}

.results-button-link {
	margin: 0 0.05em 0 0;
	padding: 0;
}

.results-button-current {
	margin: 0 0.05em 0 0;
	padding: 0.100em 0.500em 0.200em 0.500em;
	font-size: 1em;
	color: #ffffff;
	background: #999999;
	border-radius: 1.500em;
}

.results-button-link a, .results-button-link a:visited, .results-button-chevronright a, .results-button-chevronright:visited, .results-button-chevronleft a, .results-button-chevronleft:visited {
	margin: 0 auto;
	padding: 0.100em 0.500em 0.200em 0.500em;
	font-size: 1em;
	color: #297d3e;
}

.results-button-chevronleft a:before, .results-button-chevronright a:after {
	border-style: solid;
	border-width: 0.100em 0.100em 0 0;
	content: '';
	display: inline-block;
	height: 0.40em;
	left: -0.05em;
	position: relative;
	top: 0.35em;
	transform: rotate(45deg);
	vertical-align: top;
	width: 0.40em;
}

.results-button-chevronleft a:before {
	left: 0.10em;
	transform: rotate(225deg);
}

.results-button-link a:hover, .results-button-chevronleft a:hover, .results-button-chevronright a:hover {
	color: #ffffff;
	background: #999999;
	border-radius: 1.500em;
}

.results-button-link:last-child {
	margin: 0 auto;
}