@import url("style.css");
/* Expanded-List View Option */
.view_option .listview {
	color:#228ec4;
}
.view_option .expandedview {
	color:#333;
}
.sort_wrapper {
	border-bottom:3px solid #9cdcf9;
}
.entry {
	border:none;
	margin-top:20px;
}
.entry .top {
	background:url(../images/entry_top.png) top left no-repeat;
	display:block;
	height:10px;
}
.entry .alt1, .entry .alt1_first, .entry .alt2 {
	background:#eff9fe;
	border-right:1px solid #c4eafb;
	border-left:1px solid #c4eafb;
	padding:0 10px 5px;
}
.entry .discuss {
	display:none;
}
.entry .from_source {
	display:inline;
}
.entry div.summary {
	background:#eff9fe;
	display:block;
	border-right:1px solid #c4eafb;
	border-bottom:1px solid #c4eafb;
	border-left:1px solid #c4eafb;
	line-height:1.5em;
	margin:0;
	padding:0 10px 15px 58px;
	text-align:justify;
}
.entry .more {
	font-size:0.917em;
	font-weight:bold;
	text-transform:uppercase;
}
.entry .tags {
	display:block;
	margin-top:5px;
}
.controls {
	background:url(../images/entry_controls.png) bottom left no-repeat;
	border-top:1px solid #eff9fe;
	color:#228ec4;
	display:block;
	font-size:0.917em;
}
.controls li {
	background:url(../images/entry_controls_divider.png) bottom right no-repeat;
	display:inline;
	float:left;
	padding:4px 10px 5px;
}
.asearch_result {
	border-top:none;
}
