/* 
Title:     Fixes for IE/win
Author:    jempolsemut@yahoo.com
*/

/* fixes font-size keyword problem for IE5/Win */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* fixes styles for IE 6 */

* html #menu  ul {
	padding: 8px 0 11px 55px;
	}
* html #menu  li {
	padding: 0 0 20px 0;
	margin-left:0;
	}

* html #maincol{ 
	float:none;
	width:400px;
	}

* html #rightcol{
	margin:0px 6px 5px 0;
	}
* html #post-box {
	margin:0 5px ;
	}

* html .post {
	float:none;
	}

* html  .box-footer{
	margin:0 10px;
	}
	
* html #searchform #searchsubmit {
	vertical-align: middle;
	}

* html #extra h3.info{
	padding:0 0 10px;
	}	
	
	
/* fixes styles for IE 7 */
*:first-child+html #menu  ul {
	padding: 8px 0 11px 55px;
	}
*:first-child+html #menu  li {
	padding: 0 0 20px 0;
	margin-left:0;
	}	
*:first-child+html #searchform #searchsubmit {
	vertical-align: middle;
	}


/* clearfix*/
* html .clearfix {
	height: 1%;
	}
*:first-child+html .fall,
*:first-child+html .clearfix {
	min-height: 1px;
	}