a {
  color: red;
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  width: 30em;
  margin: 0 0 0 -15em;
  text-align: center;
  color: black;
  background-color: white;
}

div.header {
  position: absolute;
  margin: 0;
  padding: 0 0 6em 0;
  display: block;
}

div.header h1 {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
}

div.header .chinese {
  position: absolute;
  top: 52px;
  left: -70px;
  margin: 0;
  padding: 0 60px 180px 0;
  background-image: url('/blog/images/chinese.png');
  background-repeat: no-repeat;
  font-size: 0;
  color: white;
  float: left;
}

div.header .english {
  position: absolute;
  top: 40px;
  left: -6px;
  margin: 0 0 0 -6px;
  padding: 0 0 0 6px;
  color: red;
  font-family: Brush Script MT, Rage Italic, Monotype Corsiva, Impact;
  font-size: 220%;
  float: left;
}

div.entries {
  font-size: 90%;
  margin: 0;
  padding: 8em 0 0 0;
  width: 33.33em;
  line-height: 150%;
}

div.entry {
  margin: 0;
  padding: 0;
  text-align: right;
}

.title {
  margin: 0;
  padding: 0;
  font-size: 13pt;
  font-weight: bold;
}

.date {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-style: italic;
}

.content, .summary {
  text-align: justify;
  border-top: 0px solid black;
  margin-top: 5px;
}

.more {
  font-variant: small-caps;
  text-align: left;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.more a:before {
  content: "[";
}
.more a:after {
  content: "…]";
}

samp,code {
  font-family: monospace;
  font-style: normal;
  white-space: nobreak;
}

blockquote {
  font-family: Times New Roman, Times, serif;
  font-style: italic;
  text-align: left;
  background-color: #F0F0F0;
  padding: 0.5em 1.5em;
}
blockquote p {
  padding: 0;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
blockquote cite {
  display: block;
  font-variant: small-caps;
  font-style: normal;
  text-align: right;
  padding: 0;
  margin: 0;
}
blockquote q+cite:before {
  content: "— ";
}

ul.feeds {
  background-color: #F0F0F0;
  margin: 0 2em;
  padding: 0.3em 1em 0.3em 2em;
  list-style-image: url('/blog/images/feed-icon.png');
}
ul.feeds a {
  color: black;
}
li {
  text-align: left;
}

ins {
  text-decoration: none;
}

a sup {
  color: black;
  margin-left: -0.2em;
}

div.footnotes {
  font-size: 75%;
  font-style: italic;
  text-align: left;
  line-height: 1.25em;
  margin: 2em 0 0.5em 0;
  padding: 0;
}
div.footnotes small {
  font-size: 100%;
}
div.footnotes sup {
  display: block;
  float: left;
  width: 2em;
  text-align: right;
}
div.footnotes sup:after {
  content: ".";
}
div.footnotes span {
  display: block;
  float: left;
  width: 40em;
  margin-left: 0.5em;
}
div.footnotes br {
  clear: left;
}
div.footnotes em {
  font-weight: bold;
}
div.footnotes h3 {
  font-size: 12px;
}

div.inverted {
  position:relative;
  height:22em;
}
div.inverted div {
  position:absolute;
  right:0;
  bottom:0;
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid black;
  width: 30em;
}

div.footer {
  margin: 1em 0 0 0;
  padding: 0 0 40px 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  font-size: 75%;
}
div.footer cite {
  font-style: normal;
}

q {
  font-style: italic;
  margin-right: 0.2em;
}

* {
  quotes: '“' '”'
}

.nob {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-style: none;
  font-size: 100%;
}

th, td {
  border-color: black;
  padding: 0;
  line-height: 1.5em;
}

thead th, tbody td {
  text-align: center;
}

tbody th {
  padding: 0 0.5em;
  text-align: left;
  white-space: nowrap;
}

tbody td {
  width: 1.5em;
  font-family: Arial Unicode MS, MS Gothic, MS Mincho, Code2000;
}

