#news {
	position: relative;
	text-align: left;
	margin: 0 0 35px;
}
#news .wrapper {

}
#news .wrapper h3 {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px 0 30px;
	text-transform: uppercase;
}
#news .wrapper h3 a {
	border-bottom: 1px solid #87c4f4;
	color: #228de1;
	font-size: inherit;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#news .wrapper h3 a:hover {
	border-bottom-color: transparent;
}
#news div.block {
	margin: 0 0 30px;
	position: relative;
	vertical-align: top;
}
#news div.block:last-child {
	margin: 0;
}
#news div.date {
	position: absolute;
	left: 0;
	top: 0;
}
#news div.date span {
	background: rgb(38,157,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,157,252,1) 0%, rgba(34,136,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,157,252,1)), color-stop(100%,rgba(34,136,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(38,157,252,1) 0%,rgba(34,136,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(38,157,252,1) 0%,rgba(34,136,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(38,157,252,1) 0%,rgba(34,136,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(38,157,252,1) 0%,rgba(34,136,218,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269dfc', endColorstr='#2288da',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	display: inline-block; *zoom:1; *display:inline;
	font-size: 10px;
	padding: 5px 8px 4px;

text-shadow: 1px 1px 0 #000000;
}
#news div.link {
	font-size: 14px;
	padding: 5px 0 0 80px;
}
#news div.link a {
	border-bottom: 1px solid #9a9a9a;
	color: #1a1a1a;
	font-size: 14px;
	text-decoration: none;
}
#news div.link a:hover {
	border-bottom-color: transparent;
	color: #000000;
}
#news div.content-3 {
	margin: 0 0 15px;
}
#news div.content-lite {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 0;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#news div.block:hover div.content-lite {
	color: #1a1a1a;
}
#news div.button {
	margin: 10px 0 0;
}
#news div.full {
	text-align: center;
}
#news div.full a {
	font: italic 8pt 'Arial';
}