/*----------------------------------------------------------------------------
 CSS-File for module 'contents'
 ------------------------------
 part of yPBuilder

 $Id: contents.css 162 2008-01-21 23:20:52Z Jackalope $
 
 description:
  Here you can change the appearance of the contents 
  and the errorpages.

 schematic (normal):
   +----------------------------------+
   |#contents_{handler}               |
   |                                  |
   | +------------------------------+ |
   | | div.article                  | |
   | |              {includet file} | |
   | |                              | |
   | | +--------------------------+ | |
   | | | div.footer               | | |
   | | +--------------------------+ | |
   | +------------------------------+ |
   |                                  |
   | +------------------------------+ |
   | | div.article                  | |
   | |              {includet file} | |
   | |                              | |
   | | +--------------------------+ | |
   | | | div.footer               | | |
   | | +--------------------------+ | |
   | +------------------------------+ |
   |                ..                |
   |                ..                |
   +----------------------------------+

  schematic (error):
   +----------------------------------+
   |#contents_{handler}               |
   |                                  |
   | +------------------------------+ |
   | | #errorpage                   | |
   | | div.error_p{errorcode}       | |
   | |                              | |
   | |            {incl. errorpage} | |
   | +------------------------------+ |
   |                                  |
   +----------------------------------+
   
----------------------------------------------------------------------------*/

#contents_default {
    line-height: 1.5em;
}

#contents_default div.article {
}
#contents_default .project {
    margin-bottom: 5em;
    /*border: 1px solid red;*/
}

#contents_default div.footer {
    border-top: 2px solid #999;
    margin: 3em 0 2em 65%;
    padding: 1em;
    text-align: right;
    font-size: 0.8em;
}

/* the dynamic data-fields in the footer */

#contents_default span.filename {
}

#contents_default span.author {
}

#contents_default span.date {
    margin-right: 1em;
}

#contents_default div.top_link {	
}

#contents_default div.top_link a,
#contents_default div.top_link a:visited,
#contents_default div.top_link a:hover,
#contents_default div.top_link a:active,
#contents_default div.top_link a:link {
}

/* the 'printerfrindly'-link */
a.printer_link {
}

/* styles for the error-pages */
#errorpage {
}

#errorpage h1 {
}

div.no_articles h1{
}

div.not_found h1{
}

#errorpage p {
}

