@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	FONT-FAMILY:"Times New Roman", Times, serif;
}

.normal {
	font-size:14px;
	font-weight: bold;
	padding:1px;
	color: #000000;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.episodeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.hometag {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #78513E;
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	border: none;
	font-size: 14px;
}
a:hover {
	color: #ff0105;
}

.largefooter {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #78513E;
}
/* CONTENT IDS*/
#content{
	width:955px;
	text-align:center;
	vertical-align:top;
}
#flashbanners{
	position:absolute;
	left:25%;
	right:25%;
	text-align:center;
	z-index:-99;
	top:20px;
}
#subscribe, #subscribe form{
	float:right;
	text-align:right;
}
#archive{
	position:absolute;
	text-align:left;
}
#archive ul, #archive ul li{
 	list-style:none;
	margin-left:0;
	padding-left:0;
	font-weight:bold;
}
#newepisode{
	position:absolute;
	left:25%;
	right:25%;
	text-align:center;
	z-index:-98;
	top:430px;
}
#apropos{
	width:955px;
	position:absolute;
	text-align:right;
	top:590px;
}
#contact {
	text-align: left;
	position:absolute;
	top:622px;
}
#email{
	text-align: center;
	height: 150px;
	position: relative;
}
input {
	background-color: #FF0000;
}