* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Georgia, 'Times New Roman', serif; color: #2c2c2c; background: #fafaf8; line-height: 1.65; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
header { border-bottom: 1px solid #e3e0da; padding: 28px 0 18px; margin-bottom: 32px; }
header h1 { font-size: 26px; letter-spacing: .5px; }
header h1 a { color: #1a1a1a; text-decoration: none; }
header p { color: #8a857c; font-size: 14px; margin-top: 4px; }
nav { margin-top: 10px; font-family: Arial, sans-serif; font-size: 13px; }
nav a { color: #6b6659; text-decoration: none; margin-right: 16px; text-transform: uppercase; letter-spacing: 1px; }
nav a:hover { color: #1a1a1a; }
article.post { background: #fff; border: 1px solid #eceae4; border-radius: 4px; padding: 26px 30px; margin-bottom: 26px; }
article.post h2 { font-size: 21px; margin-bottom: 6px; }
article.post h2 a { color: #1a1a1a; text-decoration: none; }
article.post h2 a:hover { text-decoration: underline; }
.meta { font-family: Arial, sans-serif; font-size: 12px; color: #9a958a; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .5px; }
article.post p { margin-bottom: 12px; font-size: 15px; }
article.post ul { margin: 0 0 12px 22px; font-size: 15px; }
a.more { font-family: Arial, sans-serif; font-size: 13px; color: #4a6fa5; }
footer { border-top: 1px solid #e3e0da; margin-top: 36px; padding: 18px 0 30px; font-family: Arial, sans-serif; font-size: 12px; color: #9a958a; }
