@charset "UTF-8";

/* FONT DEFINITION */

@font-face{ font-family: 'BebasNeue'; 
			src: url('fonts/bebasneue-webfont.eot?iefix') format('eot'), 
				 url('fonts/bebasneue-webfont.woff') format('woff'), 
				 url('fonts/bebasneue-webfont.ttf') format('truetype'), 
				 url('fonts/bebasneue-webfont.svg#webfont') format('svg');
} 

@media screen {
	
	/* TAG DEFINITIONS */
	
	html, body { height: 100%; margin: 0; padding: 0; }
	
	body {
		background: #000 url(../images/bg.png) repeat-x 0 50%;
		color: #fff;
		font-family: BebasNeue, Arial, Helvetica, sans-serif;
		font-size: 100%;
		line-height: 1.6;
		min-height: 575px;
	}
	body[orient="portrait"] { min-height:575px; }
	body[orient="landscape"] { min-height:400px; }
	
	a { color: #FFF; text-decoration: none; outline: none; }
	
	h1, h2 { font-weight: normal; }
	
	section, article, nav { display: block; }
	
	img { border: none; }
	
	address { display: inline; font-style: normal; }
	
	/*********************************/
	/*	WRAPPER
	/*********************************/
	
	#wrapper {
		width: 100%;
		height: 100%;
		min-width: 990px;
		min-height: 575px;
		position: relative;
		overflow: hidden;
	}
	
	/*********************************/
	/*	HEADER
	/*********************************/
	
	header {
		position: absolute;
		bottom: 20px;
		left: 0px;
		z-index: 20;
		width: 100%;
		min-width: 990px;
	}
	
	/*********************************/
	/*	HEADER > #LOGO
	/*********************************/
	
	#logo { 
		color: #333;
		cursor: default;
		margin-left: 20px;
		font-size: 80pt;
		line-height: 0.8;
	}
	#logo h1 {
		display: inline-block;
		font-size: 56pt;
		font-weight: normal;
		margin: 0 5px;
		letter-spacing: -1px;
	}
	
	#logo h1 .summary {
		font-size: 19pt;
		display: block;
		color: #c00785;
		letter-spacing: normal;
		margin-left: 1px;
	}
	
	#logo a {
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}
	#logo a:link .summary, #logo a:visited .summary {
		color: #c00785;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}
	#logo a:hover .summary {
		color: #fff;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}
	
	#logo ul, #logo li {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 24pt;
		display: inline-block;
		zoom: 1;
	}
	
	#logo ul {
		width: 279px;
		height: 76px; 
		position: relative;
	}
	
	.no-csstransforms #logo li {
		display: none;
	}
	.no-csstransforms #logo ul, .no-js #logo ul, .ie6 #logo ul {
		background: url(../images/logo-skills.png) no-repeat 0 0;
		height: 78px;
	}
	.csstransforms #logo li {
		position: absolute;	
		display: block;
		color: #444;
	}
	#logo li.css {
		font-size: 52pt;
		top: 11px;
		left: -14px;
		-ms-transform: rotate(270deg); 
		-webkit-transform: rotate(270deg); 
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	#logo li.html {
		font-size: 53pt;
		top: -4px;
		left: 52px;
	}
	#logo li.javascript {
		font-size: 25pt;
		bottom: -1px;
		left: 52px;
	}
	#logo li.design {
		font-size: 42pt;
		top: -3px;
		left: 158px;
	}
	#logo li.flash {
		font-size: 36pt;
		bottom: -2px;
		left: 170px;
		letter-spacing: -1px;
	}
	#logo li.php {
		font-size: 22pt;
		bottom: 4px;
		right: -5px;
		-ms-transform: rotate(270deg); 
		-webkit-transform: rotate(270deg); 
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	
	/*********************************/
	/*	HEADER > NAV
	/*********************************/
	
	nav { 
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0 20px 0 0; 
		font-size: 24pt;
		line-height: normal;
	}
	nav ul, nav li { 
		list-style: none; 
		margin: 0;
		padding: 0;
	}
	nav li { 
		display: inline-block; 
		margin: 0 10px;
	}
	nav a, nav a:link, nav a:visited {
		display: block;	
		cursor: pointer;
		color: #333;
		-webkit-transition: color .1s ease;
		-moz-transition: color .1s ease;
		-o-transition: color .1s ease;
		transition: color .1s ease;
	}
	
	nav a.active, nav a.active:hover {
		color: #fff;
		-webkit-transition: color .1s ease;
		-moz-transition: color .1s ease;
		-o-transition: color .1s ease;
		transition: color .1s ease;
	}
	nav a:hover {
		color: #fff;
		-webkit-transition: color .1s ease;
		-moz-transition: color .1s ease;
		-o-transition: color .1s ease;
		transition: color .1s ease;
	}
	
	/*********************************/
	/*	CANVAS
	/*********************************/
	
	#canvas {
		position: absolute; 
		width: 100%;
		min-width: 990px;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	canvas#random {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	canvas#project {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 990px;
		height: 100%;
		z-index: 2;
	}

	/*********************************/
	/*	HTML 5 logo
	/*********************************/
	#html5 {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 30;
		width: 33px;
		height: 46px;
	}

	/*********************************/
	/*	PROJECTS
	/*********************************/
	
	.projects {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 10;
		min-height: 575px;
	}
	
	.projects ul, .projects li {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.projects li {
		display: block;
		position: absolute;
		font-size: 4em;	
		font-weight: normal;
		line-height: normal;
		text-transform: uppercase;
	}
	.projects li .subline {
		font-size: 0.8em;	
	}
	.projects li a { 
		display: block; 
		padding: 10px;
		position: relative;
	}
	.projects.spread li a:hover, .projects.spread li a:active { 
		background: #333;
		color: #fff !important;
	}
	.projects.spread li a.over {
		background: url(../images/open.gif) no-repeat right center;
	}
	/*********************************/
	/*	PROJECT NAME SETUP
	/*********************************/
	
	/* MARSTON */
	li.project1 { line-height: 0.71em }
	li.project1 .subline { font-size: 0.8em; }
	
	/* THE SPA */
	li.project2 { line-height: 0.95em; }
	li.project2 .subline { font-size: 1.3em; }
	
	/* GENERAL PHYSICS */
	li.project3 { line-height: 0.85em; }
	li.project3 .subline { font-size: 1.07em; }
	
	/* SUZUKI */
	li.project4 { line-height: 0.6em; }
	li.project4 .subline { font-size: 0.48em; }

	/* EIC */
	li.project5 { line-height: 1.08em; }
	li.project5 .subline { font-size: 1.6em; }
	
	/* CENTRE JEWELLERY */
	li.project6 { line-height: 0.67em; }
	li.project6 .subline { font-size: 0.68em; }
	
	/* INVASIVE */
	li.project7 { line-height: 1.05em; }
	li.project7 .subline { font-size: 1.55em; }
	
	/* MALLORY */
	li.project8 { line-height: 1.03em; }
	li.project8 .subline { font-size: 1.48em; }
	
	/* NORDOFF */
	li.project9 { line-height: 0.85em; }
	li.project9 .subline { font-size: 1.05em; }
	
	/* ALLIANZ */
	li.project10 { line-height: 0.6em; }
	li.project10 .subline { font-size: 0.41em; }
	
	/*********************************/
	/*	PROJECT LAYOUT (1)
	/*********************************/
	
	/* 
	 * 	MARSTON 
	 */
	.spread .project1 { 
		top: 3%;
		left: 17%;
	}
	.spread .project1 a { 
		color: #666;
	}
	.csstransforms .spread .project1 a { 
		-moz-transform: scale(0.55);
		-webkit-transform: scale(0.55);
		-o-transform: scale(0.55);
		transform: scale(0.55);
		padding: 12px 10px 8px 10px;
	}
	.no-csstransforms .spread .project1 a { 
		font-size: 0.55em;
		line-height: 0.8;
	}
	
	/*
	 * 	THE SPA 
	 */
	.spread .project2 { 
		top: 40%;
		left: 28%;
	}
	.spread .project2 a { 
		color: #888;
	}
	.csstransforms .spread .project2 a { 
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	.no-csstransforms .spread .project2 a { 
		font-size: 0.7em;
		line-height: 0.8;
	}
	
	/* 
	 *	GENERAL PHYSICS 
	 */
	.spread .project3 {
		top: 55%;
		right: 5%;
	}
	.spread .project3 a { 
		color: #888;
	}
	.csstransforms .spread .project3 a { 
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	.no-csstransforms .spread .project3 a { 
		font-size: 0.7em;
		line-height: 0.8;
	}
	
	/* 
	 * 	SUZUKI 
	 */
	.spread .project4 {
		top: 28%;
		left: 3%;
		font-size: 6em;
	}
	.spread .project4 a { 
		color: #ccc;
	}
	.csstransforms .spread .project4 a { 
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		padding: 15px 10px 0px 10px;

	}
	.no-csstransforms .spread .project4 a { 
		font-size: 0.9em;
	}
	
	/* 
	 * 	EIC 
	 */
	.spread .project5 {
		top: 54%;
		left: 2%;
	}
	.spread .project5 a { 
		color: #333;
	}
	.csstransforms .spread .project5 a { 
		-moz-transform: scale(0.3);
		-webkit-transform: scale(0.3);
		-o-transform: scale(0.3);
		transform: scale(0.3);
		padding: 5px 10px 15px 10px;
	}
	.no-csstransforms .spread .project5 a { 
		font-size: 0.3em;
		line-height: 0.8;
	}
	
	/* 
	 * 	CENTRE JEWELLERY 
	 */
	.spread .project6 {
		top: 45%;
		left: 60%;
	}
	.spread .project6 a { 
		color: #454545;
	}
	.csstransforms .spread .project6 a { 
		-moz-transform: scale(0.45);
		-webkit-transform: scale(0.45);
		-o-transform: scale(0.45);
		transform: scale(0.45);
		padding: 14px 10px 6px 10px;
	}
	.no-csstransforms .spread .project6 a { 
		font-size: 0.45em;
		line-height: 0.8;
	}
	
	/* 
	 * 	INVASIVE 
	 */
	.spread .project7 {
		top: 25%;
		left: 45%;
	}
	.spread .project7 a { 
		color: #666;
	}
	.csstransforms .spread .project7 a { 
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		padding: 5px 10px 15px 10px;
	}
	.no-csstransforms .spread .project7 a { 
		font-size: 0.85em;
		line-height: 0.8;
	}
	
	/* 
	 * 	MALLORY 
	 */
	.spread .project8 {
		top: 7%;
		right: 15%;
	}
	.spread .project8 a { 
		color: #454545;
	}
	.csstransforms .spread .project8 a { 
		-moz-transform: scale(0.4);
		-webkit-transform: scale(0.4);
		-o-transform: scale(0.4);
		transform: scale(0.4);
		padding: 5px 10px 15px 10px;
	}
	.no-csstransforms .spread .project8 a { 
		font-size: 0.85em;
		line-height: 0.8;
	}
	
	/* 
	 * 	NORDOFF 
	 */
	.spread .project9 {
		top: 60%;
		left: 50%;
	}
	.spread .project9 a { 
		color: #999;
	}
	.csstransforms .spread .project9 a { 
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
	.no-csstransforms .spread .project9 a { 
		font-size: 0.85em;
		line-height: 0.8;
	}
	
	/* 
	 * 	ALLIANZ 
	 */
	.spread .project10 {
		top: 8%;
		left: 37%;
		font-size: 6em;
	}
	.spread .project10 a { 
		color: #ccc;
	}
	.csstransforms .spread .project10 a { 
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		padding: 15px 10px 0px 10px;
	}
	.no-csstransforms .spread .project10 a { 
		font-size: 0.85em;
		line-height: 0.8;
	}
	
	/*********************************/
	/*	PROJECT LAYOUT (1) REACT CATCH ALLs
	/*********************************/
	
	/* CATCH ALL FOR NORMAL STATE */
	.csstransitions .spread li a { 
		-moz-transition-property: -moz-transform;
		-moz-transition-duration: .25s;
		-moz-transition-timing-function: ease;  
		
		-webkit-transition-property: -webkit-transform;
		-webkit-transition-duration: .25s;
		-webkit-transition-timing-function: ease;  
		
		-o-transition-property: -o-transform;
		-o-transition-duration: .25s;
		-o-transition-timing-function: ease;  
		
		transition-property: transform;
		transition-duration: .25s;
		transition-timing-function: ease;  
	}
	
	/* CATCH ALL FOR HOVER / ACTIVE STATE WHEN CSS TRANSFORM IS SUPPORTED */
	.csstransforms .spread li a:hover, .csstransforms .spread li a:active { 
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	/* CATCH ALL FOR HOVER / ACTIVE STATE WHEN CSS TRANSFORM IS SUPPORTED */
	.no-csstransforms .spread li a:hover, .no-csstransforms .spread li a:active { 
		font-size: 1em;
	}
	
	/* CATCH ALL FOR HOVER / ACTIVE STATE WHEN TRANSITIONS ARE SUPPORTED */
	.csstransitions .spread li a:hover, .csstransitions .spread li a:active { 
		padding-right: 160px;
			
		-moz-transition-property: -moz-transform, padding-right;
		-moz-transition-duration: .25s;
		-moz-transition-delay: 0s, .5s;
		-moz-transition-timing-function: ease;  
		
		-webkit-transition-property: -webkit-transform, padding-right;
		-webkit-transition-duration: .25s;
		-webkit-transition-delay: 0s, .5s;
		-webkit-transition-timing-function: ease;  
		
		-o-transition-property: -o-transform, padding-right;
		-o-transition-duration: .25s;
		-o-transition-delay: 0s, .5s;
		-o-transition-timing-function: ease;  
		
		transition-property: transform, padding-right;
		transition-duration: .25s;
		transition-delay: 0s, .5s;
		transition-timing-function: ease;  
	}
	
	/*********************************/
	/*	PROJECT LINEUP SETUP
	/*********************************/
	
	.line-up li a {
		color: #333;
		padding: 6px;
	}
	#projects.line-up li a:hover, .line-up li a.active { /* ID needed to override colours */
		color: #FFF;
		background: transparent !important;
	}
	.line-up li {
		/*font-size: 1.4em;*/
		top: 65%;
		left: 50% !important; /* override inline */
	}
	.line-up .project1 { margin-left: -417px; margin-top: 3px; font-size: 1.77em; }
	.line-up .project2 { margin-left: -322px; margin-top: 0px; font-size: 1.35em; }
	.line-up .project3 { margin-left: -257px; margin-top: 1px; font-size: 1.5em; }
	.line-up .project4 { margin-left: -182px; margin-top: 5px; font-size: 2.1em; }
	.line-up .project5 { margin-left: -98px; margin-top: -1px; font-size: 1.24em; }
	.line-up .project6 { margin-left: 5px; margin-top: 3px; font-size: 1.93em; }
	.line-up .project7 { margin-left: 88px; margin-top: -1px; font-size: 1.28em; }
	.line-up .project8 { margin-left: 156px; margin-top: -1px; font-size: 1.32em; }
	.line-up .project9 { margin-left: 223px; margin-top: -1px; font-size: 3.5em; }
	.line-up .project10 { margin-left: 310px; margin-top: 3px; font-size: 2.4em; }
	
	
	
	/*********************************/
	/*	PROJECT INFO
	/*********************************/
	
	#project-info { 
		display: none;
		position: absolute;
		z-index: 20;
		width: 820px;
		height: 330px;
		top: 65%;
		left: 50%;
		margin-left: -410px;
		margin-top: -330px;
		background-color: #333;
		overflow: hidden;
	}
	#project-holder {
		width: 9840px;	
		position: absolute;
		top: 0;
		left: 0;
	}
	#project-info article {
		padding: 10px;
		height: 310px;
		width: 800px;
		float: left;
		position: relative;
		background: url('../images/mask.png') repeat-x 0 0;
	}
	#project-info article a { text-decoration: underline; }
	#project-info article a:hover { text-decoration: none; }
	
	#project-info a.close {
		position: absolute;
		display: block;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		background: url(../images/close.png) no-repeat 0px 0px;
		text-decoration: none;
	}
	#project-info a.close:hover {
		background-position: 0px -19px;
	}
	#project-info h1 {
		float: left;
		font-size: 3.8em;
		line-height: 0.8;
		margin: 0;
		padding: 0;
	}
	#project-info h2 {
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
		line-height: 0.8;
		color: #000;
		font-weight: normal;
		font-size: 4em;
		text-align: center;
	}
	#project-info h2 .text {
		font-size: 0.5em;
		width: 130px;
		height: 45px;
		top: -2px;
		position: relative;
		display: inline-block;
	}
	#project-info h2 .subline {
		font-size: 0.65em;	
		/*display: inline-block;*/
	}
	#project-info .screenshot {
		position: absolute;
		bottom: 10px;
		left: 0px;
	}
	#project-info .screenshot img {
		display: block;
	}
	#project-info ul {
		position: absolute;
		top: 67px;
		right: 10px;
		width: 235px;
	}
	#project-info ul, #project-info li {
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
	}
	#project-info li {
		line-height: 1.2;
		font-size: 1.4em;
		color: #fff;
	}
	#project-info a.visit, #project-info div.visit, #project-info a.cv {
		position: absolute;
		width: 150px;
		color: #fff;
		background-color: #000;
		display: block;
		bottom: 30px;
		right: 20px;
		padding: 4px 10px;
		text-align: center;
		font-size: 1.8em;
		line-height: normal;
		text-decoration: none;
	}
	#project-info a.visit:hover {
		background-color: #eee;
		/* colour overriden by box colour */
	}
	#project-info div.visit {
		background-color: #eee;
		text-shadow: 1px 1px 1px #fff;
		color: #ccc;
	}
	
	#project-info a.cv {
		bottom: 28px;
		left: 290px;	
		font-size: 1.4em;
		width: 100px;
		color: #000;
		background-color: #ccc;
	}
	#project-info .cyan a.cv {
		color: #fff;
		background-color: #0fade1;
	}
	#project-info .cyan a.cv:hover {
		color: #fff;
		background-color: #000;
	}
	
	#project-info .no { opacity: 0.2; }
	
	#project-info .desc {
		width: 270px;
		background-color: #eee;
		color: #333;
		position: absolute;
		right: 20px;
		top: 87px;
		padding: 0 10px;
		
	}
	
	.copy { 
		clear: both;
		font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #333;
	}
	.copy p { margin: 0.7em 0; }
	
	/*********************************/
	/*	PROJECT HEADINGS
	/*********************************/
	
	#the-east-india-company h2 .text { width: 100px !important; }
	#centre-jewellery h2 .text { width: 120px !important; }
	#invasive-films h2 .text { width: 120px !important; }
	#mallory-court h2 .text { width: 135px !important; }
	#gaia-srl h2 .text { width: 175px !important; }
	#allianz h2 .text { width: 150px !important; }
	
	
	/*********************************/
	/*	FORM
	/*********************************/
	
	dl { margin-top: 20px; }
	dl dt {
		float: left;
		clear: left;
		width: 50px;
		text-align: right;
		padding: 5px 25px 5px 0;
		color:#999;
		position: relative;
		min-height:20px;
		background: url(../images/contact-sprite.png) no-repeat 58px 6px;	
	}
	dl dd {
		float: left;
		margin: 0;
		padding: 5px;
		max-width: 330px;
		min-height:20px;
	}
	
	dl dt span { 
		/*position: absolute;
		left: -9999em;*/
	}
	
	dt.email { background-position: 58px -22px; }
	dt.mobile { background-position: 58px -75px; }
	dt.address { background-position: 58px -47px; }
	
	/*********************************/
	/*	FACEBOOK LIKE
	/*********************************/
	
	#like {
		width: 225px;
		height: 21px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 50;
	}

	/*********************************/
	/*	ERROR PAGE
	/*********************************/
	
	#message {
		position: absolute;
		z-index: 20;
		width: 780px;
		height: 290px;
		top: 65%;
		left: 50%;
		margin-left: -410px;
		margin-top: -330px;
		background-color: #FFF;
		font-family: "BebasNeue", Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #333;
		text-align: center;
		padding: 20px;
		line-height: 1.2;
	}
	
	#message a {
		background-color: #000;
		font-size: 30pt;
		display: inline-block;
		padding: 5px 20px;
	}
	#message a:hover {
		background-color: #c00785;
		
	}
		
	#message h1, #message h2 {
		font-size: 80pt;
		margin: 0;
		color: #000;
	}
	#message h2 {
		font-size: 25pt;
		color: #c00785;
		margin-bottom: 30px;
	}
	

	/*********************************/
	/*	CSS DESIGN AWARD
	/*********************************/
	
	#nominee {
		position: absolute;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 164px;
		height: 69px;
		display: block;
	}	

	/*********************************/
	/*	NO JAVASCRIPT & IE6
	/*********************************/
	.no-js body, .ie6 body { background-attachment: fixed; }
	.no-js #wrapper, .ie6 #wrapper {
		overflow: visible;	
	}
	.no-js header, .ie6 header { 
		top: 0; 
		bottom: auto; 
		position: relative;
		background-color: #000;
		padding: 20px 0;
	}
	.no-js nav {
		bottom: 20px;
		right: 0px;
	}
	.ie6 nav {
		top: 80px;
		right: 0;
	}
	.no-js #logo li, .ie6 #logo li, .no-js .projects, .ie6 .projects {
		display: none;
	}
	.no-js .projects li, .ie6 .projects li {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.no-js #project-info, .no-js #project-holder,
	.ie6 #project-info, .ie6 #project-holder{
		display: block;
		position: static;
		left: auto;
		top: auto;
		height: auto;
		width: auto;
		margin: 0;
		margin-top: 0;
		margin-left: 0;
		overflow: visible;
	}
	.no-js #project-info, .ie6 #project-info {
		background: none;	
	}
	.no-js #project-holder, .ie6 #project-holder {
		margin-top: 30px;	
	}
	.no-js #project-info article, .ie6 #project-info article {
		float: none;	
		margin: 0 auto 20px;
	}
	.no-js #project-info a.close, .ie6 #project-info a.close { display: none; }
	.ie6 .column50 img { margin-top: 50px; }
	.ie6 dl dd { width: 300px; }
	
	.no-js #canvas, .ie6 #canvas { display: none; }
	
	.no-js #html5, .ie6 #html5 { display: none; }
	
	/*********************************/
	/*	MISC
	/*********************************/
	
	li.green a:hover, article.green, #project-info .green a.visit:hover { background-color:#090 !important; }
	li.blue a:hover, article.blue, #project-info .blue a.visit:hover { background-color:#06F !important; }
	li.red a:hover, article.red, #project-info .red a.visit:hover { background-color:#C00 !important; }
	li.pink a:hover, article.pink, #project-info .pink a.visit:hover { background-color:#c00785 !important; }
	article.white { background-color:#fff !important; color: #111 !important; }
	article.black { background-color:#000 !important; }
	article.yellow { background-color:#FF0 !important; }
	article.cyan { background-color:#0fade1 !important; }
	
	article.white a, article.cyan a { color: #09C; }
	
	#projects.line-up li.green a:hover { color:#090 !important; }
	#projects.line-up li.blue a:hover { color:#06F !important; }
	#projects.line-up li.red a:hover { color:#C00 !important; }
	#projects.line-up li.pink a:hover { color:#c00785 !important; }
	
	
	.topline, .subline { display: block; }
		
	.hide { display: none; }
	.clear { clear: both; }
	
	.column50, .column40 {
		width: 50%;
		float: left;
		margin-top: 10px;
	}
	.column40 {
		width: 40%;
	}
	
	.right { float: right; }
	
	
	/*********************************/
	/*	INTERNET EXPLORER
	/*********************************/
	
	
	.ielt8 #logo {
		overflow: hidden;
		height: 100px;
	}
	
	.ielt8 #logo h1, .ielt8 #logo ul, .ielt8 nav li, .ie6 nav li { display: inline; zoom: 1; }
}

@media print {
	/*********************************/
	/*	PRINT
	/*********************************/

	body {
		font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000;
		background-color: #fff;
		line-height: 1.8;
	}
	
	address { font-style: normal; }
	
	h1, h2, h3 {
		font-family: BebasNeue, Arial, Helvetica, sans-serif;
		font-size: 18pt;
	}
	h2 { color: #999; }
	h3 { font-size: 12pt; }
	
	a, a:link, a:visited, a:hover, a:active { color: #c00785; text-decoration: none; }
	
	canvas { display: none; }
	
	#logo {
		font-size: 34pt;	
		color: #999;
		text-transform: uppercase;
		page-break-after: "";
	}
	#logo a {
		text-decoration: none;
		color: #999;
	}
	#logo h1 {
		font-size: 24pt;
		color: #000;
		display: inline-block;
		margin: 0;
	}	
	#logo h1 .summary { font-size: 10pt; letter-spacing: -1px; display: block; color: #c00785; }
	#logo ul { display: none; }
	#logo li { display: none !important; }
	
	#projects, nav { display: none; }
	
	header { 
		top: 0; 
		bottom: auto; 
		position: relative;
		background-color: #000;
		padding: 20px 0;
	}
	.projects li {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	#project-info, #project-holder{
		display: block;
		position: static;
		left: auto;
		top: auto;
		height: auto;
		width: auto;
		margin: 0;
		margin-top: 0;
		margin-left: 0;
		overflow: visible;
	}
	#project-info {
		background: none;	
	}
	#project-holder {
		margin-top: 30px;	
	}
	#project-info article {
		float: none;	
		margin: 0 auto 20px;
	}
	#project-info a.close { display: none; }
	
	dl dt {
		width: 150px;
		font-weight: bold;
	}
	dl dd { width: 300px; }
	
	#project-holder article {
		page-break-after: always;	
	}
	
	#project-holder article h1, #project-holder article h2 { display: inline-block; }
	#project-holder article h2 {
		color: #c00785;
		font-weight: normal;
	}
	#project-holder article h2 .text { padding: 0 5px; }
	
	#project-holder article .screenshot {
		display: block;	
	}
	
	#project-holder article a.visit:link:after, #project-holder article a.visit:visited:after {
	   content: " - " attr(href);
	}
	#project-holder article a.visit[href^="/"] {
		text-decoration: none;
		color: #000;
	}
	
	.no, .hide { display: none; }

}
