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

@font-face {
	font-family: "League Gothic";
	src: url("fonts/LeagueGothic.otf") format("opentype");
}

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: #BBB solid 1px;
}

a:visited {
	border-bottom: #BBB dotted 1px;
}

a:hover {
	color: #E11;
	border-bottom: #000 solid 1px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

ul.lost li {
	display: inline;
	padding: 0 10px 0 0;
}

div#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 120px 5px 15px 15px;
	z-index: 9;
	background: url(images/60white.png) repeat;
}

div#header.home {
	width: 530px;
	padding-top: 10px;
	position: fixed;
	top: 110px;
	left: 0;
}

div#header h1 {
	font-size: 47px;
	letter-spacing: -0.02em;
	font-weight: 700;
	line-height: 42px;
	color: #666;
	font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

div#header h1 a {
	border: none;
	font-family: "League Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

div#header h1 a:hover {
	border: none;
	color: #E11;
}

div#header h1 a span {
	display: block;
	width: 25px;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 15px;
	background: url(images/backarrow.png) top left no-repeat;
}

div#header h1 a:hover span {
	background: url(images/backarrow.png) bottom left no-repeat;
}

div#header p.tiny {
	margin: 5px 0;
}

div#header p.tiny a {
	color: #333;
	border: none;
	font-size: 12px;
}

div#header p.tiny a:hover {
	color: #E11;
}

div#projects {
	width: 702px;
	height: auto;
	position: relative;
	top: 110px;
	left: 260px;
	padding-bottom: 30px;
}

div#projects a {
	display: block;
	width: 700px;
	height: 233px;
	margin: 10px 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 200;
	border: 1px solid #BBB;
	background-color: #555;
}

div#projects a.white {
	color: #FFF;
}

div#projects a:hover {
	border: 1px solid #000;
}

div#projects a:hover span {
	color: #E11;
}

div#projects a span {
	padding: 0 5px 5px 5px;
}

div#projects a.writing {background: url(images/writing.jpg) no-repeat top left;}

div#projects a.mi {background: url(images/mi.jpg) no-repeat top left;}

div#projects a.peeler {background: url(images/peeler.jpg) no-repeat top left;}

div#projects a.mantech {background: url(images/mantech.jpg) no-repeat top left;}

div#projects a.clockradio {background: url(images/clockradio.jpg) no-repeat top left;}

div#projects a.launch {background: url(images/launch.png) no-repeat top left;}

div#projects a.typography {background: url(images/typography.jpg) no-repeat top left;}

div#projects a.jcb {background: url(images/jcb.jpg) no-repeat top left;}

div#projects a.candleholder {background: url(images/candleholder.jpg) no-repeat top left;}

div#projects a.xboxbag {background: url(images/xboxbag.jpg) no-repeat top left;}

div#projects a.idtome {background: url(images/idtome.png) no-repeat top left;}

div#description {
	width: 220px;
	margin: 0 10px;
	position: absolute;
	top: 262px;
	left: 5px;
	z-index: 0;
}

div#description p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

div#description h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}

div#content {
	width: 700px;
	height: auto;
	position: absolute;
	left: 260px;
	top: 110px;
	margin: 10px 0;
	padding-bottom: 38px;
}

div#content img {
	margin: 10px 0;
}

div#content p {
	font-size: 14px;
	color: #666;
	margin: 0 0 18px 0;
	line-height: 18px;
}

div#content p.quote {
	margin: 10px auto;
	width: 500px;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #555;
	line-height: 36px;
}

div#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

div#footer a {
	display: block;
	padding: 10px 15px;
	font-weight: 900;
	border: none;
}

div#footer a:hover, div#footer.home a:hover {
	background: url(images/60white.png) repeat;
	border: none;
}

div#footer.home a {
	background: url(images/20white.png) repeat;
}

div#footer a span {
	display: none;
}

div#footer a:hover span {
	display: inline;
	color: #000;
	font-weight: 200;
}