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

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	background: url(images/bg_x.gif) repeat-x #191919;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: .8em;
}

a {
	color: #ff0066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-indent: -9999px;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

.highlight {
	color: #ff0066;
}

.title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.story {
	padding: 10px;
	color: #808080;
}

	.story a {
		font-weight: normal;
		text-transform: none;
	}



#container {
	width: 700px;
	margin: auto;
	overflow: auto;
}

#banner {
	width: 700px;
	height: 203px;
	background: url(images/header.jpg) no-repeat;
}

#bio {
	width: 700px;
	padding-top: 80px;
}

#projects {
	margin-top: 60px;
	overflow: auto;
}

	#projects li {
		width: 310px;
		float: left;
		padding: 20px;
	}

		#projects h3 {
			font-weight: bold;
			margin-bottom: 10px;
			margin-top: 10px;
		}

		.project {
			padding-top: 10px;
		}

#info {
	margin-top: 80px;
	text-align: center;
}

#press {
	margin-top: 80px;
}

	#press p {
		margin-bottom: .4em;
	}

#footer {
	background: #121212;
	margin-top: 160px;
	padding: 60px 20px 10px 20px;
}