body {
	background-color: #232323;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body.homepage {
	background-position: top center;
	background-repeat: no-repeat;
	/* background-image: url(/images/homepage_bg.gif); */
}

body.archive {
	background-image: url(/images/podcast_archive_bg.gif);
}

.epdate {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}

.eptitle {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 8px;
	}

.epdescription {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #818181;
	margin-bottom: 8px;
	}


.epdescription b {
	color: #ffffff;
	font-weight: normal;
	}


.sectiontitle {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 8px;
	}

.sectiontext {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #818181;
	margin-bottom: 8px;
	}

.sectionlinks {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #818181;
	margin-bottom: 8px;
	}


.sectionlinks b {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	}

.sectionlinks a:link {
	color: #818181;
	text-decoration: none;
	}

.sectionlinks a:visited {
	color: #818181;
	text-decoration: none;
	}

.sectionlinks a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #818181;
	}





.epdescription a:link {
	color: #ffffff;
	text-decoration: none;
	}

.epdescription a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.epdescription a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #818181;
	}



/* Blog Zone */


.blogheadline {
	font-family: Trebuchet MS, helvetica, arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	}

.blogheadline a:link {
	color: #000000;
	text-decoration: none;
	}

.blogheadline a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.blogheadline a:hover {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
	}
	

.blogtext {
	font-family: Palatino, Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times;
	font-size: 14px; 
	line-height: 20px;
	}
	
.blogtext a:link {
	color: #65140e;
	text-decoration: none;
	font-weight: bold;
	}
	
.blogtext a:visited {
	color: #65140e;
	font-weight: bold;
	text-decoration: none;
	}
	
.blogtext a:hover {
	color: #65140e;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #65140e;
	}
	

.blogtags {
	font-family: Trebuchet MS, helvetica, arial;
	font-size: 11px;
	color: #999999;
	}
	
.blogtags a:link {
	color: #999999;
	text-decoration: none;
	}
	
.blogtags a:visited {
	color: #999999;
	text-decoration: none;
	}
			
.blogtags a:hover {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	}
	
.blogreadmorelink {
	font-family: Trebuchet MS, helvetica, arial; 
	font-size: 11px;
	color: #65140e;
	text-align: right;
	margin-left: 4px;
	white-space: nowrap;
	}
	
.blogreadmorelink a:link {
	color: #65140e;
	text-decoration: none;
	}	
	
.blogreadmorelink a:visited {
	color: #65140e;
	text-decoration: none;
	}	
	
.blogreadmorelink a:hover {
	color: #65140e;
	text-decoration: none;
	border-bottom: 1px dotted #65140e;
	}