body {
  font-family: "Lucida Grande", Helvetica, "Lihei Pro", "微軟正黑體";
  padding: 0;  margin: 0;
  background-color: #e3f1b8;
  font-size: .9em;
  }

p {
  line-height: 1.7em;
  text-indent: 2em;
  font-size: .9em;
  color: #333;
  text-align: justify;
  margin: 5px 100px 0 40px;
  }


h1, h1 a, .mark {
  font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
  margin: 20px 0;
  color: #995617;
  font-size: 1.4em;
  text-shadow: none;
  letter-spacing: 0;
  }

.mark {  font-size: 1em;  }

h1 sup, a.download sup {
  color: #dc331c;
  font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
  }

h1 a:link, h1 a:visited {  color: #995617;  }

h2, h3 {
  font-family: "Myriad Pro", Helvetica, "Lihei Pro", "MS Gothic";
  text-shadow: rgb(113, 222, 201) 1px 1px 0;
  font-weight: normal;
  font-size: 1.5em;
  letter-spacing: 3px;
  margin: 10px 0 2px 15px;
  color: #519c1c;
  }

h2 span[lang=en] {  font-weight: bold;  letter-spacing: 1px;  }

h3 {
  text-shadow: rgb(113,222,201) 1px 1px 1px;
  font-size: 1.2em;
  color: #4a9c36;
  }

h2 span[lang=zh-tw] {  letter-spacing: 3mm;  }
h3[lang=zh-tw] {  letter-spacing: 1mm;  }

code.block, code pre {
  font-weight: bold;
  display: block;
  padding: 3px 10px;
  margin: 0 30px 0 5px;
  border-left: 6px solid #d6c890;
  }

code em {  color: #a53d0a;  padding: 0;  }

code, code * {
  font-family: "Courier New", Courier, "Heiti TC", monospace;
  background-color: #e2e3b0;
  border-left: none;
  font-weight: bold;
  padding: 2px;
  color: #9c6e3e;
  display: inline;
  }

a:link, a:visited {
  color: rgb(135,90,41);
  text-decoration: none;
  }

p a:hover, ol a:hover, ul a:hover {  color: #a7611a;  border-bottom: 2px dotted #a7611a;  }

p.em {  color: rgb(66,51,32);  }

a.author, .description {
  display: block;
  font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  color: #444;
  margin: -35px 0 35px 47%;
  text-indent: 0;
  letter-spacing: 2px;
  line-height: 10px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  }

a.author {  color: #959720;  font-weight: bold;  }


#nav {
  position: absolute;
  z-index: 99;
  top: 60px;  left: 50%;
  margin-left: 250px;
  background-color: #fff;
  width: 180px;
  border: 3px solid #fff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  }

#nav ul {
  list-style: none;
  padding: 0;  margin: 0;
  width: 100%;
  background-color: #fff;
  }

#nav li a {
  display: block;
  background-color: #e3f1b8;
  outline: none;
  margin-bottom: 1px;
  padding: 5px 10px;
  color: #957e39;
  }

#nav li:first-child a {
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  }

#nav li:last-child a, #nav li:last-child a:hover {
  margin-bottom: 0;
  border: none;
  color: #957e39;
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  }

#nav li a:hover {
  background-color: #d0ddaa;
  margin-bottom: 1px;
  color: #51741f;
  border: none;
  }

#nav a.open {
  background-color: #e3f1b8;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
  display: block;
  padding: 7px;
  color: #51741f;
  }

#nav .sub a {
  font-size: 11px;
  font-weight: bold;
  padding: 8px 10px;
  }



#content {
  width: 700px;
  margin: 20px auto 5px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  border-top: 7px solid #d0ddaa;
  }

#ethan {
  width: 300px;  height: 300px;
  position: absolute;
  left: 559px;
  background: url(../img/ethan.png) no-repeat right;
  }

#comments {
  list-style: none;
  overflow: hidden;
  width: 65%;  height: 150px;
  float: left;
  padding: 0;  margin: 0;
  }


#comments li {
  position: relative;
  width: 100%;  height: 150px;
  padding: 0;  margin: 0;
  }

#comments li span {
  font-size: .7em;
  color: rgb(135,46,29);
  display: block;
  }

#comments li .poster {  font-weight: bold;  }

#comments p {
  overflow: hidden;
  padding: 5px;  margin: 5px 0;
  width: 440px;  height: 85px;
  }

#comments p:hover {  height: auto;  }

#comments-nav {
  padding: 0;  margin: 10px 0 0 50px;
  left: 50%;
  width: 100px;
  position: absolute;
  list-style: none;
  }

#comments-nav li {  display: inline-block;  }
#comments-nav li a {
  outline: none;
  display: block;
  text-indent: -99999px;
  width: 10px;  height: 10px;
  background-color: #c70d4f;
  border: none;
  }

#write {
  width: 35%;
  float: right;
  padding: 0;  margin: 0;
  }

#write input, #write textarea {
  width: 70%;
  border: none;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  opacity: .6;
  font-size: .8em;
  color: #111;
  padding: 3px 0;  margin-bottom: 5px;
  }

#write input[type=submit] {  width: 27%;  float: right;  }
#write input[disabled] {  opacity: .2;  }
#write textarea {  width: 100%;  height: 103px;  }


.section {
  border-bottom: 1px solid #d8e2bb;
  padding-bottom: 10px;
  }

.section:last-child {  border-bottom: none;  }

.comments-opener {
  outline: none;
  left: 50%;
  width: 100px;  height: 17px;
  display: block;
  padding: 5px;  text-align: center;
  position: relative;
  margin: -5px 0 0 250px;
  background-color: #d0ddaa;
  color: #666;  font-size: .8em;
  font-weight: bold;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }

#footer {
  border-bottom: 5px #d0ddaa solid;
  background-color: #dde6c1;
  display: none;
  width: 700px;  height: 140px;
  margin: -5px auto 0;
  padding: 10px;
  position: relative;
  }

#footer h2, h1 a {
  position: absolute;  z-index: 0;  margin-top: 5px;
  color: rgb(205,194,167);  opacity: .4;
  text-shadow: none;
  letter-spacing: 1px;
  font-family: Impact, Helvetica, "Arial Black";
  font-size: 3.5em;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  border: 7px solid rgb(205,194,167);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  }

h1 a, h1 a:visited {
  position: relative;  opacity: .7;
  font-size: 2.2em;  color: rgb(205,194,167);
  text-transform: uppercase;
  margin: 20px 5px;  padding: 2px;
  }
