body {
    font-family: "Helvetica", "Arial", sans-serif;
    background-color: #fafafa;
    background: url(/img/bg.png);
    color: #000;
    padding: 0;
    margin: 0;
}
header {
    width: 100%;
    margin-bottom: 40px;
    display: block;
    height: 120px;
}
#head h1 {
    font-size: 60px;
    line-height: 76px;
    margin-bottom: 0;
    font-weight: 800;
}
.wf-active #head h1 {
    font-size: 64px;
}
#head a {
    color: #000;
    text-decoration: none;
}
#head h2.subtitle {
    float: right;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-weight: 700;
    line-height: 60px;
    font-size: 22px;
}
.wf-active #head h2.subtitle {
    font-size: 32px;
    line-height: 40px;
}
.date {
    border-left: 8px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 12px;
}
.date,
.sidehead {
    height: 1.6em;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6em;
}
.post .content img,
#biophoto {
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
}
.post .content {
    line-height: 1.6em;
    font-family: Georgia, serif;
    font-size: 13px;
    width: 540px;
}
.sidebar li, .sidebar .content {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
.sidebar li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
#twitter li {
    margin: 5px 2px 5px 2px;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f0e4;
}
#biophoto {
    display: block;
    margin: 8px 1px 2em 1px;
}
.sidebar .content {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.twitter {
    background: url("img/bird.png") bottom left no-repeat;
    color: #2276bb;
    padding-left: 30px;
}
.post {
    margin: 40px 0;
    padding-right: 10px;
}
.post .title, .post .title a{
    color: inherit;
    text-decoration: none;
    font-size: 28px;
}
.post .title a: hover {
    text-decoration: underline;
}
.post .title {
    margin-bottom: 30px;
}
footer {
    display: block;
}
footer .column {
    display:inherit;
}
.sosumi {
    font-size: 9px;
    margin-top: 10px;
}
.post .meta {
    font-size: 12px;
    margin-top: 32px;
    padding-bottom: 10px;
}
#ccdingbat {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    height: 19px;
    width: 18px;
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    float: left;
    margin-right: 5px;
    padding-left: 1px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    display: block;
    border: 2px solid black;
    -moz-box-shadow: 0 1px #fff;
    -webkit-box-shadow: 0 1px #fff;
    box-shadow: 0 1px #fff;
}
footer .row {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #000;
    margin-bottom: 20px;
}

.shadowed, #twitter li {
    -moz-box-shadow: 0 1px 2px #444;
    -webkit-box-shadow: 0 1px 2px #444;
    box-shadow: 0 1px 2px #444; 
}

#head h1,
#head .subtitle,
.post .title, .sidehead,
.date .inner,
.post h2,
#ccdingbat {
    text-shadow: 0 1px #ffffff;
}

.post iframe {
  border: 0;
}
.post .content h2 a {
    color: #444;
}
.post .content h2 a { color: #444; }
.post .content h2 a:visited { color: #666; }
.post .content h2 a:hover { color: #000; }

/* flickr widget */
.sidehead.flickr {
    color: #0063dc;
}
.sidehead.flickr .pink {
    color: #ff0084;
}
.content.flickr {
    padding-bottom: 4px;
}
.flickr a {
    float: left;
    border: 4px solid #fafafa;
    border-bottom-width: 12px;
    margin-left: 20px;
    margin-top: 12px;
    padding: 0;
}
.flickr img {
    display: block;
    width: 56px;
    height: 56px;
    border: 0;
    padding: 1px;
    -moz-box-shadow: inset 0 0 1px #ccc;
    -webkit-box-shadow: inset 0 0 1px #ccc;
    box-shadow: inset 0 0 1px #ccc;
}
.flickr a.first {
    margin-left: 2px;
}

/* code blocks */
.post pre {
    position: relative;
    padding: 0 10px 0 36px;
    background-color: #1E1916;
    border: 1px solid #000;
    color: #eee;
    overflow-x: auto;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}
.post pre code {
    padding: 0;
    margin: 10px 0;
    font-family: "Monaco", "Consolas", "Courier", "Courier New", monospace;
    font-size: 9pt;
}

html.wf-loading h1,
html.wf-loading h2 {
    visibility: hidden !important;
    font-size: 5px !important;
}
