@import url("font.css");
body {
  color: #444;
  font-size: 10px;
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
  padding: 0 10px;
  font-family: Georgia, "Times New Roman", serif; }

a {
  color: blue;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #555566; }

.post header {
  font-size: 1.4rem; }

header {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc; }
  header ul {
    font-size: 1.4rem;
    margin: 10px 0;
    padding: 0; }
    header ul li {
      list-style-type: none;
      display: inline;
      padding: 0 5px; }
      header ul li a:hover {
        text-decoration: none; }
      @media screen and (max-width: 500px) {
        header ul li span {
          display: none; } }
  header h1 {
    margin-bottom: 10px; }
  header h2 {
    font-size: 1.2rem;
    margin-bottom: 20px; }
  header a {
    color: blue; }
    header a:visited {
      color: blue; }

header, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.announcement {
  border-bottom: 1px solid #ccc;
  margin-top: -50px;
  padding: 25px 10px;
  color: black;
  margin-bottom: 50px;
  background: #fffeef;
  position: relative; }
  .announcement h2 {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold; }
  .announcement p, .announcement li {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .announcement .hide {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0; }
    .announcement .hide:hover {
      text-decoration: none; }

.posts {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .posts h3 {
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .posts li {
    margin-bottom: 40px; }
    .posts li.link h3 {
      font-size: 1.4rem; }
      .posts li.link h3 i {
        color: #d9b54a;
        padding-right: 5px; }
    .posts li.link p {
      margin-top: 5px; }
  .posts p {
    font-size: 1.7em; }

article h1 {
  font-size: 1.8rem;
  margin-bottom: 50px;
  color: #111; }
article h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  color: #111;
  margin-top: 50px; }
article h3 {
  font-size: 1.4rem;
  margin-top: 50px;
  color: #111; }
article p, article li {
  font-size: 1.4rem;
  line-height: 1.5; }
article blockquote {
  color: #333;
  border-left: 1em solid #bbb;
  margin-left: 10px;
  padding-left: 10px;
  font-style: italic; }
article pre, article pre.prettyprint, article p code, article li code {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CACACA;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #F9F9F9; }
article pre, article pre.prettyprint {
  font-size: 1.2rem;
  padding: 10px;
  overflow: auto;
  overflow-x: auto;
  white-space: pre; }
article p code, article li code {
  padding: 0 0.5em;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.8em; }
article code, article pre {
  font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; }

.post_date, .post_contact {
  margin-top: 50px;
  font-size: 1rem;
  color: #ccc;
  text-align: center; }

.post_contact {
  font-size: 1.3rem;
  color: #444; }
  .post_contact a, .post_contact a:visited {
    color: blue; }

.pagination {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  font-size: 1.3rem;
  text-align: center; }

footer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin: 50px 0;
  font-size: 1.3rem;
  text-align: center; }

hr {
  border: none;
  border-top: 1px solid #ccc;
  width: 75%;
  margin: 30px auto; }

/*# sourceMappingURL=style.css.map */
