/* $Id: rssstyle.css,v 1.2 2006/08/21 20:59:47 leavens Exp leavens $ */

/* Original from article "Improving an XML feed display through CSS
   and XSLT" by Evagoras Charalambous at:
  http://www.xefteri.com/articles/show.cfm?id=24

   This variant is meant to be cascaded after style.css.
 */

/* The "logo" division is the banner (or overall title) */
#logo {
  color: #000;
  background-color: #161;
  border-bottom: #611 0.6ex solid;
  padding:0.2em 0.4em 0.4em;
  font-size: 180%;
  font-weight: bold;
}
#logo a:link, #logo a:visited {
	text-decoration:none;
        color: #FFE;
}

#logo a:hover {
  font-weight: 600;
  color: #800;
  background-color: #FFB;
}

/* Snippets are the news items */
.Snippet {
	margin-bottom:30px;
	border:1px solid #538620;
}

/* The .title is used for the page's subtitle */
.Snippet .title {
	color:#FFF;
	background-color: transparent;
        font-family:Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin:0;
	padding:0.3em 1em;
}
.Snippet .titleWithLine {
	background-color: transparent;
	border-bottom:1px solid #538620;
	color:#538620;
	font-family:Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 120%;
	margin:0;
	padding:0.3em 1em;
}

/* The rest is formatting of individual news items. */
.Snippet table {
	font-size: 100%;
}
.Snippet ul li, .Snippet ol li{
	margin-bottom:0.4em;
	margin-left:-0.5em;
	font-size: 100%;
	line-height:145%;
}
#Snippet ul li {
	list-style-type:square;
}
.Snippet dl {
	margin-left:1em;
}
.Snippet dl dd {
	font-size: 110%;
	margin:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:0.2em;
}
.Snippet dl dt {
	border-bottom: 1px solid #EEE;	
	font-size: 100%;
	line-height:145%;
	margin-bottom:0.6em;
	padding-bottom:0.4em;
}
.Snippet dl dt .comments {
	color:#666;
	font-size: 100%;
}
.Snippet .updated {
	color:#666666;
	font-size: 100%;
	padding:0 1em;
	text-align:center
}
