.result_display {
	/* the div that holds the list of search results */
	/*border-style: solid;
	border-width: 1px;*/
}

.single_result{
	/* the div that holds a single search result */
	/*border-style: dashed;
	border-width: 1px;*/
	padding-top: 10px;
}

.result_headline{
	/* the span the holds the headline within a link*/
	padding: 0;
	margin: 0;
	
}

.result_author{
	/* the span that holds the name of the author (not the 'by:')*/

}

.result_date {
	/* the span that holds the date (not the 'at:') */
}

.result_summary {
	/* the span that holds the summary */
}

.result_section {
	/* the span that holds the section (not the 'Section:') */
}

.result_header {
	/* the div that holds the overview of search results */
	/*border-style: solid;
	border-width: 1px;*/
	padding-bottom: 0
}
