/**
 * FONTS
 **/

@font-face {
	font-family: 'prototype';
    src: url('fonts/prototype-webfont.eot');
    src: url('fonts/prototype-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/prototype-webfont.woff') format('woff'),
         url('fonts/prototype-webfont.ttf') format('truetype'),
         url('fonts/prototype-webfont.svg#diavlobold') format('svg');
	font-weight:normal;
    font-style:normal;
    font-variant:normal;
}

/**
 * COMMON
 **/

* {
  margin: 0;
  padding: 0;
  border: 0;
}	

html {

}

body {
	width:960px;
	margin:0 auto;
}

body, input, textarea, a, td { 
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

header {
	position:relative;
	height:160px;
	border-top:solid 10px #333333;
	border-bottom:solid 10px #eeeeee;
}

h1, h2, h3 {
	font-family:prototype;
}

h1 {
	position:absolute;
	top:0;
	left:100px;
	display:block;
	width:220px;
	border-left:solid 20px #0084d1;
	padding:20px 0 10px 20px;
}

h1 span {
	display:block;
}

h1 span.firstname {
	font-size:30px;
}

h1 span.lastname {
	font-size:65px;
}

h1 span.email {
	font-size:16px;
	text-align:right;
}

h2 {
	font-size:24px;
	margin:16px 0;
	color:#0084d1;
}

h3 {
	font-size:18px;
	width:92px;
	padding-top:10px;
	text-align:right;
}

h4 {
	font-size:14px;
	padding:12px 0;
	color:#0084d1;
}

h5 {
	font-size:12px;
	padding:0 0 12px 0;
}

a {
	color:#0084d1;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

table {
	width:830px;
	margin:0 0 0 100px;
	border-spacing: 0;
    border-collapse: collapse;
	border:solid 10px #eeeeee;
}

table th, table td {
	margin:0;
	padding:6px;
	background-color:#eeeeee;
}

table th {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #333333;
}

table th.where, table td.where {
	text-transform:uppercase;
	text-align:right;
}

table td + td {
	text-align:right;
}

p {
	padding:6px 0;
}

ul {
	margin:6px 0 6px 36px;
}

div.xp , ul.xp{
	border-right:solid 10px #0084d1;
	
}

div.xp {
	background:url(images/xp.png) 78px 10px no-repeat;
}

div.xp + div.xp {
  margin:30px 0 0 0;
}

ul.xp {
	margin-left:100px;
}

.contact, .role, .link {
	position:absolute;
}

.role {
	display:block;
	top:80px;
	left:400px;
	font-family:prototype;
	color:#0084d1;
}

.skill {
	display:block;
	float:left;
	margin-right:10px;
	font-size:24px;
	line-height:28px;
}

.and {
	display:block;
	float:right;
	width:60px;
	height:52px;
	color:#ffffff;
	background-color:#0084d1;
	font-size:58px;
	text-align:center;
	padding:4px 0;
	border-radius:30px;
}

.contact {
	height:140px;
	top:20px;
	right:0;
	text-align:right;
	background:url(images/julian-roblin.png) 0 50px no-repeat;
}

.contact p + p {
	padding-top:12px;
}

.phone {
	font-weight:bold;
}

.link {
	top:40px;
	left:250px;
	width:250px;
	height:30px;
	border-top:dashed 1px #0084d1;
	border-right:dashed 1px #0084d1;
}

.more {
	display:block;
	margin:0 20px 0 100px;
}

div.more {
	padding:12px 0;
	display:none;
}

div.more:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


a.more {
	padding:12px;
	background-color:#eeeeee;
	border-top:solid 1px #ffffff;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
}

.more h3{
	text-align:left;
	clear:both;
}

.more img {
	width:300px;
	float:right;
	border:solid 1px #eeeeee;
}

.project {
	display:block;
	padding:12px 0 0 0;
	clear:both;
}

footer {
	background-color:#333333;
	color:#ffffff;
	margin-top:20px;
	padding:12px;
}

footer a {
	color:#ffffff;
	float:right;
}

footer a:hover {
	color:#eeeeee;
}
