/**
itport_rss.css,v 1.2 2006-12-09 22:20:37 xhi Exp
 ----------------------------------------------------------------------
 itportRSS Class
 
 This is a simple object-oriented script to parse and generate output
 for the standard RSS sources of ITPort.hu IT portal.
 
 See the package readme file to fine installation this feature 
 into your site, become with that our online partner.  
 
 Quick install:
 - Move this file to your site architecture
 - Move CSS file to your site architecture
 - Move 'image' folder to your site root
 - Insert CSS file into your HTML code at the head section
 - Insert script calling where you want it it to appeared
 
 Example:
 
<?php
			require_once([class_prefix].'itport_rss.php');
			$myrss = new itportRSS();
?>
<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
	<head>
		<title>Test - ITPort.hu Partner RSS</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />		
		<link rel="stylesheet" type="text/css" href="[css_prefix]itport_rss.css" />
		
	</head>
	<body>
		<?php
			$myrss -> getItportRSS();
		?>		
	</body>
</html>   
 
 Version information, further versions and actual sources: info[at]itport[dot]hu
 
 @author Szrapko Zsolt (Xhi)
 @copyright Copyright &copy; 2006, Source Factory
 @version 1.0
 
 itport_rss.css,v
 Revision 1.2  2006-12-09 22:20:37  xhi
 Initial commit of ITPort rss reader (CVS keywords added)

 
Licensz feltételek
-------------------------------------------------------------------------------        
        Copyright (C) 2006 Szrapkó Zsolt(Xhi) Source Factory Bt
        
        Ez egy szabad szoftver; terjeszthető illetve módosítható a GNU 
        Általános Közreadási Feltételek dokumentumában leírtak szerint -- 2. 
        vagy későbbi verzió --, melyet a Szabad Szoftver Alapítvány ad ki. 

        Ez a program abban a reményben kerül közreadásra, hogy hasznos lesz, 
        de minden egyéb GARANCIA NÉLKÜL, az eladhatóságra vagy valamely célra 
        való alkalmazhatóságra való származtatott garanciát is beleértve. 
        További részletekért lásd a GNU Általános Közreadási Feltételek 
        dokumentumát. 

        A programmal együtt kellett, hogy érkezzen egy példány a GNU 
        Általános Közreadási Feltételek dokumentumából is. Ha mégsem akkor 
        ezt a Szabad Szoftver Alapítványnak küldött levélben jelezni kell. 

        A szabad szoftver alapítvány címe: 
        Free Software Foundation, Inc., 
        59 Temple Place, Suite 330, 
        Boston, MA 02111-1307 USA. 

        itportRSS version 1.0, Copyright (C) 2006 Szrapkó Zsolt(Xhi) Source Factory Bt
        A itportRSS programhoz SEMMIFÉLE GARANCIA NEM JÁR; A részletes 
        tájékoztató a mellékelt licensz leírásban. 
        Ez egy szabad szoftver; bizonyos feltételek mellett terjeszthető 
        illetve módosítható. 
        A részletes tájékoztató a mellékelt licensz leírásban. 

 http://www.gnu.org/copyleft/gpl.html
 ======================================================================

*/
.itport_rss {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #004477;
	
}
 
div.itport_rss {
	padding: 0px;
	margin: 0px;
	width: 500px;
	background: #ffffff url(images/itport_rss_03.gif) no-repeat top right;
	
}

img.itport_rss {
	border: 0px;
}

ul.itport_rss {
	padding-left: 20px;
	margin: 0px;
	list-style-image: url(images/itport_rss_11.gif);	
}

li.itport_rss {
	padding:0px;
	padding-bottom: 3px;
	margin: 0px;
}

a.itport_rss {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #004477;
}


div.itport_rss_content {
	padding: 10px 10px 10px 10px;	
	margin: 0px;
	width: 100%px;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

a.itport_rss_category{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #979797;
}

a.itport_rss_category:hover{
	text-decoration: underline;
}

div.itport_rss_footer {
	width: 100%;
	text-align: right;
	vertical-align: middle;
	background: #eeeeee url(images/itport_rss_15.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}	

a.itport_rss_footer {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-right: 30px;
}

a.itport_rss_footer:hover {
	text-decoration: underline;
}