@charset "UTF-8";
/* CSS Document */


/* HOME ELEMENTS */
.stage{
	background-image:url(Images/Home_BKGD.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	height:auto;
	margin:auto;
	border:none;
}
.mainMenu{
	position:relative;
	width:584px;
	height:13px;
	padding-top:27px;
	margin-left:186px;
}
.topButtons{
	position:relative;
	width:113px;
	height:158px;
	padding-top:3px;
	margin-left:665px;
}
.aboutBox{
	width:240px;
	height:300px;
	position:relative;
	margin-top:28px;
	margin-left:25px;
	display:inline;
	float:left;
}
.aboutButtons{
	width:200px;
	height:50px;
	position:relative;
	margin-top:60px;
	margin-left:5px;
	display:inline;
	float:left;
}
.newEpisodePanel{
	width:512px;
	height:auto;
	border:none;
	float:right;
	margin-right:1px;
	margin-top:-328px;
}
.newEpisode_dateArea{
	width:512px;
	height:29px;
	position:relative;
	background-image:url(Images/newEpisodes_date.jpg);
	background-repeat:no-repeat;
}
.newEpisode_date{
	width:350px;
	height:15px;
	position:relative;
	padding-top:13px;
	margin-left:40px;
}
.newEpisode_contentStage{
	width:512px;
	height:auto;
	position:relative;
	background-image:url(Images/newEpisodes_bkgd.jpg);
	background-repeat:repeat;
}
.newEpisode_content{
	width:450px;
	height:auto;
	position:relative;
	margin-left:40px;
	margin-top:-340px;
}
.newEpisode_txt{
	width:440px;
	height:auto;
	position:relative;
	margin-top:20px;
}
.newEpisode_TG{
	height:150px;
	width:450px;
	position:relative;
}
.middleButtons{
	width:792px;
	height:65px;
	position:relative;
	border:none;
	margin-top:19px;
	margin-left:4px;
}

/*HOME FEWTER ELEMENTS*/
.fewter{
	position:static;
	width:500px;
	height:30px;
	margin-left:8px;
	text-align:center;
}
#fewter_txt{
	font:Georgia;
	font-size:11px;
	text-align:center;
	color:#004a64;
}
#fewter_txt a:link {
	color:#004a64;
	text-decoration:underline;
}
#fewter_txt_ital{
	font:Georgia;
	font-size:11px;
	text-align:center;
	color:#004a64;
	font-style:italic;
}

/*INTERIOR ELEMENTS*/

.Interior{
	background-position:top;
	width:800px;
	height:auto;
	margin:auto;
	border:none;
}
.INT_Header{
	background-image:url(Images/Interior_HDR.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	height:225px;
	margin:auto;
	border:none;
}
.INT_LFT_Menu{
	width:172px;
	height:202px;
	position:relative;
	left:4px;
	top:0px;
}
.INT_Stage{
	background-image:url(Images/INT_Stage_BKGD.jpg);	
	background-repeat:repeat;
	width:621px;
	height:auto;
	position:relative;
	margin-top:-386px;
	left:178px;
}
.INT_Content{
	width:555px;
	height:auto;
	position:relative;
	margin-top:-350px;
	left:35px;	
}
.INT_Episode{
	width:555px;
	height:auto;
	position:relative;
}
.INT_Episodes_Dates{
	height:15px;
	width:555px;
	background-color:#004a64;;

}
.INT_Episode_txt{
	width:480px;
	height:auto;
	position:relative;
}
.INT_Episode_TG{
	height:175px;
	width:555px;
	position:relative;
}
.INT_Episode_guest{
	width:100px;
	height:auto;
	position:relative;	
	margin-right:20px;
}
.INT_Episode_links{
	width:440px;
	height:auto;
	position:relative;
	margin-top:20px;
}
.INT_Bottom{
	width:621px;
	height:14px;
	position:relative;
	left:178px;
}
.Contact_Bottom{
	width:621px;
	height:14px;
	position:relative;
}
.bioPhoto{
	width:450px;
	height:250px;
	margin-bottom:15px;
	margin-top:20px;
}
.rule{
	width:480px;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}
.submit{
	color:#fff;
	font-family:Verdana;
	background-color:#004a64;
	height:16px;
	font-size:10px;
	border:none;
}


/*INTERIOR FEWTER*/
.INT_fewter{
	position:static;
	width:575px;
	height:30px;
	margin-left:200px;
	text-align:center;
}
.Contact_fewter{
	position:static;
	width:575px;
	height:30px;
	text-align:center;
}


/* MISC ELEMENTS*/
.spacer{
	width:20px;
	height:8px;
}
.BIGspacer{
	width:20px;
	height:20px;
}


/* TYPE STYLES*/
#aboutHead{
	font:Georgia;
	font-style:italic;
	font-size:16px;
	text-align:left;
	color:#004a64;
}
.aboutHead2{
	font:Georgia;
	font-style:italic;
	font-size:16px;
	text-align:left;
	color:#004a64;
	display:none;
}
#basicText{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#333;
	letter-spacing:normal;
	line-height:16px;
}
#basicText2{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#333;
	letter-spacing:normal;
	line-height:16px;
}
#noteableLinks{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#004a64;
	line-height:16px;
}
#noteableLinks a:link{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#004a64;
	line-height:16px;
	text-decoration:none;
}
#noteableLinks a:hover{
	color:#3c6867;
	text-decoration:none;
}
#noteableLinks a:visited{
	color:#3c6867;
}
#headerLinks{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#557927;
	line-height:16px;
}
#headerLinks a:link{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#557927;
	line-height:16px;
	text-decoration:none;
}
#headerLinks a:hover{
	color:#3c6867;
	text-decoration:none;
}
#headerLinks a:visited{
	color:#3c6867;
}
#featuredGuest{
	font-family:Verdana, sans-serif;
	font-size:8px;
	text-align:left;
	color:#333;
	letter-spacing:1px;
}
#featuredGuest_Name{
	font-family:Verdana, sans-serif;
	font-size:10px;
	text-align:left;
	color:#004a64;
	text-decoration:none;
}
#date_txt{
	font-family:Verdana, sans-serif;
	font-size:10px;
	text-align:left;
	color:#fff;
	padding-left:10px;
	letter-spacing:1px;
	line-height:15px;
	height:100%;
	vertical-align:middle;
	margin-bottom:5px;
	
}
#newEpisode_Head{
	font:Georgia;
	font-size:18px;
	text-align:left;
	color:#004a64;
}
#contactForm{
	font-family:Verdana;
	font-size:8px;
	color:#004a64;
	letter-spacing:4px;
}
#comments{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#004a64;
	font-style:italic;
	letter-spacing:normal;
	line-height:16px;
}
#commentAuthor{
	font:Georgia;
	font-size:10px;
	text-align:left;
	color:#004a64;
	letter-spacing:3px;
	line-height:16px;
}
#pageHeader{
	font:Georgia;
	font-size:20px;
	text-align:left;
	color:#004a64;
}
#pageHeader_txt{
	font:Georgia;
	font-size:12px;
	text-align:left;
	color:#333;
	letter-spacing:normal;
	line-height:16px;
	font-style:italic;
}

/* HOLDING AREA */