/************************************ NEW STYLE **************************************/
html {
overflow-y:scroll;
}

body { margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; }

@font-face {
    font-family: 'LeagueGothicRegular';
	src:url('fonts/League_Gothic-webfont.eot');
	src: local('☺'),
	url('fonts/League_Gothic-webfont.woff') format('woff'),
	url('fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('fonts/League_Gothic-webfont.svg') format('svg');
}

.clear {
    clear: both;
	height:1px;

}

.no_show {
	visibility:hidden;
	display:none;
}

body {
	/* background:url(//static.infowars.com/pptv/images/top_body__background3.jpg) center top no-repeat; */
	background:url(//static.infowars.com/pptv/images/body_background_4.jpg) center top no-repeat;
	
}

#top_header {
	width:980px;
	height:130px;
	/* background:url(//static.infowars.com/pptv/images/header_background2.jpg) repeat-x; */
	margin:auto;
	margin-top:0px;
}

#logo_pptv {
	width:351px;
	height:44px;
	padding-left:5px;
	padding-top:3px; 
	float:left;
}

#top_right_menu {
	width:610px;
	overflow:hidden;
	float:right;
	height:34px;
	padding-top:3px;
}

#top_right_menu ul {
	float:right;
	padding-right:5px;
	margin-top:0px;
	margin-bottom:0px;
}

#top_right_menu ul li {
	float:left;
	margin-left:12px;
	list-style-type:none;
	padding-top:3px;
}

#top_right_menu ul li a, #top_right_menu ul li a:hover {
	text-decoration:none;
	color:#000;
}

#top_right_menu ul li a:hover {
	text-decoration:underline;
}

.left_space { padding-left:25px;  }

.light_blue { color:#1474CB!important; }

#search_bar { 
	clear:both;
	width:430px;
	float:right;
	text-align:right;
	padding-right:5px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:2px;
	/*background-color:#E9E9E9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; 
	-khtml-border-radius:2px;*/
}

#switch_def_btn {
	width: 34px;
	height: 24px;
	border: 1px solid #000000;
	border-radius: 3px;
	position: relative;
	right: 10px;
	top: 5px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	z-index: 0;
}


/************ end search bar *******/

li.login_button {
	padding:3px;
	background-color:#0062CA;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
}

li.login_button a {
	color:white;
	font-weight:bold;
}


/************ TOP MENU ***********************/
#menu_bar { 
		width:100%;
		height:36px;
		line-height:36px;
		margin-top:3px;
		text-align:left;
		overflow:hidden;
}

#menu_bar ul {
	margin-left:0px;
	text-align:left;
	padding-left:0px;
	margin-top:0px; margin-bottom:0px;
}
#menu_bar ul li {
	float:left;
	list-style-type:none;
	padding-left:5px;
	display: inline; 
	margin-left:0px;
	padding:0 4px;
	overflow:hidden;
	line-height:35px;
	}
/* test */

#menu_bar ul li.menu_button, #menu_bar ul li.selected {
	margin-right:4px;
	padding:0 6px 0 7px;
	height:35px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
	
}

#menu_bar ul li.menu_button:hover, #menu_bar ul li.selected  {
	height:35px;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
	padding:0 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	color:white;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	
	
}

#menu_bar ul li.menu_button:hover a {
	color:white;
	font-weight:bold;
}

#menu_bar ul li.selected a, #menu_bar ul li.menu_button a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-transform:lowercase;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	font-weight:bold;
}
#menu_bar ul li.menu_button a  {
 	color:#0263CA;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
/********/
.twitter_link {
	padding-top:11px;
}

.home_button {
	width:68px;
	height:42px;
	background:url(//static.infowars.com/pptv/images/buttons/home_clear.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	
}

.home_button:hover {
	background:url(//static.infowars.com/pptv/images/buttons/home_blue2.png) no-repeat;
}


a.ajs_button {
	width:118px;
	height:42px;	
	background:url(//static.infowars.com/pptv/images/buttons/ajs_clear.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	
}

a.ajs_button:hover {
	width:118px;
	height:42px;	
	background:url(//static.infowars.com/pptv/images/buttons/ajs_blue2.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	
}


a.nn_button {
	width:110px;
	height:42px;
	background:url(//static.infowars.com/pptv/images/buttons/nn_clear.png)no-repeat;
		display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

a.nn_button:hover {
	background:url(//static.infowars.com/pptv/images/buttons/nn_blue2.png)no-repeat;
}

a.sr_button {
	width:122px;
	height:42px;
	background:url(//static.infowars.com/pptv/images/buttons/sr_clear.png) no-repeat;
		display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

a.sr_button:hover {
	background:url(//static.infowars.com/pptv/images/buttons/sr_blue2.png) no-repeat;
}

a.movies_button {
	width:74px;
	height:42px;
	background:url(//static.infowars.com/pptv/images/buttons/movies_clear.png) no-repeat;
		display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
a.movies_button:hover {
	background:url(//static.infowars.com/pptv/images/buttons/MOVIES_blue2.png) no-repeat;
}
a.rants_button {
	width:66px;
	height:42px;
	background:url(//static.infowars.com/pptv/images/buttons/rants_clear.png)  no-repeat;
		display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
a.rants_button:hover {
	background:url(//static.infowars.com/pptv/images/buttons/RANTS_blue2.png)  no-repeat;
}
a.ebooks_button {
	width:74px;
	height:42px;
	background:url(//static.infowars.com/pptv/images/buttons/ebooks_clear.png)  no-repeat;
		display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

a.ebooks_button:hover {
	background:url(//static.infowars.com/pptv/images/buttons/EBOOKS_blue2.png)  no-repeat;
}

a.most_popular_button {
	padding-left:60px;
}
a.schedule_button {
	padding-left:20px;
}

a.schedule_button, a.contact_button, a.most_popular_button {
	font-size:12px;
	font-weight:bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	

}

a.schedule_button:hover, a.contact_button:hover, a.most_popular_button:hover {
	text-decoration:underline;
}

.contact_button {
	padding-left:10px;
}

/************ EPISODES CONTAINER AND DETAILS ************/

.episodes_container {
	width:948px;
	padding:4px 16px;
	padding-bottom:2px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#EAEAEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#979797;
	background-color:#333;
	background-color:white;
	background-color:#E4E4E4;
	background-color:#F5F5F5;
	border:solid thin #F2F2F2;
		-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	
	
}

h3.live {
	font-weight:normal;
	color:#C00;
	margin-top:2px;
	margin-bottom:2px;
	font-family: 'LeagueGothicRegular', Arial;
	font-size:30px;
	text-align:right;
	width:280px;
	float:right;
}
h2.live {
	color:#0062CA;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	font-family: 'LeagueGothicRegular', Arial;
	font-size:30px;
	font-weight:normal;
	margin-bottom:8px;
	width:650px;
	float:left;
	margin-bottom:10px;
}

.episodes_container ul.list_shows {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.episodes_container ul.list_shows li.show_quare {
	display:block;
	/*float:left;
	padding-right:7px;
	width:230px;
	height:190px;*/
	margin-left:0px;
	list-style-type:none;
	padding-left:0px;
	margin-bottom:15px;
	overflow:hidden;
}

.episodes_container ul.list_shows li.show_quare img {
	border:0px; padding:0px; margin:0px;
	width:230px;
	height:120px;
	
}

/*
.episodes_container ul.list_shows li.movie_quare {
	display:block;
	float:left;
	padding-right:7px;
	width:230px;
	height:340px;
	margin-left:0px;
	list-style-type:none;
	padding-left:0px;
	margin-bottom:15px;
	overflow:hidden;
}
*/
.episodes_container ul.list_shows li.movie_quare {
	display:block;
	/*float:left;
	padding-right:7px;
	width:230px;
	height:340px;*/
	margin-left:0px;
	list-style-type:none;
	padding-left:0px;
	margin-bottom:15px;
	overflow:hidden;
	border-bottom:solid 1px #CCC;
}

	
.episodes_container ul.list_shows li.movie_quare img {
	border:0px; padding:0px; margin:0px;
	width:220px;
	/*height:280px; */
	border:solid 5px #EAEAEA;;
	
}


.channel_container h1, .episodes_container h1 {
	font-size:25px;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:3px;
	text-transform:capitalize;
	color:#B3B3B3;
	font-family: 'LeagueGothicRegular';
	color:#333;
	
	
}

	
.show_title h2 {
	color:#0062CA;
	font-size:13px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
	text-transform:capitalize;
	/* color:#7A98E7; */

}

.show_title h2 a {
	color:#0062CA;
	font-size:13px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	/* color:#7A98E7; */

}
.show_title h2 a:hover {
	text-decoration:underline;
}

.show_category p, .show_date p {
	font-weight:normal;
	font-size:11px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
}

/******** display page ****/
.pptv_section_title {
	width:980px;
	margin:5px auto;
	background-color:#333;
}

.pptv_section_title h2 {
	color:white;
	padding:10px 0 10px 10px;
	font-weight:normal;
	margin:5px 0;
	font-family: 'LeagueGothicRegular', Arial;
	font-size:30px;
}

/********** CONTACT PAGE **********/

#contact_form {
	width:520px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-color:#F5F5F5;
	border:solid 2px #CCC;
	color:#333;

}

#contact_right {
	width:370px;
	padding:0 10px;
	float:right;
	color:#333;
}

.help_section {
	width:340px;
	padding:10px 10px;
	background-color:#F5F5F5;
	border:solid 2px #CCC;
	margin-bottom:15px;
}

.help_section h5 {
	font-family: 'LeagueGothicRegular', Arial;
	font-size:24px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
	color:#333;
}

/********* BOOKS ***/
.book { width:900px; min-height:265px; border:solid thin #CCC; margin:auto; margin-top:5px; margin-bottom:15px;}
.book_image { width:170px; padding:5px 5px 5px 11px; float:left; border-right:solid thin #CCC; }
.book_title { margin-left:200px; width:690px; padding:5px 5px 5px 5px;}
.book_title { color:#06F; text-transform:uppercase; font-family:'LeagueGothicRegular', Arial; font-size:26px;}
.book_description { margin-left:200px; width:690px; padding:5px 5px 5px 5px;}
.book_description { color:#333; font-family: Arial, sans-serif; font-size:14px;}
.book_downloads { margin-left:200px; width:690px; padding:5px 5px 5px 5px; text-align:right;}
.book_downloads a,
.book_downloads a:hover { color:white; font-weight:bold; text-decoration:none; font-family:Arial, sans-serif;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	padding:3px;
	width:100px;
	}


/********  SLIDERS / ROTATORS *********/
#container_rotator {
	width:980px;
	margin:5px auto 5px auto;
}

/********** channels container *********/
.channel_container {
	width:980px;
	padding:4px 0px;
	padding-bottom:2px;
	margin:auto;
	margin-top:5px;
	background-color:#EAEAEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#979797;
	background-color:#E4E4E4;
	
	
}

.channel_container h1 {
	padding-left:16px;
}
.center_icons {
	text-align:center;
}

.center_icons img {
	padding:0px;
	margin:0px;
	border:0px;
}

/****** FOOTER ****/
#footer {
	width:948px;
	padding:4px 16px;
	padding-bottom:2px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#EAEAEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#979797;
	background-color:#333;
	background-color:white;
	background-color:#E4E4E4;
	background-color:#F5F5F5;
	border:solid thin #F2F2F2;
		-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	
}


#footer h2 {
	margin-top:0px;
}



ul.footer_items {
	margin:0px;
	padding-left:0px;
}

ul.footer_items li {
	list-style-type:none;
	float:left;
	width:175px;
}

ul.footer_items li h4 {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:3px;
}

ul.footer_lists {
	padding-left:0px;
}

ul.footer_lists li a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}

ul.footer_lists li a:hover {
	text-decoration:underline;
}

.footer_contact {
	width:225px;
	float:right;
	text-align:center;
	padding-left:41.5px; padding-right:41.5px;
}

.footer_contact h2 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

.footer_contact p {
	color:#333;
	font-size:12px;
}
/*** see all button **/


a.see_all {
	width:220px;
	height:40px;
	background:url(//static.infowars.com/pptv/images/playbutton_red_3.jpg) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	float:right;
}

.see_all_container {
	width:980px;
	height:40px;
	margin:auto;
	margin-top:10px;
	margin-bottom:5px;
	background-color:#333;
}

/**********  DISPLAY PAGE *********/

/*** PLAYER CONTAINER */
#video_container_external {
	width:100%;
	background-color:#F5F5F5;

	padding:0px 0px;
	background-color:#333;
	background:url(//static.infowars.com/pptv/images/player_background_centered3.png)  center no-repeat #333; 
	/* margin-top:5px; */
	margin-bottom:5px;
}

#player_container {
	width:724px;
	height:409px;
	margin:auto;
}


.login2-login {
	width:700px;
	height:228px;
	padding-top:170px;
	margin:auto;
	text-align:center;
	border:solid 1px #666;
	background:#333;
	/* margin-top:5px; */
	margin-bottom:5px;
	
}

.login2-login p, .login2-login p a, .login2-login a {
	color:white;
	font-family: 'LeagueGothicRegular', Arial;
	font-size:20px;

}

.login2-renew {
	width:700px;
	height:230px;
	padding-top:170px;
	margin:auto;
	text-align:center;
	border:solid 1px #666;
}

.login2-renew a {
	color:white;
	font-family: 'LeagueGothicRegular', Arial;
	font-size:20px;

}


.login2-login a {
	width:220px;
	height:40px;
	background:url(//static.infowars.com/pptv/images/login_to_watch.jpg) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin:auto;
}

a.join_link {
	background:none;
	text-indent:0px;
	color:#0062CA!important;
}
.join_message {
	width:220px;
	margin:auto;
}

.join_message p, .join_message p a {
	color:white;
	font-family: 'LeagueGothicRegular', Arial;
	font-size:20px;
}

 /****** TODAY ON THE SHOW ***/
 .today {
	 width:680px;
	 height:170px;
	 margin-left:auto; margin-right:auto;
	 margin-top:75px;
	 margin-left: 25px;
	 overflow:auto;
	 font-size:13px;
	 color:#0062CA;
	 text-align:center;
 }
 
  .today img {
	  width:60px;
	  height:60px;
	  float:left;
	  border:0px;
	  margin-right:3px;
  }
  
  div.today_text {
  	  width: 640px;
	  color:#333;
	  font-family: 'LeagueGothicRegular', Arial;
	  font-size:20px;
	  text-align:left!important;
	  text-decoration:none;
  }

  div.today_text a {
  	color: #0062CA;
  	font-weight: bold;
  	text-decoration: none;
  }

  div.today_text strong {
  	font-size: 10pt;
  }

  div.today_text h3,
  div.today_text p {
  	position: relative;
  	left: 5px;
  }

  div.today_text h3 a {
  	color: #333333;
  	font-family: Arial;
  	font-size: 15pt;
  }
  
  
  span.today_on_the_show_title {
	  margin-bottom:15px;
	  text-align:left;
	  font-size:12px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-weight:normal;
  }
  span.watch_it {
	  margin-top:22px; margin-right:190px;
	  font-size:16px;
  }
  
  span.watch_it  a {
	  padding:10px;
  }
  
  span.watch_it a:hover {
	  text-decoration:underline;
  }
  
  div.today_text a {
	  width:100%;
	  text-align:left;
	  
  }
  div.today_text a:hover {
	  text-decoration:underline;
  }
  
  .today_text {
	  text-align:left!important;
  }
  
  .today_text h3 {
	  font-weight:normal;
	  margin-top:0px; margin-bottom:3px;
  }
  
  div.today_text p {
	  font-size:11px;
	  font-family:Arial, Helvetica, sans-serif;
	  margin-top:0px;
	  text-align:left;
  }
  
  div.today br {
   display: block;
   margin: 0.5px 0;
   line-height:0.5px;
   content: " ";
   
	}

.activity2 {
	display:inline;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	padding:3px;
	width:105px;
	float:right;
	margin-right:5px;
	text-align:center;
	height:40px;
	line-height:35px;
	
	
}

span.activity2  a {
	color:#0062CA;
	color:white;
	padding:3px;
	text-decoration:none;
	font-size:15px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-weight:bold;
	  width:100%;
	  margin:auto;


}



/*** facebook like ***/
.fb-like {
	float:left;
}

/**** stronger to bold ***/
.stronger {
	font-weight:bold;
}

/************ LIVE PAGE *************/
#center_live_info{
	width:980px;
	height:400px;
	margin:auto;
}

#you_are_watching {
	width:240px;
	float:right;
}
#live_container {
	/*width:720px;
	height:405px;*/
	width:560px;
	height:315px;
	margin:auto;
}

#video_container_external_live {
	width:100%;
	background-color:#F5F5F5;

	padding:0px 0px;
	background-color:#333;
	/* background:url(//static.infowars.com/pptv/images/player_background_centered3.png)  center no-repeat #333;  */
	/* margin-top:5px; */
	margin-bottom:5px;
}

#backup_streams {
	width:720px;
	height:30px;
	margin:auto;
	padding-bottom:10px;
}

#backup_streams p {
	line-height:30px;
	font-size:13px;
	text-align:right;
}

#backup_streams .buttons {
	margin-right: 90px;
}

.stream-btn {
	min-width: 100px;
	height: 28px;
	line-height: 28px;
	text-align:center;
	float:right;
	background-color:#333;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	color:white;
	font-family:Arial;
	font-size: 14px;	
	margin-left:10px;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	cursor:pointer;
	text-decoration:none;
}

.stream-btn.active,
.stream-btn:hover {
	background:url(//static.infowars.com/pptv/images/see_all_background.jpg) repeat-x;
}

#stream1, #stream2, #stream3, #popup_button, #popup_button a {
	width:126px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:right;
	background-color:#333;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	color:white;
	font-family:Arial,
	font-size:18px;	
	margin-left:10px;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
		-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; /* future proofing */
	-khtml-border-radius:2px;
	cursor:pointer;
	text-decoration:none;
	
}

#popup_button:hover, #popup_button a:hover, #stream1:hover, #stream2:hover, #stream3:hover {
	background:url(//static.infowars.com/pptv/images/see_all_background.jpg) repeat-x;
}
#stream2 {
}

#main_stream, #netdna, #edge_cast {
	visibility:hidden;
	display:none;
}

#today_on_the_show {
	width:948px;
	padding:4px 16px;
	padding-bottom:2px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#EAEAEA;
	font-family:Arial, Helvetica, sans-serif;
	color:#979797;
	background-color:#333;
	background-color:white;
	background-color:#E4E4E4;
	background-color:#F5F5F5;
	border:solid thin #F2F2F2;
}

#today_on_the_show div.today {
	 width:100%;
	 height:161px;
	 margin-left:0px;
	 margin-top:0px;
	 overflow:hidden;
	 font-size:12px;
	 color:#0062CA;
	 text-align:left;
	 
 }
 
  #today_on_the_show  div.today img {
	  width:90px;
	  height:90px;
	  float:left;
	  border:0px;
	  margin-right:3px;
  }
  
  

#today_on_the_show span.today_text a {
	  width:100%;
	  text-align:left;
	  margin-left:0px;
}



  #today_on_the_show span.today_text p {
	  font-size:12px;
	  font-family:Arial, Helvetica, sans-serif;
	  margin-top:0px;
	  text-align:left;
  }  


  
  #today_on_the_show div.today br {
   display: block;
   margin: 3px 0;
   line-height:3px;
   content: " ";
   
	}

#today_on_the_show .activity2 {
	display:none;
	visibility:hidden;
	
}

.live_title {
	color:#0062CA;
 }
 
 .show_info {
	 width:700px;
	 margin:auto;
 }
 .show_info p {
	 color:#333;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-top:2px;
	 margin-bottom:2px;
	 font-size:12px;
	 
 }
  

.see_all_link {
	width:130px;
	height:25px;
	line-height:25px;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
	text-align:center;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
		border-bottom:1px solid #666;
	border-right:1px solid #666;
	float:right;
	
	margin-bottom:15px;
	cursor:pointer;
	overflow:hidden;
	
}

.see_all_link:hover {
	background:url(//static.infowars.com/pptv/images/see_all_background.jpg) repeat-x;
	 }

.see_all_link  a {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:35px;
	padding-right:35px;
	padding-top:4px;
	padding-bottom:4px;
}

.see_all_link  a:hover {
	text-decoration:underline;
}


.show_description_page h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;

}

#show_long_desc p, #download_files_container p, .show_description_page p {
	margin-top:2px;
	margin-bottom:4px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#show_long_desc p a, #download_files_container p a, .show_description_page p a {
	color:#0062CA;
	text-decoration:none;
}

#show_long_desc p a:hover, #download_files_container p a:hover, .show_description_page p a:hover {
	text-decoration:underline;
}


/************ LIST PAGE *********/

.channel_indicator h3 {
	margin-bottom:2px;
}
#list_search {
	width:450px;
	height:30px;
	float:left;
	padding:5px;
	margin-bottom:8px;
}

#pagination_container p, #list_search p {
	margin-top:3px;
	margin-bottom:3px;
	color:#333;
}



#pagination_container {
	width:110px;
	height:30px;
	float:right;
	padding:5px;
	text-align:center;
	margin-bottom:8px;
}

#pagination_container {
	background:url(//static.infowars.com/pptv/images/start_trial_green.jpg) repeat-x;
	padding:4px;
		-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; 
	-khtml-border-radius:2px;
	border-right:#666 solid thin;
	border-bottom:#666 solid thin;
	
}
#pagination_container p {
	color:white;
	font-weight:bold;
}


.about_the_show {
	width:570px;
	float:left;
}

#download_files_container {
	width:350px;
	float:right;
}


/********* ROUKU ******/

ul.roku li {
	list-style-type:none;
}

/****CONTACT***/

ul.errors li {
	list-style-type:none;
	font-size:11px;
	color:#F00;
}

#order-element p.description {
	font-size:11px;
	margin-top:2px;
}

/*******FAQ********/
#faq_details h1 {
	margin-top:25px;
}
#faq_details h2 {
font-size:20px;
	font-weight:normal;
}

#faq_details {
	color:black;
	
}
#faq_details p {
	font-size:14px;
	line-height:16px;
	color:#333;
}

a.go_top {
	font-size:12px;
}

a.start_free_trial {
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:8px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; 
	-khtml-border-radius:2px;
	border-right:#666 solid thin;
	border-bottom:#666 solid thin;
	background:url(//static.infowars.com/pptv/images/blue_button_background3.jpg) repeat-x;
	text-decoration:none;
}

a.start_free_trial:hover {	

background:url(//static.infowars.com/pptv/images/start_trial_green.jpg) repeat-x;
}

/* when video not found, this styles the support link */
a#contact_support{
	background:none;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	text-indent:0px;
}


.terms p {
	font-size:13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
	

.schedule_box {
	border:solid thin #999;
	padding:10px;
	margin-bottom:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px; 
	-khtml-border-radius:2px;
}


input#title, input#filename, input#image, input#link
, input#topics
, input#guests
, input#link_title
 {
	width:90%;
}




input#tag {
	width:50%;
}

textarea#description {
	height:200px;
	width:90%;
}

dl.zend_form dd {
	margin-bottom:15px;
}

dl.zend_form dt {
	margin-bottom:8px;
}

dl.zend_form dt label{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:capitalize;
}


#show_tags {
	margin-top:20px;
}
#show_tags p, #show_tags p a {
	color:#333;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-top:2px;
	 margin-bottom:2px;
	 font-size:12px;	
}

#show_tags p a {
	color:#1474CB;
}

  span.watch_it  a {
	  padding:10px;
  }

/* NEW PRESENTATION */

.show_image_left {
	width:250px;
	/* height:135px; */
	/* line-height:135px; */
	float:left;
}

.show_information {
	width:688px;
	padding-bottom:5px;
	float:right;
}

.show_long_description p {
	margin-top:3px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.show_long_description p a {
	color:#1474CB;
	text-decoration:none;
}

.show_long_description p a:hover {
	text-decoration:underline;
}

li.show_quare {
	border-bottom:solid 1px #CCC;
}

#mediaspace {
	width: 100%;
	height: 100%;
	z-index: 0;
}

#live-video-controls {
	position: absolute;
	padding: 5px;
	opacity: 0;
	z-index: 100;
}

#live-video-controls .button {
	width: 42px;
	height: 42px;
	cursor: pointer;
	float: left;
	opacity: 0.95;
	border: 1px solid #000;
	border-radius: 4px;
	background: #333;
}

#live-video-controls .button:hover {
	border: 1px solid #909090;
}

#live-video-controls .button.toggle-bw {
	width: 74px!important;
	background-image: url(/images/buttons/toggle-bw.png);
}

#live-video-controls .button.toggle-bw.lo {
	background-image: url(/images/buttons/toggle-bw-lo.png);
}

#live-video-wrapper {
	width: 100%;
	height: 100%;
}
