/*	STYLESHEET FOR zFeeder	*/
/*	Only works for the RiJ template	*/

/*	NOTICE: Any element can be set to display:none 
	if you don't want it shown.	*/

body
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

	a:link
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	a:visited
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	a:hover 
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}


#logo	/*	the channel logo	*/
{
	/*margin-top: 5px;*/
	margin:0;
	padding:0;	
	float: right;
}


#channel	/* the channel name	*/
{
	padding-top: 15px;
	color:#ffffff ;/* dav */
	background-color:rgb(232,0,40);/* dav */
}

	#channel a:link
	{ 
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none;
		font-weight: bold;
	}

	#channel a:visited
	{
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none;
		font-weight: bold;
	}

	#channel a:hover
	{
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none;
		font-weight: bold;
	}


#lastupdated	/* last updated date	*/
{
	font-size: 9px;
	font-style: italic;
	margin-bottom: 3px;
}


#moreurl	/*	link to show more entries for a channel	*/
{
	display: none;
}

	#moreurl a:link 
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	#moreurl a:visited 
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	#moreurl a:hover 
	{ 
		color: #000000; 
		text-decoration: underline; 
		font-weight: normal; 
	}


#title	/*	new item title	*/
{
	margin-left: 2px;
	background-image: url(box_fondo.gif);/* dav */
}

	#title a:link 
	{ 
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none; 
		/*font-weight: normal;*/
		font-weight: bold;
		/*position:relative;*/
	}

	#title a:visited 
	{ 
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none; 
		/*font-weight: normal;*/
		font-weight: bold;
	}

	#title a:hover 
	{ 
		color:rgb(255,255,255) ;/* dav */
		text-decoration: underline; 
		/*font-weight: normal;*/
		font-weight: bold;
	}


#description	/*	news item description	*/
{
	font-size: 10px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
}


#between	/*	the area between the feeds	*/
{
	border-bottom: dashed 1px #999999;
	padding-bottom: 20px;
	display:none;
}

#adminlink				/*	this is a small link to the admin panel	*/
{						/*	it is inside the between div	*/
	float: right;
	font-size: 8px;
	text-align: right;
	margin-right: 3px;
	display:none;
}

	#adminlink a:link
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	#adminlink a:visited
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	#adminlink a:hover 
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}
	
#channeldav	/* the channel name	*/
{
	padding-top: 15px;
	color:#4169e1;/* dav */
	background-color:rgb(255,255,255);/* dav */
}

	#channeldav a:link
	{
      color:#4169e1;
		text-decoration: none;
		font-weight: bold;
	}

	#channeldav a:visited
	{
      color:#4169e1;
		text-decoration: none;
		font-weight: bold;
	}

	#channeldav a:hover
	{
      color:#4169e1;
		text-decoration: none;
		font-weight: bold;
	}

#titledav	/*	new item title	*/
{
	margin-left: 2px;
	background-image: url(../../../css/sf.gif);/* dav */
}

	#titledav a:link
	{
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none;
		/*font-weight: normal;*/
		font-weight: bold;
		/*position:relative;*/
	}

	#titledav a:visited
	{
		color:rgb(255,255,255) ;/* dav */
		text-decoration: none;
		/*font-weight: normal;*/
		font-weight: bold;
	}

	#titledav a:hover
	{
		color:rgb(255,255,255) ;/* dav */
		text-decoration: underline;
		/*font-weight: normal;*/
		font-weight: bold;
	}
