/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: style.css,v 1.15 2003/04/04 05:31:06 dom Exp $ */

/* This stylesheet is used to give a basic layout for Atom 1.0 feeds */

/* Add it to your RSS feed with

<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>

*/

feed, entry, title, description, link {
  display: block;
}
feed {
    background-color: #eee;
}
image, language, managingEditor, webMaster, docs, copyright,
lastBuildDate, pubDate, rating, day, hour,
skipDays, skipHours, textinput, name, generator,guid {
  display: none;
}
feed>id,
feed>updated {
  display: none;
}
feed {
    margin: 10px;
    font-family: Verdana, Arial, sans-serif;
}
feed>title {
    font-weight: bold;
    text-align: left;
    font-size: 1.4em;
    padding-bottom: 0.1em;
}
feed>subtitle {
    margin-top: 3px;
    font-size: 10px;
    line-height: 200%;
}
feed>link {
    font-size: 10px;
    text-decoration: underline;
}
entry {
    z-index:1; 
    margin: 10px 0;
    padding: 15px;
    border: 2px solid black;
    background-color: #ffffff;
    width: 95%;
    font-size: 12px;
}
entry>title {
    text-align: left;
    margin: 3px 0;
    padding-top: 2px;
    font-weight: bold;
    font-size: 20px;
}
entry>summary {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 150%;
}
entry>link,
entry>id,
entry>published,
entry>updated,
entry>category,
entry>content {
    display: none;
}

entry>pubDate {
    display: block;
    margin: 3px 0 0 0;
}
entry>pubDate:before {
    content: "Date: ";
}

