/*
Theme Name:     Orchestra
Theme URI: 		http://www.pbs.org/wnet/orchestra-of-exiles/
Author: 		WNET
Author URI: 	http://wnet.org/
Version: 		1.0
*/

a{
	text-decoration:none;
	color:#013859;
	font-weight:bold;
}

h1{
	font-size:24px;
	font-family: 'Noto Sans', sans-serif;
}

h2{
	font-size:21px;
	font-weight:700;
	padding-bottom:20px;
	font-family: 'Noto Sans', sans-serif;
}
h3{
	margin-bottom:20px;
}

h4{
	font-size:18px;
	font-weight:700;
	padding-bottom:20px;
	font-family: 'Noto Sans', sans-serif;
}

body{
	font-size:100%;
	background: url(images/bg_footer.png) repeat-x bottom;
	font-family: 'Noto Sans', sans-serif;
}

p{
	font-size:14px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:1em;
	text-shadow: 1px 1px 2px #e1e1e1;
}

p{
	font-family: 'Noto Sans', sans-serif;
	text-shadow: 1px 1px 2px #e1e1e1;
}
/*
@-moz-document url-prefix() { 
    p{
	font-family:Arial;
	text-shadow: 1px 1px 2px #e1e1e1;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	p{
	font-family: 'Noto Sans', sans-serif;
	text-shadow: 1px 1px 2px #e1e1e1;
	}
}
*/

html{
	background:#e1e1e1;
}

html, body {
    overflow-x: hidden;
}

#wrapper{
	background: url(images/bg_header.jpg) repeat-x;
	text-align:center;
}


#page{
	width:970px;
	margin:0px auto;
	text-align:left;
	position:relative;
	z-index:0;
}

#primary_main{
	width:970px;
	background: url(images/bgsq.png) no-repeat;
	background-position:3px bottom;
	position:relative;
}


#content{
	width:66%;
	padding: 1% 0.5% 0 0;
	float:left;
}

#content_fullwidth{
	width:99%;
	padding: 2% 0.5% 0 0.5%;
	float:left;
}

#side{
	width:33%;
	padding: 0 0 0 0.5%;
	float:right;
}

#title{
	margin-top:30px;
}

#header_title{
	margin-top:30px;
}

#menu {
	position:relative;
	background: url(images/bg_menu_2.png) repeat-x;
	height:89px;
	text-align:center;
	position:relative;
	z-index:2;
}

#nav{
	width:970px;
	margin:0px auto;
	padding-top:24px;
}
.clear{clear:both;}
/***********************home page************************/
#primary_main  h1{
	font-size:21px;
	display:inline;
	color:#333;
}

#primary_main h3{
	font-size:18px;
	line-height:1.3em;
	display:inline;
	color:#333;
}

#primary_main h4{
	font-size:16px;
	line-height:1.3em;
	display:inline;
	color:#333;
}

#primary_main > #content > p, #primary_main > #content{
	line-height:1.4em;
}

 #primary_main > #content{
	clear:both;
 }
 
 #primary_main:after{
	content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
 }
 
 

/***********************end home page********************/
/***********************footer************************/
.footer{
	height: 250px;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
.footer_one{
/*	float:left;
	margin-right:60px;
	margin-top:25px;*/
}
.footer_top{
	/*margin-left:27%;*/
}

.footer_two{
	float:left;
}

.footer a{
	color:#000;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

/***********************end footer************************/
/***********************MENU HACKS************************/
li.current-menu-item, li.current-menu-parent{
	background: #b0b0b0;
	height:41px;
}

li.current-menu-parent >a{
	color:black !important;
}
li.current-menu-item>a{
	color:black !important;
}
/*********************** end MENU HACKS*******************/
/***********************SIDEBAR************************/
.sidebar{
	padding:10px;
	background-image: 
	-webkit-linear-gradient(
		top, 
		rgba(51,51,51,0) 0%,
		#333 100%);	
	background-image:	
	-moz-linear-gradient(
		rgba(51,51,51,0) 0%,
		#333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#003333FF, endColorstr=#333333);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00333333, endColorstr=#FF333333)";
	zoom: 1;
}

.pbsad{
	text-align:center;
	margin-bottom:5px;
	font-size:12px;
	width:100%;
}

.pbsad > a{
	color:black;
	text-decoration:underline;
}

.support  img{
	max-width:300px;
}

.widgettitle{
	display:none;
}

/*rules for all widgets*/
.widget_text{
	width:300px;
	margin-top:10px;
}

/*styling each widget*/
#text-6{					 /* second widget */
	color:#fff;
	width: 260px;
	padding: 20px 20px 20px 20px;
	text-align:center;
	line-height:1.5em;
	font-size:1em;
	background: url(images/bg_sidebar3.jpg);
}

#text-7{					 /* third widget */
	background: #fff;
	width: 260px;
	padding: 20px 20px 20px 20px;
}

.sidetitle{
	display:block;
	font-size:20px;
	margin-bottom:10px;
}
.time{
	display:block;
	font-size:12px;
	margin-top:5px;
	margin-bottom:-10px;
}

.widgetcontent{
	display:block;
	position:relative;
	font-size:14px;
	margin-bottom:-10px;
}

/******************* end SIDEBAR*********************/
/******************* ZONINATOR / homepage ************************/
.box{
	width:310px; 
	height:310px;
	float:left;
	margin-top:15px;
	position:relative;
	margin-left:15px;
}

.box img{
	position:absolute;
	bottom:0px;
	width:310px;
}

#zoninator{
	position:relative;
	width:103%;
	margin-left:-12px;
	height:648px;
}
.homecaption{
    padding: 0 10px 0 10px;
	line-height:27px;
	position:absolute;
	bottom:15px;
	font-weight:bold;
	color:#defbfe;
	font-size:1.2em;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

img[src*='huberman']{
	width:336px;
}

#primary_main .videoplayer_container{
 margin-left:0px;
}
/******************* END ZONINATOR*********************/
/******************* add this *********************/
.toolbar {
border-top: 1px dotted #999;
border-bottom: 1px dotted #999;
padding: 8px 0 2px 0;
margin-bottom: 15px;
}
/******************* add this *********************/
/******************* VIDEO PAGE *********************/
.teaserbox{
  margin-left:-20px;
  width:650px;
}

.teaser{
	width:142px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	height:160px;
	overflow:hidden;
}

.teaser_img{
	height:80px;
	background:#b0b0b0;
}

.teaser_caption{

}

.video_main{
	width:640px;
	margin-top:-10px;
}

.wp-pagenavi{
	height:40px;
}

.video_main > p:first-line{
	font-weight: 700;
	font-size:18px;
}

.videoplayer_container{
	margin-bottom:20px;
}

.videopg h2{
	margin-bottom:20px;
}

.videopg > .video_main{
	margin-top:0px;
}
/******************* end VIDEO PAGE *****************/
/******************* AUDIO PLAYER *****************/
.audio_container{
	width: 600px;
}
.audio_caption{
	float:right;
	width:350px;
	margin-top:-155px;
	*margin-top:-175px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	height:152px;
	margin-bottom:30px;
}

.audio_caption:first-line, .audio_caption > p:first-line{
	font-weight: 700;
}
/******************* end AUDIO PLAYER *****************/


.video-wrap {position: relative;  padding-bottom: 56.25%;}
.video-wrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}	


.wnet-sharing a {display: inline-block; margin-right: 5px; background-color: #ccc; color: #fff !important; padding: 5px; width: 35px; text-align: center; font-size: 20px; line-height: 20px; -webkit-transition: all 0.2s linear; transition: all 0.2s linear;}
.wnet-sharing a:hover{ -moz-transform: translate(0, -5px);  -ms-transform: translate(0, -5px);  -o-transform: translate(0, -5px);  -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); } 
.wnet-sharing a.facebook {background: #415994;}
.wnet-sharing a.twitter {background: #4aa0ec;}
.wnet-sharing a.email {background: #848484;}