﻿div.feedburnerFeedBlock
{
    float: right;
    width: 260px;
    font-family: times new roman;
    overflow:auto;
    height:750px;
    margin-right: 1px;
    
    border:2px solid #ddd; 
	/*background-color:#ffe; */
	/*padding:12px; */
}
div.feedburnerFeedBlock A:visited {text-decoration: none; }
div.feedburnerFeedBlock A {text-decoration: none;}
/* Title */
div.feedburnerFeedBlock p.feedTitle {
	color: #bb3f01;
    font-size: x-large;
    margin-top: 15px;
    text-decoration: none;
    font-family: times new roman;
    text-align: center;
    padding-bottom: 0px;
	}

div.feedburnerFeedBlock p.feedTitle a {
	color: #bb3f01;
    font-size: x-large;
    margin-top: 15px;
    text-decoration: none;
    font-family: times new roman;
    text-align: center;
    padding-bottom: 0px;
	}

/* RSS Headline */

div.feedburnerFeedBlock span.headline {
    font-size: .98em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	visibility: hidden;
	}
div.feedburnerFeedBlock p.date 
{
	/*float: right;  */
	text-align: center;
	font-style: italic; 
	margin: 0;
	}
div.feedburnerFeedBlock ul li {
	padding-left: 0;
	text-indent: 0;
	padding-top: 0;
	border-bottom: 1px solid Sienna;
	}
/* Description */
div.feedburnerFeedBlock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .78em;
	padding-left: 10px;
}
/* Footer */
div.feedburnerFeedBlock #creditfooter 
{
	float: right;
	visibility: hidden; 
}