/* feedburner buzzboost style */
/* headline text */
div.feedburnerFeedBlock ul li span a {
	//color: Red;
	//font-weight: bold;
	}

/* date */
div.feedburnerFeedBlock p.date {
	text-align: right;
	margin-left:0px;
	padding: 0;
	margin: 0;
	font-size: x-small;
	font-style: italic;	
	}
	
/* excerpt */
div.feedburnerFeedBlock li div {
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 0;
	}
	
/* the whole feed */
div.feedburnerFeedBlock ul {
	//text-align: left;
	//margin-left:0px;
	//padding: 0;
	//margin: 0;
//	font-family: Veranda, arial, helvetica, sans-serif;
	font-size: 18px;
        line-height: 18px;
        font-size:11px;
        font-weight:bold;
        list-style-type: none;
        list-style-position: outside;
	}

/* headline div, not the text */	
div.feedburnerFeedBlock span.headline {
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 0;
	}
	
/* the whole feed */
div.feedburnerFeedBlock ul li {
	//list-style-type: none;
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 0;	
	}

/* feed title */
div.feedburnerFeedBlock p.feedTitle {
font-weight: bold;	
	}

#creditfooter {
	display: none;
	}

