/* 
lilina news aggregator

lilina is a simple but powerful news aggregator written in PHP. 
No database is needed, RSS/ATOM parsing is done by the excellent 
MagpieRSS library (it is included, no additional installation needed). 
It features feed auto-discovery and an easy-to-use interface.

View a live demo @ http://lilina.sourceforge.net/ 
lilina is Open Source Software and is distributed under the GPL license
Written and developed by Panayotis Vryonis, http://vrypan.net/log/
*/




	


#c1 {
	color: #fff ;
	background: #fff ;
	display: none;
}
#c2 {
	color: #eeeeee ;
	background: #eeeeee ;
	display: none;
}



/* Feed */

.feed { /* Container for items coming from the same feed */ 
	/* Add styling if you want consequent items from the same feed to look "grouped" */

}


.item {
	margin: 8px 8px 8px 8px;
	font-size: 11px;
	border-top: 1px solid #aac ;
	background-color: #ffffff;
	padding-bottom: 1px ;
	padding-top: 5px ;
	padding-left: 2px;
	}

.item img {
	margin: 0px 0px 0 0;
	}

.table {
	text-align: left;
		}
		
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 0 0 0px;
	font-style: bold;
	color: #aaa;
	}

.title { /* Title */
	font-weight: normal;
	color: #008b00;
font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	}

.source { /* Direct link to weblog post */
	}

.source a {
	margin: 0 0 0 10px;
	color: #ff9900;
	text-decoration: none;
	}
.source2 {
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	}	
	
.excerpt { /* Excerpted content from feed */
	margin: 10px 10px 10px 0px;
	font-size: 11px;
	width: 95%;
	display: none;
	}



/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px ;
	padding: 10px;
	background: #eeeeee;
	color: #6f6f6f;
	width: 180px;
	display: block;

}
/* Sources */

#sources {
margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	color: #000;
	display: block;
	border-top: 1px #aaa solid;
	background: #fff;
	}
#sources h3 {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px #CBDFEB none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 98%;
	}
#sources ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
#sources li {
	display: inline;
	padding-left: 1em;
	padding-bottom: 2px;
	}
#sources ul li img {
	display: inline;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
	}
#sources a {
	text-decoration: none;
	border-bottom: 1px none ;
}



/* Edit */

.item ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li {
	font-size: 12px;
	}



/* Footer */



