/* Headline in the opportunity's summary */
.unit_summary {
	/* http://www.colorzilla.com/gradient-editor */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	padding: 10px;
	margin-bottom: 10px;
}

article.av_unit{
	background-image: url(images/organization_bg.png);
	background-position-x: 100%;
	background-repeat: no-repeat;
}


.unit_summary .sum_unit_headline {
	display: block;
}

.unit_summary .sum_unit_thumbnail {
	display: inline-block;
	margin-right: 10px;
}

.unit_summary .sum_unit_content {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

.unit_summary .unit_title {
	font-size: 1.5em;
}
