#content-wrapper {
	padding-right: 250px;
}

#sidebar-wrapper{
	float: right;
	margin-right: -125px; /* IE6 double margin on floats bug */
	background: transparent url('../../images/sidebar.png') top left no-repeat;
	height: 152px; /* To distinguish left aligned sidebar in IE6 Javascript */
}

html > body #sidebar-wrapper{
	height: auto;
	min-height: 150px; /* Reset for all other browsers */
	margin-right: -250px;
}


/* JS-Kit Comments */

.js-kit-comments{ float: left; }
.js-kit-comments br{ clear: left !important; }
.blog-entry:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}