@charset "utf-8";
/* CSS Document */


.rss-box {
	margin: 10px 5%;
	padding: 4px 4px;
	width: 360px;
	background-color: #F1D992;
	border: 1px solid #cc3300;
}
.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 0px;
	padding: 0;
	letter-spacing: 1px;
}
p.rss-title {
	padding:0.5em;
}
.rss-title {
	text-decoration: none;
	font-family: verdana;
	font-size: 85%;
	background-color:#003366;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0;
	text-align: left;
}
.rss_items {
}
.rss_item {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight : bold;
	margin: 8px 0;
	list-style:none;
	padding:.5em;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #30609f;
}
.rss_item a:hover {
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
}
.rss-item a:visited {
	color:#330033;
}
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
}
.pod-play {
	width:6em;
	margin: 0 0.2em;
	padding: 0.1em 0;
	white-space:nowrap;
	text-decoration: none;
	background: #fb6;
	color: black;
}
.pod-play em {
	width:1em;
	cursor:default;
	font-style: normal;
	margin:0;
	padding: 0.1em 0.5em;
	background: white;
	color: #222;
}
.pod-play span {
	width:1em;
	cursor:default;
	margin:0;
	padding: 0.1em 0.5em 0.1em 0.3em;
}
.pod-play:hover {
	background: #666;
	color: white;
}
.pod-play:hover em {
	background: black;
	color: white;
}
h2 {
	text-align:center;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	color:#1C3F94;
	text-decoration:none;
}
