.entry-content {
    padding-bottom: 0;
}

.wrapper {
    margin: auto;
    max-width: 56em;
    text-align: left;
}
* html body .wrapper { 
    width: 56em;
    width: expression(
        ( document.compatMode && document.compatMode=="CSS1Compat" ?
          document.documentElement.clientWidth : document.body.clientWidth )
        > ( (916/12) 
            * parseInt(document.body.currentStyle.fontSize) ) ? "56em" : "auto"
    );
}
#main {
    background-color: white;
    float: left;
    padding-right: 3em;
    max-width: 34em; 
}
* html body #main { 
    width: 34em;
    width: expression(
        ( document.compatMode && document.compatMode=="CSS1Compat" ?
          document.documentElement.clientWidth : document.body.clientWidth )
        > ( (564/12) 
            * parseInt(document.body.currentStyle.fontSize) ) ? "34em" : "auto"
    );
}

#main .entry-content {
    max-width: none;
    width: auto;
    text-align: left;
}
#main .entry-summary {
    position: static;
    margin: 0;
    max-width: none;
    width: auto;
}

#sidebar {
    max-width: 18em;
    font-size: 90%;
    float: left;
}
* html body #sidebar { 
    width: 18em;
    width: expression(
        ( document.compatMode && document.compatMode=="CSS1Compat" ?
          document.documentElement.clientWidth : document.body.clientWidth )
        > ( (308/12) 
            * parseInt(document.body.currentStyle.fontSize) ) ? "18em" : "auto"
    );
}

h2 { margin-bottom: 0; border: 0;}

hr.footer {
    padding-top: 0.5em;
}
.delicious-posts { 
    padding-left: 0;
    line-height: normal;
}
.delicious-posts li{
    margin: 0.5em 0;
}
.delicious-banner {
    margin-top: 0;
}
.delicious-posts ul {
    margin: 1em 0;
    padding: 0;
}
.delicious-link:link {
    font-weight: bold;
}
a.delicious-link:visited {
    background-color: inherit;
    font-weight: normal;
}

.delicious-banner a {
    text-decoration: none;
    color: black;
}

.aideRSS-top a.PostRank {
    text-decoration: none;
    margin-right: 1em;
}

#news {
    max-width: 36em;
}
