@charset "UTF-8";
/* CSS Document 
* banner.css
* 2014-03-24 David Lents - Re-do of TDS banner header
*/


/* 
* Moved stuff from main.css
*/

#header-inner {
	overflow: visible;
}

/* attempt to get nav un-occluded */
#container #header {
	z-index: 900;
}

.banner {/* was bannerShell */
	background: transparent url(/img/body_bg5.gif) repeat-x 0px 5px;
	border-bottom: 1px solid #000;
	background: #D4E6C1;
}

.banner {
	position: relative;
	height: 138px;
	color: #333333;
	padding: 0;
	border: 1px solid #000;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	overflow: visible;
}

@-moz-document url-prefix() {
	.banner {
		height: 136px
	}
	;
}

#logo {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	cursor: pointer;
	clear: left;
}

.banner-inner {
	display: block;
	position: absolute;
	height: inherit;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	clear: right;
}

div#banner-text {
	display: block;
	width: 100%;
	margin: 0;
	padding: 22px 0;
}

.banner h1,
.banner h1 a {
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #508356;
	text-indent: 32px;
}

h1.tagline,
h1.tagline a {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #476943;
	font-style: normal;
	letter-spacing: 1.8px;
	margin-bottom: 7px;
}

#nav {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #258231;
}

#nav, #nav ul {
	z-index: 1000;
}

#nav ul.sf-menu {
	margin: 0 auto;
	clear: both;
	width: 100%;
	background: #98d358; /* Old browsers */
	background: -moz-linear-gradient(top, #98d358 0%, #258231 100%, #89b149 100%, #89b149 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d358), color-stop(100%,#258231), color-stop(100%,#89b149), color-stop(100%,#89b149)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d358', endColorstr='#89b149',GradientType=0 ); /* IE6-9 */
}

#nav .sf-menu li {
	background: #EAF3DC url(/img/new_bg.png) repeat-x 0px -60px;
	border-right: 1px solid #000;
	border-right: 1px solid #609868;
	background: #98d358; /* Old browsers */
	background: -moz-linear-gradient(top, #98d358 0%, #258231 100%, #89b149 100%, #89b149 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d358), color-stop(100%,#258231), color-stop(100%,#89b149), color-stop(100%,#89b149)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98d358 0%,#258231 100%,#89b149 100%,#89b149 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d358', endColorstr='#89b149',GradientType=0 ); /* IE6-9 */
}

#nav .sf-menu li ul li {
	border: none;
	z-index: 1000;
	background: #D4E6C1;
}

#nav ul li ul li a {
	font-size: .9em;
	font-weight: bold;
	color: #476943;
	text-transform: none;
	letter-spacing: 1px;
	padding: 4px 16px;
	width: auto;
}

#nav .sf-menu li:hover,
#nav .sf-menu li.sfHover,
#nav .sf-menu a:focus,
#nav .sf-menu a:hover,
#nav .sf-menu a:active,
#nav .sf-menu li.search:hover {
	background: #98d358 repeat-x 0px -20px;
	width: auto;
}

#nav .sf-menu li a {
	margin: 0 0;
	border: none;
	padding: 6px 24.2px;
}

#nav .sf-arrows .sf-with-ul {
	padding-right: 32.5px;
}

#nav a {
	color: #D4E6C1;
	text-decoration: none;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

#nav ul li.search form {
	margin: 0 0 0px 0;
	padding: 0 0 0px 2px;
	border: 0px solid red;
}

#nav .sf-menu li.last {
	border-right: none;
}

#nav .sf-menu li.search {
	background: transparent;
	line-height: 23px;
	margin: 0;
	float: right;
    padding-left: 1%;
    padding-right: 2px;
	border-left: 1px solid #609868;
}

/* Tweaks for secondary nav */

ul#navbar-secondary {
	z-index: 100;
	margin: 0 auto;
}

ul#navbar-secondary li a {
	color: #D3E7B3;
	padding: 9px 16px 9px 6px;
	letter-spacing: 0.6px;
	font-size: 11px;
}

ul#navbar-secondary li {
	/*
	border-right: none;
	border-right: 1px solid #EAF3DC;
	*/
	z-index: 100;
}

ul#navbar-secondary.f-navbar.sf-menu li:hover,
ul#navbar-secondary.f-navbar.sf-menu li.sfHover,
ul#navbar-secondary.f-navbar.sf-menu a:focus,
ul#navbar-secondary.f-navbar.sf-menu a:hover,
ul#navbar-secondary.f-navbar.sf-menu a:active,
ul#navbar-secondary.f-navbar.sf-menu li.search:hover {
	background: transparent;
	width: auto;
}

/* 
* DLents 2014-04-02
* New article tiles
*/
div#tile-bar.tile-bar-outer {
	background: none;
	height: 150px;
	width: 550px;
	border: none;
	margin-bottom: 1em;
}

div#tile-bar div.tile-feature {
	/* background: #fff url(/img/utils_bg_bw.gif); */
	float: left;
	width: 274px;
	height: inherit;
	border: none;
	position: relative;
	margin-right: 2px;
	overflow: hidden;
	cursor: pointer;
}

div#tile-bar div.tile-feature-2 {
	margin-right: 0;
}

div.tile-feature img {
	display: block;
	margin: 0;
	clear: both;
	width: inherit;
}

div#tile-bar div.tile-feature-leader {
	clear: both;
	display: table;
	position: absolute;
	height: 44px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.70);
	left: 0;
	bottom: 0;
}

div#tile-bar h4.tile-feature-title {
	font-size: .9em;
	font-weight: 500;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 2px 4px;
}

/* New color scheme on asset titles */

#container .asset-header h2,
#container #alpha h2,
#container #alpha h1 {
	color: #476943;
}

.search-results-container,
.search-results-header-container,
.archive-title-container,
#container #alpha h2.entry_type {
	background: #D4E6C1;
	border: 1px solid #476943;
}
