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

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

#banner #logo-floater {
	background: transparent url("https://www.unidata.ucar.edu/images/logo_developers.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;
}

@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_developers_sm.png") no-repeat scroll left top;
		background-size:contain;
		height: 75px;
		left: 0px;
		top: -10px;
		width: 425px;
	}

}
