@import url("reset.css");

body {
	font-family: "Lucida Grande";
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	margin-top: 100px;
	font-weight: bold;
	font-size: 200pt;
	letter-spacing: -30px;
}

#container li {
	display: inline;
	font-weight: bold;
	font-size: 20pt;
	margin-left: 50px;
	letter-spacing: -2px;
}

#container ul {
	margin-left: 100px;
}

#container li a {
	color: #000000;
	text-decoration: none;
}	

#container .twitter a:hover {
	border-bottom: 10px #00AACC solid;
}

#container .email a:hover {
	border-bottom: 10px #00993B solid;
}

#container .flickr a:hover {
	border-bottom: 10px #FFCC00 solid;
}

#container .work a {
	padding-left: 5px;
	padding-right: 5px;
}

#container .work a:hover {
	background: url("../img/work-bg.png");
}

#container .who a:hover {
	border-bottom: 10px #464646 solid;
}