﻿.stories a {
	font: 12px/150% "Droid Sans", helvetica, arial, sans-serif;
	color: #bbb;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	min-height: 80px;
}

.stories a .head {
	color: #fff;
	margin-bottom: 10px;
	font: 16px/120% "Droid Sans", helvetica, arial, sans-serif;
}

.stories a .head .type {
	color: #fff;
}

.stories a .description {
	width: 500px;
	margin-left: 20px;
}

.stories a:hover {
	padding: 4px;
	border: 1px solid #494949;
}

.stories a:hover .head {
	color: #fff;
}

.stories img {
	max-height: 80px;
	margin-left: 20px;
	display: block;
	float: right;
	zoom: 1;
}

.stories .description .dateline {
	color: #fff;
	padding-right: 5px;
	border-right: 2px solid #888;
	margin-right: 5px;
}

.stories .description .dateline.last {
	border-left: 2px solid #888;
	border-right: none;
	margin-left: 5px;
	margin-right: none;
	padding-left: 5px;
	padding-right: none;
}

.stories .description .date {
	color: #fff;
	display: block;
	float: right;
	zoom: 1;
	padding-left: 5px;
}
