/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/


/* the header part in the css template 
.zf_header {
    margin-bottom: 1px;
} */
.zf_item {
	width:230px; 
	}

/* the news container part in the css template */
.zf_news {
	padding:12px 15px 15px 0px; 
}

/* the news title part in the css template */
.zf_title a{
		font-size:1.2em; 
		font-weight:400; 
		line-height:1.3;
}

/* the news description part in the css template */
.zf_description {
   line-height:1.6; 
	 margin:3px 0 0 0;
}
/* .zf_description a{
  display:none;
}

/* the footer part in the css template 
.zf_footer {
	height: 10px;
}

/* the between channels part in the css template 
.zf_between {
	height: 10px;
} */

