body {
    font-family:"Gotham", "Century Gothic", "Segoe", "Arial", sans-serif;
    background-color:#dedaca;
    color:#180800;
    padding:0;
    margin:0;
}
#head {
    color:#dedaca;
}
#masthead {
    width:100%;
    background-color:#ac4000;
    margin-bottom:40px;
}
#head h1 {
    font-size:48px;
    line-height:54px;
    margin-bottom:0;
}
#head a {
    color:#dedaca;
    text-decoration:none;
}
#head h2.subtitle {
    float:right;
    font-size:17px;
    line-height:52px;
    margin-bottom:0;
    font-weight:normal;
}
.date, .date .inner {
    -webkit-border-top-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
.date {
    background-color:#000;
    border-bottom:1px solid #000;
}
.date .inner {
    margin-left:10px;
    background-color:#dedaca;
    height:1.6em;
    padding-left:12px;
    padding-top:5px;
    line-height:1.6em;
}
.post .content {
    line-height:1.6em;
    font-family:Georgia, serif;
    font-size:13px;
}
.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;
}
.sidehead {
    height:1.6em;
    line-height:1.6em;
    padding-top:5px;
    border-bottom:1px solid #000;
}
#biophoto {
    display:block;
    margin:2px 0px 2em 2px;
}
.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-left:20px;
    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 .column:first-child {
    margin-left:30px;
    width:200px;
}
.sosumi {
    font-size:9px;
    margin-top:10px;
}
#ccdingbat abbr{
    border-bottom:none;
    padding-left:1px;
}
.post .meta {
    font-size:12px;
    margin-top:32px;
    padding-bottom:10px;
    border-bottom:1px solid #333;
}
#ccdingbat {
    font-family:"Helvetica", "Arial", sans-serif;
    font-weight:bold;
    height:20px;
    width:20px;
    color:#000;
    text-align:center;
    font-size:13px;
    line-height:18px;
    float:left;
    margin-right:5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border:2px solid black;

    -moz-box-shadow: 0 1px #F5F0E4;
    -webkit-box-shadow: 0 1px #F5F0E4;
    box-shadow: 0 1px #F5F0E4;
}
#footer .row {
    font-family:Verdana, sans-serif;
    font-size:11px;
    margin-top:40px;
    border-top:1px solid #000;
    margin-bottom:20px;
}

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

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

/* 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:8px;
    margin-top:8px;
}
.flickr img {
    width:56px;
    height:56px;
    border-width:1px;
    border-style:solid;
    border-color:#ccc #eee #ddd #bbb;
}
.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;
}














