/* @override http://www.sandiego.edu/css/podcasts.css */

/* title */
dl.podcasts dt {
	font-weight: bold;
}

dl.podcasts dd+dt{
	margin-top: 1em;
}

/* description */
dl.podcasts dd {
	margin-left: 1em;
}

/* info span */
dl.podcasts span.info {
	white-space: nowrap;
	color: grey;
	font-size: 80%;
}

dl.podcasts span.info a {
	color: grey;
}

dl.podcasts span.info img {
	vertical-align: top;
}

/* multiple podcasts */
dl.podcasts + dl.podcasts {
	border-top-width: .1em;
	border-top-color: grey;
	border-top-style: solid;
	padding-top: 1em;
}

ul.feedlist li {
	display: inline;
	font-variant: small-caps;
}
ul.feedlist li + li {
	padding-left: 1em;
}

ul.feedlist {
	text-align: center;
}