@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,700|Oswald:400,700);

/* CSS Document */

::cue {
	background: none;
    text-shadow: 0 0 5px #000;
	width: 100%;
}

html {min-width:960px; height:100%;margin:0;padding:0;}

body {
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Roboto', serif;
	color:#333;
	font-size:12pt;
	margin:0;
	padding:0;
	position:relative;
	height:100%;
	min-height:740px;
}

/* GENERAL */
h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	color: #333;
	margin-top:1em;
    margin-bottom:.3em;
	padding:0;
	font-size:2em;
}
h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

main > section > article p,
main > section > article li,
main > section > article h1,
main > section > article h2,
main > section > article h3
{
	max-width: 80ex;
}

main > section > article > section p,
main > section > article > section h1,
main > section > article > section h2,
main > section > article > section h3
{
    padding: 0 20px;
}


main > section > article > section ol,
main > section > article > section ul
{
	padding-inline-start: 60px;
}

section dt {
	font-weight: bold;
}

a {
	color:#38D;
	text-decoration:none;
}

a:hover {
	color:#F85;
}

a.button {
	box-sizing: border-box;
	display:inline-block;
	padding:7px 1em;
	padding-top:9px;
	margin: .5em 0;
	width:auto;
	font-size:1.5em;
	background: rgba(215,215,215,0.50);
	border:none;
	border-bottom: 2px solid rgba(127,127,127,0.50);
	border-radius: 3px;
	color: #333;
}

a.button:hover, a.button:focus {
	background: rgba(215,215,215,0.90);
}

a.button:focus
{
	outline:none;
}

a.button:active
{	
	border-bottom: none;
	border-top: 3px solid rgba(127,127,127,0.50);
	padding-bottom:6px;
}

a.button::after {
	content: "\a0\bb";
}

main > section
{
	width:75%;
	min-width: 960px;
	max-width: 1164px;
	margin:0px auto 30px auto;
}

main > section table
{
	margin:0 20px;
}

.lightgrey {
	color:#AAA;
}

.error 
{
	color:#F30;
}

.right {
	float:right;
}

.nowrap {
	white-space:nowrap;
}

.center {
	text-align: center;
}

input, textarea
{
	font-family: "Roboto", sans-serif;
	font-size:12pt;
	background: rgba(225,225,225,0.50);
	border:none;
	border-bottom: 2px solid rgba(127,127,127,0.50);
	border-radius: 3px;
	padding:7px;
	padding-top:9px;
	color: #333;
}

input[type="radio"]
{
	vertical-align: middle;
	margin:0;
}

input[type="radio"] + label
{
	margin-left:.5em;
	margin-right:3em;
}

input[type="number"][name="age"]
{
	width:3em;
}

input[name="class"]
{
	text-transform: uppercase;
}

textarea
{
	width: 100%;
	box-sizing: border-box;
}

code
{
	white-space: pre;
}

/* CONTAINERS */

header.navigation {	
	width:960px;
	font-family: 'Roboto', sans-serif;
	padding:10px 0;
	height:60px;
	overflow:hidden;
	margin:auto;
	position: relative;
	z-index: 250;
}


span.infotag
{
	padding-left:20px;
}

span.inputinfo, span.infotag
{
	font-style: italic;
	font-size:12px;
	font-weight:400;
	color:rgba(51, 51, 51, 0.8)
}


/* NAVIGATION */
header.navigation a.logo, div.footer p.logo {
	display:block;
	text-transform: uppercase;
	color:black;
	font-family:"Oswald", sans-serif;
	font-size: 2em;
	line-height: 60px;
	float:left;
	height:60px;
	margin-right:0px;
}

header.navigation section.userinfo {
	margin-left:4em;
	float:left;
	height:60px;
	line-height: 60px;
}

header.navigation section.userinfo span {
	margin-right: 20px;
}

header.navigation nav {
	float:right;
}

header.navigation nav ul {
	margin:0; padding: 0;
}

header.navigation nav li {
	margin:0; padding: 0;
	list-style: none;
	float:left;
}

header.navigation nav li.selected {
	box-sizing: border-box;
	border-bottom: #F85 3px solid;
}

header.navigation nav a{
	color: #333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight: 700;
	margin:18px 30px 0 30px;
	vertical-align:middle;
	line-height:60px;
	text-align:center;
}

header.navigation nav a:hover {
	position: relative;
	color:#F85;
}


/* CONTENT */

article#player section.videoplayer
{
	position: relative;
	padding-bottom: 56.25%;
}

article#player video
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

article#player section.info section.series {
	float:right;
	max-width: 33%;
}

article#player section.info section.series h1 {
	margin:0;
}

article#player section.info section.series > p.title {
	margin:0;
	font-style: italic;
	color:#888;

}

article#player section.info section.series ol.parts 
{
	list-style: none;
	max-height: 12em;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	margin-left:20px;
	border-radius: 7px;
	position: relative;
}

article#player section.info section.series ol.parts li {
	min-width: 20em;
	height:3em;
	line-height: 3em;
	box-sizing: border-box;
	border-bottom: #bbb 1px solid;
}

article#player section.info section.series ol.parts li.season {
	height: 2em;
	line-height: 2em;
	background: #e5e5e5;
	padding-left:1.2em;
	font-size:0.8em;
	color:#555;
}


article#player section.info section.series ol.parts > li > a {
	display: block; width: 100%; height: 100%;
	background: #ddd;
	padding-left:2em;
	color:#555;
}

article#player section.info section.series ol.parts > li > a:hover {
	background:#eee;
}

article#player section.info section.series ol.parts > li > a.current {
	background: #eee;
	padding-left: 0.85em;
}

article#player section.info section.series > ol.parts > li > a.current p.title::before{
	content:"▶ ";
}

article#player section.info section.series > ol.parts p.title {
	margin:0;
	padding:0;
	font-size:0.8em;
}

article#player section.info h1 {
	font-size: 1.5em;
}

article#player section.info p.subtitle {
	font-style: italic;
	color:#888;
	margin: 0.2em 0;
}

article#player section.info p.information {
	color:#555;
}

article#player section.subtitles p {
	margin-bottom: 0;
}

article#player section.subtitles ul {
	padding-left:20px;
	margin:0.2em 0;
}

article#player section.subtitles ul::after {
	content:"";
	display: block;
	clear:both;
}
article#player section.subtitles li {
	float:left;
	display: block;
	border: #888 1px solid;
	font-style: italic;
	color:#888;
	padding: 0.2em 0.5em;
	border-radius: 2px;
}

section.videocollection a:visited {
	color: #83D;
}

/* FOOTER */
div.footer {
	position:relative;
	/*background-color:#febd11;*/
	width:960px;
	height:120px;
	margin:auto;
	font-size:10pt;
}


div.footer p.logo {
	position:absolute;
	padding:0;margin:0;
	width:240px;
	height:120px;
	top:0px;
	left:0px;
}

div.footer dl {
	margin:0;padding:0;
}
div.footer dt {
	position:absolute;
	margin:0;padding:0;
	font-weight:bold;
	font-size:15px;
}
div.footer dd {
	position:absolute;
	margin:0;
	padding:5px 0px;
}

div.footer dt.info {
	top:10px;
	left:250px;
}

div.footer dd.info {
	top:25px;
	left:250px;
}

div.footer dt.quicklinks {
	top:10px;
	left:400px;
}

div.footer dd.quicklinks {
	top:25px;
	left:400px;
	width: 140px;
}

div.footer dt.site {
	top:10px;
	left:550px;
}
div.footer dd.site {
	top:25px;
	left:550px;
}

div.footer .ico-tel,
div.footer .ico-mail {
	background: transparent url("/img/contacticons.png") no-repeat;
	text-indent: -666666px;
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}
div.footer .ico-tel {
	background-position: 0 0;
}
div.footer .ico-mail {
	background-position: 0 -11px;
}
