/*
  Created:  2005-06-21
  Issued:   2005-06-21
  Modified: 2006-02-04

  Copyright (c) 2005 by Metacentric Internet Limited

  http://www.metacentric.net/

  This style sheet is designed and licenced for you
  to adapt to your requirements, provided you credit
  this original source and make your version
  available under the same terms.

  This work is licensed under the Creative Commons
  Attribution-ShareAlike License. To view a copy of
  this license, visit
  http://creativecommons.org/licenses/by-sa/2.5/
  or send a letter to Creative Commons, 559 Nathan
  Abbott Way, Stanford, California 94305, USA.
*/
.rss-channel {
  float:            right;
  clear:            both;
  width:            43%;
  font-family:      sans-serif;
  font-size:        smaller;
  border:           solid 1px #DDD;
  padding:          0.7em;
  margin:           0.5em 0.5em 1em 0.5em;
  background:       #FBFBFB;
  color:            #333;
}
.rss-title {
  margin-top:       0.5em;
  font-weight:      bold;
}
.rss-description {
  margin-left:      0;
  line-height:      1.3em;
}
a:link.rss-link {
  color:            #0000CC;
  background:       transparent;
}
a:visited.rss-link {
  color:            #990066;
  background:       transparent;
}
a:hover.rss-link {
  color:            #CC0000;
  background:       transparent;
}
