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

.sp_lastupdated {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  font-weight:normal;
  text-align       : left;
}

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

/* the channel part in the css template */
.sp_channel { margin:3px 0 10px 0; }

/* the channel logo part in the css template */
.sp_logo { display: none; }

/* the channel title part in the css template */
.sp_chantitle { letter-spacing: -1px; font-family:helvetica,arial,verdana,sans-serif; font-size: 16px; font-weight: bold; color:#333333; text-align: left; margin: 10px 0px 10px 0px; }

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

.sp_rss a:hover,.sp_rss a:active,.sp_rss a:link,.sp_rss a:visited,
.sp_more a:hover,.sp_more a:active,.sp_more a:link,.sp_more a:visited {
	text-decoration:none; 	cursor:hand; cursor:pointer;
}

.sp_rss a:hover, .sp_more a:hover{ 	text-decoration:underline; }

.sp_chandesc { font-size: 12px;  color:#555555; }

/* the news container part in the css template */
.sp_news { margin-top: 5px; padding-left: 2px; 	font-family: font-family:Georgia,Rockwell,'Times New Roman',Times,serif; font-size: 11px; color: #333333; }

/* the news title part in the css template */
.sp_title { margin: 1px 1px 5px 0 ; }
.sp_title_name { font-size: 12px; text-decoration:underline; 	font-weight:bold; margin-right:10px; }

/* the news description part in the css template */
.sp_description { text-align: left; font-family:Georgia,Rockwell,'Times New Roman',Times,serif; font-size:12px; }
.sp_description img { max-width:25px;max-height:25px; padding-right: 10px; }
.sp_readon { padding-left:10px; }

/* the news publication date part in the css template */
.sp_pubdate { font-family: Arial, Helvetica, sans-serif; f ont-size: 10px; color: #999999; }


.sp_divide {
	height: 10px;
	margin-top:10px;
	border-top:1px solid #e6e6e6;
}
