
/*	CSS for imagine-specific pages  */
/* 	CSS that will not be used on sub-program pages	*/
/*	Name: imagine_styles.css		*/


/* Educator Resource Page Styles */

.resource_box {
	float: left; 
	width: 200px;
	margin: 3px; 
	padding: 10px;
	line-height: 1;
	color: #000;
	border: black 1px solid;
}

.resource_box img{
	margin: auto;
	border: 0px;
	width: 190px;
	padding: 5px;
}

.resource_box h1 {
	font-size: 1em;
	font-weight: bold;
	height: 2em;
}

.resource_box .description {
	height: 50px;
}

.resource_box .grade {
	float: left;
	width: 40px;
	height: 50px;
	margin: 10px 20px 5px 0px;
}

.resource_box .type {
	float: right;
	width: 130px;
	height: 50px;
	margin: 10px 0px 5px 0px;
}

/* definition lists */

dd, dt, dd {
	padding-top: 10px;
}

/* hidden form element for feedback */

.nh {
	display: none;
}