@import url('normalize.css');
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline}
:focus {
	outline: 0}
*{
	margin: 0;
	padding: 0}
body {	
	background-color: rgba(178,178,178,.4);
	background: rgb(130, 110, 90);
	height: 100%;
	z-index: 1;
	font-family: Verdana, Tahoma, sans-serif;	
	color: rgb(69, 69, 69);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
	line-height: 1.4em}
h2,h3 {
	font-size: 1.2em;
	font-weight: 100;
	line-height: 22px;
	color: rgb(80,80,80)}
img,fieldset, abbr, acronym {
	border: none;
	margin: 0;
	padding: 0}
.clear {
	clear: both;
	}
ol, ul, li {
	list-style: none;
	list-style-type: none}	
a {
	color: rgb(30, 140, 210);
	font-size: 105%;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none}
a:hover {
	color: rgb(127, 85, 60)}
strong {
	color: rgb(127, 85, 60); 
	font-weight: 400;
	font-size: 105%;
	font-variant:small-caps}
strong span {
	text-transform: uppercase;
	color: rgb(172, 135, 93)}
em {
	font-size: 82%}
@font-face {
    font-family: Title;
    src: url(../font/HammersmithOne-webfont.eot);
    src: url(../font/HammersmithOne-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/HammersmithOne-webfont.woff) format('woff'),
         url(../font/HammersmithOne-webfont.ttf) format('truetype'),
         url(../font/HammersmithOne-webfont.svg#HammersmithOneRegular) format('svg');
    font-weight: normal;
    font-style: normal}
/* --------------------------------- wrapper -------------------------------------- */
#wrapper {
	width: 800px;
	border-top: solid 96px rgb(131, 131, 131);
	border-left: solid 150px rgb(69, 69, 69);
	border-bottom: solid 60px black;
	border-right: solid 50px rgb(181, 181, 181);
	background: rgb(255,255,255);
	margin: auto;		
	height: auto}
/* -------------------------------- header ---------------------------------------- */	
header {
	position: absolute;
	height: 96px;
	border: none;
	top: 0;
	padding: 0 0 0 404px;
	text-align: right}
header h1 {			 
	font-family: Title, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 3.15em;
	white-space: nowrap;
	color: rgb(69, 69, 69);
	padding: 32px 0 6px 0}
header h1 span {
	color: rgb(95, 170, 225)}
header p {
	color: white; 
	padding: 0 2px 0 0;
	min-width: 270px}
header strong {
	color: white}
/* ------------------------------- navigation -------------------------------------- */
#nav {
	margin-left: -149px}
ul#nav {
	position: fixed;
	width: 138px;
	overflow: hidden;
	margin-top: 32px;
	display: block;
	background: rgb(69, 69, 69);
	padding: 16px 8px 16px 0;
	-webkit-border-radius: 0 8px 8px 0;	 
	-moz-border-radius: 0 8px 8px 0;	 
	-ms-border-radius: 0 8px 8px 0;	 
	-o-border-radius: 0 8px 8px 0;	
	border-radius: 0 8px 8px 0;
	text-align: right;
	z-index: 1000}	
ul#nav li {
	display: block}
ul#nav li a {
	width: 150px;
	height: 40px;
 	line-height: 40px;	
	font-family: Title,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: .04em;		
	background-color: transparent;
 	color: rgb(255,255,255);
 	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
	transition: all .4s ease-out}
ul#nav  li a:hover, 
ul#nav  li a:focus {
	color: rgb(177, 147, 117)}	
ul#nav  li a.active {
	color: rgb(75, 175, 225); 
	text-decoration: none;
	font-style: normal}
/* ----------------------------------- content ------------------------------------ */
#profil {
	padding-bottom: 32px;}
#portfolio { 
	background: black;
	width: auto;
	border:0;
	margin:0}
#portfolio strong {
	color: rgb(172, 135, 93);
	font-weight: 600}
#contact {
	background: white;
	bottom: 0}
.content {
	width: 768px;
	margin: auto;
	height: auto;
	overflow: hidden;
	padding: 16px}
.content  h2 {
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-bottom: 2px solid rgb(230,230,230)}
.content .boxone,
.content .boxthree,
.content .boxfive, 
.content .boxsix {
	display: inline block;		
	float: left;
	margin: 12px;	
	padding: 16px;
	overflow: hidden;
	background: rgb(255, 255, 255);
	-webkit-border-radius: 4px;	 
	-moz-border-radius: 4px;	 
	-ms-border-radius: 4px;	 
	-o-border-radius: 4px;	
	border-radius: 4px;	
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	-ms-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	-o-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1)}
.content .boxone {
	width: 200px;
	height: 200px}
.content .boxtwo {
	color: rgb(224, 224, 224);
	padding: 12px;
	font-size: 14px;}
.content .boxtwo span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Title;
	font-size: 230%;
	font-weight: 600;
	color: rgb(224, 224, 224)}
.boxthree {
	width: 327px;
	height: 327px}	
.boxthree h1 {
	border-bottom: rgb(0,0,0) thin solid}
.content .boxfour {
	width: 232px;
	height: 232px;
	padding: 0;
	display: inline block;		
	float: left;
	margin: 12px;	
	overflow: hidden;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	-ms-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	-o-box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 6px rgba(0,0,0,.2), -2px 0 6px rgba(0,0,0,0.1)}
.content .boxfive {
	width: 456px;
	height: 200px}
.content .boxsix {
	width: 712px;
	height: auto}
.content .boxseven {
	float: right;
	width: 232px;
	height: auto;
	padding: 0}
.content .boxseven a {
	float: right;
	padding: 16px 16px;
	-webkit-transition: opacity .2s;  
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;  
	-o-transition: opacity .2s;   
	transition: opacity .2s}
.content .boxseven a:hover, 
.content .boxseven a:focus{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:.70;}
.nickel {
	margin: 4px }
.hover_rotation_1 {
	position:relative;
	width:130px;
	height:160px;
	float:left;
	margin:12px 11px}
.hover_rotation_2 {
	position:relative;
	width:100px;
	height:160px;
	float:left;
	margin:12px 11px}
.hover_rotation_3 {
	position:relative;
	width:60px;
	height:160px;
	float:left;
	margin:12px -42px 12px 42px}		
.hover_rotation_1 img,
.hover_rotation_2 img,
.hover_rotation_3 img {
	position:absolute;
	width: 130px;
	height: 160px;
	top:50%;
	left:50%;
	margin-top:-80px;
	margin-left:-52px;
	border:none;
	-webkit-transition:all .2s;  
	-moz-transition:all .2s;
	-ms-transition:all .2s;  
	-o-transition:all .2s;   
	transition:all .2s}
.hover_rotation_2 img {
	width: 100px;
	height: 160px}
.hover_rotation_3 img {
	width: 60px;
	height: 160px}		
.hover_rotation_1 img.hover_rotation_right:hover,
.hover_rotation_2 img.hover_rotation_right:hover,
.hover_rotation_3 img.hover_rotation_right:hover {
	-webkit-transform: rotate(13deg);
	-moz-transform:rotate(13deg);
	-ms-transform:rotate(13deg);
	-o-transform:rotate(13deg);
	transform:rotate(13deg)}
.content .transition {
	text-align:center;
	float: left;
	display: inline block;
	width: 200px;
	height: 200px;
	margin: 12px;
	padding: 16px}
.content .transition ul {
    overflow: auto;
    width: 210px;
	overflow: hidden;
    margin: auto;
    list-style: none}   
.content .transition li {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;	
	border: 5px solid rgba(255,255,255,.9)}
.content .transition a {
	text-decoration: none} 
.content .transition p {
    height: 200px;
	text-align: left;
	line-height: 22px;
	letter-spacing: .05em;   
	font: .9em Verdana, sans-serif;
    padding: 16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=96)";
	filter: alpha(opacity=96);
    opacity: .96;
    color: rgb(255, 255, 255);
	overflow: hidden;
    background: rgb(0,0,0);
    -webkit-transition: margin-top .4s ease-out;
    -moz-transition: margin-top .4s ease-out;
    -ms-transition: margin-top .4s ease-out;
    -o-transition: margin-top .4s ease-out;
    transition: margin-top .4s ease-out}    
.content .transition li:hover p, 
.content .transition li:focus p {
    margin-top: -210px}    
.content .transition strong {
    display: block;
	padding: 8px 0;
	text-transform: uppercase;
    font-weight: 800;
	border-bottom: rgb(75, 175, 225) 2px solid;
	margin-bottom: 5px}
.content .transition span {
	font-size: 200%}
.content .blog img {
	position:absolute;
	width: 146px;
	border: none;
	-webkit-transition: width, height .8s ease-out;
    -moz-transition: width, height .8s ease-out;
    -ms-transition: width, height .8s ease-out;
    -o-transition: width, height .8s ease-out;
	transition: width, height .8s ease-out}		  
.content .blog img:hover, 
.content .blog img:focus {
	width: 155px}
.content .grille {
	float: left;
	display: inline block;
	width: 200px;
	height: 200px;
	margin: 0px 12px 16px 12px;
	padding: 0px 16px 16px 16px;		
	text-align: center}
.content .grille ul {
	list-style: none;
	height: 44px}
.content .grille ul li {
	position: relative;
    display: inline-block;
	list-style-type: none;
	width: 60px;
	height: 40px;
	padding:1px}		  
.content .grille img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	border: none;
	-webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
	transition: all .6s ease-out}		  
.content .grille img:hover, 
.content .grille img:focus {
	background-color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	
	filter: Alpha(opacity=60);
	opacity: 0.6}
#content .fun {
	float: left;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 1.66em;
	letter-spacing: .08em;
	color: #333;
	margin: 60px 0px 0px 30px;
	padding: 35px 0px 0px 15px}
.separator {
	height: 6px;
	margin-bottom: 24px;
	margin-top: 24px}
/* ----------------------------- contact --------------------------------- */
#contact .boxfive{
	height: auto}
	#contact .boxfour h3 {
	font-size: 1.06em;
	font-weight: 100;
	line-height: 20px;
	color: rgb(80,80,80);
	padding: 0 12px;}
#contact .box {
	float:left;
	width:400px;
	margin-left: 12px}
#contact .boxfive p,
#contact .boxfour p {
	font-size: 1em;
	line-height: 18px;
	margin: 12px}
#contact a {
	font-size: 100%;}
label {
	color: rgb(69, 69, 69);
	float: left;
	font-size: .9em;
	padding-top: 4px;
	width: 70px}
.text {
	background: rgb(220, 220, 220);
	color: rgba(0, 0, 0, .8);
	margin-bottom: 20px;
	padding: 3px;
	width: 255px}
.submit {
	background: rgb(94, 169, 223);
	border: none;
	color: rgb(255,255,255);
	cursor: pointer;
	margin-bottom: 20px;
	margin-left: 70px;
	padding: 4px}
/* ---------------------------------- footer -------------------------------------- */
footer {
	position: absolute;
	white-space: nowrap;
	background: transparent}	
footer a {	
	float: left; 	
	display: inline-block;
	font-size: 96%;
	font-weight: 200;
	padding: 12px;
	color: white}
footer span {
	position: absolute;
	left: 650px}
footer a:hover,
footer a:focus {
	color: rgb(94, 169, 223)}
