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

body{
	background: #000000 url(../images/livestream_bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	color: white;
}
h1 {
	font-size:20px;

	color: #00b4dd;
	margin: 0;
	padding: 0;
	float: left;
	
}

h2{
	font-size:16px;
	
	color: white;
	margin: 0;
	padding: 0;
	float: left;
	margin-top:4px;
	padding-left: 5px;
}
p{
	float: left;
	width: 98%;
	clear: left;
	padding-bottom: 16px !important;
}


.container_live{
	width: 820px;
	background-color: black;
	
	height: auto;
	background: url(../images/livestream_live_bg.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0;
	display:table;
}

.container_episode_list{
	width: 820px;
	/*background-color: black;*/
	
	height: auto;
/*	background: url(../images/livestream_episode_list_bg.jpg) top center no-repeat;
*/	margin: 0 auto;
	padding: 0;
	display:table;
}

.container_episode{
	width: 820px;
	background-color: black;
	
	height: auto;
	background: url(../images/livestream_current_episode_bg.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0;
	display:table;
}


.header{
	margin: 18px 16px 50px 16px;
	width: 781px;
	height: 72px;
	float: left;
}

.logo{
	float: left;	
	margin-right: 14px;
}

.nav1_btn a{
	float: left;
	text-decoration:none;
	background-color: #433f3f;
	color: #00b4ff;
	width: 158px;
	height:42px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	line-height: 42px;
	margin: 31px 0 0 0;
	
}
.nav2_btn a{
	float: left;
	text-decoration:none;
	background-color: #433f3f;
	color: #00ff00;
	width: 158px;
	height:42px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	line-height: 42px;
	margin: 31px 14px 0 14px;
	
}
.nav3_btn a{
	float: left;
	text-decoration:none;
	background-color: #433f3f;
	color: #ff00f6;
	width: 158px;
	height:42px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	line-height: 42px;
	margin: 31px 0 0 0;
	
}

.nav1_btn a:hover{
	text-decoration:underline;
	
}
.nav2_btn a:hover{
	text-decoration:underline;
	
}
.nav3_btn a:hover{
	text-decoration:underline;
	
}
.live_mic_cover{
	width: 47px;
	height: 73px;
	z-index: 1000;
	position: absolute;
	display: table;
	top: 455px;
	margin-left: 5px;
	behavior: url(http://www.linkglobal.org/includes/iepngfix/iepngfix.htc);
}

.player_live{
	width: 718px;
	height:379px;
	float: left;
	margin: 0 49px;
	border: solid 3px #1a1a1a;
}

.player_episode{
	width: 400px;
	height:300px;
	float: left;
	margin: 40px 165px 45px 180px;
	
}

.content_container{
	width: 788px;
	height: auto;
	float: left;
	padding: 16px;
	margin-top: 110px;
	
}


.wide_bar{
	width: 781px;
	height:auto;
	background-color: #2e2e2e;
	float: left;
	
}

.guest_bar{
	width: 487px;
	height:auto;
	background-color: #2e2e2e;
	float: left;
	margin: 16px 20px 0 0;
	
}

.schedule_bar{
	width: 273px;
	height:auto;
	background-color: #2e2e2e;
	float: left;
	margin: 16px 0 0 0;

}

.content{
	margin: 16px;	
	width: auto;
}

.guests{
	float: left;
	clear: left;
	width: 100%;
	padding: 16px;
	padding-bottom: 16px !important;
	

}

.episodes{
	float: left;
	clear: left;
	width: 100%;
	padding: 16px;
	padding-bottom: 16px !important;
	

}
.episodes b{
	font-size:14px;

	color: white;
}

.episodes a{
	
	color: white;	
}
.episodes_img{
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	width: 93px;
	
}

.guests b{
	font-size:14px;

	color: white;
}

.guests a{
	
	color: white;	
}
.guests_img{
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	width: 130px;
	
}

.guests_p{
float: left;
width: 300px;
height:auto;
	
}
