body {
    font: 12px Verdana, sans-serif;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 140%;
    background: #eef;
}
img {
    border-style: none;
}
img.resizeable {
    height: 1em;
}

.main {
    float: left;
    width: 80%;
    margin-right: 15px;
    margin-left: 10px;
    padding-bottom: 20px;
}

/* From http://www.csscreator.com/attributes/containedfloat.php */
.entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden;
}
/* Hack: IE/win. {{{ \*/
* html .entry {height: 1%;}
/* }}} */

.dark {
    background: #bbb;
    height: 2.8em;
}

.entryTitle {
    font-size: 170%;
    font-family: serif;
    text-decoration: none;
    margin-top: 2px;
    margin-left: 5px;
    float: left;
}
.entryTitle a {
    font-size: 110%;
}
/* Hack: IE/win. {{{ \*/
* html .entryTitle{float: none;}
/* }}} */

.top-right {
    font-style: italic;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right;
}

.right {
    font-size: 90%;
    font-style: italic;
    margin-right: 10px;
    text-align: right;
}

.entryBody {
    overflow: hidden;
}
.entryBody a {
    text-decoration: none;
}
.entryBody a:hover {
    text-decoration: underline;
}

.rightBig {
    font-size: 125%;
    margin-right: 10px;
    text-align: right;
}
.rightBig a {
    color: #99f ;
    text-decoration: none;
}
.rightBig a:hover {
    text-decoration: underline;
}

pre {
    overflow: auto;
}

.btw {
    font-size: 80%;
    color: #cccccc;
}
