img{
	-ms-interpolation-mode:bicubic; 
}
.entry img.size-full{
	width: 450px !important;
}
* html #footer .toucan,
* html #identity a.home,
* html .skills,
* html #search,
* html ul#km_versions li a em,
* html .category_teaser ul ul a em{
	background:none;	
}
* html #identity a.home{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/logo_v4.png',sizingMethod='crop');
	cursor: pointer;
	cursor: hand;
}
* html #footer .toucan{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/outrigger_toucan.png',sizingMethod='crop');
}
* html #search{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/tiki_torches.png',sizingMethod='crop');
	z-index: 20;
}
* html ul#km_versions li a em{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/about/history_overlay.png',sizingMethod='crop');

}
* html .category_teaser ul ul a em{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/work_sample_overlay.png',sizingMethod='crop');
	
}
* html #fom_slider{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/slider.png',sizingMethod='crop');
}
* html #header .volcanoes{
	background: url(images/volcanoes.gif) 100% -20px no-repeat;
}
* html #header .ornament_1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/header_left_overhang.png',sizingMethod='crop');
	background: none;
	
}
#header .ornament_2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/header_right_overhang.png',sizingMethod='crop');
	height: 165px;
	width:119px;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
}
#post_browser li,
.post_browser_category{
	float: left;
	width: 100%;
}
/* double margin bugfix */
#playlist li,
#playlist a{
	display: inline;
}
/* fix the guillotine bug */
.km_widget,
.km_widget .content{
	float: none;
}

/* give hasLayout to LI and A elements on home page */
.category_teaser .content li,
.category_teaser .content li a{
	height: 1%;
}
/* give hasLayout to the post meta header */
.post_meta,
.post_info_buy,
#recent_tweets p{
	height: 1%;
}
.post_meta .date{
	top: 1em;
}
/* PNG fixes for footer */

* html #recent_tweets .fadeout{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/tweets_fadeout.png',sizingMethod='scale');
}
* html #footer,
* html #footer .wrap{
	height:80px;
}
}
* html .playlist li a:hover .fader{
    background:none;
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/cd_fade_out.png',sizingMethod='crop');
}
* html .playlist .disc{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/kmv4/style/images/cd_overlay.png',sizingMethod='crop');
}
* html .playlist li{
	margin-right:0;
	margin-left:-3px;
}


/* force code to scroll */
.entry code{
	width: 450px;
	height: auto;
	overflow: scroll;
	overflow-y:visible;
}

.post_meta .comments{
	top:1em;
}
/* opacity transition on nav hover */
#nav a{
	filter:Alpha(opacity=75);
}
#nav a:hover{
	filter:Alpha(opacity=100);
}
#nav .current a{
	filter:Alpha(opacity=100);
}
.post_meta .comments{
	filter:Alpha(opacity=30);
}
/* bullet image fix */
#central ul{
}
#central ul li{
	padding-left: 2.4em;
}
#commentform ul li{
	height: 1%;
}
dl dt{
	line-height: 1.6em;
	border-right: 1px solid #333;
	padding-bottom: 0.75em;
}
dl dd{
	padding-left: 12em;	
}
/* pngfix */
* html .png,
* html img{
	behavior: expression(	
		(
		this.origBg = this.origBg? 
			this.origBg 
			: 
			this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','')
		),	
		this.behaviorSet == undefined?
		(
				this.origBg.match(/.png$/) == null?
				(this.nodeName == "IMG" && this.src.match(/.png$/))?
				(
					this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
					this.src = "/wp-content/themes/kmv4/style/images/spaceball.gif"
				)
				:
				null
			:
				this.origBg.match(/.png$/)?
				(this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='" + ((this.currentStyle.backgroundRepeat == "no-repeat")? "crop" : "scale") + "')",
				this.style.background = '/wp-content/themes/kmv4/style/images/spaceball.gif'):null
		)
		:
		null
		,
		this.style.behavior='none', 
		this.runtimeStyle.behavior='none',
		this.behaviorSet = true
	);
}