/* ============================================================================================== */
/* Navigation Generic */

#nav {
	position: absolute; top: 0; left: 0; left: 50%;
	width: 980px; height: 200px; margin-left: -490px;
}
.nav a {
	display: block;
	whitespace: nowrap;
	color: #000; text-decoration: none;
}
#nav ul>li>a {
	text-decoration: none;
	white-space: nowrap;
}

/* Breadcrumbs */
nav.breadcrumbs {
	width: 640px;
	overflow: hidden;
}
nav.breadcrumbs ul {
	list-style-type: none;
}
nav.breadcrumbs li {
	display: inline;
}

/* Dropdown */
.dropdown {
	display: none; overflow: hidden;
	position: absolute; z-index: 100;
	background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.8);
}
li:hover .dropdown {
	display: block;
}
.nav>ul>li:hover>a {
	z-index: 200;
}
.nav_primary>ul>li:hover>a {
	box-shadow: 0 1px 4px 2px rgba(0,0,0,0.5);
}
.nav_primary>ul>li.has_submenu:hover>a:after {
	display: block; content: ''; position: absolute; left: -10px; right: -10px;
	height: 8px;
	background: #fff;
}
.nav_left>ul>li.has_submenu:hover>a:after {
	left: 0;
}
.nav_right>ul>li.has_submenu:hover>a:after {
	right: 0;
}

.dropdown ul a {
	padding: 0 5px;
}
.dropdown a:hover {
	color: #fff;
}

.dropdown ul, .dropdown_content {
	float: left;
}
.dropdown_content {
	width: 200px; margin-left: 17px; padding: 5px 0;
	font-size: 11px;
}
.dropdown_content h3, .dropdown_content .h3 {
	margin-bottom: 8px;
	font-weight: 700; font-size: 13px; line-height: 13px; text-transform: uppercase;
}
.dropdown_content h4 {
	font-size: 13px; margin-bottom: 4px;
}

#nav .toplist li {
	margin-bottom: 4px;
}
#nav .toplist a {
	position: relative;
	padding-left: 12px;
	white-space: normal;
}
#nav .toplist a:before {
	display: inline-block; content: '\e000'; position: absolute; top: 0; left: 0;
	font-family: 'Cinefacts-Icons';
	color: #777
}

/* ============================================================================================== */
/* Primary Navigation (Center Top) */

.nav_primary {
	position: absolute; top: 152px; left: 0; z-index: 100000;
	width: 980px;
	text-align: center;
}
.nav_primary>ul {
	display: inline-block;
	border-left: 2px solid #fff; border-right: 2px solid #fff;
	text-align: left; /* Reset above */
}
.nav_primary>ul>li {
	float: left;
	margin-right: 1px;
	background: #fff;
}
.nav_primary>ul>li:last-child {
	margin-right: 0;
}
.nav_primary>ul>li>a {
	position: relative; z-index: 1;
	height: 37px; padding: 0 12px; border: 0px solid #fff; border-width: 3px 1px 0;
	font-weight: 700; font-size: 15px; line-height: 37px; text-transform: uppercase;
	background-color: #bbb;
	color: #000;
}
.nav_primary>ul>li>a:before {
	display: block; content: ''; position: absolute; top: 1px; left: 1px; right: 1px;
	height: 1px;
	background: rgba(255,255,255,0.25);
}

/* Hover/Dropdown */

.nav_primary>ul>li:hover>a {
	border-left-width: 3px; border-right-width: 3px; margin-left: -2px; margin-right: -2px;
}
.nav_primary>ul>li:hover>a:after {
	top: 36px;
}
.nav_primary .dropdown {
	left: 50%; top: 39px; overflow: hidden;
	width: 650px; padding: 10px 5px; margin-left: -325px;
}
.nav_primary .dropdown ul {
	width: 200px;
}

/* Dropdown Content */

.nav_primary .dropdown:before {
	display: block; content: ''; position: absolute; left: 210px; top: 0; bottom: 0; right: 0; z-index: -1;
	border: 8px solid #fff; border-left-width: 2px;
	background: #ddd;
}
.nav_primary .dropdown:after {
	display: block; content: ''; position: absolute; left: 215px; top: 16px; bottom: 16px; right: 200px; z-index: -2;
	background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.75);
}
.nav_primary .dropdown_main {
	float: left;
}
.nav_primary .dropdown_side {
	position: relative; float: left;
	width: 200px; margin-left: 30px;
	background: #f0f;
}


/* ============================================================================================== */
/* Secondary Navigations (Center Top) */

.nav_secondary {
	position: absolute; top: 162px; z-index: 100000;
}
.nav_meta {
	position: absolute; top: 0;
}
.nav_secondary>ul>li>a {
	height: 29px; line-height: 29px;
}
.nav_meta>ul>li>a {
	height: 24px; line-height: 24px;
}

.nav_minor>ul>li {
	position: relative; float: left;
}
.nav_minor>ul>li>a {
	position: relative; z-index: 1;
	padding: 0 10px;
	color: #fff; font-size: 12px;
}
.nav_minor>ul>li:hover>a {
	background: #fff;
	color: #000;
}
.nav_left {
	left: 0;
}
.nav_right {
	right: 0;
}
.nav_secondary .dropdown {
	top: 29px;
	padding: 10px 5px;
}
.nav_secondary .dropdown a:hover, .nav_meta .dropdown a:hover {
	background: #000;
}
.nav_meta .dropdown {
	top: 24px;
	padding: 10px 5px;
}
.nav_left .dropdown {
	left: 0;
}
.nav_right .dropdown {
	right: 0;
}


/* ============================================================================================== */
/* Search */

#search {
	position: absolute; top: 0px; left: 50%;
	margin-left: -200px;
}
#search input {
	position: absolute; top: 0; left: 0;
	width: 400px;
}


/* ============================================================================================== */
/* %% Move over to generic */

.subnav li {
	margin: 2px 0;
}
.subnav a {
	position: relative;
	padding: 0 4px 0 16px;
	font-weight: 600; font-size: 11px; line-height: 18px;
}
.subnav a:before {
	display: block; content: '\e011'; position: absolute; left: 4px; top: 0;
}
