/**
 * Modernizr specific for blindness's browser ... W3C standards rocks !
 */

	.no-cssgradients #nav{
		background:#c9cacb url('../images/bg_menu.gif') repeat-x 0 0;
	}
	
	.no-rgba #intro, .no-rgba #page_intro, .no-rgba #blog_intro{
		background-color:#000;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	}
	.no-rgba #highlight #focus_post{
		background-color:#ccc;
	}
	
	
	.no-fontface h1, .no-fontface h2, .no-fontface h3, .no-fontface #nav, .no-fontface #subForm label{
		font-family: "Arial Narrow", sans-serif;	
		font-weight: normal;
/*    font-weight: bold;*/
	}
	
	.no-boxshadow #nav a:hover, .no-boxshadow #nav li:hover>a, .no-boxshadow #nav li.active>a{
		background:#cccdcf url('../images/bg_menu_on.gif') repeat-x 0 0;
	}
	.no-boxshadow #nav ul li ul li a:hover, .no-boxshadow #nav ul li ul li:hover a, .no-boxshadow #nav ul li ul li.active a {
		background:none;
		background-color:#7b7b7b;		
	}
	/**
	 * IE 6
	 */
	.sideleft{
		-width:377px;
	}
	.sideright{
		-margin-left:377px;
	}

