/* RSS Feed boxes */

.rss-box,
.rss-box2,
.rss-box3 {
  margin: 0 0 10px 0;
  width: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  border: 0;
}

.rss-items {
  margin-top: 0;
  padding: 0.5em;
  margin-left: 0;
  color: #0099ff;
}

p.rss-title { padding: 0.5em; }

.rss-title {
  text-decoration: none;
  font-family: verdana, sans-serif;
  font-size: 1.2em;
  background-color: #3D0C5A;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}

.rss-item {
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: normal;
  list-style: none;
  padding-bottom: 1em;
}

.rss-item a {
  color: #000033;
  font-size: 105%;
  font-weight: normal;
  font-family: arial, sans-serif;
}

.rss-item a:visited { color: #330066; }

.rss-date {
  font-size: 85%;
  font-weight: normal;
  color: #606060;
}
