body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #babdb6;
}

h1 {
	display: none;
}

a:link { text-decoration: none; color: #16b; }
a:visited { text-decoration: none; color: #16b; }
a:hover { text-decoration: underline; }
a:active { color: #c00; }

#media {
	width: 640px;
	margin: 0 auto 20px auto;
}

#meta {
	width: 800px;
	margin: 0 auto;
	
	font-size: 0.85em;
	text-align: center;
}

#meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#meta li {
	display: inline;
	padding-right: 0.25em;
	padding-left: 0.5em;
	border-left: 1px solid;
}

#meta ul li:first-child {
	border-left: none;
	padding-left: 0;
}