@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Comment */


body {
	background: #777 url(../img/back.png);
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: adelle,helvetica,arial;
	font-size: 16px;
	line-height: 1.7;
}

a {
  color: #fff;
}

#navigation a {
	text-decoration: none;
	color: #3A526D;
}

#table_content table a {
	text-decoration: none;
}

#table_content table a:hover {
	text-decoration: underline;
}

#navigation a:focus,
#navigation a:hover,
#navigation a:active {
	color: #fff;
}

#container{
	width: 970px;
	margin: 0 auto;
	margin-top: 50px;
}

figure {
margin: 0;
padding: 0;
}

.acorn-player  {
margin-bottom: 1em;
}

/* ============== Header  */

#header{
	margin-bottom: 20px;
	background-color: #bbb;
	background-color: rgba(255,255,255,0.333);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	position: relative;
}

#header .sharing {
  position: absolute;
  left: 0;
  top: 10px;
}

#header .sharing > iframe {
  margin-left: 10px;
}

#header .sharing > iframe:first-child {
  margin-right: 10px;
}

#header .sharing > div {
display: inline;
}

#header h1 {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  position: relative;
  top: -25px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  line-height: 1em;
}

h1 small {
  font-size: 30px;
  position: relative;
  top: -30px;
  left: 4px;
}

#header h2 {
  line-height: 1.2;
  color: #000;
  font-size: 22px;
  margin-top: -25px;
  padding-bottom: 13px;
  vertical-align: bottom;
}

#header a{
	text-decoration: none;
}

#header p {
  position: absolute;
  right: 25px;
  top: 3px;
  font-size: 14px;
  color: #555;
  
}	

#header img {
margin-right: 7px;
margin-left: -25px;
vertical-align: bottom;
}

/* ============== Boxes  */


#alert {
	background: #900;
	border-radius: 15px;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
	overflow: hidden;
}

#alert p {
	margin-bottom: .5em;
}

#alert h2 {
	color: #fff;
}

#boxes {
  overflow: hidden;
  margin-bottom: 20px;
}

#boxes .box {
  width: 283px;
  padding: 10px 15px 5px 15px;
  margin-right: 15px;
  min-height: 102px;
  float: left;
  
      background: rgb(241,243,160); /* Old browsers */
      background: -moz-linear-gradient(top, rgba(241,243,160,1) 0%, rgba(200,151,83,1) 48%, rgba(114,86,55,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,243,160,1)), color-stop(48%,rgba(200,151,83,1)), color-stop(100%,rgba(114,86,55,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(241,243,160,1) 0%,rgba(200,151,83,1) 48%,rgba(114,86,55,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(241,243,160,1) 0%,rgba(200,151,83,1) 48%,rgba(114,86,55,1) 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, rgba(241,243,160,1) 0%,rgba(200,151,83,1) 48%,rgba(114,86,55,1) 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3a0', endColorstr='#725637',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, rgba(241,243,160,1) 0%,rgba(200,151,83,1) 48%,rgba(114,86,55,1) 100%); /* W3C */
}

#boxes .boxfirst {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#boxes .boxlast {
	margin-right: 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.box h2 {
font-size: 24px;
font-weight: bold;
font-style: italic;
line-height: 1.2;
margin-bottom: 2px;
color: #5b431b;
}

.box p {
font-size: 14px;
line-height: 1.5;
margin: 0;
}


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

#navigation{
  background-color: #bbb;
	background-color: rgba(255,255,255,0.333);
	width: 265px;
	float: left;
	padding: 15px 0 40px 15px;
	margin-right: 20px;
	position: absolute;
	left: -280px;
	top: 0;
	-webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#navigation ul {
  display: table;
  border-collapse: collapse;
  width: 265px;
}

#navigation li a {
  text-decoration: none;
  display: table-cell;
  height: 39px;
  color: #000;
  line-height: 38px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

#navigation li.old a {
	color: #555;
}

#navigation li.old a:after {
	content: '*';
}

#navigation li {
  display: table-row;
  
}

#navigation li:first-child a  {
  border-top: 0;
}


#navigation a:focus,
#navigation a:hover,
#navigation a:active {
  background: rgba(0,0,0,0.1);
  color: #000;
}

#navigation li:first-child a {
 background: transparent;
 border-top: none;
}

#navigation li:first-child a:focus,
#navigation li:first-child a:hover,
#navigation li:first-child a:active {
  color: #fff;
}

#navigation li.recommend a {
  padding-left: 25px;
  background-image: url(../img/star.png);
  background-position: 5px 37%;
  background-repeat: no-repeat;
}



.flattr {
	margin-top: 5px;
	float: right;
	margin-right: -7px;
}

.flattr-right {
margin-right: -22px;
}

.box .right {
float: right;
}

#p_acorn #nav_acorn a,
#p_codoplayer #nav_codo a,
#p_flowplayer #nav_flowplayer a,
#p_projekktor #nav_projekktor a,
#p_flarevideo #nav_flarevideo a,
#p_videojs #nav_videojs a,
#p_jwplayer #nav_jwplayer a,
#p_kaltura #nav_kaltura a,
#p_html5media #nav_html5media a,
#p_jmediaelement #nav_jmediaelement a,
#p_jmediaelement_old #nav_jmediaelement_old a,
#p_oiplayer #nav_oiplayer a,
#p_hvideo #nav_hvideo a,
#p_jqueryvideo #nav_jqueryvideo a,
#p_video_for_everybody #nav_video_for_everybody a,
#p_open_video_player #nav_open_video_player a,
#p_h5vp #nav_h5vp a,
#p_mediaelementjs #nav_mediaelementjs a,
#p_sublimevideo #nav_sublimevideo a,
#p_uppod #nav_uppod a,
#p_leanback #nav_leanback a,
#p_mooplay #nav_mooplay a,
#p_osm #nav_osm a,
#p_playr #nav_playr a,
#p_jplayer #nav_jplayer a,
#p_yendifplayer #nav_yendifplayer a{
	background-color: #555;
	color: #fff;
	width: 269px;
	border-bottom: none;
	height: 25px;
	margin-top: -1px;
}

#index #nav-index {
  text-indent: -111em;
}

#p_videojs #nav_videojs a {
  border-bottom: 1px solid #fff;
}


/* ============== Main  */

#main{
	background-color: #555;
	width: 640px;
	float: right;
	padding: 15px 25px 20px 25px;
	-webkit-border-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-topleft: 0;
  border-radius: 15px;
  border-top-left-radius: 0;
  position: relative;
  min-height: 912px;
}

#main h2 {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  position: relative;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  line-height: 1.3em;
}


#main p {
	margin-bottom: 20px;
}


#main small {
	font-size: 18px;
	font-weight:normal;
	margin-left: 10px;
}

#info{
	font-size: 16px;
	margin-bottom: 10px;
}


#download{
	position: absolute;
	top: 10px;
	right: 25px;
}

#download a{
	color: #ccc;
}

#download a:hover {
	text-decoration: underline;
}

hr{
	border: none;
	border-top: 1px solid #fff;
}

#noborder{
	border: none;
}

#content{
	clear: both;
	padding-top: 15px;
}

#custom-vid {
	margin-top:30px;
}

#content p{
	margin-top: 10px;
}

#foot {
width: 640px;
	padding: 15px 25px 20px 25px;
	position: relative;
	clear: both;
	float: right;
	text-align: center;
}

#source {
	height: 100px;
	font-size: 14px;
}

#credentials{
	height: 100px;
	font-size: 13px;
	position: absolute;
	left: 0px;
}

#legende {
  line-height: 1.8;
}

#legende img {
  vertical-align: middle;
}

#meta {
  margin-top: 25px;
}

.keyboard {
  margin-top: 25px;
}

.keyboard * {
  font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

.keyboard li {
  margin-bottom: 1em;
}

form label {
  margin-right: 6px;
}

form input {
  margin-right: 25px;
}




/* ============== Table  */

#table_content{
	clear: both;
	line-height: 1.3;
}
table{
	font-size: 12px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 665px;
	margin-bottom: 25px;
	margin-left: -25px;
}

thead {
	position: static;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background: #555;
}

thead th {
	border-bottom: 1px solid #fff;
	vertical-align: bottom;
	border-right: none;
	line-height: 1.1;
	
}

thead th span {
  position: relative;
	top: -5px;
}

tfoot th {
	vertical-align: top;
	line-height: 1.1;
	padding-top: 5px;
	border: none;
}

th, td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	height: 39px;
	vertical-align: middle;
	font-family: "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

sup {
  font-size:  0.75em;
  position:  relative;
  top: -0.5em;
}

th:first-child,
td:first-child {
/*  width: 72px;*/
}

.endrow{
	border-right: none;
}

#endcol{
	border-bottom: none;
	border-bottom: 1px solid #fff;
}

td span {
  display: block;
  text-indent: -1000em;
  background: url(../img/accept.png) 50% 50% no-repeat;
}

.yes {
  background-image: url(../img/accept.png);
}

.medium {
  background-image: url(../img/medium.png);
}

