/* 
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 auto;
	border: 0;
	/* background: #7A7AFF; */
	background: #777;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 90%;
        margin-bottom: 20px;
	}
html, body, p, ul, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	vertical-align: text-bottom;
	}

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

/* Topbar */

#topbar, #navigation, #main {
		border-left: #8000FF solid 1px ;
		border-right: #8000FF solid 1px ;
		}

#topbar {
	position: relative;
	margin: 0px;
	background: #fff;
	background-image: url("/actu/i/fond_logo.png");
	background-repeat:repeat-x;
	background-position:bottom;
	color: #6f6f6f;
	width: 80%;
	border-top: #8000FF solid 1px ;
	border-bottom: #8000FF solid 1px ;
        padding: 5px;
        float: left;
	}
#topbar, #topbar a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
      
#navigation {
	background-image: url("/actu/i/fond_menu.png");
	background-repeat:repeat-x;
	color: #000;
	display: block;
        width: 80%;
        float: left;
        padding : 5px;
        text-align: center;
}

#navigation li {
	list-style: none;
	margin-left: 3px;
	display: inline ;
        font-size: 12px;
	}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	display: inline ;
	border-left: 1px solid #F0F;
	border-right: 1px solid #F0F;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	margin-left: 3px;
	}
#navigation a{
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	padding : 3px 1px 3px 1px;
}
#navigation a:hover{
	color: #00F;
	background: #F0F;
}
/* 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: 0px 0px 0px 0px;
	padding: 4px 0 4px 15px;
	border-top: 1px solid #00005c ;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #00F
	}
.item {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	border-top: 1px solid #aac ;
	background-color: #ffffff;
	padding-bottom: 2px ;
	padding-left: 5px;
	}
.item img {
	margin: 2px 5px 0 0;
	}
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font-style: italic;
	color: #999999;
	}
.title { /* Title */
	font-weight: bold;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	}
.source { /* Direct link to weblog post */
	}
.source a {
	margin: 0 0 0 10px;
	color: #990000;
	text-decoration: none;
	}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 11px;
	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;
	display: block;

}




/* Edit */

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


/* Footer */

#footer {
        margin-top: 10px;
	border-top: 1px #C7D0EB solid;
	font-size: 10px;
	text-align: center;  
        clear: both;
	}

#main {
	width: 81%;
        float: left;
        clear: left;
}

/* right panel */
#right, #sources{
	text-align: center;
        background: #fff;    
        margin-left: 82%;
        width: 180px;
        margin-top: 10px;
}
/* Sources */

#sources {
	display: block;
	}
#sources h3 {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px #CBDFEB dotted;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 98%;
	}
#sources ul {
	list-style-type: none;
	margin: 10px;
	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 dotted ;
}