/*
 Theme Name:    bones child NOVA Next
 Theme URI:     http://example.com/bones-child-next/
 Description:   Bones Child Theme for NOVA Next blog
 Author:        WGBH Digital
 Author URI:    http://digital.wgbh.org/
 Template:      bones
 Version:       1.0.0
 */

@import url("../bones/style.css");



/* ==========================================================================
   additional styling for this Blog 
   ========================================================================== */

.home .tertiary article {
	padding: 10px;
}

span.term {
	margin-right: 12px;
}

#header-sponsors {
  min-height: 49px;
}
#header-logos {
  overflow: inherit;
}
.site-logo {
  width: 233px;
  height: 37px;
  margin: 4px 0 0 13px;
}

/* use light logos: */
.btn-facebook {
  background: url('../bones/library/images/btn-fbook-light.png') 0 0;
}
.btn-facebook:hover {
  background: url('../bones/library/images/btn-fbook-light.png') 0 -25px;
}
.btn-twitter {
  background: url('../bones/library/images/btn-twitter-light.png') 0 0;
}
.btn-twitter:hover {
  background: url('../bones/library/images/btn-twitter-light.png') 0 -25px;
}


#upper-header {
  min-height: 143px;
  background: #000 url('../bones/library/images/header-bg-next.jpg') no-repeat;
}

@media only screen and (min-width: 700px) {

	.site-logo {
	  width: 365px;
	  height: 59px;
      margin: -7px 0 0 23px;
	}

	/*adjustments to compensate for removing date slug*/
	.article-header section {
	    margin-left: 0;
	}
	.format-standard .social, .format-video .social  {
	    margin-left: 0
	}
	#home-sidebar {
	 margin-top: -1230px;
	}
	#sidebar-nova_home {
	  margin-top: -737px;
	}

}

  @media only screen and (min-width: 940px) {

  	.entry-content .supersize,
	.single-format-standard .entry-content img,
	.single-format-standard .entry-content .inline-caption,
	.single-format-standard .flex-video {
		width: 125.8064516%;
		margin-left: -12.9032258%;
	}
	.single-format-standard .cove-box {
		padding-bottom: 70.8%;
	}
	#home-sidebar {
	 margin-top: 0;
	}
	#sidebar-nova_home {
	  margin-top: 0;
	}
}

 /***********************
 PRINT STYLESHEET
 ************************/
 @media print {
   #inner-header:before {
     content: "NOVA Next";
   }
 }