/*	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;
	font-size: 11px;
	font-face: Verdana, Arial;
}

/* the channel part in the css template */
.zf_channel {
	padding: 1px;
	background-color: #E2EBFE;
	border: 1px solid #33d;
	height: 45px;
}

/* the channel logo part in the css template */
.zf_logo {
    float: left;
    padding: 5px;
}

/* the channel title part in the css template */
.zf_chantitle {
font-face: Verdana, Arial;
font-size: 11px;
}

/* the channel rss part in the css template */
.zf_rss {
	font-size: x-small;
	font-style: italic;
}

/* the controls part in the css template */
.zf_controls {
	float: right;
}

/* the moreurl part in the css template */
.zf_moreurl {
	font-style: italic;
}

/* the hideurl part in the css template */
.zf_hideurl {
	font-style: italic;
}


/* the lastupdated part in the css template */
.zf_lastupdated {
	float: left;
	font-face: Verdana, Arial;
	font-size: 10px;
	color: #000000;
}

/* the news container part in the css template */
.zf_news {
	background-color: #fff;
	margin-top: 2px;
	padding-left: 2px;
	border: 1px solid #E2EBFE;
	font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
}

/* the news title part in the css template */
.zf_title {
    font-face: Verdana, Arial;
    font-size: 10px;
    background-color: #fff;
    margin: 0px;
}

/* the news description part in the css template */
.zf_description {
    text-align: left;
    margin: 1px;
    font-size: 10px;
    font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
}

/* the news publication date part in the css template */
.zf_pubdate {
    color: #999;
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma;
    text-align: right;
}

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

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