@charset "UTF-8";
/* CSS Document */

@import "fonts.css";

html {
  margin:0;
  padding:0;
  border:none;
}

/*
html#lastwork {
  margin:0;
  padding:0;
  /* background: url(../img/last.gif) no-repeat center fixed;  
  -webkit-background-size: cover; /* pour Chrome et Safari 
  -moz-background-size: cover; /* pour Firefox 
  -o-background-size: cover; /* pour Opera 
  background-size: cover; /* version standardisée 
}

object {
	width: 100%;
}


#backlink {
	width: 100%;
	height: 100%;
	z-index: 999;
}
*/
body {
margin: 0;
/*background-color: rgba(15,15,20,1);*/
background-color: rgba(20,20,22,1);
font-family: "Andale", monospace;
font-style: normal;
font-size: 9pt;
color: white;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility; 
font-weight: normal !important;

}

::selection      { background:#ff5715; color:#FFF;}
::-moz-selection  { background:#ff5715; color:#FFF;}



img {
-webkit-transition: opacity 0.3s ease-out;
opacity: 0.7;
}

img:hover {
text-decoration: none;
opacity: 1;
}


a {
	-webkit-transition: opacity 0.3s ease-out;
	text-decoration: none;
	color: white;
	z-index: 1;
	}
	
a:hover {
	-webkit-transition: opacity 0.5s ease-out;
	opacity:1;
	}

a:active {
	color: grey;
	}
	

#top_hidden{
margin:auto;
display: none;
width: 100%;
height: 90%;
z-index: 1;
white-space: nowrap;
}

#top{
margin:0 auto 0 auto;
display:block;
width: 90%;
height: 90%;
z-index: 1;
}

#video_background {
position: absolute; 
bottom: 0px; 
margin-left: auto; 
margin-right: auto;
min-width: 100%; 
min-height: 100%; 
width: 100%; 
height: auto; 
z-index: -1000; 
overflow: hidden;
	}


#vignettes {
	position: absolute;
	top: 18%;
	margin-left: 22%;
	margin-right: 10%;
}

.quart {opacity:0.7; line-height: 20px; }
.quart h2  {font-size: 120%; letter-spacing: 5px;}
#vignettes hr {background-color: grey; width:2px; height: 130px; border: 0; float: left; } 

.logo {
	max-width:180px;
	/*display: block;*/
}

.logo img {z-index: 2; position: fixed; margin-top:32px;  max-width: 180px; height: auto;}


.logo img:hover {opacity:0.7;}
.logoanime {}
a>.logoanime { display: none; }
a:hover>.logoanime { display: block; }

.logonormal {}
a>.logonormal { display: block; }
a:hover>.logonormal { display: none; }


/*
iframe {
	z-index: -1;
	position: absolute;
}
*/



#menu {
	position: fixed;
	width: 80%;
	text-align: right;
	top: 3%;
	font-size: 100%;
	z-index: 1;
	line-height: 35px;
	letter-spacing: 1px;
}


#menu a {margin-left: 4%; opacity: 0.7;}
#menu a:hover {opacity: 1;}
#menu a img {height:14px; }
#menu#about_away {display:none;}

/*
.zindex {z-index: 1; position: absolute;}

hr {border:0; border-top:4px solid grey;margin:0;height:10px; width: 8%;}
*/

h2 {
	font-size: 160%; 
	font-family:"Andale"; 
	line-height: 20px; 
	text-transform: uppercase; 
	letter-spacing: 8px;
	margin-top: -5px;
	}


.description {
	display: none;
	position: fixed;
	top: 24%;
	left: 8.5%;
	width: 18%;
	line-height: 14px;
	color: white;
	opacity: .7;
	white-space: pre-wrap;
}

#cache {
	width: 100%;
	z-index: 1;
	height: 60px;
	position: fixed;
	background-color: rgba(20,20,22,1);
}



.work {
	float: left;
	width: 25%;
}



.work a {
	display: block;
	margin: 5px;
	background-color: rgba(0,0,0,0.0);
	max-height: 150px;
	max-width: 268px;
}

.work img {
	display: block;
	width: 100%;
	height: auto;
	/*border-radius: 5px;*/
}




a:hover + div {
    display: block;
}

/*
button {color: transparent; background-color: transparent; border-color: transparent; cursor: default;
		width: 100%;
		height: 100%;
 }


.lecture {
        width:100%;
        height:100%;
		display: block;
      }
      

img#play {
	z-index: 2;
}

.lecture img {
		width: 8%;
		height: auto;

}


.navigationItem {
    position: absolute;
    left: 20px;
    top:-60px;
    font-family: Courier;
    text-transform: lowercase;
    font-size: 28px;
    text-shadow: 0px 0px 3px #000;
	color: transparent;
	z-index: -1;
	letter-spacing: 20px;
}












/* ---------------------- RESPONSIVE STUFF - ONLY TOUCH IF YOUR'E CONFIDENT WITH CSS ---------------------- */
/*

@media only screen and (max-width: 1279px) {
	.wrapper{
		width:90%;
	}
	
}

@media only screen and (max-width: 1100px) {
	

	html {overflow-x: hidden; overflow-y: visible;}

	
	.logo img { width: 30%; 
	position: fixed;
	height: auto; 
	left:35%;
	margin: 0 auto 0 auto;
	top:4%;
	}


	#vignettes {
	 width:300px; 
	 margin: 50px auto 0 auto;
	 position: relative;
	 height: auto;}



	.work{
		width: 100%;
		display: block;
	}	


	#menu {
	width: 90%;
	text-align: center; 
	margin: 0 auto 0 auto;
	font-size: 80%;
	top:17%;
	}
	#menu a {margin-left: 7%;}
	#menu#about_away {
		display: block;
	}
	.description {
		left: 2000px;	
	}
	
	#cache {background-color: rgba(15,15,20,.8);top:0; height: 25%;}

}

@media only screen and (max-width: 999px) {
	
	#work{
		width:750px;	
}

	.item{
		width:136px;
		height:144px;
		margin:7px;
	}
	
	.item h3{
		font-size:90%;
	}
	
	.item p{
		font-size:60%;
	}
}

@media only screen and (max-width: 835px) {
	
	html {overflow-x: hidden; overflow-y: visible;}

	
	.logo img { width: 30%; 
	position: fixed;
	height: auto; 
	left:35%;
	margin: 0 auto 0 auto;
	top:4%;
	}


	#vignettes {
	 width:200px; 
	 left:0;
	 margin: 50px auto 0 auto;
	 position: relative;
	 height: auto;}



	.work{
		width: 100%;
		display: block;
	}	
	.work a{
		max-height: auto;
		display: block;
	}


	#menu {
	width: 90%;
	text-align: center; 
	margin: 0 auto 0 auto;
	font-size: 80%;
	top:17%;
	}
	#menu a {margin-left: 7%;}
	#menu#about_away {
		display: block;
	}
	.description {
		left: 2000px;	
	}
	
	#cache {background-color: rgba(15,15,20,1);top:0; height: 25%;}
}

@media only screen and (max-width: 860px) {
	header h1{
		font-size:110%;
	}
	
	header h2{
		font-size:80%;
	}
}

@media only screen and (max-width: 720px) { 
	
	html {overflow-x: hidden; overflow-y: visible;}

	
	.logo img { width: 30%; 
	position: fixed;
	height: auto; 
	left:35%;
	margin: 0 auto 0 auto;
	top:4%;
	}


	#vignettes {
	 width:200px; 
	 left:0;
	 margin: 50px auto 0 auto;
	 position: relative;
	 height: auto;}



	.work{
		width: 100%;
		display: block;
	}	
	.work a{
		max-height: auto;
		display: block;
	}


	#menu {
	width: 90%;
	text-align: center; 
	margin: 0 auto 0 auto;
	font-size: 80%;
	top:17%;
	}
	#menu a {margin-left: 7%;}
	#menu#about_away {
		display: block;
	}
	.description {
		left: 2000px;	
	}
	
	#cache {opacity: .9;top:0; height: 25%;}
	


}

@media only screen and (max-width: 510px) {	 

	html {overflow-x: hidden; overflow-y: visible;}

	
	.logo img { width: 30%; 
	position: fixed;
	height: auto; 
	left:35%;
	margin: 0 auto 0 auto;
	top:4%;
	}


	#vignettes {
	 width:200px; 
	 left:0;
	 margin: 50px auto 0 auto;
	 position: relative;
	 height: auto;}



	.work{
		width: 100%;
		display: block;
	}	
	.work a{
		max-height: auto;
		display: block;
	}


	#menu {
	width: 90%;
	text-align: center; 
	margin: 0 auto 0 auto;
	font-size: 80%;
	top:17%;
	}
	#menu a {margin-left: 7%;}
	#menu#about_away {
		display: block;
	}
	.description {
		left: 2000px;	
	}
	
	#cache {opacity: .9;top:0; height: 25%;}
}

/*
	
	