@font-face {
    font-family: 'Nevis';
    src: url('../fonts/nevis.eot');
    src: url('../fonts/nevis.eot?iefix') format('eot'), url('../fonts/nevis.woff') format('woff'), url('../fonts/nevis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header[role="banner"] {
    position: relative;
    top: 0;
    width: 976px;
    height: 90px;
    margin: 0 auto;
    border-bottom: 1px solid #030341;
    text-align: center;
    background: #000b7d;
    background: -moz-linear-gradient(top,  #000b7d 0%, #00086a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000b7d), color-stop(100%,#00086a));
    background: -webkit-linear-gradient(top,  #000b7d 0%,#00086a 100%);
    background: -o-linear-gradient(top,  #000b7d 0%,#00086a 100%);
    background: -ms-linear-gradient(top,  #000b7d 0%,#00086a 100%);
    background: linear-gradient(to bottom,  #000b7d 0%,#00086a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b7d', endColorstr='#00086a',GradientType=0 );
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 100001;
}

.takeover header[role="banner"] {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}

header[role="banner"].header-docked {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	margin: 0;
}

header[role="banner"].header-mini {
    height: 50px;
}

.broadcasting header[role="banner"].header-docked {
	top: 44px;
}

.header-mini #logo {
	margin-top: 7px;
	width: 68px;
	height: 36px;
}

.header-mini #search-toggle {
    height: 50px;
}

.header-mini #search-toggle a {
    padding: 15px 0 0;
}

.header-mini #logo-text,
.header-mini #header-social  {
    display: none;
}

.header-mini nav {
    padding-top: 19px;
}

.header-mini .subnav {
    top: 50px;
}

.header-mini #search {
    height: 50px;
}

.header-mini #search form {
    padding-top: 10px;
}

.header-mini #search-input,
.header-mini #search-button {
    padding-top: 8px;
    padding-bottom: 8px;
}

header[role="banner"] .inner {
	position: relative;
	width: 976px;
	margin: 0 auto;
}

#logo {
	position: relative;
	float: left;
	width: 94px;
	height: 50px;
	margin: 20px 0 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

header[role="banner"] #logo {
	margin-left: 15px;
}

#logo a {
	text-decoration: none;
}

#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/logo.png') no-repeat 0 0;
	background-size: 100% 100%;
	cursor: pointer;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(0);
	-moz-transform: rotate(0);
}

#logo a:hover span,
#logo a:focus span {
	filter: alpha(opacity=75);
	opacity: .75;
	zoom: 1;
}

#logo-text {
	float: left;
	margin: 20px 0 10px 15px;
	cursor: default;
}

#logo-text a {
    text-decoration: none;
    font: bold 1.8em/1em "Helvetica", Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4a519b;
}

#logo-text a:hover {
    color: #6a71bb;
}

.takeover header[role="banner"] #logo-text {
	margin-left: 10px;
}

#header-facs a {
	display: block;
	padding: 5px 10px;
	height: 10px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	color: #000a77;
	background: #aeafcd;
	background: -moz-linear-gradient(top,  #aeafcd 0%, #9e9fc3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeafcd), color-stop(100%,#9e9fc3));
	background: -webkit-linear-gradient(top,  #aeafcd 0%,#9e9fc3 100%);
	background: -o-linear-gradient(top,  #aeafcd 0%,#9e9fc3 100%);
	background: -ms-linear-gradient(top,  #aeafcd 0%,#9e9fc3 100%);
	background: linear-gradient(to bottom,  #aeafcd 0%,#9e9fc3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeafcd', endColorstr='#9e9fc3',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#header-facs a:hover {
	text-decoration: none;
	background: #fcb345;
}

#header-social {
	float: right;
	margin: 15px 20px 0 0;
	padding: 0;
	list-style-type: none;
}

#header-social li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header-social li a {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	border-bottom: none;
    text-decoration: none;
}

#header-social li:last-of-type a {
	margin-right: 0;
}

#header-social li a img {
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#header-social li a:hover img {
	filter: alpha(opacity=75);
	opacity: .75;
	zoom: 1;
}

.svg #header-social li a img {
	display: none;
}

.svg #header-social li a svg {
	fill: #4a529f;
	-moz-transition: fill 0.2s ease-out;
	-webkit-transition: fill 0.2s ease-out;
	transition: fill 0.2s ease-out;
}

.svg #header-social li a:hover svg {
	fill: #fff;
}

#search-toggle {
	float: right;
	width: 60px;
	height: 90px;
	border-left: 1px solid #010d4e;
	border-right: 1px solid #010d4e;
	z-index: 999;
}

#search-toggle a {
	display: block;
	float: right;
	width: 60px;
	padding: 35px 0;
}

#search-toggle a svg {
	fill: #4b519f;
	-moz-transition: fill 0.2s ease-out;
	-webkit-transition: fill 0.2s ease-out;
	transition: fill 0.2s ease-out;
}

#search-toggle a:hover svg {
	fill: #fff;
}

#search {
	position: absolute;
	top: 0;
	right: 61px;
	width: 0;
	height: 90px;
	background: #000b7d;
	background: -moz-linear-gradient(top,  #000b7d 0%, #00086a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000b7d), color-stop(100%,#00086a));
	background: -webkit-linear-gradient(top,  #000b7d 0%,#00086a 100%);
	background: -o-linear-gradient(top,  #000b7d 0%,#00086a 100%);
	background: -ms-linear-gradient(top,  #000b7d 0%,#00086a 100%);
	background: linear-gradient(to bottom,  #000b7d 0%,#00086a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b7d', endColorstr='#00086a',GradientType=0 );
	border-left: 1px solid #010d4e;
	overflow: hidden;
	-moz-transition: width 0.4s ease-out;
	-webkit-transition: width 0.4s ease-out;
	transition: width 0.4s ease-out;
}

#search.active {
	width: 796px;
	border-right: 1px solid #010d4e;
}

#search form {
	width: 776px;
	padding: 25px 0 0 20px;
}

#search-input {
	display: block;
	float: left;
	width: 605px;
	margin: 0 20px 0 0;
	padding: 12px 15px;
	font-size: 1.6em;
	line-height: 1em;
	color: #000;
	background: #fff;
	border: none;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search-button {
	float: left;
	padding: 12px 15px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	color: #894b04;
	background: #fcd873;
	background: -moz-linear-gradient(top,  #fcd873 0%, #e39819 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd873), color-stop(100%,#e39819));
	background: -webkit-linear-gradient(top,  #fcd873 0%,#e39819 100%);
	background: -o-linear-gradient(top,  #fcd873 0%,#e39819 100%);
	background: -ms-linear-gradient(top,  #fcd873 0%,#e39819 100%);
	background: linear-gradient(to bottom,  #fcd873 0%,#e39819 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd873', endColorstr='#e39819',GradientType=0 );
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search-button:hover,
#search-button:focus {
	color: #673907;
	background: #fcd496;
}

nav {
	float: right;
	width: 790px;
	margin: 0;
	padding-top: 12px;
	border-top: 1px solid #010c4c;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 20px 15px 0;
	font: normal 1.4em/1em 'Nevis', Arial, Verdana, sans-serif;
    font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

nav ul li:last-of-type a:link,
nav ul li:last-of-type a:visited,
nav ul li:last-of-type a:active {
	padding-right: 0;
}

nav ul li a:hover,
nav ul li:hover > a,
nav ul li.active a {
	color: #fab24f;
}

.subnav {
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	background: #000767;
	border-top: 1px solid #010d4e;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
}

.subnav-inner {
	display: table;
	table-layout: fixed;
	width: 976px;
	margin: 0 auto;
	text-align: left;
}

.subnav-col-1,
.subnav-col-2,
.subnav-col-3,
.subnav-col-4,
.subnav-col-review,
.subnav-col-blog,
.subnav-tag-cloud,
.subnav-col-video {
	display: table-cell;
	width: 135px;
	padding: 10px 10px 0;
	vertical-align: top;
	border-left: 1px solid #010d4e;
}

.subnav-tag-cloud {
    width: 780px;
    text-align: center;
    padding-bottom: 10px;
}

.subnav .subnav-tag-cloud a, .subnav .subnav-tag-cloud a:link, .subnav .subnav-tag-cloud a:visited, .subnav .subnav-tag-cloud a:active {
    margin: 5px 10px 5px 0px;
    display: inline;
    color: #fcb345;
}
.subnav .subnav-tag-cloud a:hover {
    color: #fff;
}

.subnav .subnav-tag-cloud a.tag_cloud_1 {
    font-size: 12px;
}
.subnav .subnav-tag-cloud a.tag_cloud_2 {
    font-size: 16px;
}
.subnav .subnav-tag-cloud a.tag_cloud_3 {
    margin: 0px 5px 0px 0px;
    font-size: 20px;
    font-weight: bold;
}
.subnav .subnav-tag-cloud a.tag_cloud_4 {
    margin: 0px 5px 0px 0px;
    font-size: 24px;
    font-weight: bold;
}
.subnav .subnav-tag-cloud a.tag_cloud_5 {
    margin: 0px 3px 0px 0px;
    font-size: 28px;
    font-weight: bold;
}


.subnav-col-1 {
	border-left: 1px solid #000767;
}

.header-docked .subnav-col-1 {
	border-left: 1px solid #010d4e;
}

.subnav-col-2 {
	width: 307px;
}

.subnav-col-3 {
    width: 254px;
}

.subnav-col-4 {
	width: 185px;
	border-right: 1px solid #010d4e;
}

.subnav-col-review {
	width: 140px;
}

.subnav-col-blog {
	width: 190px;
}

.subnav-col-video {
	width: 250px;
}

.subnav-col-review:last-of-type,
.subnav-col-blog:last-of-type,
.subnav-col-video:last-of-type {
	border-right: 1px solid #010d4e;
}

.subnav ul {
	margin: 0;
	padding: 0 0 10px;
	list-style-type: none;
}

.subnav ul li {
	margin: 0;
	padding: 0;
    font: 12px Arial,Helvetica,Geneva,sans-serif;
	line-height: 1.3em;
	list-style-type: none;
}

.subnav ul li:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
}

.subnav ul li a {
	display: block;
	padding: 5px 0;
	color: #aeafcd;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.subnav ul li a:hover,
.subnav ul li a:focus {
	color: #fff;
}

.subnav img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(0);
	-moz-transform: rotate(0);
}

.subnav a:link,
.subnav a:visited,
.subnav a:active {
	display: block;
	text-decoration: none;
}

.subnav a:hover img {
	filter: alpha(opacity=75);
	opacity: .75;
	zoom: 1;
}

.subnav h2 {
    margin: 0 0 10px;
}

.subnav h3 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.4em;
}

.subnav h4 {
	margin: 0;
	font-size: 1.2em;
    font: 12px Arial,Helvetica,Geneva,sans-serif;
    font-weight: 700;
	line-height: 1.4em;
}

.subnav p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.subnav h2,
.subnav a h3,
.subnav a h4,
.subnav a p {
	color: #fcb345;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.subnav a p {
	color: #4a519b;
}

.subnav a:hover h3,
.subnav a:focus h3,
.subnav a:hover h4,
.subnav a:focus h4 {
	color: #fff;
}

.subnav a:hover p,
.subnav a:focus p {
	color: #aeafcd;
}

.subnav article {
	display: table;
	width: 100%;
	padding-bottom: 10px;
}

.subnav article.subnav-article {
	margin-bottom: 10px;
	border-bottom: 1px solid #010d4e;
}

.subnav article.subnav-article:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

.subnav .article-feature-image {
    width: 310px;
    height: 155px;
    overflow: hidden;
}

.subnav .article-feature-image {
    width: 310px;
}

.subnav-col-4 article {
	margin-bottom: 15px;
}

.subnav-col-4 article:last-of-type {
	margin-bottom: 0;
}

.subnav .article-tnail,
.subnav .article-title {
	display: table-cell;
	vertical-align: middle;
}

.subnav .article-tnail {
	width: 70px;
}

.subnav .article-tnail.article-tnail-blank {
    width: 0px;
    height: 60px;
}

.subnav .article-tnail img {
	margin-bottom: 0;
    width: 60px;
}

.subnav .comic {
	position: relative;
	margin-bottom: 10px;
	width: 140px;
	height: 212px;
	text-align: center;
}

.subnav .comic img.cover {
	display: block;
	width: 140px;
	height: 212px;
	margin: 0 auto;
}

.subnav .comic h4 {
	margin-bottom: 5px;
	font: normal 1.2em/1em 'Nevis', Arial, Verdana, sans-serif;
    font-size: 8pt;
	text-transform: uppercase;
	color: #fff;
}

.subnav .comic .score img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 -2px 0 0;
}

.subnav .comic .details {
	position: absolute;
	bottom: 0;
	left: 0;
    margin-bottom: 0;
    border: 0;
	width: 130px;
	padding: 5px;
	background: rgba(0, 0, 0, .5);
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.subnav .comic:hover .details {
	filter: alpha(opacity=0);
	opacity: 0;
	zoom: 1;
}

#subnav-video img {
	width: 250px;
	height: auto;
}

ul.subnav-basic {
	display: none;
	position: absolute;
	top: 29px;
	left: -15px;
	width: 200px;
	padding-bottom: 10px;
	text-align: left;
	background: #000767;
	border-top: 1px solid #010d4e;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
}

nav ul li:last-child ul.subnav-basic {
	width: 189px;
}

nav ul li ul.subnav-basic li a:link,
nav ul li ul.subnav-basic li a:visited,
nav ul li ul.subnav-basic li a:active {
	display: block;
	float: none;
	width: 170px;
	padding: 10px 15px 0;
	font: normal 1.2em/1em Arial, Verdana, sans-serif;
	text-decoration: none;
	text-transform: none;
	color: #aeafcd;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

nav ul li ul.subnav-basic li a:hover,
nav ul li ul.subnav-basic li a:focus {
	color: #fff;
}

#header_placeholder {
    display: none;
    width: 100%;
    height: 90px;
    background: #000b7d;
    background: -moz-linear-gradient(top,  #000b7d 0%, #00086a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000b7d), color-stop(100%,#00086a));
    background: -webkit-linear-gradient(top,  #000b7d 0%,#00086a 100%);
    background: -o-linear-gradient(top,  #000b7d 0%,#00086a 100%);
    background: -ms-linear-gradient(top,  #000b7d 0%,#00086a 100%);
    background: linear-gradient(to bottom,  #000b7d 0%,#00086a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b7d', endColorstr='#00086a',GradientType=0 );
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 120dpi) {
	
	#logo a span {
		background: url('../images/logo@2x.png') no-repeat 0 0;
		background-size: 100% 100%;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 400dpi) {
	
	#logo a span {
		background: url('../images/logo@3x.png') no-repeat 0 0;
		background-size: 100% 100%;
	}

}
