/**
 * NewsBlocks Demo
 * <http://newsblocks.simplepie.org>
 *
 * A simple demo that clones the main functionality of sites like PopURLs, 
 * TheWebList, Original Signal, MiniBoxs, and others. Development sponsored 
 * by Level 5 Studio <http://level5studio.com>. Go check them out!
 * 
 * @package NewsBlocks
 * @version 2.0
 * @author Ryan Parman
 * @link http://simplepie.org/wiki/tutorial/how_to_replicate_popurls NewsBlocks tutorial page.
 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
 */


/***********************************************************
Override styles from the Base stylesheet
***********************************************************/

div#content {font-size: 0.95em; font-weight:normal;}
div#content a, a:link {color: black; text-decoration: none}
div#content a:hover {background: #e3e5e1; color:#1f4865; text-decoration: none}
div#content ul li {margin: 0 0 0.25em 0em}

div#content-2 {font-size: 0.95em; font-weight:normal;}
div#content-2 a, a:link {color: #1f4865; text-decoration: none;}
div#content-2 a:hover {background-color: #e3e5e1; color:#1f4865; text-decoration: none}

.rss-icone {position: absolute; background: url(http://img-aux.villemagne.net/alternate_favicon.gif) no-repeat 0 0;}

.detail-titre {font-size : 1.5em;}

/***********************************************************
General styles
***********************************************************/
ul, ol {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding:0;

	font-size:1em;
	line-height:1.2em;
}

p.more {

	text-align:right;
	padding-right:10px;
	font-style:italic;
}


/***********************************************************
Listing styles
***********************************************************/


div.nb-list ul li {padding:0; margin:0; }

div.nb-list ul.primary {
	margin-bottom:0;
	padding-bottom:0;

}

div.nb-list ul.secondary {
	margin-top:0;
	padding-top:0;

}

div.nb-list li.enclosure {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}



/***********************************************************
Tooltip styles
***********************************************************/
.tool-tip {
	color:#fff;
	width:300px;
	z-index:13000;
}

.tool-title {
	font-weight:bold;
	font:13px/1.3em Verdana, sans-serif;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(http://img-aux.villemagne.net/bg_tooltip.png) top left;
}

.tool-text {
	font:12px/1.3em Verdana, sans-serif;
	padding:4px 8px 8px;
	background:url(http://img-aux.villemagne.net/bg_tooltip.png) bottom right;
}

.tool-text span span {
	display:block;
	font:11px/1.3em Verdana, sans-serif;
	color:#aaa;
	padding:5px 0 0 0;
}



