/*
 * BASIC.CSS (Basic styles and typography)
 *
 * version: 0.1
 * media: screen, print
 *
 * * */
@font-face {
    font-family: 'DejaVuSansBook';
    src: url('../fonts/DejaVuSans-webfont.eot');
    src: url('../fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSans-webfont.woff') format('woff'),
         url('../fonts/DejaVuSans-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSans-webfont.svg#DejaVuSansBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
html                    { font: 75%/150% Arial, Helvetica, sans-serif; }

abbr                    { border-bottom: dotted 1px; border-color: inherit; cursor: help; }
address                 { margin: 1em 0; font-style: normal; }
.displayNone            { display: none; }
.hidden                 { position: absolute; left: -999em; }
.clear                  { display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }


/* * * * * *  headings  * * * * * */
h1, h2, h3, h4, h5, h6  { margin: 0px 0 12px; font-size: 1em; }
h1                      { font-size: 2em; font-weight: normal; }
h2                      { font-size: 1.2em; font-weight: normal;  }
h3                      { font-size: 1.25em; font-weight: normal; color:#546a86 }

.logo					{ font: 250% Corbel, DejaVuSansBook, Arial, Helvetica, sans-serif; color: #8e9eb5; margin-bottom:0px; padding-left:50px;
						text-shadow: 0px 0px 3px white; }
.logodark				{ color: #546a86 }
.logo a					{ color: #8e9eb5; }
.logo a:visited			{ color: #8e9eb5; }

/* * * * * *  lists  * * * * * */
ul                      { margin: 1em 0; padding: 0; list-style: none; }
ul li                   { padding-left: 16px; list-style: none; background: url(images/li.gif) 5px 5px no-repeat; }
ol                      { margin: 1em 0 1em 2em; padding: 0; }


/* * * * * *  links  * * * * * */
a                       { color: #806237; text-decoration: none;  }
a:visited               { color: #b17816; text-shadow:none !important; }
a:hover                 { text-decoration: underline; text-decoration: underline; text-shadow:none !important; }



/* * * * * *  images  * * * * * */
img                     { border: none;  }
div.cell div img 		{ border-radius:8px; }

/* * * * * *  forms  * * * * * */
form                    { margin: 0; padding: 0; }
fieldset                { margin: 1em 0; padding: 1em; border: solid 1px #dadada; background: #f5f5f5; }
fieldset legend         { padding: 6px 12px; font-weight: bold; font-size: 1.09em; color: black; background: #d9d9d9; }
input,
textarea                { margin: 0; padding: 3px 3px; font-size: 1em; font-family: Arial, Helvetica, sans-serif; border: solid 1px #dadada; }
textarea                { font-size: 12px; }
select                  { font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
input.submit            { padding: 4px 8px 3px; cursor: pointer; border: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
                          border: solid 1px #ffa969; color: black; background: #ffcc45 url(/images/submit.gif) 0 0 repeat-x; }
					
/* * * * * * images * * * * * */
div.playercontent{
	width: 100%;
	height: 100%;
}

div.content {
	width: 100%;
	margin:auto;
	color:#333;
	font-size:16px;
	text-align:center;
	display:none;
}
div.content h3{
	margin-top:5px;
	margin-bottom:0px;
}
div.content p{
	margin-top:5px;
	font-size:smaller;
}
div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.missing img {
	border-width: 0px;
}
div#unityPlayer {
	cursor:crosshair;
	height: 100%;
	width: 100%;
	margin-top:-50px;
	margin-left:-20px;
	background-color:#000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

/* * * * * * particles * * * * * */
canvas { 
	position: absolute;
	top:0px;
	left:0px;
	background-color:transparent;
	z-index:10000;
	pointer-events: none;
	opacity:0.7;
}

