/* First let us define the fonrts. */

/* For the title */
@font-face {
	font-family: 'MolengoRegular';
	src: url('fonts/Molengo-Regular-webfont.eot');
	src: local('☺'),
		 url('fonts/Molengo-Regular-webfont.woff') format('woff'),
		 url('fonts/Molengo-Regular-webfont.ttf') format('truetype'),
		 url('fonts/Molengo-Regular-webfont.svg#webfontI1mXyLY2') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* For the text */
@font-face {
	font-family: 'DejaVuSans';
	src: url('fonts/DejaVuSans-webfont.eot');
	src: local('☺'), url('fonts/DejaVuSans-webfont.woff') format('woff'), url('fonts/DejaVuSans-webfont.ttf') format('truetype'), url('fonts/DejaVuSans-webfont.svg#webfont1VsYjV21') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSans';
	src: url('fonts/DejaVuSans-Oblique-webfont.eot');
	src: local('☺'), url('fonts/DejaVuSans-Oblique-webfont.woff') format('woff'), url('fonts/DejaVuSans-Oblique-webfont.ttf') format('truetype'), url('fonts/DejaVuSans-Oblique-webfont.svg#webfontJqaNQmGp') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'DejaVuSans';
	src: url('fonts/DejaVuSans-Bold-webfont.eot');
	src: local('☺'), url('fonts/DejaVuSans-Bold-webfont.woff') format('woff'), url('fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'), url('fonts/DejaVuSans-Bold-webfont.svg#webfonty0cMOwRz') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSans';
	src: url('fonts/DejaVuSans-BoldOblique-webfont.eot');
	src: local('☺'), url('fonts/DejaVuSans-BoldOblique-webfont.woff') format('woff'), url('fonts/DejaVuSans-BoldOblique-webfont.ttf') format('truetype'), url('fonts/DejaVuSans-BoldOblique-webfont.svg#webfonttHNMhUHt') format('svg');
	font-weight: bold;
	font-style: italique;
}


/* Now the content */

* {
	font-family: DejaVuSans, Helvetica, sans, sans-serif;
}
p { margin: 1ex 0; padding: 0;}

h1, h2, h3, h4 {
	margin: 0;
	padding: 2ex 0 0 0;
	font-family: 'MolengoRegular', Helvetica, sans, sans-serif;
	letter-spacing: 0;
	text-shadow: 1px 1px 4px #999;
}

/* We add some space between the items of the list */
li { margin-bottom: .5ex;}
/* But not for the last one */
li:last-child {margin-bottom: 0;}

/* Let the picture float */
#picture {
	float: left;
	padding-right: 20px;
}
/* Clear the floating */
#bio {
	clear: both;
}
