#content ul
{
list-style-type: none;
}

.blogentry ul
{
list-style-type: none;
text-align: right;
margin: 1em 0;
padding: 0;
font-size: 95%;
}

.blogentry li
{
display: inline;
padding: 0 0 0 7px;
}

[if lte IE 7]
/* hack to compensate for IE and percentage widths rounding errors */

#topbar {width:74.8%;}

#outer3 {width:24.7%;}

/* for IE6 */

* html #wrapper {display:inline-block;}

* html #minMax {width: expression(document.body.clientWidth < 702? "700px" : document.body.clientWidth > 1102? "1100px" : "auto");}

[endif]