








/* -------------- resources -------------- */


.resources {
	margin-bottom: 10px;
}
	.resources .resourceList {
/*		float: right;
		width: 33%;
*/	}
		.resources .resourceList li,
		#content .resources .resourceList li {
			list-style: none;
			padding-left: 0;
			margin: 0;
			padding-bottom: 4px;    /* also reference in /css/funds.php */
		}
			.resourceList li .details {
				display: none;
				position: absolute;
				top: -10px;
				left: -10px;
				width: inherit;
				padding: 10px;
				background: #eaeef3;    /* blue-grey pale*/
				background: white;
				border: 1px solid #afbdcd;    /* light blue-grey */
			}




/*#main .pod .resourceList {
}
	#main .pod .resourceList li {
		list-style: none;
		margin-left: 0;
	}
*/






/* end */