/*******************************************************
TITLE:unevenstructure.net 2.0
DATE: 2011-14-05
AUTHOR: Uneven Structure
*******************************************************/

/*-- Main page --*/

* {
	border:0;
	margin-top:0;
	padding:0;
	outline:0;
}

html, body {
	width:100%;
	height:100%;
	overflow:hidden;
}

@font-face {
  font-family: font;
  src: url(fonts/font.ttf);
}

#body {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #000000;
	background-image:url('http://unevenstructure.net/images/background3.jpg');
	background-size: 100%;
	min-height:740px;
}

* {
-webkit-font-smoothing:subpixel-antialiased;
}

a {
	
	font-family: font;
	color:white;
	text-decoration: none;
	text-shadow: none;
	font-size:24px;
}

a:hover {
	font-family: font;
	color:white;
	text-decoration: none;
	text-shadow: none;
}
#dates{
	font-family: font;
	font-size:30px;
	color:white;
	border: 6px solid white;
	min-height:400px;
	width:800px;
	height:480px;
	margin-top: 80px;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}
#logo{
	font-family: font;
	font-size:30px;
	color:white;

	margin-bottom: 0px;
	padding-left: 36px;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 15px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}
#dates h1{
	font-size:50px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#dates a{
	font-size: 16px;
	padding-left: 10px;
	color:white;
	font-family: font;
}
#dates a:hover{
font-size:20px;
}
#touest:hover{
font-size:25px;
}


@font-face {
	font-family: Helvetica;
	src: url('http://keeol.fr/fonts/HELR45W.TTF');
}
@font-face {
	font-family: Helvetica Bold;
	src: url('http://keeol.fr/fonts/HELR65W.TTF');
}

/*-- Holder --*/

#holder {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}

#holder[id] {
	display:table;
}

#holder div {
	position:absolute;
	left:0;
	top:50%;
}

#holder[id] div {
	display:table-cell;
	vertical-align:middle;
	position:static;
}
	
#holder img {
	position:relative;
	top:-50%;
	margin:0 auto;
	display:block;-ms-interpolation-mode:bicubic;
	width:100%;
}

*:first-child+html #holder div {
	position:absolute;
}

/*-- Twitter feed --*/

#twitterfeed {
	color: #cccccc;
	text-align: center;
	background-color: #303030; 
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow:1px 1px 0px #4d4d4d;
}

#twitterfeed li {
	list-style:none;
	display: inline;
}

/*-- Links --*/

#links img {
	margin-right: 20px;
}
#links{
	float : left;
	font-family: font;
	color:white;
	font-size:36px;
}
#links a{
	font-family: font;
	color:white;
	font-size:36px;
}
#links a:hover{
	font-size:40px;
}