/*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.6.1
Author URI: http://www.mmilan.com
*/


#mm_bnlist {
	width:980px;
	overflow: hidden;
	margin:0px 4px 5px 5px;
	height:100%;
	color:#504945;
	font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
	background:#ffffff;
	line-height:20px;
	
}
#mm_bnlist h2 {
	margin: 0px 0 5px 0;
	padding: 5px 0px 0px 10px;
	text-align: left;
	font: 24px  Georgia,century gothic,Arial,verdana, sans-serif;
	font-weight:normal;
	overflow:hidden;
}

#mm_bnlist ul {
	margin: 0;
	padding: 0.3em 0;
	padding-left: 3em;
}

#mm_bnlist a {
	color: blue;
}

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

#mm_bnlist .date_com {
	color: #777;
}

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

