/**
 * DD additions
 * These styles should overlay the standard Unidata styles for the News blog.
 */

#banner #logo-floater a#logo img {
	display: none !important;
	z-index: -1;
}

#banner #logo-floater a#logo {
	content: "Unidata Home";
	z-index:2;
}

#banner #logo-floater {
	background: transparent url("https://www.unidata.ucar.edu/images/logo_news.png") no-repeat scroll left top;
	height: 90px;
	left: 0px;
	top: -10px;
	width: 510px;
  cursor:pointer;
}

div#about_default {
	display: none;
}

div#about_news {
	display: block;
}

div#static_news {
	display: none;
}

div#recent_entries {
	display: none;
}

div#news_poll {
	display: none;
}

div#devblog_disclaimer {
	display: none;
}

.highlight_muted {
  font-weight: bold;
}

.quote_large {
  color: #596D7B;
	font-family: "UbuntuRegular";
	font-size: 14px;
}

@media screen and (max-width: 700px) {
	/* (switch to 3-row navigation header)
	 -----------------------------*/
	#banner #logo-floater {
		background: transparent url("https://www.unidata.ucar.edu/images/logo_news_sm.png") no-repeat scroll left top;
		background-size:contain;
		height: 60px;
		left: 0px;
		top: -10px;
		width: 340px;
	}

}
