section, article, header, hgroup, figure, footer, nav{display:block}

body {
	background: #fff;
	color: #222;
	font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 100%;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gill Sans, Andale Mono, Futura, Lucida Sans, sans-serif;
}

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

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

/* Banner */
#banner {
	color: #ccc;
	font-size: 1em;
}

#banner h1 {
	font-weight: normal;
	margin: 1.5em 0;
}

/* Home */
#home header {
	display: none;
}

/* Article */
#article hgroup h2, #article hgroup h3 {
	margin: 0;
}

#article hgroup h2 span, #article hgroup h3 {
	font-size: 0.8em;
	line-height: 1.875em;
	color: #ccc;
}

#article hgroup h2 span, #articles span {
	font-size: 0.8em;
	color: #ccc;
}

#article table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#article th {
	font-family: Gill Sans, Andale Mono, Futura, Lucida Sans, sans-serif;
}

#article table caption {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.875em;
}

#article td {
	text-align: center;
}

.footnotes {
	font-size: 0.8em;
	line-height: 1.875em;
}

.footnotes a[rev=footnote] {
	text-decoration: none;
	padding-left: 0.5em;
}

/* Book */
#book hgroup h2, #book hgroup h3, #book hgroup h4 {
	margin: 0;
}

#book hgroup h3, #book hgroup h4 {
	color: #ccc;
}

#book hgroup h4 {
	font-size: 0.8em;
	line-height: 1.875em;
}

#book hgroup h2 span {
	font-size: 0.8em;
	color: #ccc;
}

#book img {
	float: right;
	margin-left: 10px;
	margin-bottom: 1.5em;
}

/* Footer */
#wrapper hr {
	clear: both;
}

#footer {
	clear: both;
}

#footer ul {
	list-style: none;
	padding-left: 30px;
}

#footer #misc ul {
	margin: 0;
	padding: 0;
	background: #ccc;
}

#footer #misc li {
	color: #ccc;
	font-size: 0.8em;
	line-height: 1.875em;
	width: 50%;
}

#footer #misc li:first-child {
	float: left;
}

#footer #misc li:last-child {
	float: right;
	text-align:right;
}

#footer #misc a, #footer #misc a:visited {
  color: #ccc;
}

#reading p {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.8em;
  line-height: 1.875em;
  padding-left: 30px;
}

#reading ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

#reading li { margin-bottom: 10px }
#reading li img { vertical-align: middle }
#reading img { padding-right: 10px }
