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



/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	}
html, body, p, ul, li, input {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	}
h2 { /* Guide */
        margin: 15px 15px 5px 20px;
        padding: 0;
        border-bottom: 0px #bbbbbb solid;
        font-size: 16px;
        font-weight: bold;
        color: #FF6600;
        }




/* Topbar */

#topbar {
	margin: 5px;
	padding: 0;
	background: #ffffff;
	color: #6f6f6f;
	height: 30px;
	width: 99%;
	border-bottom: #aaaaaa solid 1px ;
	}
#topbar, #topbar a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	}
#topbar ul {
	float: left;
	display: block;
	list-style: none;
	margin: 0 10px 0 15px;
	padding: 0;
	height: 30px;
	}
#topbar ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0 5px 0 5px;
	padding-top: 7px;
	text-align:  center;
	height: 25px;
	}
#topbar ul li.img {
	margin-top: -7px;
	}
#topbar ul li.admin a {
	color: #990000;
	}
#topbar img {
	float: left;
	margin: 5px 0 0 4px;
	}



/* Feed */

.feed { /* Container for items coming from the same feed */ 
	/* Add styling if you want consequent items from the same feed to look "grouped" */
}

h1 { /* Date */
	margin: 15px 15px 5px 20px;
	padding: 0;
	border-bottom: 1px #bbbbbb solid;
	font-size: 16px;
	font-weight: bold;
	color: #3E5D7A;
	}
.item {
	margin: 0px 15px 0px 25px;
	font-size: 12px;
	border-bottom: 0px solid #bbbbbb ;
	padding-bottom: 2px ;
	}
.item img {
	margin: 2px 10px 0 0;
	}
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font-style: italic;
	color: #999999;
	}
.title { /* Title */
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
.source { /* Direct link to weblog post */
	}
.source a {
	margin: 0 0 0 10px;
	color: green;
	text-decoration: none;
	}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 11px;
	width: 90%;
	}


/* Google */

.google {
	margin: 0 0 0 0 ;
	padding: 0px;
	background: #ffffff ;

}
.google p { 
	display: inline; 
	color: #555555 ;
}

/* del.icio.us */
.delicious_tags {
	display: inline ;
	text-align: right;
	padding: 0 0 0 10px;
}

/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px ;
	padding: 10px;
	background: #eeeeee ;
	color: #6f6f6f;
	width: 200px;
	display: block;

}
/* Sources */

#sources {
	position: relative;
	float: right;
	padding: 0;
	background: #ecf8ff url(i/sidebar.gif) repeat-y top left;
	color: #6f6f6f;
	width: 175px;
	display: none;
	}
#sources .top {
	display: block;
	margin: 0;
	padding: 0;
	background: #ffffff url(i/sidetop.gif) no-repeat top left;
	height: 8px;
	width: 175px;
	}
#sources .bot {
	margin: 0;
	background: #ffffff url(i/sidebot.gif) no-repeat top left;
	height: 8px;
	width: 175px;
	}
#sources h3 {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px #CBDFEB dotted;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 98%;
	}
#sources ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	}
#sources ul li {
	list-style: none;
	margin: 5px 0 5px 0;
	border: 1px #ecf8ff solid;
	line-height: 12px;
	vertical-align: text-top;
	}
#sources ul li img {
	display: inline;
	height: 16px;
	width: 16px;
	}



/* Edit */

.item ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li {
	font-size: 12px;
	}



/* Footer */

#footer {
	margin: 3px;
	padding-top: 5px;
	border-top: 1px #C7D0EB dotted;
	font-size: 10px;
	text-align: center;
	width: 96%;
	}
