* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #D0D2D3;
	text-align: center;
	background: #1A1A1A;
}

a:link, a:visited {
	color: #D0D2D3;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

.branding {
	width: auto;
	height: 220px;
	overflow: hidden;
	background: #231F20 url(../images/branding-bg.jpg) repeat-x bottom center;
}
.branding p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 35px 0;
	font-size: 2.4em;
	z-index: 100;
}
.branding h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	overflow: hidden;
	text-indent: -900em;
	background: transparent url(../images/branding-h1-bg.jpg) no-repeat top center;
	z-index: 0;
}
.branding h1 a {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 240px;
	height: 100px;
	margin-left: -120px;
	overflow: hidden;
	text-indent: -900em;
	z-index: 200;
}

.content {
	width: 32em;
	min-width: 410px;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 5em;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4;
}
.content a:link {
	border-bottom: 2px solid #262626;
}
.content a:visited {
	border-bottom: 2px dotted #262626;
}
.content a:hover {
	border-bottom: 2px solid #383838;
}
.disabled a[href^="http:"] {
	background: url(../images/icon-external.gif) right top no-repeat;
	padding-right: 8px;
}

.content h2 {
	margin: 1.5em 0 0 0;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
}

.content h3 {
	clear: both;
	margin: 2.5em 0 .6em 0;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
}
.content h3 em {
	margin-left: 1em;
	font-size: .6em;
	font-style: normal;
	color: #383838;
	letter-spacing: normal;
}

.content .photo {
	overflow: hidden;
	border: 10px solid #2A2A2A;
	background: #231F20;
}
.content .photo a:link, .content .photo a:visited, .content .photo a:hover {
	border: 0;
}
.content .photo img {
	vertical-align: bottom;
}
.content .thumbnail {
	float: right;
	margin: 0 0 20px 30px;
	border-width: 5px;
}

.content p {
	margin: 0 0 1.2em 0;
}

.content ul.tools {
	list-style: square;
	margin: 0 0 1.2em 24px;
}

.menu {
	font-size: 2em;
	letter-spacing: -1px;
}
.menu li {
	display: inline;
}
.menu li.home {
	display: block;
	margin-top: 1em;
	font-size: .5em;
	letter-spacing: normal;
}
.menu li a:link {
	border-bottom: 2px solid #262626;
}
.menu li a:visited {
	border-bottom: 2px dotted #262626;
}
.menu li a:hover {
	border-bottom: 2px solid #383838;
}

.more {
	font-style: italic;
	font-weight: bold;
}
.url {
	font-size: 1.2em;
	font-weight: bold;
}

.other {
	overflow: hidden;
}
* html .other { height: 1%; }
.other li {
	margin: 0 0 .6em 0;
	list-style: none;
}
.work .other li {
	float: left;
	width: 110px;
	margin-right: 40px;
}
.other li.last-child {
	margin-right: 0;
}
.other li em {
	display: block;
	font-size: .95em;
	font-style: normal;
	color: #383838;
}


.textile ul li {
	margin: 1em 0 1em 20px;
	list-style: square;
}
.textile ol li {
	margin: 1em 0 1em 2em;
}
.textile .url {
	font-size: 1.2em;
	font-weight: bold;
}
.textile code {
	display: block;
	padding: 4px;
	font-family: Monaco, Courier, monospace;
	font-size: .9em;
	white-space: pre;
	overflow: auto;
	background: #231F20;
}
.textile blockquote {
	margin-bottom: .5em;
	padding: 4px;
	font-size: 1em;
	background: #231F20;
}
.textile blockquote p {
	margin: 0;
}
