/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .news {
	clear: both;
	position: relative;
}
#textarea .news .photo,
#textarea .news .video {
	float: left;
	margin: 15px 0 0 0;
	width: 100px;
}

#textarea .news .textfloat {
	margin-left: 120px;
}
#textarea .news .textfloat p {
	margin-left: 0;
}
#textarea .news .date {
	text-align: right;
	margin-top: -10px;
	display: block;
	font-size: 0.8em;
	color: silver;
	margin-bottom: 12px;
}
#textarea .news .link {
	text-align: left;
}
