/*  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
*/

a.main:link{font-weight:bold;text-decoration:none;color:#314d85;}
a.main:visited{font-weight:bold;text-decoration:none;color:#314d85;}
a.main:active{font-weight:bold;text-decoration:none;color:#314d85;}
a.main:hover{font-weight:bold;text-decoration:underline;color:#314d85;}


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

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

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

/* the channel title part in the css template */
.zf_chantitle {
}

/* 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-style: italic;
  color: #FFFFFF;
}

/* the news container part in the css template */
.zf_news {
  /* background-color: #fff;*/
  background: #FAFCFE;
  margin: 0 0 0.5em 0;
  padding: 0px;
  /* border: 1px dotted #3E5C7D; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  width:200;
}

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

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

/* the news publication date part in the css template */
.zf_pubdate {
    color: #206494;
    font-size: 80%;
    font-family: Tahoma;
    text-align: left;
    margin-bottom:10px;
}

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

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