@font-face {
    font-family: 'FunktionRegular';
    src: url('/fonts/funktion-webfont.eot');
    src: url('/fonts/funktion-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/funktion-webfont.woff') format('woff'),
         url('/fonts/funktion-webfont.ttf') format('truetype'),
         url('/fonts/funktion-webfont.svg#FunktionRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
  padding: 0;
  margin: 0;
  background: white url(/img/CardboardBackground.jpg);
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}

p
{
  margin-bottom: 0;
}

ul
{
  margin: 0;
  padding: 0 0 0 1.2em;
}

#container.apphelp
{
  width: 420px;
}

#apphelp
{
  width: 380px;
}

#oldbrowser {
	display: none;
	background: red;
	border-bottom: 1px solid white;
	color: white;
	padding: 5px;
	z-index: 10000;
	position: relative;
}
body.lt-ie9 #oldbrowser
{
  display: block;
}

#oldbrowser a {
	color: white;
}

/*
h1
{
  font-family: 'FunktionRegular', Georgia, serif;

  width: 100%;
  text-align: center;

  font-size: 3em;

  text-shadow: 2px 2px 10px #5c5c5c;
  filter: dropshadow(color=#5c5c5c, offx=2, offy=2);
}
*/

/*
h1#logo
{
  width: 280px;
  height: 116px;
  overflow: hidden;
  text-indent: 9999px;
  margin: 20px auto;
  background: transparent url(/img/yoleo-logo-medium.png) 0 0 no-repeat;
}
*/

/*
h2
{
  font-family: 'FunktionRegular', Georgia, serif;
  margin: 0;
}
*/

/*
form
{
  margin-top: 20px;
}

label
{
  display: block;
  width: 150px;
  margin: 5px;
}

*/

form fieldset
{
  border: none;
  margin: 15px 0 10px 4px;
  padding: 0;
}

form fieldset input,
form fieldset label,
form fieldset legend
{
  float: left;
  width: auto;
  margin: 0 5px 0 0;
  height: 30px;
  line-height: 30px;
}

form fieldset input
{
  margin-left: 30px;
}

form fieldset legend
{
  float: none;
}

pre
{
  background: white;
  color: black;
  border: 2px dashed red;
  padding: 10px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
/* dunno */
textarea.log { display: none; }

*:focus
{
  outline: none;
}

/* disabled register form */

.form.register.disabled *
{
  pointer-events: none;
  cursor: default;
  color: #705838; // 'silver'
}

.form.register.disabled .submit input
{
  opacity: .5;
  cursor: default;
}

#school-forms .close,
#school-forms .forms.user,
#school-forms .forms.forgot
{
  display: none;
}

.url-cookies .sidebar
{
  display: none;
}

.url-cookies #text
{
  width: 100%;
  padding: 0 20px;
}

#video .nocookie
{
  display: none;
  color: white;
  padding: 30px;
}

#video.init .nocookie
{
  display: block;
}

#video .nocookie b
{
  font-family:  FunktionRegular, sans;
}