/* news feeds stlylesheet for browser display */
/* css stlye for xml rdf rss opml xsl and atom files */
/* $Id: feeds.css,v 1.1 2006/03/16 08:09:29 pjkix Exp $ */ 

/* initial diplay settings
----------------------------------------- */

/* set block level elements */
rss, channel, item, title, description, link, rdf
{
  display: block;
}

/* hide stuff we don't want to show */
image, language, managingEditor, webMaster, docs, copyright,
lastBuildDate, pubDate, rating, day, hour,
skipDays, skipHours, textinput, name , dc, co, category, ttl, draft, convertLineBreaks
{
  display: none;
}

/* Styles 
------------------------------------------------*/
channel, feed {
  display:block;
  font-family:verdana, sans-serif;
  margin:2%;
  font-size:90%;
  color:#000;
  background:#fff;
}

title {
  display:block;
  font-size:1.3em;
  color:inherit;
  background:inherit;
  font-weight:bold;
}

tagline, link {
  display:block;
  font-size:0.9em;
}

id, modified {
  display:none;
}

generator {
  display:block;
  font-size:0.9em;
}

info {
  display:block;
  margin:3em 4em 3em 4em;
  color:#c33;
  background:#ff6;
  border:solid #cc6 2px;
  text-align:center;
  padding:1.5em;
  font-family:mono;
  font-size:0.8em;
}

item, entry {
  display:block;
  color:inherit;
  background:inherit;
  padding:0;
  margin:1em 1em 4em 1em;
  
}

date, entry modified, entry name {
  display:inline;
  color:#999;
  background:inherit;
  font-size:0.8em;
}

pubDate, entry created, entry issued, entry id {
  display:none;
}

item title, entry title {
  display:block;
  font-size:1em;
  font-weight:bold;
  color:inherit;
  background:inherit;
  padding:1em 1em 0em 1em;
  margin:0;
  border-top:solid 1px #ddd;
}

description, content {
  display:block;
  font-size:0.9em;
  color:inherit;
  background:inherit;
  padding:1em;
  line-height:1.5em;
}

/* OPML
---------------------------------------- */
opml {display:block;font:1em Arial, Helvetica, sans-serif;color:#000;
margin:1em;
border:1px dashed #eee;
}

opml>head {display:block;background:#eee;}

opml>body {display:block;}

outline {display:list-item;list-style:square; margin-left:1em;}

outline:before {content:'Title :' attr(text) ' - ' attr(type) ' - ' attr(url) ' - ' attr(xmlUrl);}

dateCreated, vertScrollState, windowTop, windowRight, windowBottom, windowLeft {display:none;}

dateModified, ownerEmail {display:block;}

/* XSL Styles
---------------------------------------- */
#channel, #items {
	border:1px dashed #eee; 
	padding:.5em;
	margin:1em;
}

#channel {
	background:#eee url('icon-feed-128') no-repeat top right;
	border:1px dashed #ccc;
}
#header {
	background:#ccc url('../media/icon-doit-64') no-repeat left top;
	border-top:1px solid #000;
	padding-left:100px;
}
#note {border:1px dashed #000;background:#ff0;color:#f00;padding:0 1em;margin:.5em;}

h1, h2 {padding:0;margin:0;}

dt {
	background:#ccc;
	padding:.5em ;
	border-top:2px solid #666;
	border-left:1em solid #666;
}

dd {
	background:#eee;
	border:1px solid #f00;
	margin:0 0 .5em 0;
	padding:0;
}

a {
  border-top:1px dashed #000;
  background:#eee;
}