
#content .post .post-title {
	background: url("images/post_title.gif") no-repeat;
}

#content .post .post-entry {
	background: url("images/post_entry.gif") repeat-y;
}

#content .post .post-bottom {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

#sidebar .sidebar-box-search-feed {
	background: url("images/sidebar_search_feed.gif") no-repeat;
}

#sidebar ul li a {
	height: 22px;
}

#footer {
	margin-left: 8px;
	background: url("images/footer.gif") no-repeat;
}
