@charset "UTF-8";

#column ul,
#column ul li{
	list-style:none;
	padding:0;
	margin:0;
	top: 0px;
	}
	
#column ul.grid li{
	/*width:140px;*/
	float:left;
	display:block;
	border:none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	position: relative;
	}

div.column_a {
	float: left;
	width: 32%;
	padding-right: 6px;
	list-style-type: none;
	display: inline-block;
	/*background-color:#09F*/
	}
	
div.column_b {
	float: left;
	width: 33%;
	padding-right: 6px;
	list-style-type: none;
	display: inline-block;
	/*background-color:#0F9*/
	}

div.column_c {
	float: left;
	width: 33%;
	padding-right: 0px;
	list-style-type: none;
	display: inline-block;
	/*background-color:#CC0*/
	}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

.pub_citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-bottom:5px;
	width:100%;
	float:left;
	display:block;
	line-height: 17px;
}


.award_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin-bottom: 12px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	width:100%;

}

.award_project-image, .pub_image {
	float: left;
	display:block;
	width:100%;
	height:auto;
	padding-top:3px;
}

.award_date, .pub_date {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;	
	padding-top:3px;
	width:100%;
	
}

.award_project-name, .pub_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999;
	/*color: #C00;*/
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
	float: left;
	padding-top: 3px;
}

ul#color_key{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	float: left;
	list-style-type: none;
	left: 0px;
	top: 0px;
	text-align: left;
	text-indent: 0px;
	padding-top: 80px;
	padding-left: 0px;
	font-weight: bold;
}

li#key_red{
	color:#C00	
}

li#key_black{
	color:#000	
}