﻿@import url(fancyfonts.css);

.ezrssfeed {
	font-family: "Segoe UI",arial,tahoma,san-serif;
	text-align:left;
	margin:0;
}

.ezrssfeed .ezpubdate {
	display:none;
}

.ezrssfeed .ezitem	{
	margin:20px 0;
	float:left;
	width:100%;
}

.ezrssfeed .ezimage	{
	background-color:#333;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right: 10px;
}

.ezrssfeed .ezimage a img	{
	width:100%;
	height:auto;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;

	/*set scale initial*/
	-webkit-transform: scale(1.2); /* Saf3.1+, Chrome */ /* FF3.5+ */ /* IE9 */ /* 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;
	transition: all 1s ease;
}

.ezrssfeed .ezimage a img:hover	{
	/*set scale hover */
	-webkit-transform: scale(1.4); /* Saf3.1+, Chrome */ /* FF3.5+ */ /* IE9 */ /* 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: 'open_sanssemibold',sans-serif;
	font-size: 22px;
	font-weight:normal;
	line-height: 1em;
	color: #6504C5;
	text-decoration: none;
}

.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;
}

.ezrssfeed .ezmorelink {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-left: 5px;
	text-decoration: none;
    display: none;
    background: #cccccc;
    border-radius:10px;
    padding:5px 10px 5px 20px;
    width:90px;
    margin-top:7px;
}

.ezrssfeed .ezmorelink:hover {
	text-decoration: none;
	background-color:#999;
}

.ezrssfeed .ezrsserror {
}
