/* Fix for IE 6 double-margin bug */
.sidebar {
    display: inline;
    
}

/* Fix for IE 6 double-margin bug */
#footer {
    display:inline;
}


/*IE 6 bug workaround (Dropping Floats.) */
#container {
    max-width:600px;
}


/* Constrain width of embedded content and images within posts/pages */
div.entry p embed, div.entry p object{
    width: 100% !important;
    margin-bottom: 10px;
}