/*
Author: ashchan
Author URI: http://blog.ashchan.com
*/
body { font-family: Palatino, Georgia, Times, 'Times New Roman', serif; }

a, a:visited { color: blue; text-decoration: none; }

a:hover { background: yellow; }

h1 { font-size: 20px; font-family: "helvetica neue"; }

h2, h3 { font-family: "helvetica neue", Verdana; font-weight: normal; }

body > * { width: 960px; margin: 0 auto; }

h1#logo { margin-top: 45px; }
h1#logo a, h1#logo a:hover { color: black; background: none; }

#subtitle { color: #666666; }

.posts li { list-style: none; }
.posts li h2 { font-size: 20px; }
.posts li h2 small { color: #666666; font-size: 11px; }
.posts li div { font-family: Palatino, Verdana; }
.posts li div p:last-child a { color: #666666; }

.pagination { margin-top: 10px; margin-bottom: 10px; }
.pagination a { margin: 0 20px; }

article { font-family: Palatino, Verdana; font-size: 17px; line-height: 1.6em; }
article .metainfo { font-size: 12px; color: #666666; }
article h1 { font-size: 22px; }
article .entry pre { background: #eee; padding: 10px; border: solid 1px #ccc; }
article .entry code { font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 14px; line-height: 1.6em; word-wrap: break-word; }

footer { position: fixed; top: 0; left: 0; height: 35px; width: 100%; min-width: 960px; background: #ccc; opacity: 0.6; -webkit-transition: all .2s ease-in-out; }
footer:hover { opacity: 1; }
footer nav { float: left; margin-left: 80px; }
footer nav a { display: block; float: left; margin-right: 20px; height: 35px; line-height: 35px; color: #333; }
footer nav a:hover { background: none; }
footer nav a:visited { color: #333; }
footer nav a img { vertical-align: middle; }
footer p { float: right; font-size: 12px; margin-right: 80px; color: #666666; }

