@import url(fancyfonts.css);

.ezrssfeed {
	font-family: arial,tahoma,san-serif;
	text-align:left;
	margin:0;
}

.ezrssfeed .ezpubdate {
	display:none;
}

.ezrssfeed .ezitem	{
	margin-bottom: 15px;
	float:left;
	width:96%;
	padding: 5px;
	max-width: 100%;
}

.ezrssfeed .ezimage	{
	background-color:transparent;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right: 10px;
}

.ezrssfeed .ezimage a img	{
	width:100%;
	height:100%;
	position: absolute;
	margin: auto;

	/*set scale initial*/
	-webkit-transform: scale(1.2); /* Saf3.1+, Chrome */
	-moz-transform: scale(1.2); /* FF3.5+ */
	-ms-transform: scale(1.2); /* IE9 */
	-o-transform: scale(1.2); /* Opera 10.5+ */
	transform: scale(1.2);
	/* IE6�IE9 */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');

	/* set transition speed */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.ezrssfeed .ezimage a img:hover	{
	/*set scale hover */
	-webkit-transform: scale(1.4); /* Saf3.1+, Chrome */
	-moz-transform: scale(1.4); /* FF3.5+ */
	-ms-transform: scale(1.4); /* IE9 */
	-o-transform: scale(1.4); /* Opera 10.5+ */
	transform: scale(1.4);
	/* IE6�IE9 */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935,M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}

.ezrssfeed .eztitle	{
	padding-bottom: 5px;
}

/*Rss Link Colors*/
.ezrssfeed .eztitle a 	{
	font-family: 'cardoregular',sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight:normal;
	color: #3e59a8;
	text-decoration: none;
	font-style: italic;
}

.ezrssfeed .eztitle a:hover {
	text-decoration: underline;
}

.ezrssfeed .eztitlelink {
}

.ezrssfeed .ezdescription {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	font-family: "open_sanslight", sans-serif;

}

.ezrssfeed .ezmorelink {
	font-family: "cardoitalic", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #3e59a8;
	text-decoration: none;
	display: block;
	background: #f2f2f2;
	padding: 10px 15px 5px 15px;
	width: 100px;
	text-align: center;
	border-radius: 7px;
	margin: 5px 0;
	line-height: 20px;
}

.ezrssfeed .ezmorelink:hover {
	text-decoration: none;
	background: #d4d4d4;
}

.ezrssfeed .ezrsserror {
}
