body {
	background: #222c26 url('images/v25_bkg_body.png') no-repeat 50% 0;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px;
}
.page > header h1 a {
	background: url('images/v25_bkg_logo.png') no-repeat;
}
.page > header p {
	background: url('images/v25_bkg_memories.png') no-repeat 100% 0;
}


a {
	color: #d6cf6c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
blockquote {
	border-color: rgba(255,255,255,0.1);
}
img, object {
	background: rgba(0,0,0,0.2);
	border: 1px solid #35443b;
	padding: 5px;
}
ol, ul {
	margin: 0 0 24px 24px;
}
ins, ins a {
	background: transparent;
	color: inherit;
	font-family: Palatino, Georgia, 'Times New Roman', serif;
	font-style: italic;
}
ins {
	border: 1px dashed rgba(255,255,255,0.2);	
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


article {
	color: #aca877;
}
article h1 {
	background: url('images/v25_pill_reading.png') no-repeat 0 22px;
	color: #d4bc48;
	padding: 28px 0 48px 120px;
	text-transform: lowercase;
}
article h2 {
	font-weight: normal;
}
article aside {
	background: url('images/v25_pill_summary.png') no-repeat 0 2px;
	color: #aabb7c;
	float: left;
	font-size: 11px;
	padding: 0 0 0 120px;
	width: 160px;
}
article section {
	margin-left: 300px;
	width: 640px;
}


.footnote hr {
	border: none;
	background: rgba(255,255,255,0.1);
}

