@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #eee;
}
img {
	display: block;
}
body {
	background: url(background-body.png);
	padding: 10px;
}
#container {
	display: block;
	background: #009;
	width: 1120px;
	margin: auto;
}
/* --- Header --- */
#header {
	display: block;
	float: left;
	width: 240px;
	height: 170px;
	padding: 50px 20px 20px 20px;
	text-decoration: none;
	background: url(background-header.png) 280px 0;
}
.entry {
	display: block;
	float: left;
	width: 240px;
	height: 200px;
	padding: 20px;
	text-decoration: none;
	background: url(background-entry.png) 0 0;
}
.entry:hover {
	background: url(background-entry.png) 280px 0;
}
.entry .heading {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
}
.entry .blurb {
	display: block;
	clear: both;
	line-height: 15px;
}
#header h2 {
	display: block;
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 10px;
}
#networking {
	display: block;
	clear: both;
}
#networking a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
#links {
	display: block;
	clear: both;
}
#links a {
	display: block;
	float: left;
	clear: both;
	text-decoration: none;
	padding: 2px;
	background: #333;
	margin-bottom: 2px;
}
#links a:hover {
	background: #fff;
	color: #000;
}
.hidden {
	display: none;
}
.bottom {
	background: url(background-entry-bottom.png) 0 0;
	height: 280px;
}
.bottom:hover {
	background: url(background-entry-bottom.png) 280px 0;
}
.glimpses li {
	display: block;
	float: left;
	margin: 10px 0;
}
.glimpses li p {
	color: #000;
	margin: 5px 0;
}

