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

}


*,html,body{
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
/*	-webkit-transform: translate3d(0,0,0);
*/


}
html,body{
	/*height:  auto;*/
	min-height: 100%;
}
body{
	height: 100%;
}
h1{
	background: white;
	font-size: 1.5em;
	padding-left: 2px; /* HACK! the h2/h1 under was showing a little border*/
}
h2{
		background: white;

	font-size: 1.2em;
	padding-left: 2px; /* HACK! the h2/h1 under was showing a little border*/
	padding-right: 50px;
}
h3{
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
}
#container{
	position: relative;
	width: 100%;
	float: left;
	min-height: 100%;
/*		background: #272822;
*/
}
#arrow{
	position: fixed;
	height: 300px;
	width: 195px;
	bottom: 50px;
	right: 50px;
	background: url('icons/arrowDown.png');
	z-index: 99;

}
#minus{
	position: absolute;
	bottom: 0px;
	right: 40px;
}

#sourceCode{
	/*position: relative;*/
	display: none;
	/*height: 100%;
	bottom: 0px;
	width: 30.5%;
	float: left;
	clear: none;
	background: #272822;

	font-family: 'Ubuntu Mono', sans-serif;
	color: #f8f8f2;
	letter-spacing: 0.1em;
	font-weight: 300;
	overflow-y: auto;*/
}
/*#sourceCode > .tagRed{
	color: #f52772;
}
#sourceCode > .tagYellow{
	color: #e6db74;
}
#sourceCode > .tagGreen{
	color: #a6e22a;
}
#sourceCode > .tagBlue{
	color: #66cebc;
}
#sourceCode > .tagViolet{
	color: #a581ff;
}*/
#page{
	position: relative;
	background:  white;
	background-repeat: no-repeat;
	background-position: bottom right;

	height: auto;
/*	width: 67%;
*/
	width: 100%;
	float: left;
/*	padding-left: 20px;
*/
	clear: none;
	overflow: hidden;
	font-family: 'code_boldregular';
	font-size: 2em;

}
#presentation{
	background: white;
	position: relative;
	height: 400px;
	overflow: hidden;
	padding-left: 80px;
}

hgroup{
	background: white;
	letter-spacing: 0.1em;
	width: 600px;
	height: 400px;
}
hgroup > h2{
	background: white;
	position: relative;
	left: 20px;
	float: left;
}
hgroup > h2:first-of-type{
	position: relative;
	margin-top: 60px;

}
#coloured > h2{
	margin-left: 215px;
}
#coloured > h2, #coloured > h1{
	background: white;
}
#coloured > h2 > span, #coloured > h1 > span{
	color:  #333;
}
#original{
	position: relative;
	color: #333;
	margin-top: 70px;



}
#coloured{
	color: #4ab69e;
	background: none;
	top: 0;

	overflow:hidden;
	margin-left: -275px;
}
#rotated{
	/* Skew */
	position: absolute;
	margin: 0;
	height: 400px;
	width: 100%;
  	padding-left: 80px;

	overflow:hidden;
	margin-top: 70px;
	left: 275px;
	top: 0px;

}
#avatar{
	position: relative;
	height: 150px;
	width: 215px;
	float: left;
		margin-top: 50px;

}

#presentation {
	min-height: 75%;
	height: auto !important;
	height: 100%;
	margin: 0 auto auto;
	clear: right;
}
#quote{
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	padding-left: 80px;
	font-weight: 300;
	max-width: 710px;
	z-index: 100;
	font-size: 1.8rem;

}

#parentSites{
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 100%;
}
#parentSites, .push {
/*	height: 4em;
*/	clear: both;
}
#parentSites a, #parentSites a:hover, #parentSites a:visited, #parentSites a:active{
	text-decoration: none;
}

.parent{
	position: relative;
	width: 320px;
	height: 100px;
	float: left;
	margin-top: 1em;
	z-index: 100;


}
#socialContainer{
	list-style: none;
	float: right;
	padding-right: 20px;
	position: relative;
	padding-top: 10px;
	z-index: 100;
}
.socialIcon{
	display: inline;
	text-decoration: none;
	width: 100%;

}
.socialIcon > a > img{
	height: 50px;

}
#socialContainer a, #socialContainer a:hover, #socialContainer a:active, #socialContainer a:visited{
	text-decoration: none;
}
@media screen and (min-width: 520px){
	#coloured{
		-webkit-transform: skew(27.5deg);
	-moz-transform: skew(27.5deg);
	-o-transform: skew(27.5deg);
	transform: skew(27.5deg);
	}
	#rotated{
		 -webkit-transform: skew(-27.5deg);
  	 -moz-transform: skew(-27.5deg);
  		 -o-transform: skew(-27.5deg);
   transform: skew(-27.5deg);
	}
}
@media screen and (max-width: 1024px){

	hgroup > h1{
		font-size: 1.2em;
	}
	hgroup > h2{
		font-size: 0.9em;
	}
	#rotated{
		left: 210px;

	}
	#coloured{
		margin-left: -210px ;

	}
	#parentSites{
		margin-top: 0;
	}


}
@media screen and (max-width: 920px){
	#page{
		clear: both;
		width: 100%;
	}
	#sourceCode{
		width: 100%;
		height: 80px;
		overflow: hidden;

	}
	hgroup > h1{
		font-size: 1.2em;
	}
	hgroup > h2{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 801px){


	#arrow, #minus{
		display: none;
	}
	#page{
		background:white;
	}
	#page{
		width: auto;
		height: auto;
		padding-left: 0;

	}
	#original > img{
		left: 0;

	}
	#original{
		float: none;
		overflow: hidden;

	}
	#presentation{
		height: 600px;
		padding: 0;
	}

	#rotated{
		left: 210px;
		width: auto;
		padding: 0;
		-webkit-transform: skew(27.5deg);
		-moz-transform: skew(27.5deg);
		-o-transform: skew(27.5deg);
		transform: skew(27.5deg);

	}
	#coloured{
		margin-left: -210px ;
		width: 100%;
		-webkit-transform: skew(-27.5deg);
		-moz-transform: skew(-27.5deg);
		-o-transform: skew(-27.5deg);
		transform: skew(-27.5deg);
		background: none;
		display: none;
	}
	hgroup{
		width: auto;
		background: none;
		height: auto;
		text-align: center;
	}

	hgroup > h1{
		padding-left: 20px;
	}
	hgroup > h2:first-of-type{
		clear: both;
	}
	hgroup > h2{
		left: 0px;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	#avatar{
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
		left: -20px;

	}
	#coloured > h2:first-of-type{
		margin-top: 200px;
	}
	#coloured > h2{
		background: white;
		margin-left: 0;
	}
	hgroup >h2> span, hgroup > h1 > span{
		color: #4ab69e;
	}
	#parentSites{
		width: 100%;
	}
	.parent{
		width: 100%;
	}
	#quote{
		margin-top: 20px;
		text-align: center;
		padding-left: 0;

	}



}
