body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	background: #0f1111;
	color: #fff;
	margin: 96px 12px 12px 32px;
}

#logo {
	top: 12px;
	left: 24px;
	width: 168px;
	height: 72px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#nav {
	position: absolute;
	top: 36px;
	right: 32px;
}

#nav a {
	display: block;
	width: 24px;
	height: 24px;
	float: right;
	margin: 0px 0px 0px 6px;
}

#nav a span {
	display: none;
}

#nav #information {
	background: url("/_img/_buttons/information.gif") no-repeat 0px 0px;
}

#nav #information:hover {
	background-position: 0px -24px;
}

#nav #feed {
	background: url("/_img/_buttons/feed.gif") no-repeat 0px 0px;
}

#nav #feed:hover {
	background-position: 0px -24px;
}

#nav #twitter {
	background: url("/_img/_buttons/twitter.gif") no-repeat 0px 0px;
}

#nav #twitter:hover {
	background-position: 0px -24px;
}

#nav #flickr {
	background: url("/_img/_buttons/flickr.gif") no-repeat 0px 0px;
}

#nav #flickr:hover {
	background-position: 0px -24px;
}

#nav #facebook {
	background: url("/_img/_buttons/facebook.gif") no-repeat 0px 0px;
}

#nav #facebook:hover {
	background-position: 0px -24px;
}

.post {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-align: center;
	height: 200px;
	float: left;
	margin: 0px 24px 24px 0px;
	padding: 0px;
}

.page {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #000;
	background: #fff;
	width: 248px;
	margin: 0px 24px 24px 0px;
	padding: 21px 24px 24px 24px;
	float: left;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

.page p {
	margin: 0px;
	padding: 0px;
}

.page a:link,
.page a:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

.page a:hover {
	color: #f00;
}

.newer,
.older {
	float: left;
	height: 200px;
	margin: 0px 24px 24px 0px;
}

.left-newer,
.right-older {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #fff;
	background: #000;
	display: block;
	height: 108px;
	padding: 92px 32px 0px 32px;
}

a.left-newer:hover,
a.right-older:hover {
	color: #000;
	background: #fff;
}

.post a,
.post a:visited,
.post a:hover {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	height: 108px;
	padding-top: 92px;
	margin-top: -14px;
}

.post a,
.post a:visited {
	opacity: 0.0;
	filter: alpha(opacity=0);
	color: #fff;
	background-color: #000;
}

.post a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #000;
	background-color: #fff;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.post img {
	height: 200px;
	display: none;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}
