/*
 * This is the stylesheet for header-2011.
 * After testing, these styles will be copied into the main stylesheet for go live.
*/


/* header structure */
#header {
	height: 470px;
}

#header-top {
	height: 95px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

#header-top-left {
	width: 225px;
	height: 90px;
	float: left;
	position: relative;
}
#header-top-leaderboard {
	width: 728px;
	height: 90px;
	float: right;
	background: #eee;
}

/* top navigation */
#header-top #nav-top ul {
	float: left;
}

/* social links */
#header-top #social-links {
	float: left;
	margin-bottom: 10px;
}
#header-top #social-links a {
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0;
	margin-right: 10px;
}
#header-top #social-links img {
	margin-top: 2px;
}

/* search */
#top-search {
	position: absolute;
	bottom: 0;
}
#top-search ul {
	list-style: none;
	margin: 0;
}
#top-search input#s[type="text"] {
	width: 177px;
}

/* featured */
#featured {
	width: 580px;
}
#featured .featured-post {	
	margin-left: 20px;
}
#branding {
	width: 580px;
}

/* access */
#access {
	display: block;
	float: left;
	width: 960px;
	height: 22px;
	padding-top: 18px;
	padding-bottom: 5px;
	margin: 17px auto 0;
	position: relative;
	border-bottom: none;
}
#access .menu-header {
	font-size: 14px;
	margin-left: 0;
	text-transform: uppercase;
	height: 25px;
	border-bottom: solid 2px #F65117;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float: left;
	position: relative;
}
#access a {
	color: #F65117;
	display: block;
	line-height: 25px;
	padding: 0 8px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #EBEBE6;
	line-height: 1.2em;
	padding: 5px 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #EBEBE6;
	color: #F65117;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current-cat > a,
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #F65117;
	-moz-box-shadow: 2px 0 2px #999;
	-webkit-box-shadow: 2px 0 2px #999;
	box-shadow: 2px 0 2px #999;

}
* html #access ul li.current-cat a,
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #F65117;
}

/* Style Guide Temp Styles */
.page-template-page-style-guide-text-php #access {
	padding-top: 18px;
}

/* Header 2014 */
#access .menu-header.primary {
	border-bottom: 2px solid #F65117;
}
#access .menu-header.secondary {
	border-bottom: none;
	background-color:#ebebe6;
	margin-top: 5px;
}
#access .menu-header.secondary a {
	color: #666666;
}
#access .menu-header.secondary a:hover {
	color: #F65117;
}

/* ---------- VIDEO ---------- */

video {
max-width:100%;
height:auto;
}

.video-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	margin-top:1rem;
	margin-bottom:1rem;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

