/* @override 
	http://copyreader.net/docs/css/screen.css
*/

/* Colours */

body, a { color: #fff; }
a { border-bottom: 1px dotted #ccc;
	color: #fff;
	border-style: none;
}

#twitter {
	top: -30px;
	position: relative;
	left: 50px;
	width: 250px;
}

#twitter_header {
	bottom: -6px;
	position: relative;
}

em { color: #999; }

/* Typography */

body { line-height: 1.3;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #1f1f1f;
}
ul li, p, em { font-size: 11px; font-style: normal;
}
h1, h2 { font-size: 11px; font-weight: normal; }
a { text-decoration: none; }

/* Layout */

body { padding: 10px 0px 0; text-align: center;
	float: left;
}
div#container { margin: 0px auto; width: 890px; text-align: left;
}

#name {
	font-size: 21px;
}

#name a{
	border-bottom-style: dotted;
}

#profession {
	margin-top: -15px;
}
.col { float: left; margin: 0px 0px 0px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 60px;
}
.two { width: 140px; }
.three { width: 150px;
	left: 0;
}
.four { width: 230px;
	color: #7e7e7e;
}
.five { width: 380px; }
.six { width: 600px;
	margin-left: 0;
	padding-left: 0;
}
.seven { width: 540px; }
.eight { width: 600px;
	padding-left: 60px;
}
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }

p, h2 { margin: 0px 0 5px 0px;
	color: #dcdcdc;
}

hr { display: block; clear: both; margin: 0px 0px 45px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

em.three { margin: 0px 0px 0px 0px; }

div#navigation ul { list-style: none; padding: 0px 10px 0px 0px; margin: 0px; }

#content div.description.col.six h2 {
	display: none;
}
div#navigation ul li { margin: 0px 0px 8px; }
div#navigation ul li.selected { color: #999; text-indent: -1.2em; }
div#navigation ul li.selected a { color: #4cfa56; border-bottom: 1px solid #ccc; cursor: default;
	border-width: 0px;
	border-style: none;
}
div#navigation ul#pages { margin: 30px 0px 0px; }

div#content { margin: 20px 0px 0px 20px; }

div#images, div#media { clear: both; padding: 10px 0px 0px 60px; }
div.media { margin: 0px 0px 10px; }
div#media div#images { padding: 0px; }
div.home div#images { padding: 0px 0px 0px 0;
}
div.description div#images { padding: 0px 0px 0px 0px; }

div#image-wrapper { overflow: hidden; width: 600px;
	height: 400px;
	margin-bottom: 20px;
}
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 600px; }

p#footer { margin: 0px 0px 0px 250px;
	padding-left: 0;
}

p#footer em {
	display: block;
	float: left;
}