/* <!-- */

/* =CALL LIBRARY */
	@import url("reset.css"); /* ------- Reset all CSS Styles */
	@import url("fontcache.css"); /* --- Load fonts ! */

	/* General styles */
	html,body {
		margin:0;
		padding:2px 0 0 0;
		height:98%; /* needed for container min-height */
		font-family: 'Conduit',monospace,Arial Narrow,sans-serif;		
		background:#E5F4DD;
	}
	body, html{
		/*background:#ffffff url('../media/ida_web_tiles.jpg') fixed ;*/
		background:#CCDDE7 url('../media/ida_bg_new_2011.jpg') repeat-x top;
	}

	a {
		/*color:#934261;*/
		color:#00AEFF;
		text-decoration:none;
	}
	a:hover {
		color:#000000;
		text-decoration:none;
	}

	.hide{
			display:none;
			text-indent:-9999px;
	}

	.clear{
			clear:both;
			height:1px;
	}
	
	.shadow {
	-moz-border-radius: 1px 1px 1px 1px;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
	}


	/* Header styles */

	#header {
		/*background:#ffffff url('../media/ida_header_2011.jpg') no-repeat 0px 15px ;*/
		background-color:#ffffff;
		height:165px;
		margin:0;
        padding:0;
	}

	#feed-zone{
			position:absolute;
			width:100%;
			top:15px;
			z-index:999;
			text-align:center;
	}

	#feed-zone p{
			width:1000px;
			margin:auto;
			overflow:hidden;
			height:60px;
			text-align:right;
	}
	#feed-zone #iconTextArea{
			font-size:16px;
			color:#666;
			font-weight:500;
			position:relative;
			top:-10px;                
	}

	.main-menu-wrapper {
			overflow:visible;
			padding:0;
			position:relative;
			top:0px;
			width:870px;
	}

	/*headings*/
	
	h1,h2,h3{
			padding:10px 0 ;
	}

	h1 a, h2 a, h3 a{
			color: #fff;
			display:inline;
			line-height:200%;
			background-color:#C0001F;
			padding: 6px 10px 0 2px;
			font-family: 'Conduit';
			font-size:20px!important;
			text-transform:uppercase;
			
	}

	h1 a:hover,h2 a:hover,h3 a:hover{
			color:#fff;		
			
	}
        	
	/*wrapper - core*/
	#corewrapper{
		background:#ffffff url('../media/ida_left_2011.jpg') no-repeat left 175px ;
		padding:0 20px;
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
	}


	/*wrapper generic*/
	.wrapper{
		background-color:#fff;
		max-width:984px; /*1024 - 2*corewrapper padding*/
		margin:auto;
	}


	/*widgets generic*/
	
	.widget{
			padding:0 0 1em 0;                
	}

	.feedicon img{
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity: 0.75;
	}
	
	a.feedicon:hover img{
			filter:alpha(opacity=100);
			-moz-opacity:1;
			-khtml-opacity: 1;
			opacity: 1;
	}

	.feedicon{
			padding:0 0em;
	}


	 #idacontent-2011{
		margin-left:300px;
		margin-right:30px;
		margin-top:10px;
		line-height:200%;

	 }

	/*content*/
	.force-text *{
		font-family: verdana,sans-serif!important;
		font-size:14px!important;
		line-height:160%;
	}
	.force-text h2 a{
		font-family: 'Conduit'!important;
		font-size:20px!important;
	}

	.ida-content *{
	}

	.parter{height:2px;padding:10px 0;border-top:#C0001F dashed 1px}
	.ida-content strong {font-weight:bold;}
	.ida-content h1, .ida-content h2 , ida-content h3{margin:0;padding:0}
	.ida-content img{ padding:0;border:none;}
	

	/* --> */

