/* @override http://springfestny.com/wp-content/themes/spring/_css/home.css */

.post {
	background-color: rgba(227,0,137,0.09);
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 200px;
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}



.post:hover  {
	background-color: #c6ff00;
		color: #000 !important;

}

.post dt a{
	color: #ec00a9 !important;
}

span#entry-right {
	width: 280px;
	float: left;
}

span#entry-left {
	float: right;
}

span#entry-left {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}




