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

@font-face {
	font-family: TheneeUniTx;
	src:url(http://islamkalvi.com/font/THENEE.eot);
	}
	
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	}
html, body, p, ul, input {
	font-family: Arial Unicode MS, TheneeUniTx, TheneeUni, Latha, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	vertical-align: text-bottom;
	}

#c1 {
	color: #fff ;
	background: #fff ;
	display: none;
}
#c2 {
	color: #fcfcc8;
	background: #fcfcc8;
	display: none;
}


			a{color: #0000CD;
}
			a:hover{color:#6495ED;}

/* Topbar */
#navigation {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	float: top;
	background: #fff;
	color: #000;
	padding: 8px;
	display: block;
	margin-bottom: 10px;
		text-align: center;
}
#navigation ul, #navigation li {
	margin-left: 2px;
}
#navigation li {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	display: inline ;
	}
#navigation ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline ;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	margin-left: 3px;
	}

/* Feed */

.feed {
	/* Container for items coming from the same feed */
	margin-left: 150px;
	margin-right: 210px;
	border-top: 1px solid #1255CB;
	border-left: 1px solid #1255CB; /* Add styling if you want consequent items from the same feed to look "grouped" */
}

h1 {
	/* Date */
	font-family: Georgia, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
	border-top: 1px solid #1D67EB;
	font-size: 16px;
	font-weight: bold;
	background: #1255CB;
	color: #fff;
	width: 70px;
	display: block;
	float: left;
}
.item {
	margin: 0px 0px 0px 0px;
	font-family: Arial Unicode MS, TheneeUniTx, TheneeUni, Latha, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	padding-bottom: 2px ;
	padding-left: 15px;
	padding-right: 20px;
	}
.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: normal;
	color: #003500;
	text-decoration: none;
	cursor: pointer;
}
.source { /* Direct link to weblog post */
	}
.source a {
	margin: 0 0 0 10px;
	color: #0000DD;
	text-decoration: none;
	font-style: italic;
	}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 14px;
	width: 90%;
	display: none;
	}

/* Google */

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

}
.google p { 
	display: block; 
	margin-bottom: 0 ;
	margin-top: 0 ;
	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 {
	padding: 6px;
	color: #6f6f6f;
	display: block;
	border: 1px solid #4169E1;
	background: #fff;
	position: absolute;
	top: 201px;
	right: 10px;
	width: 180px;
	background-color: #E3ECF9;
}
#sources h3 {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px #CBDFEB dotted;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 98%;
	}
#sources ul {
	list-style-type: square;
	margin: 10px;
	padding: 4px;
	}
#sources li {
	list-style-type: square;
	padding-bottom: 4px;
	/* display: inline; */
	}
#sources ul li img {
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
	}
#sources a {
	text-decoration: none;
	color: #004400;
}



/* Edit */

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



/* Footer */

#footer {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 5px;
	border-top: 1px #C7D0EB solid;
	font-size: 10px;
	text-align: center;
	width: 100%;
	}

#main {
	display: block;
	margin-right: 0px;
	border-right: 0px #aaa solid;
}

