/*styles for home page*/

/*Basic reset*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box; 
	        box-sizing: border-box;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ccc;
	color: #333;
}

.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 1em;
}


/*Typo*/

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom:  .5em;
	padding-bottom: .5em;
	clear: both;
	border-bottom: 1px dashed;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: .75em;
	clear: both;	
}





/*List of presentations*/
.ul-prezs {
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;
}
.li-prezs {
	float: left;
	margin: 0 1em 2em 0; 
}
.a-prezs {
	/*border: 1px solid;*/
	/*float: left;*/
	width: 256px;
	height: 192px;
	display: block;
	overflow: hidden;
}
.iframe-prezs {
	transform:  scale(0.25);
	transform-origin: left top;
	/*font-size: 0.3em;*/
	position: relative;
	z-index: -1;
}