/* 
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 */
body {background: url(http://maghreb.infinimentvotre.net/maghreb2.jpg) fixed no-repeat; 
width:1010px; 
height:599px; 
color:#222; 
/*font-family:'Lucida Grande', "Trebuchet MS", georgia, 'verdana', sans-serif; 
font-size: 0.8em; */
line-height:1.4em; 
margin:0px; 
padding:0px; } 

/* styling for commonly-used html tags */ 
a {color:#666; 
text-decoration:none; 
} 

a:visited {color:#999;} 

a:hover{text-decoration:underline;
} 



.layout-two-column-right #beta {float:right; 
margin-top:8px; 
margin-right:-12px;
margin-left:30px; 
padding:0px;
width:25%;} 

.layout-two-column-right #alpha {float:left; 
width:72%;
padding:0px;
margin:0;} 

.layout-two-column-right 

#container { margin-left:137px; 
padding-left:0;
width:850px; 
margin-bottom:0px; 
margin-top:0; 
padding:0px;} 


img, a {
	border: 0;
	vertical-align: text-bottom;
	}

#c1 {
	color: #fff ;
	background: #fff ;
	display: none;
}
#c2 {
	color: #fff ;
	background: #fff ;
	display: none;
	margin-bottom:20px;
}



a {color:#666;
text-decoration:underline;
}

a:visited {color:#999;
text-decoration:underline;
}
a:hover{text-decoration:underline;}





/* Feed */

.feed { /* Container for items coming from the same feed */ 


position: static; width: auto; 
background-color:#FFFFFF;
left:-6px;
top:-6px;
margin-right:12px;	
margin-left:12px;	
/*margin-bottom:20px;*/

	/* Add styling if you want consequent items from the same feed to look "grouped" */
}


h1 { /* Date */
	margin: 0px 0px 0px 0px;
	padding: 6px 4px 4px 12px;
	
 	font:1em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #AAA;

	}


.item {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #fff;

	padding-bottom: 2px ;
	padding-left: 15px;
	}

.item img {
	margin: 2px 2px 0 0;
	}
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font:Georgia, "Times New Roman", Times, serif;
	color: #999999;

	}
.title { /* Title */
	/*margin-left:4px; 
	font-weight: bold;
	color: #555;
	text-decoration: none;
	cursor: pointer;*/

color:#444;
margin-left:4px;
font:Georgia, "Times New Roman", Times, serif;
font-size:18px; 

padding-bottom:6px;
background:url(http://blog.infinimentvotre.net/dot.gif) repeat-x bottom;


	}

.source { /* Direct link to weblog post */
	}
.source a {
	margin: 0 0 0 10px;
	color: #008400;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: none;
	}

.source a:visited {
	margin: 0 0 0 10px;
	color: #008400;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: none;
	}
.source a:hover{text-decoration:underline;}





.excerpt { /* Excerpted content from feed */
display: none;
	margin: 6px 6px 6px 30px;
	font: verdana, Georgia, "Times New Roman", Times, serif;
	font-size:15px; 
	padding-top:20px;
	padding-bottom:20px;
/*background:url(http://rundom.com/infinity/dot.gif) repeat-x right;*/
	
	border-bottom: 1px #aaa dotted;
	
	}

/* 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;
	margin: 0 0 0 10px;
}

/* Panel */

#panel {
	position: absolute;
	top: 200px;
	right: 2px ;
	margin: 10px;
	background: #000;
	color: #6f6f6f;
	/*color: #6f7777;*/
	width: 200px;
	display: block;
	border-right: 2px #aaa solid;

}

.module-header { 
font:0.8em Georgia, "Times New Roman", Times, serif; 
color:#589b33; 
font-weight:bold; 
text-transform:uppercase; 
} 

#navlist ul {
	margin: 0;
	padding: 0 0px 0px 0;
list-style: none;
	
}


#navlist li {
font:0.8em Georgia, "Times New Roman", Times, serif; 
color:black; 
font-weight:bold; 
margin-left: -35px;
margin-bottom: 0px;
padding-left:15px;
list-style: none;
background: url(bullet.gif) left no-repeat;



}
#navlist li a {
text-decoration: none;
	color: black;
}

/* Sources */

#sources ul {
	margin: 0;
	padding: 0 0px 0px 0;
list-style: none;
	
}


#sources li {
font:0.8em Georgia, "Times New Roman", Times, serif; 
color:black; 

margin-left: -45px;
margin-bottom: 0px;
padding-left:5px;
list-style: none;




}
#sources li a {
text-decoration: none;
	color: black;
}


/* Edit */

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

#footer {
	margin: 0px;
	margin-top: 5px;
	border-top: 1px #C7D0EB solid;
	font-size: 10px;
	text-align: center;
	width: 72%;
padding:0px;
	}

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

#nav {
	position: absolute;
	top: 3px;
	left: 133px;
	/*background: url(/fondmenu.gif) left bottom no-repeat;*/
	text-align: right;
	width: 616px;

}


#nav ul {
	margin: 0;
	padding: 0 15px 10px 0;
	
}
#nav li {
font:0.8em Georgia, "Times New Roman", Times, serif; 
color:black; 
font-weight:bold; 

/*text-transform:uppercase;*/
	list-style-type: none;
	/*font-size: 1em;*/
	padding-left: 13px;
	display: inline;
	/*color: black;*/
	line-height:1.8em;

}
#nav li a {
text-decoration: none;
	color: black;
}

