@import "base.css";
@import "structure.css";

.post { border-bottom: 3px solid #E0E0E0; margin-bottom: 24px; overflow: visible; }
.post .title { font-weight: 500; }
.post .copy { line-height: 24px; margin: 24px 0; }
.post .copy p { text-align: justify;} 

.post .tags,
.post .permalink { font-size: 10px; text-transform: uppercase; color: #646464; line-height: 12px; margin-bottom: 6px; }
.post .tags a,
.post .permalink a { color: #646464; border: 0; text-decoration: none; }
.post .tags a:hover,
.post .permalink a:hover { color: black; }

.post .link a { font-size: 21px; color: black; }
.post pre { overflow-x: visible; }
