html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}a{border:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

body {
  background: #f9ffff;
  color: #555;
  font: 100%/1.6 serif;
}
a {
  color:#b33;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
a:hover {
  color:#3bb;
}
body, h1 {
  font-family: Cardo, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
}
h2,h3, .post-details, #comments, #pingbacks, #write-comment, .sidebar {
  font-family: Molengo, Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
h1 {
  position: fixed;
  top: 5px;
  left: 5px;
  padding: 0.3em;
  z-index: 2;
  text-shadow: 0 1px 1px #000;
}
h2,h3 {
  font-size: 125%;
}
h1 a {
  color: #f3f6f0;
  text-decoration: none;
}
h1 a:hover {
  /*color:#b33;*/
}
.wrap {
  margin: 0 auto;
  position: relative;
  width: 40em;
}
#content, #comments, #pingbacks, #write-comment {
  width: 40em;
  padding-top: 3em;
}
section#content {
  padding-top: 7em;
}
section#write-comment {
  padding-bottom: 10em;
}

/* post */
article {
  margin-bottom: 5em;
}
article:last-child {
  margin-bottom: 1em;
}
article a {
  text-decoration: none;
}
article header {
  position: relative;
}
article header h2 {
  border-bottom: 1px dotted #e3e6e0;
  margin-bottom: 1em;
  text-shadow: 0 1px 0 #666;
}
article header h5 {
  font-weight: normal;
  left: -3em;
  position: absolute;
  top: 3.5em;
}
article header h5 .h {
  display: none;
}
article header h5 .d,
article header h5 .m,
article header h5 .y {
  display: block;
  font-size: 2em;
  line-height: 1;
}
article header h5 .d {
  opacity: .6;
}
article header h5 .m {
  opacity: .3;
}
article header h5 .y {
  opacity: .05;
}
article header h5 .hm {
  display: none;
}

article section {
  padding-bottom: 1em;
}
article:hover section a {
  text-decoration: underline;
}
article section p {
  padding-top: 1em;
}
article section p:first-child {
  padding-top: 0;
}
article section img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 1em;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
}
article section ul,
article section ol {
  padding: 1em 10em 0 2em;
}
article footer {
  border-top: 1px solid #ccc;
  padding: 1.25em 0;
  font-size: 75%;
  opacity: 0.2;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
article:hover footer {
  opacity: 1;
}
.post-details-list {
  display: block;
  float: left;
  list-style-type: none;
}
.post-more-list {
  width: 10em;
  text-align: right;
}
.post-tag-list {
  width: 43em;
}
.post-tag-list li:first-child {
  display: block;
}
.post-tag-list li {
  display: inline;
  padding-right: 5px;
}

/* comments/pingbacks */
.comments-list {
  list-style-type: none;
  padding-top: 1em;
  width: 40em;
}
.comments-list li {
  margin-bottom: 1.5em;
  border-left: 3px solid #ccc;
  padding: 0 0 0 1em;
}
.comments-list header {
  overflow: hidden;
  font-size: 75%;
  padding-bottom: 1em;
}
.comments-list header img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  margin-right: 1em;
}
.comments-list section {
  font-size: 0.75em;
}

/* #write-comment*/
#write-comment {
  padding-bottom: 3em;
}

/* sidebar */
aside.search {
  border-top: 5px solid #b33;
  left: 0;
  padding: 0.2em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
}
aside.search form {
  float: right;
}
aside.search input,
aside,
footer.footer {
  background:#333630;
  color:#f3f6f0;
}
aside.search button {
  display: none;
}
aside.categories {
  position: absolute;
  right: 13em;
  top: 0;
  z-index: 2;
  display: none;
}
.cat-list {
  padding: 0.3em;
}
.cat-list a {
  color:#f3f6f0;
}

/* footer */
footer.footer {
  padding: 1.5em 3em;
  text-align: center;
}

:target { padding-top: 3em !important; }
