/* 
Title:     Fixes for IE/win
Author:    
Updated:   
*/

/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html .clearfix {
	height: 1%;
}

* html a:link, * html a:visited, * html h2 a:link, * html h2 a:visited, * html h3 a:link, * html h3 a:visited { 
	border-bottom: 1px solid;
}

/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix {
	min-height: 1px;
}

* html div#jump {
	position: absolute;
}

