* {
  box-sizing: border-box;
  font-family: 'Microsoft Jhenghei', 'Microsoft Yahei';
}
html {
  font-size: 66%;
}
body {
  font-size: 1.6rem;
  color: #ffffff;
}
body::selection,
body::-moz-selection {
  background-color: #428445;
  color: #fff;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 1.9rem;
}
ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  /*font-weight: bolder;*/
  -webkit-transition: color 0.6s;
  -moz-transition: color 0.6s;
  -ms-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
a:link,
a:visited {
  color: #464646;
}
a:hover {
  color: #d95e45;
}
a.inline-link:link, a.inline-link:visited {
  color: #f4f100;
  font-weight: bolder;
}
a.inline-link:hover {
  color: #464646;
  font-weight: bold;
}
p {
  line-height: 170%;
  text-align: center;
}
code {
  background-color: #f7f7f7;
  padding: 2px 5px 0 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 85%;
}
.highlight {
  background-color: #f7f7f7;
  padding: 16px 16px;
}
.highlight > pre {
  padding: 0;
  margin: 0;
}
.highlight code {
  border: none;
  padding: 0;
}
.highlight .c {
  color: #999988;
}
.highlight .kd {
  color: #428445;
  font-weight: bold;
}
.highlight .k {
  color: #428445;
  font-weight: bold;
}
.transparent-overlay {
  opacity: 0.6;
  transition: all .4s;
  -moz-transition: all .4s;
  /* Firefox 4 */
  -webkit-transition: all .4s;
  /* Safari å’Œ Chrome */
  -o-transition: all .4s;
  /* Opera */
}
.transparent-overlay:hover {
  opacity: 1;
}
.icon-small {
  width: 32px;
  height: 32px;
  background-image: url("../img/social.png");
  background-size: 160px 60px;
  display: inline-block;
  border-bottom: none;
  transition: all .6s;
  -moz-transition: all .6s;
  /* Firefox 4 */
  -webkit-transition: all .6s;
  /* Safari å’Œ Chrome */
  -o-transition: all .6s;
  /* Opera */
  color: transparent;
}
.icon-twitter {
  background-position: 0 0;
}
.icon-facebook {
  background-position: -32px 0;
}
.icon-google {
  background-position: -64px 0;
}
.icon-linkedin {
  background-position: -96px 0;
}
.icon-weibo {
  background-position: -128px 0;
}
.icon-digg {
  background-position: 0 32px;
}
.icon-douban {
  background-position: -32px 30px;
}
.icon-reddit {
  background-position: -64px 32px;
}
.icon-stumble {
  background-position: -96px 32px;
}
.icon-github {
  background-position: -128px 32px;
}
.info {
  font-size: 1.2rem;
  color: #999;
}

/*header*/
header {
  width: 100%;
  /*min-width: 980px;*/
  height: 50px;
  line-height: 50px;
}
nav {
  float: right;
}
nav ul {
  margin: 0 1036px 0 0;
  padding: 0;
}
nav ul > li {
  display: inline-block;
  padding: 0 20px;
}

header img {
  height: 0px;
  width: 0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
/*header end*/