/*	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;
	width:170px;
}

/* the channel part in the css template */
.zf_channel {
	padding: 1px;
	width:165px;
	background-color: #6495ED;
	border: 1px solid #000;
	height: 60px;
}

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

/* the channel title part in the css template */
.zf_chantitle {
	width:165px;
	font-size:10px;
	font-weight:bold;
}

/* the channel rss part in the css template */
.zf_rss {
	font-size: 8px;
	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 {
	width:165px;
	float: left;
	font-style: italic;
	font-size:.08em;
	color: #FFFFFF;
}

/* the news container part in the css template */
.zf_news {
	width:170px;
	background-color: #fff;
	margin-top: 5px;
	padding-left: 2px;
	border: 1px dotted #33d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* the news title part in the css template */
.zf_title {
 	width:160px;
    background-color: #fff;
    margin: 5px;
}

/* the news description part in the css template */
.zf_description {
	width:160px;
    text-align: left;
    margin: 1px;
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* the news publication date part in the css template */
.zf_pubdate {
	width:170px;
    color: #999;
    font-size: .8em;
    font-family: Tahoma;
    text-align: right;
}

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

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