/**** Copyright (c) 2000 The Binary Tool Foundry. All rights reserved. ******

   Author : Marcus Redivo  <mredivo@binarytool.com>
   Date   : August 2000

   Purpose: Redivo PhotoArt cascading style sheet.

****************************************************************************/

/*--------------------------------------------------------------------------
   Basic parameters for the entire site.
*/
body
{
   font-family: "Garamond", "Times New Roman";
}

body.prose
{
   background: url("/graphics/watermark.gif" );
   background-color: rgb( 255, 255, 240 );    /* #fffff0 */
}

body.toc
{
   background: url("/graphics/film.gif") repeat-y;
   background-color: rgb( 247, 183, 104 );    /* #f7b768 */
   margin-left: 0;
}

body.wall
{
   background: none;
   color: rgb( 0, 0, 0 );
   background-color: rgb( 192, 192, 192 );    /* #c0c0c0 */
}

/* Link attributes. */
a
{
   text-decoration: underline;
}
a:link      { color: black; }
a:visited   { color: black; }
a:active    { color: black; }
a:hover     { color: rgb( 48, 48, 48 ); }

/* Page title. */
div.title
{
   text-align: center;
   font-size: 36pt;
   font-style: italic;
   font-weight: bold;
}

div.subtitle
{
   text-align: center;
   font-size: 12pt;
   font-style: italic;
   font-weight: bold;
}

/* A left margin to separate the content from the navbar. */
div.body
{
   margin-left: 15;
}

/* Footer. */
div.footer
{
   text-align: center;
   font-size: 10pt;
   font-style: italic;
   font-weight: normal;
}

/*--------------------------------------------------------------------------
   Navigation Bar parameters.
*/
/* Level one headings. */
div.nh1
{
   font-size: 24pt;
   line-height: .9;
   margin-left: 10;
   /*margin-top: 15;*/
}

/* Level two headings. */
div.nh2
{
   font-size: 14pt;
   line-height: .9;
   margin-left: 10;
   /*margin-top: 10;*/
}

/* Links. */
p.nlink
{
   margin-left: 30;
   margin-top: 10;
}

/*--------------------------------------------------------------------------
   Main content parameters - non-table.
*/

/*--------------------------------------------------------------------------
   Main content parameters - table-based.
*/
/* Level one headings. */
div.bh1t
{
   font-size: 24pt;
   line-height: .8;
}

/* Level two headings. */
div.bh2t
{
   font-size: 18pt;
}
span.bh2tsub
{
   font-size: 14pt;
}

/* Level three headings. */
div.bh3t
{
   margin-top: 10;
   font-weight: bold;
}

