﻿div.feed {
	width: 100%;
	float: left;
	padding: 0 20px 20px 0;
	margin: 0;
}

.feed div.feedtitle {
	font-family: "ITCFranklinGothicStd-Med", "ITC Franklin Gothic Std", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}

.feed div.feedtitle a:link, .feed div.feedtitle a:visited {
	color: #666;
	text-decoration: none;
}

.feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feed li {
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
	height: auto;
}

.feeditem a:link, .feeditem a:visited {
	position: relative;
	text-decoration: none;
	color: #000;
	z-index: 24;
}

.feeditem a:hover {
	z-index: 25;
	background: #eee;
	color: #666;
}

.feeditem a span {
	display: none;
}

.feeditem a:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 300px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
	font-size: 1em;
}