/*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 {
	margin: 0 3px 3px;
padding: 6px 0px 0px;

background: white;
}
	


#mm_bnlist ul {
	margin: 0;
	padding: 0.3em 0;
	padding-left: 10px;
	margin-bottom: 4px;

padding-bottom: 4px;
font-size: 12px;
/*background: transparent url(images/listimg.gif) no-repeat 0 15%;*/
}
#mm_bnlist ul li {
	margin: 0;
	padding: 0.3em 0;
	padding-left: 0px;
	margin-bottom: 4px;
padding-bottom: 4px;
font-size: 12px;
line-height:10px !important;
}

#mm_bnlist a {
	color: blue;
}

#mm_bnlist a:hover {
	color: #AF384A;
	text-decoration: none;
}

#mm_bnlist .date_com {
	color: #777;
}

#mm_bnlist .credits {
	text-align: right;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

