.litcal-divider {
	border: 3px ridge #CCC;
	height: .4em;
	margin: .5em 0;
	width: 99%;
}

.audio-divider {
	background-color: #CCC;
	height: 1px;
	margin: .35em 0 0;
	width: 100%;
}

/* Bulletin inserts styles ***/

#bulletin-inserts {
	font-size: 1.1em;
	margin: .5em;
	text-align: center;
}

#bulletin-inserts strong {
	color: red;
}

/* Archive calender styles ***/

#calendar {
	float: right;
	padding-right: 4px;
	width: 24em;
}

#cal-nav-prev, #cal-nav-curr, #cal-nav-next {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}

#cal-nav-prev, #cal-nav-next {
	width: 20%;
}

#cal-nav-curr {
	text-align: center;
	width: 60%;
}

#cal-nav-next {
	text-align: right;
}

.archive-cal {
	background-color: white;
	border-collapse: collapse;
	border: 3px ridge;
	clear: both;
	width: 24em;
}

.archive-cal thead {
	background-color: #6600CC;
	color: white;
}

.archive-cal col.week {
	border-right: 3px ridge;
	white-space: pre;
	width: 15em;
}

.archive-cal td, .archive-cal th {
	border: 0;
	padding: 4px 4px 2px;
	text-align: center;
}

.archive-cal .days td, .archive-cal .days th {
	max-width: 1em;
}

.archive-cal .prev-month, .archive-cal .next-month {
	background-color: #DDDDDD;
}

.archive-cal .curr-day {
	background-color: #FFFF99;
}

/* Episode headings styles ***/

#episode-headings {
	margin: 3em 0 1em;
	text-align: center;
}

#episode-headings h3 {
	font-size: 1.5em;
	line-height: 1;
}

#episode-headings h4 {
	font-style: normal;
	margin-bottom: 1em;
}

/* Audio styles ***/

#listen, #get {
	float: left;
	font-size: 1.2em;
	padding-left: .8em;
	width: 44%;
}

#dialup, #broadband, #download, #podcast {
	float: left;
	line-height: 1;
	margin-right: 1em;
	text-align: center;
}

#audio img {
	border: 0;
}

#audio-help {
	text-align: right;
	text-size: .75em;
}

/* Text styles ***/

#text {
	font: 1.15em/1.2 serif;
}

#text h3 {
	text-align: center;
}

blockquote, q {
	margin-left: 0;
	margin-right: 0;
	font-style: italic;
}
