﻿/* Index page */
#podcasts {

}
div.podcast {
	width: 325px;
	height: 205px;
	text-align: center;
	margin-bottom: 25px;
}
div.podcast img {
	border: 1px solid #333333;
	margin-bottom: 5px;
}
div.podcast p {
	margin: 0px;
}
/* Details page */
#podcast {
}
#podcast td {
	font-size: 1.2em;
}
img.podcastimage {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #333333;
}
#authorbox {
	background-color: #cccccc;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #999999;
	overflow: auto;
}
#authorbox p {
	font-size: 1.2em;
}
#authorbox img {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #333333;
}
#authorbox h3 {
	margin-top: 0px;
}
#authorbox table {
	margin-left: 40px;
}
#authorbox td {
	font-size: 1.2em;
}
#authorbox label {
	font-weight: bold;
}
div.return {
	text-align: right;
}