#feed-latest .calendar-navigation {float: left;}
#feed-latest .calendar-navigation .calendar-icon {width: 40px; height: 40px; text-align: center; border: 1px solid #aaa; background-color: #eee; margin-bottom: 10px; cursor: pointer; filter: alpha(opacity=50); opacity: 0.5;}
#feed-latest .calendar-navigation .calendar-icon .month {width: 40px; background-color: #760a0a; color: #fff;}
#feed-latest .calendar-navigation .calendar-icon .date {color: #999; margin-top: 5px; }
#feed-latest .calendar-navigation .calendar-icon.active {-webkit-box-shadow: 0px 0px 4px #0f0; _border: 1px solid #0F0; ]border: 1px solid #0F0; filter: alpha(opacity=100); opacity: 1.0; }
#feed-latest ul.feed-articles { margin: 0; padding: 0; margin-left: 50px; overflow: auto; height: 440px; width: 360px;}
#feed-latest ul.feed-articles li {list-style: none; padding: 0; margin: 0; }
#feed-latest ul.feed-articles li a { text-decoration: none;display: block; height: 20px; border-bottom: 1px solid #eee; margin-bottom: 4px;}
#feed-latest ul.feed-articles li a:hover {text-decoration: underline;}
#feed-latest ul.feed-articles li a.featured-story {text-decoration: none; font-weight: bold;}
#feed-latest ul.feed-articles li a .featured {text-transform: uppercase; text-decoration: none; background-color: #C00; color: #fff; padding-left: 4px; padding-right: 4px; border-radius: 2px;}

#feed-index #accordion {width: 100%;}
#feed-index #accordion h3 {
background: #becc5a; /* Old browsers */
background: -moz-linear-gradient(top, #becc5a 0%, #b0c144 50%, #a3b62f 51%, #859b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#becc5a), color-stop(50%,#b0c144), color-stop(51%,#a3b62f), color-stop(100%,#859b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #becc5a 0%,#b0c144 50%,#a3b62f 51%,#859b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #becc5a 0%,#b0c144 50%,#a3b62f 51%,#859b1b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #becc5a 0%,#b0c144 50%,#a3b62f 51%,#859b1b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becc5a', endColorstr='#859b1b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #becc5a 0%,#b0c144 50%,#a3b62f 51%,#859b1b 100%); /* W3C */ 
}
#feed-index #accordion h3.ui-state-active {
background: #899342; /* Old browsers */
background: -moz-linear-gradient(top, #899342 0%, #7e8a2f 50%, #768321 51%, #607013 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#899342), color-stop(50%,#7e8a2f), color-stop(51%,#768321), color-stop(100%,#607013)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #899342 0%,#7e8a2f 50%,#768321 51%,#607013 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #899342 0%,#7e8a2f 50%,#768321 51%,#607013 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #899342 0%,#7e8a2f 50%,#768321 51%,#607013 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#899342', endColorstr='#607013',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #899342 0%,#7e8a2f 50%,#768321 51%,#607013 100%); /* W3C */
}

#feed-index #accordion div {background-color: #fff; height: auto;}
#feed-index #accordion div h4 {padding-top: 20px;}
#feed-index #accordion div p {padding-top: 10px;}

.latest-feeds {}
.latest-feeds p {margin-bottom: 10px;}

#feed-featured-index {}
#feed-featured-index div.article { padding: 20px 20px 30px 20px; margin: 20px; margin-bottom: 20px; border: 1px solid #EEE; -moz-box-shadow: 0px 0px 5px #AAA; -webkit-box-shadow: 0px 0px 5px #AAA; box-shadow: 0px 0px 5px #AAA}
#feed-featured-index div.article h3.date { text-align: right; font-weight: normal; color: #888; font-size: 12px;}
#feed-featured-index div.article h2.title { width: auto; margin-bottom: 10px;}
#feed-featured-index div.article div.content {}
#feed-featured-index div.article div.content p { margin-bottom: 10px;}
#feed-featured-index div.article p.source { font-style: italic;}
#feed-featured-index div.article p.link { font-weight: bold;}