@font-face {
    font-family: 'Economica';
    src: url('economica-regular-webfont.eot');
    src: url('economica-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('economica-regular-webfont.woff') format('woff'),
         url('economica-regular-webfont.ttf') format('truetype'),
         url('economica-regular-webfont.svg#economicaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Economica';
    src: url('economica-bold-webfont.eot');
    src: url('economica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('economica-bold-webfont.woff') format('woff'),
         url('economica-bold-webfont.ttf') format('truetype'),
         url('economica-bold-webfont.svg#economicabold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Cambo';
    src: url('cambo-regular-webfont.eot');
    src: url('cambo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cambo-regular-webfont.woff') format('woff'),
         url('cambo-regular-webfont.ttf') format('truetype'),
         url('cambo-regular-webfont.svg#camboregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	background-color: #e7e7e7;
	font-family: 'Economica', sans-serif;
	color: #474747;
	padding: 0 0 20px;
}
.underline{
	text-decoration: underline;
}
#sidebar{
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #e7e7e7;
}
#content{
	padding: 0 0 0 330px;
	width: 1140px;
}
h1#logo{
	background-color: transparent;
	background-image: url('../img/logo.png');
	background-position: center 50px;
	background-repeat: no-repeat;
	padding: 296px 0 0 0;
	margin: 0 0 58px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 34px;
}
h1#logo span{
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #656565;
}
ul#nav{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	list-style: none;
}
ul#nav li div{
	display: block;
	color: #555;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 9px 17px 8px 0;
	margin: 0 auto;
	width: 146px;
	cursor: pointer;
}
ul#nav li div:hover{
	text-decoration: underline;
}
ul#nav li div.active{
	color: #f1f1f1;
	background-color: #2aadee;
	background-image: url('../img/active-arrow.png');
	background-position: center right;
	background-repeat: no-repeat;
	cursor: text;
}
ul#nav li div.active:hover{
	text-decoration: none;
}
p{
	font-family: 'Cambo', serif;
	font-size: 26px;
	font-weight: 400;
	color: #5e5e5e;
	margin: 0 0 38px 0;
	letter-spacing: -1px;
}
.project_txt p{
	font-size: 25px;
}
p a{
	color: #279dd7;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}
h2{
	display: table;
	width: 100%;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	font-size: 46px;
	font-weight: 400;
	padding: 30px 0;
	border-bottom: 3px solid #000;
	margin-bottom: 85px;
	background-color: #e7e7e7;
	position: relative;
	z-index: 10;
}
#websites h2.sticky,
#print h2.sticky{
	position: fixed;
	top: 0;
	width: 810px;
	height: 152px;
}
/*#websites h2.sticky{
	height: 215px;
}*/
#websites h2.sticky,
#print h2.sticky{
	background-color: #e7e7e7;
}
#websites h2,
#print h2{
	padding: 30px 0 0 0;
	border-bottom: 0px;
	background-color: transparent;
}
#websites h2 .h2_bg,
#print h2 .h2_bg{
	display: table;
	width: 100%;
	background-color: #e7e7e7;
	padding: 30px 0;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
}
h2 #projects_info_box{
/*	border-top: 3px solid #000;
	padding-top: 30px;*/
}
h2 #print_info_box{
	border-top: 0px solid #000;
	padding-top: 0;
}
h2 .project_info{
	float: left;
	color: #9d9d9d;
}
h2 .project_info span{
	color: #279dd7;
	cursor: pointer;
}
h2 .project_info span:hover{
	text-decoration: underline;
}
#print h2 .project_info span{
	color: #9d9d9d;
	text-decoration: none;
	cursor: text;
}
h2 .project_info_display .project_name{
	display: inline-block;
	color: #222;
	float: left;
}
h2 .pi_display_box{
	float: right;
	height: 56px;
	overflow: hidden;
}
#print h2 .pi_display_box{
	float: left;
}
h2 .project_info_display{
	list-style: none;
	width: 627px;
	position: relative;
	left: 0px;
	top: -271px;
	/*top: 0;*/
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#print h2 .project_info_display{
	top: -53px;
	left: 20px;
}
#print .posters .project_info_display{
	top: 0px;
}
.sd .project_info_display{
	top: -218px;
}
.bti .project_info_display{
	top: -165px;
}
.canvas .project_info_display{
	top: -112px;
}
.shutter .project_info_display{
	top: -56px;
}
.mdc .project_info_display{
	top: 0px;
}
h2 .project_info_display li{
	display: table;
	width: 100%;
/*	background-color: red;
*/}
h2 .project_info_display li:nth-child(even){
/*	background-color: blue;
*/}
h2 .project_info_display li div{
	display: inline-block;
}
h2 .project_info_display .discipline_box{
	width: 240px;
	float: right;
}
h2 .discipline_box{}
h2 #projects_nav_box_bg{
	position: relative;
	top: -152px;
}
h2 #projects_nav_box{
	display: none;
	position: absolute;
	left: -15px;
	top: 140px;
	font-size: 28px;
}
h2 #projects_nav_box #projects_nav{
	display: inline-block;
	background-color: #e7e7e7;
	border: 2px solid #868686;
	-moz-box-shadow:inset 0px 0px 0px 18px #dedede;
	-webkit-box-shadow:inset 0px 0px 0px 18px #dedede;
	box-shadow:inset 0px 0px 0px 18px #dedede;
	border-radius: 5px;
	padding: 25px;
	width: 583px;
}
h2 #projects_nav_box #projects_triangle{
	width: 26px;
	height: 25px;
	background: transparent url('../img/projects_triangle.png') top left no-repeat;
	position: absolute;
	left: 16px;
	top: -22px;
}
h2 #projects_nav_box #projects_nav .pn_item{
	float: left;
	border: 10px solid #e7e7e7;
	border-radius: 10px;
}
h2 #projects_nav_box #projects_nav .pn_item:hover{
	border: 10px solid #ccc;
}
#projects_nav_box.bbc #projects_nav .pn_item.bbc,
#projects_nav_box.sd #projects_nav .pn_item.sd,
#projects_nav_box.bti #projects_nav .pn_item.bti,
#projects_nav_box.canvas #projects_nav .pn_item.canvas,
#projects_nav_box.shutter #projects_nav .pn_item.shutter,
#projects_nav_box.mdc #projects_nav .pn_item.mdc{
	border: 10px solid #2aadee;
}
h2 #projects_nav_box #projects_nav .pn_item span{
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #333;
	width: 156px;
	height: 126px;
	display: inline-block;
	padding: 30px 0;
	cursor: pointer;
}
h2 #projects_nav_box #projects_nav .pn_item .bbc{
	background-color: #5b8cad;
	border: 1px solid #335165;
}
h2 #projects_nav_box #projects_nav .pn_item .sd{
	background-color: #3f3f3f;
	border: 1px solid #000;
	padding: 44px 0;
}
h2 #projects_nav_box #projects_nav .pn_item .bti{
	background-color: #c0c0c0;
	border: 1px solid #747474;
}
h2 #projects_nav_box #projects_nav .pn_item .canvas{
	background-color: #ffffff;
	color: #000;
	border: 1px solid #000;
	padding: 44px 0;
}
h2 #projects_nav_box #projects_nav .pn_item .shutter{
	background-color: #9fca01;
	border: 1px solid #789900;
	padding: 44px 0;
}
h2 #projects_nav_box #projects_nav .pn_item .mdc{
	background-color: #f8f8f8;
	color: #5f5f5f;
	border: 1px solid #b7b7b7;
	padding: 44px 0;
}
h3{
	font-size: 45px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.project{
	display: inline-block;
	padding-bottom: 85px;
	margin-bottom: 85px;
	border-bottom: 8px dashed #ccc;
}
.project.no-border{
	border: 0;
}
.project_waypoint{
	
}
#print .project{
	padding-bottom: 35px;
}
#intro{
	margin-bottom: 289px;
}
#intro h2{
	font-size: 108px;
	letter-spacing: -9px;
	text-shadow: 0px 6px 1px white;
	text-align: left;
	margin: 0 0 25px 0;
	padding-top: 109px;
	border: 0;
}
#websites.sticky,
#print.sticky {
	padding-top: 238px;
}
#websites h2.transparent{
	opacity: 0;
}
.discipline{
	float: left;
	display: inline-block;
	font-family: 'Economica', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	width: auto !important;
	margin: 0 22px 5px 0;
}
.discipline span{
	display: inline-block;
	height: 16px;
	width: 16px;
	background-color: #666;
	border: 1px solid #333;
	margin: 0 8px 0 0;
	position: relative;
	top: 1px;
}
.discipline.grellow span{
	background-color: #c3de00;
	border: 1px solid #a9c000;
}
.discipline.penk span{
	background-color: #ea678d;
	border: 1px solid #bb1a48;
}
.discipline.grue span{
	background-color: #33a8a2;
	border: 1px solid #2d8883;
}
.project_txt{
	float: left;
	width: 300px;
}
.screenshots{
	display: table;
	float: right;
	width: 510px;
	text-align: right;
}
.screenshots img{
	display: inline-block;
	width: 454px;
	height: 680px;
	border: 1px solid #555;
	margin-bottom: 24px;
}
#print .screenshots{
	width: 100%;
	float: none;
}
#print .screenshots img{
	width: 390px;
	height: auto;
	float: left;
	margin-bottom: 28px;
}
#print .screenshots img.even{
	margin-left: 29px;
}
#print .screenshots.wide img{
	display: block;
	width: 810px;
	height: 700px;
}
#print .screenshots.wide img.short{
	height: 600px;
}

/*.screenshots.wide img{
	width: 704px;
}
.screenshots img.even{
	margin-left: 24px;
}*/
.linkage{
	font-size: 25px;
	font-family: 'Cambo', serif;
	color: #666;
}
.linkage a{
	color: #279dd7;
	font-family: 'Economica', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}
.linkage a:hover{
	text-decoration: underline;
}

