/*
 * Background:      #2c3233
 * Passive Text:    #515252
 * Active Text:     #ffffff
 * Link:            #ffe93a
 *
 *
 */
html { background-color: #2c3233; color: #ffffff; }
body { margin: 0em 2em; }
a:link, a:visited { color: #ffe93a; text-decoration: none; }
dt { font-size: 115%; font-weight: bold; }
dd { margin-bottom: 5px; }
h1.passive, h2.passive{
    border-bottom: 1px solid #515252;
    color: #515252;
    font-family: "Neuton","Arial",serif;
    text-shadow: 2px 1px 2px #272727;
}
h1.passive em, h2.passive em {
    position: relative;
}
/*h1.passive em:hover, h2.passive em:hover {
    bottom: -3px;
    color: #ffe93a;
}*/
h1.passive em {
    bottom: -8px;
    font-size: 210%;
}
h2.passive em {
    bottom: -5px;
    font-size: 170%;
}
div.post-head:after { clear: both; }
div.post-date {
    padding-top: 5px;
    float: right;
    font-style: italic;
}
h3.post-title { font-family: serif; font-size: 130%; }
img.icon { margin-right: 1%; }
div.hover-icon { float: right; margin-top: 1em; }

div#left { margin-right: 2em; }
div#tweets div.tweet { min-height: 5em; padding: .5em; }
div#tweets div.tweet:after { clear:both; }
div#tweets div.tweet a.twitter-avatar { float: left; margin: .5em 1em 0 0; }
div#tweets div.odd { background-color: #1b2122; }

div#web20 { text-align: justify; }
div#posts { margin-bottom: 3em; }
div#about { font-size: 140%; text-shadow:1px 1px 1px #202020; }
div#firsthalf { margin-right: 1em; }
div#flickr { text-align: center; }
div#flickr ul { list-style-type: none; }
div#flickr ul li { display: inline; padding: 0 2%; }
div#footer { font-size: 77%; margin-top: 3em; text-align: center; }
div#more { color: #ffe93a; cursor: pointer; float: right; }

