@charset "utf-8";
/* CSS Document */

body {
	background-color: #000018;
	color: #FFF;
	line-height: 1.4em;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#container {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: visible;
	position: relative;
	z-index: 1;
}
#labels {
	position: fixed;
	z-index: 10;
	height: 100%;
	background-image: url(img/hider.png);
	background-repeat: repeat-y;
}
#labels ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 110px;
}
#labels li {
	text-align: right;
	padding-bottom: 19px;
	font-size: 12px;
	padding-right: 10px;
}
#labels .legend {
	cursor: pointer;
}
#labels .legend:hover {
	text-decoration: underline;
}
#key {
	position: fixed;
	top: 10px;
	left: 110px;
	display: none;
}
#key ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	white-space: nowrap;
	font-size: 0;
}
#key li {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
}
#key img {
	width: 10px;
	height: 10px;
	margin-right: 3px;
}
#timeline {
	position: absolute;
	top: 35px;
	left: 110px;
	overflow: visible;
}
#timeline ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	white-space: nowrap;
	font-size: 0;
}
#timeline li {
	display: inline-block;
	background-color: #0099ff;
	height: 34px;
	margin-bottom: 1px;
	color: #000018;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
}
/* chrome and safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#timeline li {
		display: block;
		float: left;
	} 
}
#timeline li span {
	padding: 3px;
}
#live li {
	background-color: #005497;
}
#work li {
	background-color: #006bba;
}
#company li {
	background-color: #0082dd;
}
#years li {
	background-color: #1c1c32;
	color: white;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 16px;
}
#years li span {
	padding-left: 3px;
}
#projects {
	position: absolute;
	top: 196px;
	left: 110px;
	white-space: nowrap;
	font-size: 0px;
}
#projects ul {
	list-style: none;
	display: inline-block;
	width: 30px;
	margin: 0;
	padding: 0;
	margin-right: 1px;
	vertical-align: text-top;
}
#projects li {
	width: 30px;
	height: 30px;
	margin-bottom: 1px;
	font-size: 12px;
}
/* chrome and safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#projects ul {
		display: block;
		float: left;
	} 
}
#projects li a.infoarch {
	background-image: url(img/infoarch.png);
}
#projects li a.wireframe {
	background-image: url(img/wireframe.png);
}
#projects li a.aesthetic {
	background-image: url(img/aesthetic.png);
}
#projects li a.dataviz {
	background-image: url(img/dataviz.png);
}
#projects li a.storyboard {
	background-image: url(img/storyboard.png);
}
#projects li a.styleguide {
	background-image: url(img/styleguide.png);
}
#projects li a.photo {
	background-image: url(img/photo.png);
}
#projects li a.personal {
	background-image: url(img/personal.png);
}
#projects li a.product {
	background-image: url(img/product.png);
}

#projects .projecttitle {
/*	overflow: hidden;*/
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
	-ms-transform: rotate(90deg);
	margin-top: 10px;
	height: 15px;
}
#projects li a {
	display: block;
	text-indent: -9000px;
	line-height: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
}
