/* IE6 background image flicker fix */html {  filter: expression(document.execCommand("BackgroundImageCache", false, true));}/* remove scrollbar */textarea{	overflow:auto;}/* IE Fix: Bicubic Scaling for Images */img { -ms-interpolation-mode: bicubic; }/*superfish IE6 z-Index bugfixhttp://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/*/#feature {	z-index: 1;	position: relative;}#header {	z-index: 100;	position: relative;}/* footer fix */#footer {	height: 130px;	overflow: visible;}	#footer-bottom {		margin-bottom: 0;	}	/* contact page fix */#content textarea,#content input {	width: 90%;}#sidebar.contact .note {	width:220px;}/* projects fix */#projects .project {		display: inline;	}#sidebar.projects {	padding-left: 25px;	padding-bottom: 1px;}/* about */#sidebar.about ul li {	border-bottom: 1px solid #f5f5df;}/* form validation errors */#content label.error {	width: 90%;}/* blog post */#blog .post .info ul {	bottom: -1em;}/* blog comments */#comments .head {	zoom:1;}	#comments .head h3 .post {		*margin-top: -1.3em;	}