/*CSS Stylesheet for MM-Breaking News
Plugin URI: http://www.mmilan.com/mm-breaking-news
Description: Displays lists of posts from selected categories whereever you like. You can select how many different lists you want, sort posts by date or random, select which categories to include or exclude from specific list.
Author: Milan Milosevic
Version: 0.5.2
Author URI: http://www.mmilan.com
*/


#mm_bnlist {
	
	margin-right: 10px;
    color:#976331;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size:18px;
	
}

#mm_bnlist ul {
	margin: 0;
	padding: 0.3em 0;
	padding-left: 4em;
	font-size:12px;
	font-weight:bold;
	
}
#mm_bnlist li {
	font-size:12px;
	color:#669BCD;
	text-decoration:none;
	line-height:15px;
}


#mm_bnlist a {
	font-size:12px;
	color:#669BCD;
	text-decoration:none;
}

#mm_bnlist a:hover {
	color:#333;
	text-decoration: none;
}

#mm_bnlist .date_com {
	color: #777;
}

#mm_bnlist .credits {
	text-align: right;
	font-size: 0.5em;
	margin: 0;
	padding: 0;
}
