@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background: #ccc url(../imgs/noise.png) fixed;
}

body {
	width: 880px;
	height: 100%;
	margin: 0 auto;
	padding: 0 60px;
	color: #343333;
	background: transparent url(../imgs/shadow.png) repeat-y;
	font: 16px/1.7 Helvetica, Sans-Serif;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 100px;
	letter-spacing: -0.025em;
}

h2 {
	letter-spacing: -0.015em;
	margin: 1em 0;
	color: #3c3b3b;
}

.column-50 h2 {
	margin: 0 0 8px 0;
}

h2.inverted {
	color: white;
	background: #121111;
	padding-left: 10px;
	margin-left: -10px;
}

p {
	margin: 0 0 1.5em 0;
}

a         { color: #0100cc; text-decoration: none; }
a:visited { color: #670066; }
a:hover   { color: #9a0000; text-decoration: underline; }
a:active  { color: #016600; }

img {
	border: none;
}

img#sonar {
	width: 419px;
	height: 285px;
}

.statement {
	margin: 0 0 16px 0;
/* 	padding: 0 350px 24px 0; */
/* 	background: transparent url(../imgs/me-hi-relief.png) right top no-repeat; */
	padding: 0 360px 24px 0;
	background: transparent url(../imgs/me/2010-02-19-350x350.jpg) right top no-repeat;
}

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

img.right {
	float: right;
	margin: 0 0 1em 1em;
}

.first-line {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 6px;
	letter-spacing: 0.025em;
	color: #838282;
}

.column-50 {
	float: left;
	width: 50%;
	padding: 0 0 24px 0;
	font-size: 12px;
	line-height: 2.1;
}

.column-50 h2, .column-50 p {
	margin-right: 20px;
}

ul {
	margin-bottom: 1em;
}

.column-50 ul {
	margin-bottom: 24px;
	list-style: none;
}

.icon img {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 100ms;
	-webkit-transform: scale(1.0);
}
 
.icon img:hover {
	-webkit-transform: scale(1.25);
}

/* folio */
#folio {
	position: relative;
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
	width: 878px;
	height: 49em;
	border: solid 1px #666;
	background: white url(../../folio/-/shadow.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 2px 6px 8px #666;
	-moz-box-shadow: 2px 6px 8px #666;
}

#indicator {
	list-style: none;
	text-align: center;
	margin: 10px;
}

#indicator li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

#indicator li a {
	display: block;
	width: 11px;
	height: 11px;
	background: #ccc;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#indicator li a.selected {
	background: #666;
}

#indicator li a.arrow {
	position: relative;
	top: -3px;
	width: 13px;
	height: 17px;
	background: transparent url(../../folio/-/arrows.png) no-repeat;
}

#indicator li a.arrow.left {
	background-position: left top;
}

#indicator li a.arrow.right {
	background-position: right top;
}

#items {
	list-style: none;
	position: relative;
	top: 0;
	left: 227px;
	width: 1810px;
	height: 800px;
	display: table;
}

#items li {
	display: table-cell;
	vertical-align: top;
	width: 430px;
}

#items li.shim {
	width: 30px;
}

#items li h2.inverted {
	margin-top: 0;
}

#folio .mask {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 220px;
	background: transparent url(../../folio/-/mask.png) repeat-y;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#folio .left {
	left: 0;
	background-position: left top;
}

#folio .right {
	right: 0;
	background-position: right top;
}
/* folio */

.footer {
	clear: both;
	padding: 24px 0 0 0;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	display: block;
	float: left;
	margin: 0 1em 12px 0;
}

.footer ul li img {
	margin: 0 4px -2px 0;
}

.copyright {
	clear: both;
	text-align: right;
	padding: 4px 0 6px 0;
	margin: 0 -40px;
	background: #121111;
}

.copyright a {
	line-height: 3px;
}

.copyright img {
	opacity: 0.5;
	margin-right: 19px;
}
