* { margin: 0; padding: 0;}

body {font-family:tahoma, verdana, arial, helvetica;color:#000;font-size:14px;}


.rss-icon-1, .rss-icon-2, .rss-icon-3{
	display:block;
	position:relative;
	padding:0;
	width:160px;
	height:160px;
	text-indent:-1600px;
	background:#e36443;
	background:-webkit-linear-gradient(top, #f19242, #e36443);
	background:-moz-linear-gradient(top, #f19242, #e36443);
	background:-o-linear-gradient(top, #f19242, #e36443);
	background:-ms-linear-gradient(top, #f19242, #e36443);
	background:linear-gradient(top, #f19242, #e36443);
	border-radius:10px;
}


.rss-icon-2:before, .rss-icon-3:before, .rss-icon-3:after{
	content:"";
	position:absolute;
	left:10px;
	bottom:10px;
}

.rss-icon-2:before, .rss-icon-3:before{
	width:35px;
	height:35px;
	background:#fff;
	border-radius:24px;
}

.rss-icon-3:after{
/*	width:64px;*/
/*	height:64px;*/
	width:8.7rem;
	height:8.7rem;
	border-style:double;
/*	border-width:75px 75px 0 0;*/
	border-width:4.6rem 4.6rem 0 0;
	border-color:#fff;
	border-radius:0 130px 0 0;
}


