body {
	font-family: "Palatino", "Bookman Antiqua", serif;
	background: white;
}

hr { height: 4px; width: 20px; background: inherit; color: #0000ff; }

.mainpod {
	width: 302px;
	height: 544px;
	margin: 25px auto;
	border: 0;
}

.blankbody {
	width: 302px;
	background: url(images/blank/background.jpg) repeat-y;
	overflow: hidden;
}

form {
	text-align:left;
}

div.formerror {
	font: bold 9pt inherit;
	color: red;
	background: inherit;
	margin-left: 20px;
}

label {
	font-weight: bold;
}

input, textarea {
	margin-left: 10px;
}

.scroll {
	height: 370px;
	width: 242px;
	margin: 0 30px;
	overflow: auto;
	
	text-align:center;
}

div.scroll h1 {
	margin: 1px;
}

img {
	border: 0;
}

a img {
	border: 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

th {
	text-align: right;
}

.episode h2 {
	font-size: 1.25em;
	text-align: center;
}

.episode {
	border-bottom: solid 1pt #cccccc;
	text-align: left;
	font-size: .8em;
	padding-bottom: 10px;
}

.episode * {
	margin:2px;
}

.episode .date {
	text-align: center;
	font-size: 10px;
}

.episode p.download {
	margin: inherit auto;
	text-align: center;
}